var/cache/dev/ContainerScAtwyF/KernelDevDebugContainer.php line 679

Open in your IDE?
  1. <?php
  2. namespace ContainerScAtwyF;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43. '.container.private.session' => 'get_Container_Private_SessionService',
  44. '.container.private.twig' => 'get_Container_Private_TwigService',
  45. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46. 'AdminBundle\\Controller\\BugReportsController' => 'getBugReportsControllerService',
  47. 'AdminBundle\\Controller\\ContentController' => 'getContentControllerService',
  48. 'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  49. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'getAudioReferenceCrudControllerService',
  50. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'getAuthorCrudControllerService',
  51. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'getBugReportCrudControllerService',
  52. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  53. 'AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController' => 'getContentOverviewControllerService',
  54. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController' => 'getDashboardControllerService',
  55. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'getEditorCrudControllerService',
  56. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'getImageReferenceCrudControllerService',
  57. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'getInfoCrudControllerService',
  58. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'getInvitationCrudControllerService',
  59. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'getProblemCrudControllerService',
  60. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'getProblemFromQuizCrudControllerService',
  61. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'getProblemFromTemplateCrudControllerService',
  62. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'getProductQuizCrudControllerService',
  63. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'getPublicationCrudControllerService',
  64. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'getPublicationFromPublisherCrudControllerService',
  65. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'getPublisherCrudControllerService',
  66. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'getQuizCrudControllerService',
  67. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'getQuizFromPublicationCrudControllerService',
  68. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'getQuizTypeCrudControllerService',
  69. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'getTagCrudControllerService',
  70. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'getTemplateCrudControllerService',
  71. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'getTemplateFromTopicCrudControllerService',
  72. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'getTemplateSetCrudControllerService',
  73. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'getTopicCrudControllerService',
  74. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'getTopicFromCategoryCrudControllerService',
  75. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'getUserCrudControllerService',
  76. 'AdminBundle\\Controller\\InstitutionController' => 'getInstitutionControllerService',
  77. 'AdminBundle\\Controller\\MathproblemController' => 'getMathproblemControllerService',
  78. 'AdminBundle\\Controller\\ProblemController' => 'getProblemControllerService',
  79. 'AdminBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  80. 'AdminBundle\\Controller\\TagController' => 'getTagControllerService',
  81. 'AdminBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  82. 'AdminBundle\\Controller\\TopicController' => 'getTopicControllerService',
  83. 'AdminBundle\\Controller\\UserController' => 'getUserControllerService',
  84. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => 'getAbacusCopyAnonymizedProdDataToTestServerCommandService',
  85. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => 'getAbacusDispatchEventsToClickstreamCommandService',
  86. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => 'getAbacusFetchSiteCommandService',
  87. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => 'getAbacusLoadTestDataCommandService',
  88. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => 'getAbacusLocateInlineImagesCommandService',
  89. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => 'getAbacusLocateMissingFilesCommandService',
  90. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => 'getAbacusMigrateTextbookElementImagesToReferencesCommandService',
  91. 'CoreBundle\\Command\\AbacusProblemdndMigrateCommand' => 'getAbacusProblemdndMigrateCommandService',
  92. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => 'getAbacusRearrangeMathProblemsCommandService',
  93. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => 'getAbacusValidateExistingMathproblemsCommandService',
  94. 'CoreBundle\\Command\\DeleteOldLogEventsCommand' => 'getDeleteOldLogEventsCommandService',
  95. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => 'getDispatchMigrateFilesToReferencesCommandService',
  96. 'CoreBundle\\Command\\FulfilDeletionRequestsCommand' => 'getFulfilDeletionRequestsCommandService',
  97. 'CoreBundle\\Command\\MigrateWordOptionsCommand' => 'getMigrateWordOptionsCommandService',
  98. 'CoreBundle\\Command\\RemoveEndToEndTestDataCommand' => 'getRemoveEndToEndTestDataCommandService',
  99. 'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand' => 'getRemoveStudentFromClassroomsCommandService',
  100. 'CoreBundle\\Command\\RetentionCleanupCommand' => 'getRetentionCleanupCommandService',
  101. 'CoreBundle\\Command\\SetupEndToEndTestDataCommand' => 'getSetupEndToEndTestDataCommandService',
  102. 'CoreBundle\\Command\\UpdateSystimeUsersCommand' => 'getUpdateSystimeUsersCommandService',
  103. 'CoreBundle\\Controller\\API\\PollyController' => 'getPollyControllerService',
  104. 'CoreBundle\\Controller\\API\\ProblemController' => 'getProblemController2Service',
  105. 'CoreBundle\\Controller\\API\\SharedQuizController' => 'getSharedQuizControllerService',
  106. 'CoreBundle\\Controller\\API\\VideoController' => 'getVideoControllerService',
  107. 'CoreBundle\\Controller\\BugReportController' => 'getBugReportControllerService',
  108. 'CoreBundle\\Controller\\DataController' => 'getDataControllerService',
  109. 'CoreBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  110. 'CoreBundle\\Controller\\EventLoggerController' => 'getEventLoggerControllerService',
  111. 'CoreBundle\\Controller\\KombiMatController' => 'getKombiMatControllerService',
  112. 'CoreBundle\\Controller\\MathProblemController' => 'getMathProblemController2Service',
  113. 'CoreBundle\\Controller\\ResultsController' => 'getResultsControllerService',
  114. 'CoreBundle\\Controller\\TestController' => 'getTestControllerService',
  115. 'CoreBundle\\Controller\\TextbookController' => 'getTextbookControllerService',
  116. 'CoreBundle\\Helpers\\InternalSyntaxHelper' => 'getInternalSyntaxHelperService',
  117. 'CoreBundle\\Helpers\\TokenizeHelper' => 'getTokenizeHelperService',
  118. 'CoreBundle\\Helpers\\ValidationHelper' => 'getValidationHelperService',
  119. 'CoreBundle\\Service\\API\\AdaptiveActivityResultsService' => 'getAdaptiveActivityResultsServiceService',
  120. 'CoreBundle\\Service\\API\\AnswerService' => 'getAnswerServiceService',
  121. 'CoreBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsServiceService',
  122. 'CoreBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsServiceService',
  123. 'CoreBundle\\Service\\API\\ExtractQuestionAnswers' => 'getExtractQuestionAnswersService',
  124. 'CoreBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsServiceService',
  125. 'CoreBundle\\Service\\API\\ProblemService' => 'getProblemServiceService',
  126. 'CoreBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsServiceService',
  127. 'CoreBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsServiceService',
  128. 'CoreBundle\\Service\\API\\SharedQuizService' => 'getSharedQuizServiceService',
  129. 'CoreBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsServiceService',
  130. 'CoreBundle\\Service\\DataService' => 'getDataServiceService',
  131. 'CoreBundle\\Service\\MathProblemService' => 'getMathProblemServiceService',
  132. 'CoreBundle\\Service\\PartialInputDataService' => 'getPartialInputDataServiceService',
  133. 'CoreBundle\\Service\\QuizCorrectPercentageService' => 'getQuizCorrectPercentageServiceService',
  134. 'CoreBundle\\Service\\QuizUnitService' => 'getQuizUnitServiceService',
  135. 'CoreBundle\\Service\\ScoreService' => 'getScoreServiceService',
  136. 'CoreBundle\\Service\\TestDataService' => 'getTestDataServiceService',
  137. 'CoreBundle\\Service\\TextbookService' => 'getTextbookServiceService',
  138. 'CoreBundle\\Service\\TrainingSessionService' => 'getTrainingSessionServiceService',
  139. 'CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver' => 'getPeerSessionTimeStatusResolverService',
  140. 'CoreBundle\\Session\\SessionPlayer' => 'getSessionPlayerService',
  141. 'CoreBundle\\Util\\Aws\\AwsPollyUtil' => 'getAwsPollyUtilService',
  142. 'CoreBundle\\Validators\\QuizUnitValidator' => 'getQuizUnitValidatorService',
  143. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  144. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  145. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  146. 'StudentBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataControllerService',
  147. 'StudentBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsControllerService',
  148. 'StudentBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsControllerService',
  149. 'StudentBundle\\Controller\\API\\GamificationProfileController' => 'getGamificationProfileControllerService',
  150. 'StudentBundle\\Controller\\API\\HistoryController' => 'getHistoryControllerService',
  151. 'StudentBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsControllerService',
  152. 'StudentBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsControllerService',
  153. 'StudentBundle\\Controller\\API\\ProblemController' => 'getProblemController3Service',
  154. 'StudentBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityControllerService',
  155. 'StudentBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsControllerService',
  156. 'StudentBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsControllerService',
  157. 'StudentBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsControllerService',
  158. 'StudentBundle\\Controller\\ClassroomsController' => 'getClassroomsControllerService',
  159. 'StudentBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityControllerService',
  160. 'StudentBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  161. 'StudentBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  162. 'StudentBundle\\Controller\\DictateController' => 'getDictateControllerService',
  163. 'StudentBundle\\Controller\\HistoryController' => 'getHistoryController2Service',
  164. 'StudentBundle\\Controller\\HomeworkController' => 'getHomeworkControllerService',
  165. 'StudentBundle\\Controller\\KvikDansk\\SelfStudyController' => 'getSelfStudyControllerService',
  166. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController' => 'getSelfStudyController2Service',
  167. 'StudentBundle\\Controller\\PeerSessionController' => 'getPeerSessionControllerService',
  168. 'StudentBundle\\Controller\\PerformanceController' => 'getPerformanceControllerService',
  169. 'StudentBundle\\Controller\\PretestController' => 'getPretestControllerService',
  170. 'StudentBundle\\Controller\\QuizSessionController' => 'getQuizSessionControllerService',
  171. 'StudentBundle\\Controller\\ReadingTestController' => 'getReadingTestControllerService',
  172. 'StudentBundle\\Controller\\ResultsController' => 'getResultsController2Service',
  173. 'StudentBundle\\Controller\\SelfStudyController' => 'getSelfStudyController3Service',
  174. 'StudentBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  175. 'StudentBundle\\Controller\\TextbookController' => 'getTextbookController2Service',
  176. 'StudentBundle\\Controller\\TrainingController' => 'getTrainingControllerService',
  177. 'StudentBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionControllerService',
  178. 'StudentBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataServiceService',
  179. 'StudentBundle\\Service\\API\\AssignSymbolProblemService' => 'getAssignSymbolProblemServiceService',
  180. 'StudentBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsService2Service',
  181. 'StudentBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService2Service',
  182. 'StudentBundle\\Service\\API\\HistoryService' => 'getHistoryServiceService',
  183. 'StudentBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService2Service',
  184. 'StudentBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsServiceService',
  185. 'StudentBundle\\Service\\API\\ProblemService' => 'getProblemService2Service',
  186. 'StudentBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService2Service',
  187. 'StudentBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityServiceService',
  188. 'StudentBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsService2Service',
  189. 'StudentBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService2Service',
  190. 'StudentBundle\\Service\\CrammingActivityHomeworkService' => 'getCrammingActivityHomeworkServiceService',
  191. 'StudentBundle\\Service\\CrammingActivityService' => 'getCrammingActivityServiceService',
  192. 'StudentBundle\\Service\\DictateService' => 'getDictateServiceService',
  193. 'StudentBundle\\Service\\HomeworkService' => 'getHomeworkServiceService',
  194. 'StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService' => 'getSelfStudyServiceService',
  195. 'StudentBundle\\Service\\Kvik\\SelfStudyService' => 'getSelfStudyService2Service',
  196. 'StudentBundle\\Service\\MathproblemService' => 'getMathproblemService2Service',
  197. 'StudentBundle\\Service\\PerformanceService' => 'getPerformanceServiceService',
  198. 'StudentBundle\\Service\\ProblemDndService' => 'getProblemDndServiceService',
  199. 'StudentBundle\\Service\\ProblemDropdownService' => 'getProblemDropdownServiceService',
  200. 'StudentBundle\\Service\\ProblemFreeTextService' => 'getProblemFreeTextServiceService',
  201. 'StudentBundle\\Service\\QuizSessionService' => 'getQuizSessionServiceService',
  202. 'StudentBundle\\Service\\ReadingTestService' => 'getReadingTestServiceService',
  203. 'StudentBundle\\Service\\SelfStudyService' => 'getSelfStudyService3Service',
  204. 'StudentBundle\\Service\\TextbookSessionService' => 'getTextbookSessionServiceService',
  205. 'StudentBundle\\Service\\Transform' => 'getTransformService',
  206. 'StudentBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionServiceService',
  207. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  208. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  209. 'TeacherBundle\\Controller\\API\\ActivityController' => 'getActivityControllerService',
  210. 'TeacherBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataController2Service',
  211. 'TeacherBundle\\Controller\\API\\CategoryController' => 'getCategoryControllerService',
  212. 'TeacherBundle\\Controller\\API\\ClassroomController' => 'getClassroomControllerService',
  213. 'TeacherBundle\\Controller\\API\\ClassroomReportController' => 'getClassroomReportControllerService',
  214. 'TeacherBundle\\Controller\\API\\ClassroomTypeController' => 'getClassroomTypeControllerService',
  215. 'TeacherBundle\\Controller\\API\\CrammingActivityController' => 'getCrammingActivityController2Service',
  216. 'TeacherBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsController2Service',
  217. 'TeacherBundle\\Controller\\API\\DictateActivityController' => 'getDictateActivityControllerService',
  218. 'TeacherBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsController2Service',
  219. 'TeacherBundle\\Controller\\API\\DictateController' => 'getDictateController2Service',
  220. 'TeacherBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsController2Service',
  221. 'TeacherBundle\\Controller\\API\\HomeworkController' => 'getHomeworkController2Service',
  222. 'TeacherBundle\\Controller\\API\\OnboardingController' => 'getOnboardingControllerService',
  223. 'TeacherBundle\\Controller\\API\\PeerActivityController' => 'getPeerActivityControllerService',
  224. 'TeacherBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsController2Service',
  225. 'TeacherBundle\\Controller\\API\\PeerProblemController' => 'getPeerProblemControllerService',
  226. 'TeacherBundle\\Controller\\API\\PeerThemeClassTypeController' => 'getPeerThemeClassTypeControllerService',
  227. 'TeacherBundle\\Controller\\API\\PeerThemeController' => 'getPeerThemeControllerService',
  228. 'TeacherBundle\\Controller\\API\\ProblemController' => 'getProblemController4Service',
  229. 'TeacherBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityController2Service',
  230. 'TeacherBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsController2Service',
  231. 'TeacherBundle\\Controller\\API\\QuizController' => 'getQuizControllerService',
  232. 'TeacherBundle\\Controller\\API\\QuizTypeController' => 'getQuizTypeControllerService',
  233. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController' => 'getReadingTestActivityControllerService',
  234. 'TeacherBundle\\Controller\\API\\ReadingTestController' => 'getReadingTestController2Service',
  235. 'TeacherBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsController2Service',
  236. 'TeacherBundle\\Controller\\API\\ResultsOverviewController' => 'getResultsOverviewControllerService',
  237. 'TeacherBundle\\Controller\\API\\StudentController' => 'getStudentControllerService',
  238. 'TeacherBundle\\Controller\\API\\StudentReportController' => 'getStudentReportControllerService',
  239. 'TeacherBundle\\Controller\\API\\TagController' => 'getTagController2Service',
  240. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController' => 'getTemplateMathproblemControllerService',
  241. 'TeacherBundle\\Controller\\API\\TemplateSetController' => 'getTemplateSetControllerService',
  242. 'TeacherBundle\\Controller\\API\\TrainingActivityController' => 'getTrainingActivityControllerService',
  243. 'TeacherBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsController2Service',
  244. 'TeacherBundle\\Controller\\API\\WorksheetActivityController' => 'getWorksheetActivityControllerService',
  245. 'TeacherBundle\\Controller\\API\\WorksheetActivityResultsController' => 'getWorksheetActivityResultsControllerService',
  246. 'TeacherBundle\\Controller\\API\\WorksheetController' => 'getWorksheetControllerService',
  247. 'TeacherBundle\\Controller\\CampaignController' => 'getCampaignControllerService',
  248. 'TeacherBundle\\Controller\\ClassroomController' => 'getClassroomController2Service',
  249. 'TeacherBundle\\Controller\\ContentController' => 'getContentController2Service',
  250. 'TeacherBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityController3Service',
  251. 'TeacherBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  252. 'TeacherBundle\\Controller\\ExtendActivityController' => 'getExtendActivityControllerService',
  253. 'TeacherBundle\\Controller\\HistoryController' => 'getHistoryController3Service',
  254. 'TeacherBundle\\Controller\\HomeworkController' => 'getHomeworkController3Service',
  255. 'TeacherBundle\\Controller\\PeerTrainingController' => 'getPeerTrainingControllerService',
  256. 'TeacherBundle\\Controller\\QuizController' => 'getQuizController2Service',
  257. 'TeacherBundle\\Controller\\QuizSessionController' => 'getQuizSessionController2Service',
  258. 'TeacherBundle\\Controller\\ReportPdfExportController' => 'getReportPdfExportControllerService',
  259. 'TeacherBundle\\Controller\\ResultsController' => 'getResultsController3Service',
  260. 'TeacherBundle\\Controller\\ResultsOverviewController' => 'getResultsOverviewController2Service',
  261. 'TeacherBundle\\Controller\\StudentController' => 'getStudentController2Service',
  262. 'TeacherBundle\\Controller\\TextbookController' => 'getTextbookController3Service',
  263. 'TeacherBundle\\Controller\\TrainingController' => 'getTrainingController2Service',
  264. 'TeacherBundle\\Controller\\WorksheetController' => 'getWorksheetController2Service',
  265. 'TeacherBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionController2Service',
  266. 'TeacherBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataService2Service',
  267. 'TeacherBundle\\Service\\API\\ClassroomActivityMetadataService' => 'getClassroomActivityMetadataServiceService',
  268. 'TeacherBundle\\Service\\API\\ClassroomReportService' => 'getClassroomReportServiceService',
  269. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper' => 'getHelperService',
  270. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service' => 'getServiceService',
  271. 'TeacherBundle\\Service\\API\\CrammingActivityService' => 'getCrammingActivityService2Service',
  272. 'TeacherBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService3Service',
  273. 'TeacherBundle\\Service\\API\\DictateActivityService' => 'getDictateActivityServiceService',
  274. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService3Service',
  275. 'TeacherBundle\\Service\\API\\HomeworkService' => 'getHomeworkService2Service',
  276. 'TeacherBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsService2Service',
  277. 'TeacherBundle\\Service\\API\\PeerActivityService' => 'getPeerActivityServiceService',
  278. 'TeacherBundle\\Service\\API\\ProblemService' => 'getProblemService3Service',
  279. 'TeacherBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService3Service',
  280. 'TeacherBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityService2Service',
  281. 'TeacherBundle\\Service\\API\\ReadingTestActivityService' => 'getReadingTestActivityServiceService',
  282. 'TeacherBundle\\Service\\API\\ResultsOverviewService' => 'getResultsOverviewServiceService',
  283. 'TeacherBundle\\Service\\API\\StudentReportService' => 'getStudentReportServiceService',
  284. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService3Service',
  285. 'TeacherBundle\\Service\\API\\TrainingActivityService' => 'getTrainingActivityServiceService',
  286. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService' => 'getWorksheetActivityResultsServiceService',
  287. 'TeacherBundle\\Service\\API\\WorksheetActivityService' => 'getWorksheetActivityServiceService',
  288. 'TeacherBundle\\Service\\CampaignService' => 'getCampaignServiceService',
  289. 'TeacherBundle\\Service\\CategoryService' => 'getCategoryServiceService',
  290. 'TeacherBundle\\Service\\ContentService' => 'getContentServiceService',
  291. 'TeacherBundle\\Service\\CrammingActivityService' => 'getCrammingActivityService3Service',
  292. 'TeacherBundle\\Service\\DictateService' => 'getDictateService2Service',
  293. 'TeacherBundle\\Service\\ExtendActivityService' => 'getExtendActivityServiceService',
  294. 'TeacherBundle\\Service\\HomeworkService' => 'getHomeworkService3Service',
  295. 'TeacherBundle\\Service\\MathProblemService' => 'getMathProblemService3Service',
  296. 'TeacherBundle\\Service\\PeerActivityService' => 'getPeerActivityService2Service',
  297. 'TeacherBundle\\Service\\ProblemDndService' => 'getProblemDndService2Service',
  298. 'TeacherBundle\\Service\\QuizService' => 'getQuizServiceService',
  299. 'TeacherBundle\\Service\\QuizSessionService' => 'getQuizSessionService2Service',
  300. 'TeacherBundle\\Service\\ReadingTestService' => 'getReadingTestService2Service',
  301. 'TeacherBundle\\Service\\TextbookSessionService' => 'getTextbookSessionService2Service',
  302. 'TeacherBundle\\Service\\TrainingService' => 'getTrainingServiceService',
  303. 'TeacherBundle\\Service\\WorksheetService' => 'getWorksheetServiceService',
  304. 'TeacherBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionService2Service',
  305. 'UserBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  306. 'UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  307. 'UserBundle\\Controller\\ResetPasswordController' => 'getResetPasswordController2Service',
  308. 'UserBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  309. 'UserBundle\\Controller\\SetupTwoFactorAuthController' => 'getSetupTwoFactorAuthControllerService',
  310. 'UserBundle\\EventListener\\LogoutSubscriber' => 'getLogoutSubscriberService',
  311. 'UserBundle\\Repository\\ResetPasswordRequestRepository' => 'getResetPasswordRequestRepositoryService',
  312. 'UserBundle\\Security\\EmailVerifier' => 'getEmailVerifierService',
  313. 'UserBundle\\Security\\UserChecker' => 'getUserCheckerService',
  314. 'UserBundle\\Service\\GaleUserService' => 'getGaleUserServiceService',
  315. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  316. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  317. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  318. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  319. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  320. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  321. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  322. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  323. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  324. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file' => 'getUniqidNamer_PeerSolutionFileService',
  325. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file' => 'getUniqidNamer_WorksheetSolutionFileService',
  326. 'abacus.core.training_session' => 'getAbacus_Core_TrainingSessionService',
  327. 'cache.app' => 'getCache_AppService',
  328. 'cache.app_clearer' => 'getCache_AppClearerService',
  329. 'cache.easyadmin' => 'getCache_EasyadminService',
  330. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  331. 'cache.system' => 'getCache_SystemService',
  332. 'cache.system_clearer' => 'getCache_SystemClearerService',
  333. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  334. 'cache_warmer' => 'getCacheWarmerService',
  335. 'console.command_loader' => 'getConsole_CommandLoaderService',
  336. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  337. 'data_collector.dump' => 'getDataCollector_DumpService',
  338. 'doctrine' => 'getDoctrineService',
  339. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  340. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  341. 'eight_points_guzzle.client.gale_users' => 'getEightPointsGuzzle_Client_GaleUsersService',
  342. 'eight_points_guzzle.client.gyldendalaccessservice' => 'getEightPointsGuzzle_Client_GyldendalaccessserviceService',
  343. 'eight_points_guzzle.client.loginconnector' => 'getEightPointsGuzzle_Client_LoginconnectorService',
  344. 'eight_points_guzzle.client.systime_users' => 'getEightPointsGuzzle_Client_SystimeUsersService',
  345. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  346. 'eight_points_guzzle.handler_stack.gale_users' => 'getEightPointsGuzzle_HandlerStack_GaleUsersService',
  347. 'eight_points_guzzle.handler_stack.gyldendalaccessservice' => 'getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService',
  348. 'eight_points_guzzle.handler_stack.loginconnector' => 'getEightPointsGuzzle_HandlerStack_LoginconnectorService',
  349. 'eight_points_guzzle.handler_stack.systime_users' => 'getEightPointsGuzzle_HandlerStack_SystimeUsersService',
  350. 'eight_points_guzzle.middleware.event_dispatch.gale_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService',
  351. 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService',
  352. 'eight_points_guzzle.middleware.event_dispatch.loginconnector' => 'getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService',
  353. 'eight_points_guzzle.middleware.event_dispatch.systime_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService',
  354. 'eight_points_guzzle.middleware.log.gale_users' => 'getEightPointsGuzzle_Middleware_Log_GaleUsersService',
  355. 'eight_points_guzzle.middleware.log.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService',
  356. 'eight_points_guzzle.middleware.log.loginconnector' => 'getEightPointsGuzzle_Middleware_Log_LoginconnectorService',
  357. 'eight_points_guzzle.middleware.log.systime_users' => 'getEightPointsGuzzle_Middleware_Log_SystimeUsersService',
  358. 'eight_points_guzzle.middleware.profile.gale_users' => 'getEightPointsGuzzle_Middleware_Profile_GaleUsersService',
  359. 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService',
  360. 'eight_points_guzzle.middleware.profile.loginconnector' => 'getEightPointsGuzzle_Middleware_Profile_LoginconnectorService',
  361. 'eight_points_guzzle.middleware.profile.systime_users' => 'getEightPointsGuzzle_Middleware_Profile_SystimeUsersService',
  362. 'eight_points_guzzle.middleware.request_time.gale_users' => 'getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService',
  363. 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService',
  364. 'eight_points_guzzle.middleware.request_time.loginconnector' => 'getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService',
  365. 'eight_points_guzzle.middleware.request_time.systime_users' => 'getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService',
  366. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  367. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  368. 'error_controller' => 'getErrorControllerService',
  369. 'event_dispatcher' => 'getEventDispatcherService',
  370. 'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  371. 'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  372. 'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  373. 'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  374. 'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  375. 'fos_user.user_manager' => 'getFosUser_UserManagerService',
  376. 'http_kernel' => 'getHttpKernelService',
  377. 'knp_paginator' => 'getKnpPaginatorService',
  378. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  379. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  380. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  381. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  382. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  383. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  384. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  385. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  386. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  387. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  388. 'request_stack' => 'getRequestStackService',
  389. 'router' => 'getRouterService',
  390. 'routing.loader' => 'getRouting_LoaderService',
  391. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  392. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  393. 'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  394. 'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  395. 'services_resetter' => 'getServicesResetterService',
  396. 'translator' => 'getTranslatorService',
  397. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  398. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  399. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  400. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  401. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  402. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  403. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  404. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  405. 'cache_clearer' => 'getCacheClearerService',
  406. 'filesystem' => 'getFilesystemService',
  407. 'serializer' => 'getSerializerService',
  408. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  409. 'form.factory' => 'getForm_FactoryService',
  410. 'form.type.file' => 'getForm_Type_FileService',
  411. 'profiler' => 'getProfilerService',
  412. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  413. 'security.token_storage' => 'getSecurity_TokenStorageService',
  414. 'twig' => 'getTwigService',
  415. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  416. 'session' => 'getSessionService',
  417. 'validator' => 'getValidatorService',
  418. ];
  419. $this->aliases = [
  420. 'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  421. 'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  422. 'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  423. 'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  424. 'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  425. 'database_connection' => 'doctrine.dbal.default_connection',
  426. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  427. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  428. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  429. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  430. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  431. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  432. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  433. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  434. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  435. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  436. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  437. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  438. ];
  439. $this->privates['service_container'] = function () {
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  446. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  447. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookVoterService.php';
  448. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SelfStudyVoterService.php';
  449. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Logger/SessionRequestProcessor.php';
  450. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/RequestListener.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Context/AdminContextInterface.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Provider/AdminContextProviderInterface.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Router/AdminRouteGeneratorInterface.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistryInterface.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  871. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppExtension.php';
  872. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/TranslationExtension.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  882. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  883. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  891. };
  892. }
  893. public function compile(): void
  894. {
  895. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  896. }
  897. public function isCompiled(): bool
  898. {
  899. return true;
  900. }
  901. public function getRemovedIds(): array
  902. {
  903. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  904. }
  905. /**
  906. * Gets the public '.container.private.cache_clearer' shared service.
  907. *
  908. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  909. */
  910. protected function get_Container_Private_CacheClearerService()
  911. {
  912. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  913. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  914. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  915. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  916. }, 1));
  917. }
  918. /**
  919. * Gets the public '.container.private.filesystem' shared service.
  920. *
  921. * @return \Symfony\Component\Filesystem\Filesystem
  922. */
  923. protected function get_Container_Private_FilesystemService()
  924. {
  925. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  926. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  927. }
  928. /**
  929. * Gets the public '.container.private.form.factory' shared service.
  930. *
  931. * @return \Symfony\Component\Form\FormFactory
  932. */
  933. protected function get_Container_Private_Form_FactoryService()
  934. {
  935. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  936. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  937. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  938. if (isset($this->services['.container.private.form.factory'])) {
  939. return $this->services['.container.private.form.factory'];
  940. }
  941. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  942. }
  943. /**
  944. * Gets the public '.container.private.form.type.file' shared service.
  945. *
  946. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  947. */
  948. protected function get_Container_Private_Form_Type_FileService()
  949. {
  950. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  951. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  952. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  953. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  954. }
  955. /**
  956. * Gets the public '.container.private.profiler' shared service.
  957. *
  958. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  959. */
  960. protected function get_Container_Private_ProfilerService()
  961. {
  962. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  963. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  964. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  965. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  966. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  967. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  968. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  969. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  970. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  971. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  972. $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  973. $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  974. $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  975. $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  976. $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  977. $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  978. $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  979. $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  980. $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  981. $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  982. $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  983. $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  984. $d->addInstance('cache.easyadmin.traceable', ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  985. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  986. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  987. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  988. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  989. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  990. if ($this->has('kernel')) {
  991. $g->setKernel($b);
  992. }
  993. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  994. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  995. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  996. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  997. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  998. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  999. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1000. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  1001. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1002. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1003. $instance->add($d);
  1004. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1005. $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1006. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1007. $instance->add($e);
  1008. $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1009. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1010. $instance->add($f);
  1011. $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1012. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1013. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1014. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1015. $instance->add($g);
  1016. return $instance;
  1017. }
  1018. /**
  1019. * Gets the public '.container.private.security.authorization_checker' shared service.
  1020. *
  1021. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1022. */
  1023. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1024. {
  1025. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1026. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1027. return $this->services['.container.private.security.authorization_checker'];
  1028. }
  1029. return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
  1030. }
  1031. /**
  1032. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1033. *
  1034. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1035. */
  1036. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1037. {
  1038. return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1039. }
  1040. /**
  1041. * Gets the public '.container.private.security.password_encoder' shared service.
  1042. *
  1043. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1044. *
  1045. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1046. */
  1047. protected function get_Container_Private_Security_PasswordEncoderService()
  1048. {
  1049. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1050. return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1051. }
  1052. /**
  1053. * Gets the public '.container.private.security.token_storage' shared service.
  1054. *
  1055. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1056. */
  1057. protected function get_Container_Private_Security_TokenStorageService()
  1058. {
  1059. return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1060. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1061. ], [
  1062. 'request_stack' => '?',
  1063. ]));
  1064. }
  1065. /**
  1066. * Gets the public '.container.private.serializer' shared service.
  1067. *
  1068. * @return \Symfony\Component\Serializer\Serializer
  1069. */
  1070. protected function get_Container_Private_SerializerService()
  1071. {
  1072. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  1073. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1074. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1075. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1076. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1077. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1078. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1079. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1080. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1081. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  1082. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1083. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1084. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1085. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1086. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1087. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1088. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1089. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1090. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1091. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1092. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1093. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1094. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1095. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1096. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1097. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1098. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1099. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1100. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1101. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1102. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1103. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1104. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1105. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1106. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1107. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1108. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1109. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1110. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1111. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1112. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1113. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1114. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1115. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1116. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1117. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1118. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1119. return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 2 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 3 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), 6 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c, $b, $d, $e, NULL, [])), 7 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c, $b, $a, $d, $e, NULL, [], $d)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1120. }
  1121. /**
  1122. * Gets the public '.container.private.session' shared service.
  1123. *
  1124. * @return \Symfony\Component\HttpFoundation\Session\Session
  1125. */
  1126. protected function get_Container_Private_SessionService()
  1127. {
  1128. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1129. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  1130. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1131. if (isset($this->services['.container.private.session'])) {
  1132. return $this->services['.container.private.session'];
  1133. }
  1134. return $this->services['.container.private.session'] = $a->createSession();
  1135. }
  1136. /**
  1137. * Gets the public '.container.private.twig' shared service.
  1138. *
  1139. * @return \Twig\Environment
  1140. */
  1141. protected function get_Container_Private_TwigService()
  1142. {
  1143. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1144. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1145. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1146. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  1147. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  1148. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1149. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1150. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1151. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1152. $a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), 'ABaCusCore');
  1153. $a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), '!ABaCusCore');
  1154. $a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), 'User');
  1155. $a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), '!User');
  1156. $a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), 'ABaCusStudent');
  1157. $a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), '!ABaCusStudent');
  1158. $a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), 'ABaCusTeacher');
  1159. $a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), '!ABaCusTeacher');
  1160. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), 'ABaCusAdmin');
  1161. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), '!ABaCusAdmin');
  1162. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1163. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1164. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1165. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1166. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1167. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1168. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1169. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1170. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1171. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1172. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1173. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1174. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  1175. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), 'EasyAdmin');
  1176. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), '!EasyAdmin');
  1177. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1178. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1179. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1180. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1181. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1182. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1183. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1184. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1185. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1186. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1187. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1188. $f = new \Symfony\Bridge\Twig\Extension\TranslationExtension($e);
  1189. $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1190. $h = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext($b, $g->getBaseUrl(), $g->isSecure())), new RewindableGenerator(function () {
  1191. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService());
  1192. }, 1)));
  1193. $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1194. $j = ($this->services['router'] ?? $this->getRouterService());
  1195. $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1196. $k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $i]);
  1197. $l = new \Symfony\Bridge\Twig\AppVariable();
  1198. $l->setEnvironment('dev');
  1199. $l->setDebug(true);
  1200. if ($this->has('.container.private.security.token_storage')) {
  1201. $l->setTokenStorage($c);
  1202. }
  1203. if ($this->has('request_stack')) {
  1204. $l->setRequestStack($b);
  1205. }
  1206. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1207. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1208. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1209. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1210. $instance->addExtension($f);
  1211. $instance->addExtension($h);
  1212. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i, \dirname(__DIR__, 4), 'UTF-8'));
  1213. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  1214. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1215. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  1216. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1217. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1218. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $j)));
  1219. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1220. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1221. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1222. $instance->addExtension(new \CoreBundle\Twig\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1223. $instance->addExtension(new \CoreBundle\Twig\TranslationExtension($f, 'gale'));
  1224. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1225. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($j, $e)));
  1226. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1227. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1228. $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1229. $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1230. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1231. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  1232. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1233. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1234. ], [
  1235. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1236. ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), NULL, $e));
  1237. $instance->addGlobal('app', $l);
  1238. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1239. 'CoreBundle\\Twig\\AppRuntime' => ['privates', 'core.twig_runtime', 'getCore_TwigRuntimeService', false],
  1240. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  1241. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  1242. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  1243. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  1244. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
  1245. ], [
  1246. 'CoreBundle\\Twig\\AppRuntime' => '?',
  1247. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1248. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1249. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1250. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1251. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1252. ])));
  1253. $instance->addGlobal('abacus_loginconnector_base_url', 'https://test-loginconnector.gyldendal.dk');
  1254. $instance->addGlobal('abacus_loginconnector_client_name', 'gu-abacus');
  1255. $instance->addGlobal('environment', 'primaryschool');
  1256. $instance->addGlobal('scope', 'gale');
  1257. $instance->addGlobal('__PUBLISHER__', 'gyldendal');
  1258. $instance->addGlobal('__USE_MATHJAX__', false);
  1259. $instance->addGlobal('__USE_GAMIFICATION__', false);
  1260. $instance->addGlobal('__USE_EDITOR_FEATURES__', false);
  1261. $instance->addGlobal('__USE_BUG_REPORT__', true);
  1262. $instance->addGlobal('__SHOW_SELF_STUDY__', true);
  1263. $instance->addGlobal('__SHOW_TEXTBOOK__', true);
  1264. $instance->addGlobal('__SHOW_AIDS_OPTION__', false);
  1265. $instance->addGlobal('__MAX_DIFFICULTY__', 3);
  1266. $instance->addGlobal('__HOTJAR_ENABLED__', false);
  1267. $instance->addGlobal('maxstudents', 100);
  1268. $instance->addGlobal('system_topic', 'math');
  1269. $instance->addGlobal('sentry_dsn', 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140');
  1270. $instance->addGlobal('sentry_js_dsn', 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644');
  1271. $instance->addGlobal('abacus_base_url', 'https://galecms.indhold.tibalo.dk');
  1272. $instance->addGlobal('abacus_testmode', 0);
  1273. $instance->addGlobal('appendices_dir', '/appendices/');
  1274. $instance->addGlobal('textbook_voter_service', ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()));
  1275. $instance->addGlobal('self_study_voter_service', ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()));
  1276. $instance->addGlobal('activities', $this->parameters['abacus.activity_types']);
  1277. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1278. return $instance;
  1279. }
  1280. /**
  1281. * Gets the public '.container.private.validator' shared service.
  1282. *
  1283. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1284. */
  1285. protected function get_Container_Private_ValidatorService()
  1286. {
  1287. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1288. if (isset($this->services['.container.private.validator'])) {
  1289. return $this->services['.container.private.validator'];
  1290. }
  1291. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1292. }
  1293. /**
  1294. * Gets the public 'AdminBundle\Controller\BugReportsController' shared autowired service.
  1295. *
  1296. * @return \AdminBundle\Controller\BugReportsController
  1297. */
  1298. protected function getBugReportsControllerService()
  1299. {
  1300. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1301. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/BugReportsController.php';
  1302. $this->services['AdminBundle\\Controller\\BugReportsController'] = $instance = new \AdminBundle\Controller\BugReportsController();
  1303. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\BugReportsController', $this));
  1304. return $instance;
  1305. }
  1306. /**
  1307. * Gets the public 'AdminBundle\Controller\ContentController' shared autowired service.
  1308. *
  1309. * @return \AdminBundle\Controller\ContentController
  1310. */
  1311. protected function getContentControllerService()
  1312. {
  1313. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1314. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ContentController.php';
  1315. $this->services['AdminBundle\\Controller\\ContentController'] = $instance = new \AdminBundle\Controller\ContentController();
  1316. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ContentController', $this));
  1317. return $instance;
  1318. }
  1319. /**
  1320. * Gets the public 'AdminBundle\Controller\DefaultController' shared autowired service.
  1321. *
  1322. * @return \AdminBundle\Controller\DefaultController
  1323. */
  1324. protected function getDefaultControllerService()
  1325. {
  1326. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1327. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/DefaultController.php';
  1328. $this->services['AdminBundle\\Controller\\DefaultController'] = $instance = new \AdminBundle\Controller\DefaultController();
  1329. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\DefaultController', $this));
  1330. return $instance;
  1331. }
  1332. /**
  1333. * Gets the public 'AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController' shared autowired service.
  1334. *
  1335. * @return \AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController
  1336. */
  1337. protected function getAudioReferenceCrudControllerService()
  1338. {
  1339. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1340. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1341. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1342. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AudioReferenceCrudController.php';
  1343. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1344. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
  1345. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
  1346. }
  1347. $b = ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService());
  1348. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
  1349. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
  1350. }
  1351. $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $b, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1352. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', $this));
  1353. return $instance;
  1354. }
  1355. /**
  1356. * Gets the public 'AdminBundle\Controller\EasyAdmin\AuthorCrudController' shared autowired service.
  1357. *
  1358. * @return \AdminBundle\Controller\EasyAdmin\AuthorCrudController
  1359. */
  1360. protected function getAuthorCrudControllerService()
  1361. {
  1362. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1363. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1364. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1365. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1366. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AuthorCrudController.php';
  1367. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1368. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'])) {
  1369. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'];
  1370. }
  1371. $this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\AuthorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1372. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', $this));
  1373. return $instance;
  1374. }
  1375. /**
  1376. * Gets the public 'AdminBundle\Controller\EasyAdmin\BugReportCrudController' shared autowired service.
  1377. *
  1378. * @return \AdminBundle\Controller\EasyAdmin\BugReportCrudController
  1379. */
  1380. protected function getBugReportCrudControllerService()
  1381. {
  1382. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1383. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1384. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1385. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/BugReportCrudController.php';
  1386. $this->services['AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\BugReportCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1387. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', $this));
  1388. return $instance;
  1389. }
  1390. /**
  1391. * Gets the public 'AdminBundle\Controller\EasyAdmin\CategoryCrudController' shared autowired service.
  1392. *
  1393. * @return \AdminBundle\Controller\EasyAdmin\CategoryCrudController
  1394. */
  1395. protected function getCategoryCrudControllerService()
  1396. {
  1397. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1398. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1399. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1400. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/CategoryCrudController.php';
  1401. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1402. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'])) {
  1403. return $this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'];
  1404. }
  1405. $this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\CategoryCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $a);
  1406. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', $this));
  1407. return $instance;
  1408. }
  1409. /**
  1410. * Gets the public 'AdminBundle\Controller\EasyAdmin\ContentOverviewController' shared autowired service.
  1411. *
  1412. * @return \AdminBundle\Controller\EasyAdmin\ContentOverviewController
  1413. */
  1414. protected function getContentOverviewControllerService()
  1415. {
  1416. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1417. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ContentOverviewController.php';
  1418. $this->services['AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ContentOverviewController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1419. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController', $this));
  1420. return $instance;
  1421. }
  1422. /**
  1423. * Gets the public 'AdminBundle\Controller\EasyAdmin\DashboardController' shared autowired service.
  1424. *
  1425. * @return \AdminBundle\Controller\EasyAdmin\DashboardController
  1426. */
  1427. protected function getDashboardControllerService()
  1428. {
  1429. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1430. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  1431. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  1432. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/DashboardController.php';
  1433. $this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] = $instance = new \AdminBundle\Controller\EasyAdmin\DashboardController();
  1434. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1435. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1436. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  1437. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  1438. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  1439. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1440. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1441. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  1442. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1443. 'router' => ['services', 'router', 'getRouterService', false],
  1444. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  1445. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  1446. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  1447. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  1448. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  1449. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1450. ], [
  1451. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  1452. 'doctrine' => '?',
  1453. 'form.factory' => '?',
  1454. 'http_kernel' => '?',
  1455. 'message_bus' => '?',
  1456. 'messenger.default_bus' => '?',
  1457. 'parameter_bag' => '?',
  1458. 'request_stack' => '?',
  1459. 'router' => '?',
  1460. 'security.authorization_checker' => '?',
  1461. 'security.csrf.token_manager' => '?',
  1462. 'security.token_storage' => '?',
  1463. 'serializer' => '?',
  1464. 'session' => '.session.deprecated',
  1465. 'twig' => '?',
  1466. ]))->withContext('AdminBundle\\Controller\\EasyAdmin\\DashboardController', $this));
  1467. return $instance;
  1468. }
  1469. /**
  1470. * Gets the public 'AdminBundle\Controller\EasyAdmin\EditorCrudController' shared autowired service.
  1471. *
  1472. * @return \AdminBundle\Controller\EasyAdmin\EditorCrudController
  1473. */
  1474. protected function getEditorCrudControllerService()
  1475. {
  1476. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1477. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1478. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1479. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1480. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/EditorCrudController.php';
  1481. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1482. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'])) {
  1483. return $this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'];
  1484. }
  1485. $this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\EditorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1486. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', $this));
  1487. return $instance;
  1488. }
  1489. /**
  1490. * Gets the public 'AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController' shared autowired service.
  1491. *
  1492. * @return \AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController
  1493. */
  1494. protected function getImageReferenceCrudControllerService()
  1495. {
  1496. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1497. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1498. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1499. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ImageReferenceCrudController.php';
  1500. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1501. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'])) {
  1502. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'];
  1503. }
  1504. $this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1505. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', $this));
  1506. return $instance;
  1507. }
  1508. /**
  1509. * Gets the public 'AdminBundle\Controller\EasyAdmin\InfoCrudController' shared autowired service.
  1510. *
  1511. * @return \AdminBundle\Controller\EasyAdmin\InfoCrudController
  1512. */
  1513. protected function getInfoCrudControllerService()
  1514. {
  1515. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1516. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1517. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1518. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InfoCrudController.php';
  1519. $this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\InfoCrudController();
  1520. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', $this));
  1521. return $instance;
  1522. }
  1523. /**
  1524. * Gets the public 'AdminBundle\Controller\EasyAdmin\InvitationCrudController' shared autowired service.
  1525. *
  1526. * @return \AdminBundle\Controller\EasyAdmin\InvitationCrudController
  1527. */
  1528. protected function getInvitationCrudControllerService()
  1529. {
  1530. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1531. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1532. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1533. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InvitationCrudController.php';
  1534. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
  1535. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1536. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'])) {
  1537. return $this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'];
  1538. }
  1539. $this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\InvitationCrudController($a, ($this->privates['CoreBundle\\Service\\EmailHelperService'] ?? ($this->privates['CoreBundle\\Service\\EmailHelperService'] = new \CoreBundle\Service\EmailHelperService('gale'))));
  1540. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', $this));
  1541. return $instance;
  1542. }
  1543. /**
  1544. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemCrudController' shared autowired service.
  1545. *
  1546. * @return \AdminBundle\Controller\EasyAdmin\ProblemCrudController
  1547. */
  1548. protected function getProblemCrudControllerService()
  1549. {
  1550. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1551. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1552. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1553. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1554. $a = ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService());
  1555. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
  1556. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
  1557. }
  1558. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1559. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
  1560. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
  1561. }
  1562. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemCrudController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), $a, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $b, ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1563. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', $this));
  1564. return $instance;
  1565. }
  1566. /**
  1567. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController' shared autowired service.
  1568. *
  1569. * @return \AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController
  1570. */
  1571. protected function getProblemFromQuizCrudControllerService()
  1572. {
  1573. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1574. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1575. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1576. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1577. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromQuizCrudController.php';
  1578. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1579. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1580. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
  1581. }
  1582. $b = ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService());
  1583. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1584. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
  1585. }
  1586. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()), ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()), $b);
  1587. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', $this));
  1588. return $instance;
  1589. }
  1590. /**
  1591. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController' shared autowired service.
  1592. *
  1593. * @return \AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController
  1594. */
  1595. protected function getProblemFromTemplateCrudControllerService()
  1596. {
  1597. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1598. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1599. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1600. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1601. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromTemplateCrudController.php';
  1602. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1603. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'])) {
  1604. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'];
  1605. }
  1606. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1607. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', $this));
  1608. return $instance;
  1609. }
  1610. /**
  1611. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProductQuizCrudController' shared autowired service.
  1612. *
  1613. * @return \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController
  1614. */
  1615. protected function getProductQuizCrudControllerService()
  1616. {
  1617. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1618. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1619. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1620. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProductQuizCrudController.php';
  1621. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController();
  1622. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', $this));
  1623. return $instance;
  1624. }
  1625. /**
  1626. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationCrudController' shared autowired service.
  1627. *
  1628. * @return \AdminBundle\Controller\EasyAdmin\PublicationCrudController
  1629. */
  1630. protected function getPublicationCrudControllerService()
  1631. {
  1632. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1633. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1634. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1635. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
  1636. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1637. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'])) {
  1638. return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'];
  1639. }
  1640. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublicationCrudController($a);
  1641. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', $this));
  1642. return $instance;
  1643. }
  1644. /**
  1645. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController' shared autowired service.
  1646. *
  1647. * @return \AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController
  1648. */
  1649. protected function getPublicationFromPublisherCrudControllerService()
  1650. {
  1651. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1652. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1653. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1654. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
  1655. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationFromPublisherCrudController.php';
  1656. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1657. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'])) {
  1658. return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'];
  1659. }
  1660. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1661. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', $this));
  1662. return $instance;
  1663. }
  1664. /**
  1665. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublisherCrudController' shared autowired service.
  1666. *
  1667. * @return \AdminBundle\Controller\EasyAdmin\PublisherCrudController
  1668. */
  1669. protected function getPublisherCrudControllerService()
  1670. {
  1671. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1672. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1673. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1674. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublisherCrudController.php';
  1675. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublisherCrudController();
  1676. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', $this));
  1677. return $instance;
  1678. }
  1679. /**
  1680. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizCrudController' shared autowired service.
  1681. *
  1682. * @return \AdminBundle\Controller\EasyAdmin\QuizCrudController
  1683. */
  1684. protected function getQuizCrudControllerService()
  1685. {
  1686. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1687. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1688. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1689. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
  1690. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1691. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'])) {
  1692. return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'];
  1693. }
  1694. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizCrudController($a);
  1695. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', $this));
  1696. return $instance;
  1697. }
  1698. /**
  1699. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController' shared autowired service.
  1700. *
  1701. * @return \AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController
  1702. */
  1703. protected function getQuizFromPublicationCrudControllerService()
  1704. {
  1705. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1706. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1707. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1708. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
  1709. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizFromPublicationCrudController.php';
  1710. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1711. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'])) {
  1712. return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'];
  1713. }
  1714. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()));
  1715. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', $this));
  1716. return $instance;
  1717. }
  1718. /**
  1719. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizTypeCrudController' shared autowired service.
  1720. *
  1721. * @return \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController
  1722. */
  1723. protected function getQuizTypeCrudControllerService()
  1724. {
  1725. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1727. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1728. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizTypeCrudController.php';
  1729. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController();
  1730. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', $this));
  1731. return $instance;
  1732. }
  1733. /**
  1734. * Gets the public 'AdminBundle\Controller\EasyAdmin\TagCrudController' shared autowired service.
  1735. *
  1736. * @return \AdminBundle\Controller\EasyAdmin\TagCrudController
  1737. */
  1738. protected function getTagCrudControllerService()
  1739. {
  1740. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1741. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1742. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1743. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TagCrudController.php';
  1744. $this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TagCrudController();
  1745. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TagCrudController', $this));
  1746. return $instance;
  1747. }
  1748. /**
  1749. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateCrudController' shared autowired service.
  1750. *
  1751. * @return \AdminBundle\Controller\EasyAdmin\TemplateCrudController
  1752. */
  1753. protected function getTemplateCrudControllerService()
  1754. {
  1755. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1757. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1758. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
  1759. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1760. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'])) {
  1761. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'];
  1762. }
  1763. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  1764. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', $this));
  1765. return $instance;
  1766. }
  1767. /**
  1768. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController' shared autowired service.
  1769. *
  1770. * @return \AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController
  1771. */
  1772. protected function getTemplateFromTopicCrudControllerService()
  1773. {
  1774. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1775. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1776. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1777. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
  1778. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateFromTopicCrudController.php';
  1779. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1780. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'])) {
  1781. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'];
  1782. }
  1783. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  1784. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', $this));
  1785. return $instance;
  1786. }
  1787. /**
  1788. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateSetCrudController' shared autowired service.
  1789. *
  1790. * @return \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController
  1791. */
  1792. protected function getTemplateSetCrudControllerService()
  1793. {
  1794. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1795. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1796. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1797. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateSetCrudController.php';
  1798. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController();
  1799. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', $this));
  1800. return $instance;
  1801. }
  1802. /**
  1803. * Gets the public 'AdminBundle\Controller\EasyAdmin\TopicCrudController' shared autowired service.
  1804. *
  1805. * @return \AdminBundle\Controller\EasyAdmin\TopicCrudController
  1806. */
  1807. protected function getTopicCrudControllerService()
  1808. {
  1809. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1810. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1811. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1812. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
  1813. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1814. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'])) {
  1815. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'];
  1816. }
  1817. $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TopicCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService()));
  1818. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', $this));
  1819. return $instance;
  1820. }
  1821. /**
  1822. * Gets the public 'AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController' shared autowired service.
  1823. *
  1824. * @return \AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController
  1825. */
  1826. protected function getTopicFromCategoryCrudControllerService()
  1827. {
  1828. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1829. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1830. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1831. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
  1832. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicFromCategoryCrudController.php';
  1833. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1834. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'])) {
  1835. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'];
  1836. }
  1837. $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService()));
  1838. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', $this));
  1839. return $instance;
  1840. }
  1841. /**
  1842. * Gets the public 'AdminBundle\Controller\EasyAdmin\UserCrudController' shared autowired service.
  1843. *
  1844. * @return \AdminBundle\Controller\EasyAdmin\UserCrudController
  1845. */
  1846. protected function getUserCrudControllerService()
  1847. {
  1848. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1849. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1850. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1851. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1852. $this->services['AdminBundle\\Controller\\EasyAdmin\\UserCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\UserCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1853. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\UserCrudController', $this));
  1854. return $instance;
  1855. }
  1856. /**
  1857. * Gets the public 'AdminBundle\Controller\InstitutionController' shared autowired service.
  1858. *
  1859. * @return \AdminBundle\Controller\InstitutionController
  1860. */
  1861. protected function getInstitutionControllerService()
  1862. {
  1863. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1864. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/InstitutionController.php';
  1865. $this->services['AdminBundle\\Controller\\InstitutionController'] = $instance = new \AdminBundle\Controller\InstitutionController(($this->privates['AdminBundle\\Service\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1866. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\InstitutionController', $this));
  1867. return $instance;
  1868. }
  1869. /**
  1870. * Gets the public 'AdminBundle\Controller\MathproblemController' shared autowired service.
  1871. *
  1872. * @return \AdminBundle\Controller\MathproblemController
  1873. */
  1874. protected function getMathproblemControllerService()
  1875. {
  1876. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/MathproblemController.php';
  1878. $this->services['AdminBundle\\Controller\\MathproblemController'] = $instance = new \AdminBundle\Controller\MathproblemController();
  1879. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\MathproblemController', $this));
  1880. return $instance;
  1881. }
  1882. /**
  1883. * Gets the public 'AdminBundle\Controller\ProblemController' shared autowired service.
  1884. *
  1885. * @return \AdminBundle\Controller\ProblemController
  1886. */
  1887. protected function getProblemControllerService()
  1888. {
  1889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1890. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php';
  1891. $this->services['AdminBundle\\Controller\\ProblemController'] = $instance = new \AdminBundle\Controller\ProblemController(($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()));
  1892. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ProblemController', $this));
  1893. return $instance;
  1894. }
  1895. /**
  1896. * Gets the public 'AdminBundle\Controller\ResetPasswordController' shared autowired service.
  1897. *
  1898. * @return \AdminBundle\Controller\ResetPasswordController
  1899. */
  1900. protected function getResetPasswordControllerService()
  1901. {
  1902. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1903. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ResetPasswordController.php';
  1904. $this->services['AdminBundle\\Controller\\ResetPasswordController'] = $instance = new \AdminBundle\Controller\ResetPasswordController();
  1905. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ResetPasswordController', $this));
  1906. return $instance;
  1907. }
  1908. /**
  1909. * Gets the public 'AdminBundle\Controller\TagController' shared autowired service.
  1910. *
  1911. * @return \AdminBundle\Controller\TagController
  1912. */
  1913. protected function getTagControllerService()
  1914. {
  1915. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1916. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TagController.php';
  1917. $this->services['AdminBundle\\Controller\\TagController'] = $instance = new \AdminBundle\Controller\TagController();
  1918. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TagController', $this));
  1919. return $instance;
  1920. }
  1921. /**
  1922. * Gets the public 'AdminBundle\Controller\TemplateController' shared autowired service.
  1923. *
  1924. * @return \AdminBundle\Controller\TemplateController
  1925. */
  1926. protected function getTemplateControllerService()
  1927. {
  1928. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1929. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TemplateController.php';
  1930. $this->services['AdminBundle\\Controller\\TemplateController'] = $instance = new \AdminBundle\Controller\TemplateController();
  1931. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TemplateController', $this));
  1932. return $instance;
  1933. }
  1934. /**
  1935. * Gets the public 'AdminBundle\Controller\TopicController' shared autowired service.
  1936. *
  1937. * @return \AdminBundle\Controller\TopicController
  1938. */
  1939. protected function getTopicControllerService()
  1940. {
  1941. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1942. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TopicController.php';
  1943. $this->services['AdminBundle\\Controller\\TopicController'] = $instance = new \AdminBundle\Controller\TopicController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1944. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TopicController', $this));
  1945. return $instance;
  1946. }
  1947. /**
  1948. * Gets the public 'AdminBundle\Controller\UserController' shared autowired service.
  1949. *
  1950. * @return \AdminBundle\Controller\UserController
  1951. */
  1952. protected function getUserControllerService()
  1953. {
  1954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1955. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/UserController.php';
  1956. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/UserService.php';
  1957. $this->services['AdminBundle\\Controller\\UserController'] = $instance = new \AdminBundle\Controller\UserController(new \AdminBundle\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['AdminBundle\\Service\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1958. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\UserController', $this));
  1959. return $instance;
  1960. }
  1961. /**
  1962. * Gets the public 'CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand' shared autowired service.
  1963. *
  1964. * @return \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand
  1965. */
  1966. protected function getAbacusCopyAnonymizedProdDataToTestServerCommandService()
  1967. {
  1968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1969. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusCopyAnonymizedProdDataToTestServerCommand.php';
  1970. $this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] = $instance = new \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand();
  1971. $instance->setName('abacus:copy-anonymized-prod-data-to-test-server');
  1972. $instance->setDescription('Copy anonymized data from the production server to the test server');
  1973. return $instance;
  1974. }
  1975. /**
  1976. * Gets the public 'CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand' shared autowired service.
  1977. *
  1978. * @return \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand
  1979. */
  1980. protected function getAbacusDispatchEventsToClickstreamCommandService()
  1981. {
  1982. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1983. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusDispatchEventsToClickstreamCommand.php';
  1984. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamLoggerService.php';
  1985. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php';
  1986. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamConnectorService.php';
  1987. $this->services['CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand'] = $instance = new \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand(\dirname(__DIR__, 4), '', '', new \CoreBundle\Service\ClickstreamLoggerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \CoreBundle\Service\ClickstreamDtoPopulatorService('gale', \dirname(__DIR__, 4), '', ($this->services['translator'] ?? $this->getTranslatorService())), new \CoreBundle\Service\ClickstreamConnectorService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), '', '')));
  1988. $instance->setName('abacus:dispatch-events-to-clickstream-log');
  1989. $instance->setDescription('Dispatch events to Clickstream Log');
  1990. return $instance;
  1991. }
  1992. /**
  1993. * Gets the public 'CoreBundle\Command\AbacusFetchSiteCommand' shared autowired service.
  1994. *
  1995. * @return \CoreBundle\Command\AbacusFetchSiteCommand
  1996. */
  1997. protected function getAbacusFetchSiteCommandService()
  1998. {
  1999. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2000. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusFetchSiteCommand.php';
  2001. $this->services['CoreBundle\\Command\\AbacusFetchSiteCommand'] = $instance = new \CoreBundle\Command\AbacusFetchSiteCommand(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2002. $instance->setName('abacus:fetch-site');
  2003. $instance->setDescription('Fetch site database and/or media folder from test server');
  2004. return $instance;
  2005. }
  2006. /**
  2007. * Gets the public 'CoreBundle\Command\AbacusLoadTestDataCommand' shared autowired service.
  2008. *
  2009. * @return \CoreBundle\Command\AbacusLoadTestDataCommand
  2010. */
  2011. protected function getAbacusLoadTestDataCommandService()
  2012. {
  2013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2014. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLoadTestDataCommand.php';
  2015. $this->services['CoreBundle\\Command\\AbacusLoadTestDataCommand'] = $instance = new \CoreBundle\Command\AbacusLoadTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TestDataService'] ?? $this->getTestDataServiceService()));
  2016. $instance->setName('abacus:load-test-data');
  2017. $instance->setDescription('Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.');
  2018. return $instance;
  2019. }
  2020. /**
  2021. * Gets the public 'CoreBundle\Command\AbacusLocateInlineImagesCommand' shared autowired service.
  2022. *
  2023. * @return \CoreBundle\Command\AbacusLocateInlineImagesCommand
  2024. */
  2025. protected function getAbacusLocateInlineImagesCommandService()
  2026. {
  2027. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2028. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateInlineImagesCommand.php';
  2029. $this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateInlineImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2030. $instance->setName('abacus:locate-inline-images');
  2031. $instance->setDescription('Lists inline images across specific tables');
  2032. return $instance;
  2033. }
  2034. /**
  2035. * Gets the public 'CoreBundle\Command\AbacusLocateMissingFilesCommand' shared autowired service.
  2036. *
  2037. * @return \CoreBundle\Command\AbacusLocateMissingFilesCommand
  2038. */
  2039. protected function getAbacusLocateMissingFilesCommandService()
  2040. {
  2041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2042. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateMissingFilesCommand.php';
  2043. $this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateMissingFilesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2044. $instance->setName('abacus:locate-missing-files');
  2045. $instance->setDescription('Lists missing media files on various entity types');
  2046. return $instance;
  2047. }
  2048. /**
  2049. * Gets the public 'CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand' shared autowired service.
  2050. *
  2051. * @return \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand
  2052. */
  2053. protected function getAbacusMigrateTextbookElementImagesToReferencesCommandService()
  2054. {
  2055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2056. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusMigrateTextbookElementImagesToReferencesCommand.php';
  2057. $this->services['CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] = $instance = new \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  2058. $instance->setName('abacus:migrate-textbook-element-images-to-references');
  2059. $instance->setDescription('Migrate textbook element images to references in Abacus');
  2060. return $instance;
  2061. }
  2062. /**
  2063. * Gets the public 'CoreBundle\Command\AbacusProblemdndMigrateCommand' shared autowired service.
  2064. *
  2065. * @return \CoreBundle\Command\AbacusProblemdndMigrateCommand
  2066. */
  2067. protected function getAbacusProblemdndMigrateCommandService()
  2068. {
  2069. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2070. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusProblemdndMigrateCommand.php';
  2071. return $this->services['CoreBundle\\Command\\AbacusProblemdndMigrateCommand'] = new \CoreBundle\Command\AbacusProblemdndMigrateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2072. }
  2073. /**
  2074. * Gets the public 'CoreBundle\Command\AbacusRearrangeMathProblemsCommand' shared autowired service.
  2075. *
  2076. * @return \CoreBundle\Command\AbacusRearrangeMathProblemsCommand
  2077. */
  2078. protected function getAbacusRearrangeMathProblemsCommandService()
  2079. {
  2080. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2081. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusRearrangeMathProblemsCommand.php';
  2082. $this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] = $instance = new \CoreBundle\Command\AbacusRearrangeMathProblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2083. $instance->setName('abacus:rearrange');
  2084. $instance->setDescription('Rearrange the topics and templates to get a type specific structure. This command can only be used on your local environment and will not work on the production environment.');
  2085. return $instance;
  2086. }
  2087. /**
  2088. * Gets the public 'CoreBundle\Command\AbacusValidateExistingMathproblemsCommand' shared autowired service.
  2089. *
  2090. * @return \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand
  2091. */
  2092. protected function getAbacusValidateExistingMathproblemsCommandService()
  2093. {
  2094. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2095. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusValidateExistingMathproblemsCommand.php';
  2096. $this->services['CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand'] = $instance = new \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  2097. $instance->setName('abacus:validate-existing-mathproblems');
  2098. $instance->setDescription('Validates any valid mathproblem that is not yet marked as valid');
  2099. return $instance;
  2100. }
  2101. /**
  2102. * Gets the public 'CoreBundle\Command\DeleteOldLogEventsCommand' shared autowired service.
  2103. *
  2104. * @return \CoreBundle\Command\DeleteOldLogEventsCommand
  2105. */
  2106. protected function getDeleteOldLogEventsCommandService()
  2107. {
  2108. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2109. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DeleteOldLogEventsCommand.php';
  2110. return $this->services['CoreBundle\\Command\\DeleteOldLogEventsCommand'] = new \CoreBundle\Command\DeleteOldLogEventsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2111. }
  2112. /**
  2113. * Gets the public 'CoreBundle\Command\DispatchMigrateFilesToReferencesCommand' shared autowired service.
  2114. *
  2115. * @return \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand
  2116. */
  2117. protected function getDispatchMigrateFilesToReferencesCommandService()
  2118. {
  2119. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2120. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DispatchMigrateFilesToReferencesCommand.php';
  2121. $this->services['CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand'] = $instance = new \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2122. $instance->setName('abacus:dispatch-migrate-files');
  2123. $instance->setDescription('Migrate files to references in Abacus using Message bus');
  2124. return $instance;
  2125. }
  2126. /**
  2127. * Gets the public 'CoreBundle\Command\FulfilDeletionRequestsCommand' shared autowired service.
  2128. *
  2129. * @return \CoreBundle\Command\FulfilDeletionRequestsCommand
  2130. */
  2131. protected function getFulfilDeletionRequestsCommandService()
  2132. {
  2133. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2134. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/FulfilDeletionRequestsCommand.php';
  2135. return $this->services['CoreBundle\\Command\\FulfilDeletionRequestsCommand'] = new \CoreBundle\Command\FulfilDeletionRequestsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2136. }
  2137. /**
  2138. * Gets the public 'CoreBundle\Command\MigrateWordOptionsCommand' shared autowired service.
  2139. *
  2140. * @return \CoreBundle\Command\MigrateWordOptionsCommand
  2141. */
  2142. protected function getMigrateWordOptionsCommandService()
  2143. {
  2144. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2145. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/MigrateWordOptionsCommand.php';
  2146. return $this->services['CoreBundle\\Command\\MigrateWordOptionsCommand'] = new \CoreBundle\Command\MigrateWordOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2147. }
  2148. /**
  2149. * Gets the public 'CoreBundle\Command\RemoveEndToEndTestDataCommand' shared autowired service.
  2150. *
  2151. * @return \CoreBundle\Command\RemoveEndToEndTestDataCommand
  2152. */
  2153. protected function getRemoveEndToEndTestDataCommandService()
  2154. {
  2155. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2156. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveEndToEndTestDataCommand.php';
  2157. return $this->services['CoreBundle\\Command\\RemoveEndToEndTestDataCommand'] = new \CoreBundle\Command\RemoveEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2158. }
  2159. /**
  2160. * Gets the public 'CoreBundle\Command\RemoveStudentFromClassroomsCommand' shared autowired service.
  2161. *
  2162. * @return \CoreBundle\Command\RemoveStudentFromClassroomsCommand
  2163. */
  2164. protected function getRemoveStudentFromClassroomsCommandService()
  2165. {
  2166. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2167. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveStudentFromClassroomsCommand.php';
  2168. return $this->services['CoreBundle\\Command\\RemoveStudentFromClassroomsCommand'] = new \CoreBundle\Command\RemoveStudentFromClassroomsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2169. }
  2170. /**
  2171. * Gets the public 'CoreBundle\Command\RetentionCleanupCommand' shared autowired service.
  2172. *
  2173. * @return \CoreBundle\Command\RetentionCleanupCommand
  2174. */
  2175. protected function getRetentionCleanupCommandService()
  2176. {
  2177. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2178. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RetentionCleanupCommand.php';
  2179. return $this->services['CoreBundle\\Command\\RetentionCleanupCommand'] = new \CoreBundle\Command\RetentionCleanupCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2180. }
  2181. /**
  2182. * Gets the public 'CoreBundle\Command\SetupEndToEndTestDataCommand' shared autowired service.
  2183. *
  2184. * @return \CoreBundle\Command\SetupEndToEndTestDataCommand
  2185. */
  2186. protected function getSetupEndToEndTestDataCommandService()
  2187. {
  2188. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2189. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/SetupEndToEndTestDataCommand.php';
  2190. return $this->services['CoreBundle\\Command\\SetupEndToEndTestDataCommand'] = new \CoreBundle\Command\SetupEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TestDataService'] ?? $this->getTestDataServiceService()));
  2191. }
  2192. /**
  2193. * Gets the public 'CoreBundle\Command\UpdateSystimeUsersCommand' shared service.
  2194. *
  2195. * @return \CoreBundle\Command\UpdateSystimeUsersCommand
  2196. */
  2197. protected function getUpdateSystimeUsersCommandService()
  2198. {
  2199. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2200. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/UpdateSystimeUsersCommand.php';
  2201. return $this->services['CoreBundle\\Command\\UpdateSystimeUsersCommand'] = new \CoreBundle\Command\UpdateSystimeUsersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['eight_points_guzzle.client.systime_users'] ?? $this->getEightPointsGuzzle_Client_SystimeUsersService()), '!jkbnuiph80HY(Yhgbkl90l!77uuajsk_temp', 'sha256_hash_systime_global_tables_config_dev-users.systime.dk_2024_BHJVutgug7cvb!', '9788743303145');
  2202. }
  2203. /**
  2204. * Gets the public 'CoreBundle\Controller\API\PollyController' shared autowired service.
  2205. *
  2206. * @return \CoreBundle\Controller\API\PollyController
  2207. */
  2208. protected function getPollyControllerService()
  2209. {
  2210. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2211. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/PollyController.php';
  2212. $this->services['CoreBundle\\Controller\\API\\PollyController'] = $instance = new \CoreBundle\Controller\API\PollyController();
  2213. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\PollyController', $this));
  2214. return $instance;
  2215. }
  2216. /**
  2217. * Gets the public 'CoreBundle\Controller\API\ProblemController' shared autowired service.
  2218. *
  2219. * @return \CoreBundle\Controller\API\ProblemController
  2220. */
  2221. protected function getProblemController2Service()
  2222. {
  2223. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2224. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/ProblemController.php';
  2225. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2226. $this->services['CoreBundle\\Controller\\API\\ProblemController'] = $instance = new \CoreBundle\Controller\API\ProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] ?? ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator())));
  2227. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\ProblemController', $this));
  2228. return $instance;
  2229. }
  2230. /**
  2231. * Gets the public 'CoreBundle\Controller\API\SharedQuizController' shared autowired service.
  2232. *
  2233. * @return \CoreBundle\Controller\API\SharedQuizController
  2234. */
  2235. protected function getSharedQuizControllerService()
  2236. {
  2237. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2238. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/SharedQuizController.php';
  2239. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2240. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2241. $this->services['CoreBundle\\Controller\\API\\SharedQuizController'] = $instance = new \CoreBundle\Controller\API\SharedQuizController(($this->services['CoreBundle\\Validators\\QuizUnitValidator'] ?? ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator())), ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  2242. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\SharedQuizController', $this));
  2243. return $instance;
  2244. }
  2245. /**
  2246. * Gets the public 'CoreBundle\Controller\API\VideoController' shared autowired service.
  2247. *
  2248. * @return \CoreBundle\Controller\API\VideoController
  2249. */
  2250. protected function getVideoControllerService()
  2251. {
  2252. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2253. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/VideoController.php';
  2254. $this->services['CoreBundle\\Controller\\API\\VideoController'] = $instance = new \CoreBundle\Controller\API\VideoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2255. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\VideoController', $this));
  2256. return $instance;
  2257. }
  2258. /**
  2259. * Gets the public 'CoreBundle\Controller\BugReportController' shared autowired service.
  2260. *
  2261. * @return \CoreBundle\Controller\BugReportController
  2262. */
  2263. protected function getBugReportControllerService()
  2264. {
  2265. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2266. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/BugReportController.php';
  2267. $this->services['CoreBundle\\Controller\\BugReportController'] = $instance = new \CoreBundle\Controller\BugReportController();
  2268. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\BugReportController', $this));
  2269. return $instance;
  2270. }
  2271. /**
  2272. * Gets the public 'CoreBundle\Controller\DataController' shared autowired service.
  2273. *
  2274. * @return \CoreBundle\Controller\DataController
  2275. */
  2276. protected function getDataControllerService()
  2277. {
  2278. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2279. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DataController.php';
  2280. $this->services['CoreBundle\\Controller\\DataController'] = $instance = new \CoreBundle\Controller\DataController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  2281. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DataController', $this));
  2282. return $instance;
  2283. }
  2284. /**
  2285. * Gets the public 'CoreBundle\Controller\DefaultController' shared autowired service.
  2286. *
  2287. * @return \CoreBundle\Controller\DefaultController
  2288. */
  2289. protected function getDefaultController2Service()
  2290. {
  2291. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2292. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DefaultController.php';
  2293. $this->services['CoreBundle\\Controller\\DefaultController'] = $instance = new \CoreBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2294. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DefaultController', $this));
  2295. return $instance;
  2296. }
  2297. /**
  2298. * Gets the public 'CoreBundle\Controller\EventLoggerController' shared autowired service.
  2299. *
  2300. * @return \CoreBundle\Controller\EventLoggerController
  2301. */
  2302. protected function getEventLoggerControllerService()
  2303. {
  2304. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2305. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/EventLoggerController.php';
  2306. $this->services['CoreBundle\\Controller\\EventLoggerController'] = $instance = new \CoreBundle\Controller\EventLoggerController();
  2307. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\EventLoggerController', $this));
  2308. return $instance;
  2309. }
  2310. /**
  2311. * Gets the public 'CoreBundle\Controller\KombiMatController' shared autowired service.
  2312. *
  2313. * @return \CoreBundle\Controller\KombiMatController
  2314. */
  2315. protected function getKombiMatControllerService()
  2316. {
  2317. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2318. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/KombiMatController.php';
  2319. $this->services['CoreBundle\\Controller\\KombiMatController'] = $instance = new \CoreBundle\Controller\KombiMatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2320. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\KombiMatController', $this));
  2321. return $instance;
  2322. }
  2323. /**
  2324. * Gets the public 'CoreBundle\Controller\MathProblemController' shared autowired service.
  2325. *
  2326. * @return \CoreBundle\Controller\MathProblemController
  2327. */
  2328. protected function getMathProblemController2Service()
  2329. {
  2330. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2331. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/MathProblemController.php';
  2332. $this->services['CoreBundle\\Controller\\MathProblemController'] = $instance = new \CoreBundle\Controller\MathProblemController();
  2333. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\MathProblemController', $this));
  2334. return $instance;
  2335. }
  2336. /**
  2337. * Gets the public 'CoreBundle\Controller\ResultsController' shared autowired service.
  2338. *
  2339. * @return \CoreBundle\Controller\ResultsController
  2340. */
  2341. protected function getResultsControllerService()
  2342. {
  2343. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2344. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/ResultsController.php';
  2345. $this->services['CoreBundle\\Controller\\ResultsController'] = $instance = new \CoreBundle\Controller\ResultsController();
  2346. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\ResultsController', $this));
  2347. return $instance;
  2348. }
  2349. /**
  2350. * Gets the public 'CoreBundle\Controller\TestController' shared autowired service.
  2351. *
  2352. * @return \CoreBundle\Controller\TestController
  2353. */
  2354. protected function getTestControllerService()
  2355. {
  2356. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2357. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TestController.php';
  2358. $this->services['CoreBundle\\Controller\\TestController'] = $instance = new \CoreBundle\Controller\TestController();
  2359. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TestController', $this));
  2360. return $instance;
  2361. }
  2362. /**
  2363. * Gets the public 'CoreBundle\Controller\TextbookController' shared autowired service.
  2364. *
  2365. * @return \CoreBundle\Controller\TextbookController
  2366. */
  2367. protected function getTextbookControllerService()
  2368. {
  2369. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2370. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TextbookController.php';
  2371. $this->services['CoreBundle\\Controller\\TextbookController'] = $instance = new \CoreBundle\Controller\TextbookController(($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()));
  2372. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TextbookController', $this));
  2373. return $instance;
  2374. }
  2375. /**
  2376. * Gets the public 'CoreBundle\Helpers\InternalSyntaxHelper' shared autowired service.
  2377. *
  2378. * @return \CoreBundle\Helpers\InternalSyntaxHelper
  2379. */
  2380. protected function getInternalSyntaxHelperService()
  2381. {
  2382. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
  2383. return $this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] = new \CoreBundle\Helpers\InternalSyntaxHelper();
  2384. }
  2385. /**
  2386. * Gets the public 'CoreBundle\Helpers\TokenizeHelper' shared autowired service.
  2387. *
  2388. * @return \CoreBundle\Helpers\TokenizeHelper
  2389. */
  2390. protected function getTokenizeHelperService()
  2391. {
  2392. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
  2393. return $this->services['CoreBundle\\Helpers\\TokenizeHelper'] = new \CoreBundle\Helpers\TokenizeHelper();
  2394. }
  2395. /**
  2396. * Gets the public 'CoreBundle\Helpers\ValidationHelper' shared autowired service.
  2397. *
  2398. * @return \CoreBundle\Helpers\ValidationHelper
  2399. */
  2400. protected function getValidationHelperService()
  2401. {
  2402. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2403. return $this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper();
  2404. }
  2405. /**
  2406. * Gets the public 'CoreBundle\Service\API\AdaptiveActivityResultsService' shared autowired service.
  2407. *
  2408. * @return \CoreBundle\Service\API\AdaptiveActivityResultsService
  2409. */
  2410. protected function getAdaptiveActivityResultsServiceService()
  2411. {
  2412. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AdaptiveActivityResultsService.php';
  2413. return $this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] = new \CoreBundle\Service\API\AdaptiveActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), 'primaryschool');
  2414. }
  2415. /**
  2416. * Gets the public 'CoreBundle\Service\API\AnswerService' shared autowired service.
  2417. *
  2418. * @return \CoreBundle\Service\API\AnswerService
  2419. */
  2420. protected function getAnswerServiceService()
  2421. {
  2422. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2423. return $this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale');
  2424. }
  2425. /**
  2426. * Gets the public 'CoreBundle\Service\API\CrammingActivityResultsService' shared autowired service.
  2427. *
  2428. * @return \CoreBundle\Service\API\CrammingActivityResultsService
  2429. */
  2430. protected function getCrammingActivityResultsServiceService()
  2431. {
  2432. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/CrammingActivityResultsService.php';
  2433. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2434. return $this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] = new \CoreBundle\Service\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale'))));
  2435. }
  2436. /**
  2437. * Gets the public 'CoreBundle\Service\API\DictateActivityResultsService' shared autowired service.
  2438. *
  2439. * @return \CoreBundle\Service\API\DictateActivityResultsService
  2440. */
  2441. protected function getDictateActivityResultsServiceService()
  2442. {
  2443. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  2444. return $this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService();
  2445. }
  2446. /**
  2447. * Gets the public 'CoreBundle\Service\API\ExtractQuestionAnswers' shared autowired service.
  2448. *
  2449. * @return \CoreBundle\Service\API\ExtractQuestionAnswers
  2450. */
  2451. protected function getExtractQuestionAnswersService()
  2452. {
  2453. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ExtractQuestionAnswers.php';
  2454. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2455. if (isset($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'])) {
  2456. return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'];
  2457. }
  2458. return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] = new \CoreBundle\Service\API\ExtractQuestionAnswers($a);
  2459. }
  2460. /**
  2461. * Gets the public 'CoreBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  2462. *
  2463. * @return \CoreBundle\Service\API\HomeworkActivityResultsService
  2464. */
  2465. protected function getHomeworkActivityResultsServiceService()
  2466. {
  2467. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/HomeworkActivityResultsService.php';
  2468. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2469. return $this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] = new \CoreBundle\Service\API\HomeworkActivityResultsService(($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  2470. }
  2471. /**
  2472. * Gets the public 'CoreBundle\Service\API\ProblemService' shared autowired service.
  2473. *
  2474. * @return \CoreBundle\Service\API\ProblemService
  2475. */
  2476. protected function getProblemServiceService()
  2477. {
  2478. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ProblemService.php';
  2479. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2480. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
  2481. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
  2482. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2483. $a = ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service());
  2484. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2485. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2486. }
  2487. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2488. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2489. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2490. }
  2491. $c = ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService());
  2492. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2493. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2494. }
  2495. $d = ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService());
  2496. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2497. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2498. }
  2499. return $this->services['CoreBundle\\Service\\API\\ProblemService'] = new \CoreBundle\Service\API\ProblemService(($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), $a, ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale'))), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $b, $c, $d, 'gale', 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->services['CoreBundle\\Helpers\\TokenizeHelper'] ?? ($this->services['CoreBundle\\Helpers\\TokenizeHelper'] = new \CoreBundle\Helpers\TokenizeHelper())), ($this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] ?? ($this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] = new \CoreBundle\Helpers\InternalSyntaxHelper())), ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  2500. }
  2501. /**
  2502. * Gets the public 'CoreBundle\Service\API\QuizActivityResultsService' shared autowired service.
  2503. *
  2504. * @return \CoreBundle\Service\API\QuizActivityResultsService
  2505. */
  2506. protected function getQuizActivityResultsServiceService()
  2507. {
  2508. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/QuizActivityResultsService.php';
  2509. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2510. return $this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] = new \CoreBundle\Service\API\QuizActivityResultsService(($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale'))), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  2511. }
  2512. /**
  2513. * Gets the public 'CoreBundle\Service\API\ReadingTestResultsService' shared autowired service.
  2514. *
  2515. * @return \CoreBundle\Service\API\ReadingTestResultsService
  2516. */
  2517. protected function getReadingTestResultsServiceService()
  2518. {
  2519. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  2520. return $this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService();
  2521. }
  2522. /**
  2523. * Gets the public 'CoreBundle\Service\API\SharedQuizService' shared autowired service.
  2524. *
  2525. * @return \CoreBundle\Service\API\SharedQuizService
  2526. */
  2527. protected function getSharedQuizServiceService()
  2528. {
  2529. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/SharedQuizService.php';
  2530. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2531. if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
  2532. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
  2533. }
  2534. $b = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
  2535. if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
  2536. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
  2537. }
  2538. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'] = new \CoreBundle\Service\API\SharedQuizService($a, ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  2539. }
  2540. /**
  2541. * Gets the public 'CoreBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  2542. *
  2543. * @return \CoreBundle\Service\API\TrainingActivityResultsService
  2544. */
  2545. protected function getTrainingActivityResultsServiceService()
  2546. {
  2547. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/TrainingActivityResultsService.php';
  2548. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2549. return $this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] = new \CoreBundle\Service\API\TrainingActivityResultsService(($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('gale'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  2550. }
  2551. /**
  2552. * Gets the public 'CoreBundle\Service\DataService' shared autowired service.
  2553. *
  2554. * @return \CoreBundle\Service\DataService
  2555. */
  2556. protected function getDataServiceService()
  2557. {
  2558. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/DataService.php';
  2559. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  2560. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  2561. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2562. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2563. return $this->services['CoreBundle\\Service\\DataService'];
  2564. }
  2565. $b = ($this->services['StudentBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityServiceService());
  2566. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2567. return $this->services['CoreBundle\\Service\\DataService'];
  2568. }
  2569. $c = ($this->services['CoreBundle\\Session\\SessionPlayer'] ?? $this->getSessionPlayerService());
  2570. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2571. return $this->services['CoreBundle\\Service\\DataService'];
  2572. }
  2573. $d = ($this->services['TeacherBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityService3Service());
  2574. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2575. return $this->services['CoreBundle\\Service\\DataService'];
  2576. }
  2577. $e = ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService());
  2578. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2579. return $this->services['CoreBundle\\Service\\DataService'];
  2580. }
  2581. $f = ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService());
  2582. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2583. return $this->services['CoreBundle\\Service\\DataService'];
  2584. }
  2585. $g = ($this->services['StudentBundle\\Service\\ReadingTestService'] ?? $this->getReadingTestServiceService());
  2586. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2587. return $this->services['CoreBundle\\Service\\DataService'];
  2588. }
  2589. return $this->services['CoreBundle\\Service\\DataService'] = new \CoreBundle\Service\DataService($a, $b, $c, ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver())), $d, ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool'))), $e, $f, $g);
  2590. }
  2591. /**
  2592. * Gets the public 'CoreBundle\Service\MathProblemService' shared autowired service.
  2593. *
  2594. * @return \CoreBundle\Service\MathProblemService
  2595. */
  2596. protected function getMathProblemServiceService()
  2597. {
  2598. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MathProblemService.php';
  2599. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2600. if (isset($this->services['CoreBundle\\Service\\MathProblemService'])) {
  2601. return $this->services['CoreBundle\\Service\\MathProblemService'];
  2602. }
  2603. return $this->services['CoreBundle\\Service\\MathProblemService'] = new \CoreBundle\Service\MathProblemService($a);
  2604. }
  2605. /**
  2606. * Gets the public 'CoreBundle\Service\PartialInputDataService' shared autowired service.
  2607. *
  2608. * @return \CoreBundle\Service\PartialInputDataService
  2609. */
  2610. protected function getPartialInputDataServiceService()
  2611. {
  2612. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/PartialInputDataService.php';
  2613. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2614. if (isset($this->services['CoreBundle\\Service\\PartialInputDataService'])) {
  2615. return $this->services['CoreBundle\\Service\\PartialInputDataService'];
  2616. }
  2617. return $this->services['CoreBundle\\Service\\PartialInputDataService'] = new \CoreBundle\Service\PartialInputDataService($a);
  2618. }
  2619. /**
  2620. * Gets the public 'CoreBundle\Service\QuizCorrectPercentageService' shared autowired service.
  2621. *
  2622. * @return \CoreBundle\Service\QuizCorrectPercentageService
  2623. */
  2624. protected function getQuizCorrectPercentageServiceService()
  2625. {
  2626. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizCorrectPercentageService.php';
  2627. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2628. if (isset($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'])) {
  2629. return $this->services['CoreBundle\\Service\\QuizCorrectPercentageService'];
  2630. }
  2631. return $this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] = new \CoreBundle\Service\QuizCorrectPercentageService($a, ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()));
  2632. }
  2633. /**
  2634. * Gets the public 'CoreBundle\Service\QuizUnitService' shared autowired service.
  2635. *
  2636. * @return \CoreBundle\Service\QuizUnitService
  2637. */
  2638. protected function getQuizUnitServiceService()
  2639. {
  2640. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizUnitService.php';
  2641. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2642. if (isset($this->services['CoreBundle\\Service\\QuizUnitService'])) {
  2643. return $this->services['CoreBundle\\Service\\QuizUnitService'];
  2644. }
  2645. return $this->services['CoreBundle\\Service\\QuizUnitService'] = new \CoreBundle\Service\QuizUnitService($a);
  2646. }
  2647. /**
  2648. * Gets the public 'CoreBundle\Service\ScoreService' shared autowired service.
  2649. *
  2650. * @return \CoreBundle\Service\ScoreService
  2651. */
  2652. protected function getScoreServiceService()
  2653. {
  2654. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  2655. return $this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool');
  2656. }
  2657. /**
  2658. * Gets the public 'CoreBundle\Service\TestDataService' shared autowired service.
  2659. *
  2660. * @return \CoreBundle\Service\TestDataService
  2661. */
  2662. protected function getTestDataServiceService()
  2663. {
  2664. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TestDataService.php';
  2665. return $this->services['CoreBundle\\Service\\TestDataService'] = new \CoreBundle\Service\TestDataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
  2666. }
  2667. /**
  2668. * Gets the public 'CoreBundle\Service\TextbookService' shared autowired service.
  2669. *
  2670. * @return \CoreBundle\Service\TextbookService
  2671. */
  2672. protected function getTextbookServiceService()
  2673. {
  2674. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookService.php';
  2675. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2676. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2677. return $this->services['CoreBundle\\Service\\TextbookService'];
  2678. }
  2679. $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2680. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2681. return $this->services['CoreBundle\\Service\\TextbookService'];
  2682. }
  2683. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2684. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2685. return $this->services['CoreBundle\\Service\\TextbookService'];
  2686. }
  2687. return $this->services['CoreBundle\\Service\\TextbookService'] = new \CoreBundle\Service\TextbookService($a, $b, $c, 'primaryschool', 'gale');
  2688. }
  2689. /**
  2690. * Gets the public 'CoreBundle\Service\TrainingSessionService' shared autowired service.
  2691. *
  2692. * @return \CoreBundle\Service\TrainingSessionService
  2693. */
  2694. protected function getTrainingSessionServiceService()
  2695. {
  2696. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
  2697. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2698. if (isset($this->services['CoreBundle\\Service\\TrainingSessionService'])) {
  2699. return $this->services['CoreBundle\\Service\\TrainingSessionService'];
  2700. }
  2701. return $this->services['CoreBundle\\Service\\TrainingSessionService'] = new \CoreBundle\Service\TrainingSessionService($a);
  2702. }
  2703. /**
  2704. * Gets the public 'CoreBundle\Session\Peer\PeerSessionTimeStatusResolver' shared autowired service.
  2705. *
  2706. * @return \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver
  2707. */
  2708. protected function getPeerSessionTimeStatusResolverService()
  2709. {
  2710. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  2711. return $this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver();
  2712. }
  2713. /**
  2714. * Gets the public 'CoreBundle\Session\SessionPlayer' shared autowired service.
  2715. *
  2716. * @return \CoreBundle\Session\SessionPlayer
  2717. */
  2718. protected function getSessionPlayerService()
  2719. {
  2720. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/SessionPlayer.php';
  2721. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2722. if (isset($this->services['CoreBundle\\Session\\SessionPlayer'])) {
  2723. return $this->services['CoreBundle\\Session\\SessionPlayer'];
  2724. }
  2725. return $this->services['CoreBundle\\Session\\SessionPlayer'] = new \CoreBundle\Session\SessionPlayer($a);
  2726. }
  2727. /**
  2728. * Gets the public 'CoreBundle\Util\Aws\AwsPollyUtil' shared autowired service.
  2729. *
  2730. * @return \CoreBundle\Util\Aws\AwsPollyUtil
  2731. */
  2732. protected function getAwsPollyUtilService()
  2733. {
  2734. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsUtil.php';
  2735. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsPollyUtil.php';
  2736. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
  2737. return $this->services['CoreBundle\\Util\\Aws\\AwsPollyUtil'] = new \CoreBundle\Util\Aws\AwsPollyUtil(new \Aws\Sdk($this->parameters['aws_sdk']));
  2738. }
  2739. /**
  2740. * Gets the public 'CoreBundle\Validators\QuizUnitValidator' shared autowired service.
  2741. *
  2742. * @return \CoreBundle\Validators\QuizUnitValidator
  2743. */
  2744. protected function getQuizUnitValidatorService()
  2745. {
  2746. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2747. return $this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator();
  2748. }
  2749. /**
  2750. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2751. *
  2752. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2753. */
  2754. protected function getProfilerControllerService()
  2755. {
  2756. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  2757. return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2758. }
  2759. /**
  2760. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  2761. *
  2762. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  2763. */
  2764. protected function getMakeAdminDashboardCommandService()
  2765. {
  2766. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2767. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  2768. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  2769. $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), \dirname(__DIR__, 4));
  2770. $instance->setName('make:admin:dashboard');
  2771. $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  2772. return $instance;
  2773. }
  2774. /**
  2775. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  2776. *
  2777. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  2778. */
  2779. protected function getMakeCrudControllerCommandService()
  2780. {
  2781. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2782. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  2783. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  2784. $this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] = $instance = new \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand(\dirname(__DIR__, 4), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Maker\\ClassMaker'] = new \EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker(($this->services['kernel'] ?? $this->get('kernel', 1)), \dirname(__DIR__, 4)))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2785. $instance->setName('make:admin:crud');
  2786. $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  2787. return $instance;
  2788. }
  2789. /**
  2790. * Gets the public 'StudentBundle\Controller\API\ActivityMetadataController' shared autowired service.
  2791. *
  2792. * @return \StudentBundle\Controller\API\ActivityMetadataController
  2793. */
  2794. protected function getActivityMetadataControllerService()
  2795. {
  2796. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2797. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ActivityMetadataController.php';
  2798. $this->services['StudentBundle\\Controller\\API\\ActivityMetadataController'] = $instance = new \StudentBundle\Controller\API\ActivityMetadataController(($this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()));
  2799. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ActivityMetadataController', $this));
  2800. return $instance;
  2801. }
  2802. /**
  2803. * Gets the public 'StudentBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
  2804. *
  2805. * @return \StudentBundle\Controller\API\CrammingActivityResultsController
  2806. */
  2807. protected function getCrammingActivityResultsControllerService()
  2808. {
  2809. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2810. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/CrammingActivityResultsController.php';
  2811. $this->services['StudentBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\CrammingActivityResultsController(($this->services['StudentBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsService2Service()));
  2812. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\CrammingActivityResultsController', $this));
  2813. return $instance;
  2814. }
  2815. /**
  2816. * Gets the public 'StudentBundle\Controller\API\DictateActivityResultsController' shared autowired service.
  2817. *
  2818. * @return \StudentBundle\Controller\API\DictateActivityResultsController
  2819. */
  2820. protected function getDictateActivityResultsControllerService()
  2821. {
  2822. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2823. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/DictateActivityResultsController.php';
  2824. $this->services['StudentBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \StudentBundle\Controller\API\DictateActivityResultsController(($this->services['StudentBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService2Service()));
  2825. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\DictateActivityResultsController', $this));
  2826. return $instance;
  2827. }
  2828. /**
  2829. * Gets the public 'StudentBundle\Controller\API\GamificationProfileController' shared autowired service.
  2830. *
  2831. * @return \StudentBundle\Controller\API\GamificationProfileController
  2832. */
  2833. protected function getGamificationProfileControllerService()
  2834. {
  2835. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2836. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/GamificationProfileController.php';
  2837. $this->services['StudentBundle\\Controller\\API\\GamificationProfileController'] = $instance = new \StudentBundle\Controller\API\GamificationProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2838. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\GamificationProfileController', $this));
  2839. return $instance;
  2840. }
  2841. /**
  2842. * Gets the public 'StudentBundle\Controller\API\HistoryController' shared autowired service.
  2843. *
  2844. * @return \StudentBundle\Controller\API\HistoryController
  2845. */
  2846. protected function getHistoryControllerService()
  2847. {
  2848. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2849. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HistoryController.php';
  2850. $this->services['StudentBundle\\Controller\\API\\HistoryController'] = $instance = new \StudentBundle\Controller\API\HistoryController(($this->services['StudentBundle\\Service\\API\\HistoryService'] ?? $this->getHistoryServiceService()));
  2851. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HistoryController', $this));
  2852. return $instance;
  2853. }
  2854. /**
  2855. * Gets the public 'StudentBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
  2856. *
  2857. * @return \StudentBundle\Controller\API\HomeworkActivityResultsController
  2858. */
  2859. protected function getHomeworkActivityResultsControllerService()
  2860. {
  2861. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2862. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HomeworkActivityResultsController.php';
  2863. $this->services['StudentBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \StudentBundle\Controller\API\HomeworkActivityResultsController(($this->services['StudentBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService2Service()));
  2864. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
  2865. return $instance;
  2866. }
  2867. /**
  2868. * Gets the public 'StudentBundle\Controller\API\PeerActivityResultsController' shared autowired service.
  2869. *
  2870. * @return \StudentBundle\Controller\API\PeerActivityResultsController
  2871. */
  2872. protected function getPeerActivityResultsControllerService()
  2873. {
  2874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2875. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/PeerActivityResultsController.php';
  2876. $this->services['StudentBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \StudentBundle\Controller\API\PeerActivityResultsController(($this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsServiceService()));
  2877. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\PeerActivityResultsController', $this));
  2878. return $instance;
  2879. }
  2880. /**
  2881. * Gets the public 'StudentBundle\Controller\API\ProblemController' shared autowired service.
  2882. *
  2883. * @return \StudentBundle\Controller\API\ProblemController
  2884. */
  2885. protected function getProblemController3Service()
  2886. {
  2887. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2888. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ProblemController.php';
  2889. $this->services['StudentBundle\\Controller\\API\\ProblemController'] = $instance = new \StudentBundle\Controller\API\ProblemController(($this->services['StudentBundle\\Service\\API\\ProblemService'] ?? $this->getProblemService2Service()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2890. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ProblemController', $this));
  2891. return $instance;
  2892. }
  2893. /**
  2894. * Gets the public 'StudentBundle\Controller\API\QuizActivityController' shared autowired service.
  2895. *
  2896. * @return \StudentBundle\Controller\API\QuizActivityController
  2897. */
  2898. protected function getQuizActivityControllerService()
  2899. {
  2900. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2901. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityController.php';
  2902. $this->services['StudentBundle\\Controller\\API\\QuizActivityController'] = $instance = new \StudentBundle\Controller\API\QuizActivityController(($this->services['StudentBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()));
  2903. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityController', $this));
  2904. return $instance;
  2905. }
  2906. /**
  2907. * Gets the public 'StudentBundle\Controller\API\QuizActivityResultsController' shared autowired service.
  2908. *
  2909. * @return \StudentBundle\Controller\API\QuizActivityResultsController
  2910. */
  2911. protected function getQuizActivityResultsControllerService()
  2912. {
  2913. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2914. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityResultsController.php';
  2915. $this->services['StudentBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \StudentBundle\Controller\API\QuizActivityResultsController(($this->services['StudentBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()));
  2916. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityResultsController', $this));
  2917. return $instance;
  2918. }
  2919. /**
  2920. * Gets the public 'StudentBundle\Controller\API\ReadingTestResultsController' shared autowired service.
  2921. *
  2922. * @return \StudentBundle\Controller\API\ReadingTestResultsController
  2923. */
  2924. protected function getReadingTestResultsControllerService()
  2925. {
  2926. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2927. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ReadingTestResultsController.php';
  2928. $this->services['StudentBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \StudentBundle\Controller\API\ReadingTestResultsController(($this->services['StudentBundle\\Service\\API\\ReadingTestResultsService'] ?? $this->getReadingTestResultsService2Service()));
  2929. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ReadingTestResultsController', $this));
  2930. return $instance;
  2931. }
  2932. /**
  2933. * Gets the public 'StudentBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
  2934. *
  2935. * @return \StudentBundle\Controller\API\TrainingActivityResultsController
  2936. */
  2937. protected function getTrainingActivityResultsControllerService()
  2938. {
  2939. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2940. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/TrainingActivityResultsController.php';
  2941. $this->services['StudentBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\TrainingActivityResultsController(($this->services['StudentBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService2Service()));
  2942. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\TrainingActivityResultsController', $this));
  2943. return $instance;
  2944. }
  2945. /**
  2946. * Gets the public 'StudentBundle\Controller\ClassroomsController' shared autowired service.
  2947. *
  2948. * @return \StudentBundle\Controller\ClassroomsController
  2949. */
  2950. protected function getClassroomsControllerService()
  2951. {
  2952. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2953. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ClassroomsController.php';
  2954. $this->services['StudentBundle\\Controller\\ClassroomsController'] = $instance = new \StudentBundle\Controller\ClassroomsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2955. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ClassroomsController', $this));
  2956. return $instance;
  2957. }
  2958. /**
  2959. * Gets the public 'StudentBundle\Controller\CrammingActivityController' shared autowired service.
  2960. *
  2961. * @return \StudentBundle\Controller\CrammingActivityController
  2962. */
  2963. protected function getCrammingActivityControllerService()
  2964. {
  2965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2966. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/CrammingActivityController.php';
  2967. $this->services['StudentBundle\\Controller\\CrammingActivityController'] = $instance = new \StudentBundle\Controller\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale');
  2968. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\CrammingActivityController', $this));
  2969. return $instance;
  2970. }
  2971. /**
  2972. * Gets the public 'StudentBundle\Controller\DashboardController' shared autowired service.
  2973. *
  2974. * @return \StudentBundle\Controller\DashboardController
  2975. */
  2976. protected function getDashboardController2Service()
  2977. {
  2978. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2979. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php';
  2980. $this->services['StudentBundle\\Controller\\DashboardController'] = $instance = new \StudentBundle\Controller\DashboardController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), ($this->services['CoreBundle\\Service\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), ($this->services['StudentBundle\\Service\\SelfStudyService'] ?? $this->getSelfStudyService3Service()), ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  2981. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DashboardController', $this));
  2982. return $instance;
  2983. }
  2984. /**
  2985. * Gets the public 'StudentBundle\Controller\DefaultController' shared autowired service.
  2986. *
  2987. * @return \StudentBundle\Controller\DefaultController
  2988. */
  2989. protected function getDefaultController3Service()
  2990. {
  2991. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2992. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php';
  2993. $this->services['StudentBundle\\Controller\\DefaultController'] = $instance = new \StudentBundle\Controller\DefaultController('gale', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2994. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DefaultController', $this));
  2995. return $instance;
  2996. }
  2997. /**
  2998. * Gets the public 'StudentBundle\Controller\DictateController' shared autowired service.
  2999. *
  3000. * @return \StudentBundle\Controller\DictateController
  3001. */
  3002. protected function getDictateControllerService()
  3003. {
  3004. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3005. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DictateController.php';
  3006. $this->services['StudentBundle\\Controller\\DictateController'] = $instance = new \StudentBundle\Controller\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService()));
  3007. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DictateController', $this));
  3008. return $instance;
  3009. }
  3010. /**
  3011. * Gets the public 'StudentBundle\Controller\HistoryController' shared autowired service.
  3012. *
  3013. * @return \StudentBundle\Controller\HistoryController
  3014. */
  3015. protected function getHistoryController2Service()
  3016. {
  3017. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3018. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HistoryController.php';
  3019. $this->services['StudentBundle\\Controller\\HistoryController'] = $instance = new \StudentBundle\Controller\HistoryController();
  3020. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HistoryController', $this));
  3021. return $instance;
  3022. }
  3023. /**
  3024. * Gets the public 'StudentBundle\Controller\HomeworkController' shared autowired service.
  3025. *
  3026. * @return \StudentBundle\Controller\HomeworkController
  3027. */
  3028. protected function getHomeworkControllerService()
  3029. {
  3030. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3031. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HomeworkController.php';
  3032. $this->services['StudentBundle\\Controller\\HomeworkController'] = $instance = new \StudentBundle\Controller\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  3033. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HomeworkController', $this));
  3034. return $instance;
  3035. }
  3036. /**
  3037. * Gets the public 'StudentBundle\Controller\KvikDansk\SelfStudyController' shared autowired service.
  3038. *
  3039. * @return \StudentBundle\Controller\KvikDansk\SelfStudyController
  3040. */
  3041. protected function getSelfStudyControllerService()
  3042. {
  3043. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3044. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikDansk/SelfStudyController.php';
  3045. $this->services['StudentBundle\\Controller\\KvikDansk\\SelfStudyController'] = $instance = new \StudentBundle\Controller\KvikDansk\SelfStudyController('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service()), ($this->services['StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService'] ?? $this->getSelfStudyServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3046. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikDansk\\SelfStudyController', $this));
  3047. return $instance;
  3048. }
  3049. /**
  3050. * Gets the public 'StudentBundle\Controller\KvikMat\SelfStudyController' shared autowired service.
  3051. *
  3052. * @return \StudentBundle\Controller\KvikMat\SelfStudyController
  3053. */
  3054. protected function getSelfStudyController2Service()
  3055. {
  3056. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3057. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikMat/SelfStudyController.php';
  3058. $this->services['StudentBundle\\Controller\\KvikMat\\SelfStudyController'] = $instance = new \StudentBundle\Controller\KvikMat\SelfStudyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3059. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikMat\\SelfStudyController', $this));
  3060. return $instance;
  3061. }
  3062. /**
  3063. * Gets the public 'StudentBundle\Controller\PeerSessionController' shared autowired service.
  3064. *
  3065. * @return \StudentBundle\Controller\PeerSessionController
  3066. */
  3067. protected function getPeerSessionControllerService()
  3068. {
  3069. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3070. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php';
  3071. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  3072. $this->services['StudentBundle\\Controller\\PeerSessionController'] = $instance = new \StudentBundle\Controller\PeerSessionController('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver())));
  3073. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PeerSessionController', $this));
  3074. return $instance;
  3075. }
  3076. /**
  3077. * Gets the public 'StudentBundle\Controller\PerformanceController' shared autowired service.
  3078. *
  3079. * @return \StudentBundle\Controller\PerformanceController
  3080. */
  3081. protected function getPerformanceControllerService()
  3082. {
  3083. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3084. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PerformanceController.php';
  3085. $this->services['StudentBundle\\Controller\\PerformanceController'] = $instance = new \StudentBundle\Controller\PerformanceController();
  3086. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PerformanceController', $this));
  3087. return $instance;
  3088. }
  3089. /**
  3090. * Gets the public 'StudentBundle\Controller\PretestController' shared autowired service.
  3091. *
  3092. * @return \StudentBundle\Controller\PretestController
  3093. */
  3094. protected function getPretestControllerService()
  3095. {
  3096. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3097. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PretestController.php';
  3098. $this->services['StudentBundle\\Controller\\PretestController'] = $instance = new \StudentBundle\Controller\PretestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3099. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PretestController', $this));
  3100. return $instance;
  3101. }
  3102. /**
  3103. * Gets the public 'StudentBundle\Controller\QuizSessionController' shared autowired service.
  3104. *
  3105. * @return \StudentBundle\Controller\QuizSessionController
  3106. */
  3107. protected function getQuizSessionControllerService()
  3108. {
  3109. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3110. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/QuizSessionController.php';
  3111. $this->services['StudentBundle\\Controller\\QuizSessionController'] = $instance = new \StudentBundle\Controller\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3112. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\QuizSessionController', $this));
  3113. return $instance;
  3114. }
  3115. /**
  3116. * Gets the public 'StudentBundle\Controller\ReadingTestController' shared autowired service.
  3117. *
  3118. * @return \StudentBundle\Controller\ReadingTestController
  3119. */
  3120. protected function getReadingTestControllerService()
  3121. {
  3122. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3123. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ReadingTestController.php';
  3124. $this->services['StudentBundle\\Controller\\ReadingTestController'] = $instance = new \StudentBundle\Controller\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\ReadingTestService'] ?? $this->getReadingTestServiceService()));
  3125. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ReadingTestController', $this));
  3126. return $instance;
  3127. }
  3128. /**
  3129. * Gets the public 'StudentBundle\Controller\ResultsController' shared autowired service.
  3130. *
  3131. * @return \StudentBundle\Controller\ResultsController
  3132. */
  3133. protected function getResultsController2Service()
  3134. {
  3135. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3136. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ResultsController.php';
  3137. $this->services['StudentBundle\\Controller\\ResultsController'] = $instance = new \StudentBundle\Controller\ResultsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  3138. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ResultsController', $this));
  3139. return $instance;
  3140. }
  3141. /**
  3142. * Gets the public 'StudentBundle\Controller\SelfStudyController' shared autowired service.
  3143. *
  3144. * @return \StudentBundle\Controller\SelfStudyController
  3145. */
  3146. protected function getSelfStudyController3Service()
  3147. {
  3148. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3149. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/SelfStudyController.php';
  3150. $this->services['StudentBundle\\Controller\\SelfStudyController'] = $instance = new \StudentBundle\Controller\SelfStudyController('gale');
  3151. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\SelfStudyController', $this));
  3152. return $instance;
  3153. }
  3154. /**
  3155. * Gets the public 'StudentBundle\Controller\StatisticsController' shared autowired service.
  3156. *
  3157. * @return \StudentBundle\Controller\StatisticsController
  3158. */
  3159. protected function getStatisticsControllerService()
  3160. {
  3161. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3162. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/StatisticsController.php';
  3163. $this->services['StudentBundle\\Controller\\StatisticsController'] = $instance = new \StudentBundle\Controller\StatisticsController();
  3164. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\StatisticsController', $this));
  3165. return $instance;
  3166. }
  3167. /**
  3168. * Gets the public 'StudentBundle\Controller\TextbookController' shared autowired service.
  3169. *
  3170. * @return \StudentBundle\Controller\TextbookController
  3171. */
  3172. protected function getTextbookController2Service()
  3173. {
  3174. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3175. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php';
  3176. $this->services['StudentBundle\\Controller\\TextbookController'] = $instance = new \StudentBundle\Controller\TextbookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()), ($this->services['StudentBundle\\Service\\TextbookSessionService'] ?? $this->getTextbookSessionServiceService()));
  3177. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TextbookController', $this));
  3178. return $instance;
  3179. }
  3180. /**
  3181. * Gets the public 'StudentBundle\Controller\TrainingController' shared autowired service.
  3182. *
  3183. * @return \StudentBundle\Controller\TrainingController
  3184. */
  3185. protected function getTrainingControllerService()
  3186. {
  3187. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3188. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TrainingController.php';
  3189. $this->services['StudentBundle\\Controller\\TrainingController'] = $instance = new \StudentBundle\Controller\TrainingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  3190. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TrainingController', $this));
  3191. return $instance;
  3192. }
  3193. /**
  3194. * Gets the public 'StudentBundle\Controller\WorksheetSessionController' shared autowired service.
  3195. *
  3196. * @return \StudentBundle\Controller\WorksheetSessionController
  3197. */
  3198. protected function getWorksheetSessionControllerService()
  3199. {
  3200. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3201. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/WorksheetSessionController.php';
  3202. $this->services['StudentBundle\\Controller\\WorksheetSessionController'] = $instance = new \StudentBundle\Controller\WorksheetSessionController();
  3203. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\WorksheetSessionController', $this));
  3204. return $instance;
  3205. }
  3206. /**
  3207. * Gets the public 'StudentBundle\Service\API\ActivityMetadataService' shared autowired service.
  3208. *
  3209. * @return \StudentBundle\Service\API\ActivityMetadataService
  3210. */
  3211. protected function getActivityMetadataServiceService()
  3212. {
  3213. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ActivityMetadataService.php';
  3214. return $this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] = new \StudentBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3215. }
  3216. /**
  3217. * Gets the public 'StudentBundle\Service\API\AssignSymbolProblemService' shared autowired service.
  3218. *
  3219. * @return \StudentBundle\Service\API\AssignSymbolProblemService
  3220. */
  3221. protected function getAssignSymbolProblemServiceService()
  3222. {
  3223. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/AssignSymbolProblemService.php';
  3224. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3225. if (isset($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'])) {
  3226. return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'];
  3227. }
  3228. return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] = new \StudentBundle\Service\API\AssignSymbolProblemService($a);
  3229. }
  3230. /**
  3231. * Gets the public 'StudentBundle\Service\API\CrammingActivityResultsService' shared autowired service.
  3232. *
  3233. * @return \StudentBundle\Service\API\CrammingActivityResultsService
  3234. */
  3235. protected function getCrammingActivityResultsService2Service()
  3236. {
  3237. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/CrammingActivityResultsService.php';
  3238. return $this->services['StudentBundle\\Service\\API\\CrammingActivityResultsService'] = new \StudentBundle\Service\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3239. }
  3240. /**
  3241. * Gets the public 'StudentBundle\Service\API\DictateActivityResultsService' shared autowired service.
  3242. *
  3243. * @return \StudentBundle\Service\API\DictateActivityResultsService
  3244. */
  3245. protected function getDictateActivityResultsService2Service()
  3246. {
  3247. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/DictateActivityResultsService.php';
  3248. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  3249. return $this->services['StudentBundle\\Service\\API\\DictateActivityResultsService'] = new \StudentBundle\Service\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())));
  3250. }
  3251. /**
  3252. * Gets the public 'StudentBundle\Service\API\HistoryService' shared autowired service.
  3253. *
  3254. * @return \StudentBundle\Service\API\HistoryService
  3255. */
  3256. protected function getHistoryServiceService()
  3257. {
  3258. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HistoryService.php';
  3259. return $this->services['StudentBundle\\Service\\API\\HistoryService'] = new \StudentBundle\Service\API\HistoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3260. }
  3261. /**
  3262. * Gets the public 'StudentBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  3263. *
  3264. * @return \StudentBundle\Service\API\HomeworkActivityResultsService
  3265. */
  3266. protected function getHomeworkActivityResultsService2Service()
  3267. {
  3268. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HomeworkActivityResultsService.php';
  3269. return $this->services['StudentBundle\\Service\\API\\HomeworkActivityResultsService'] = new \StudentBundle\Service\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()));
  3270. }
  3271. /**
  3272. * Gets the public 'StudentBundle\Service\API\PeerActivityResultsService' shared autowired service.
  3273. *
  3274. * @return \StudentBundle\Service\API\PeerActivityResultsService
  3275. */
  3276. protected function getPeerActivityResultsServiceService()
  3277. {
  3278. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/PeerActivityResultsService.php';
  3279. return $this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] = new \StudentBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3280. }
  3281. /**
  3282. * Gets the public 'StudentBundle\Service\API\ProblemService' shared autowired service.
  3283. *
  3284. * @return \StudentBundle\Service\API\ProblemService
  3285. */
  3286. protected function getProblemService2Service()
  3287. {
  3288. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ProblemService.php';
  3289. return $this->services['StudentBundle\\Service\\API\\ProblemService'] = new \StudentBundle\Service\API\ProblemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3290. }
  3291. /**
  3292. * Gets the public 'StudentBundle\Service\API\QuizActivityResultsService' shared autowired service.
  3293. *
  3294. * @return \StudentBundle\Service\API\QuizActivityResultsService
  3295. */
  3296. protected function getQuizActivityResultsService2Service()
  3297. {
  3298. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityResultsService.php';
  3299. return $this->services['StudentBundle\\Service\\API\\QuizActivityResultsService'] = new \StudentBundle\Service\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3300. }
  3301. /**
  3302. * Gets the public 'StudentBundle\Service\API\QuizActivityService' shared autowired service.
  3303. *
  3304. * @return \StudentBundle\Service\API\QuizActivityService
  3305. */
  3306. protected function getQuizActivityServiceService()
  3307. {
  3308. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityService.php';
  3309. return $this->services['StudentBundle\\Service\\API\\QuizActivityService'] = new \StudentBundle\Service\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3310. }
  3311. /**
  3312. * Gets the public 'StudentBundle\Service\API\ReadingTestResultsService' shared autowired service.
  3313. *
  3314. * @return \StudentBundle\Service\API\ReadingTestResultsService
  3315. */
  3316. protected function getReadingTestResultsService2Service()
  3317. {
  3318. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ReadingTestResultsService.php';
  3319. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  3320. return $this->services['StudentBundle\\Service\\API\\ReadingTestResultsService'] = new \StudentBundle\Service\API\ReadingTestResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3321. }
  3322. /**
  3323. * Gets the public 'StudentBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  3324. *
  3325. * @return \StudentBundle\Service\API\TrainingActivityResultsService
  3326. */
  3327. protected function getTrainingActivityResultsService2Service()
  3328. {
  3329. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/TrainingActivityResultsService.php';
  3330. return $this->services['StudentBundle\\Service\\API\\TrainingActivityResultsService'] = new \StudentBundle\Service\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()));
  3331. }
  3332. /**
  3333. * Gets the public 'StudentBundle\Service\CrammingActivityHomeworkService' shared autowired service.
  3334. *
  3335. * @return \StudentBundle\Service\CrammingActivityHomeworkService
  3336. */
  3337. protected function getCrammingActivityHomeworkServiceService()
  3338. {
  3339. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityHomeworkService.php';
  3340. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3341. if (isset($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'])) {
  3342. return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'];
  3343. }
  3344. return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] = new \StudentBundle\Service\CrammingActivityHomeworkService($a);
  3345. }
  3346. /**
  3347. * Gets the public 'StudentBundle\Service\CrammingActivityService' shared autowired service.
  3348. *
  3349. * @return \StudentBundle\Service\CrammingActivityService
  3350. */
  3351. protected function getCrammingActivityServiceService()
  3352. {
  3353. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityService.php';
  3354. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3355. if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
  3356. return $this->services['StudentBundle\\Service\\CrammingActivityService'];
  3357. }
  3358. $b = ($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] ?? $this->getCrammingActivityHomeworkServiceService());
  3359. if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
  3360. return $this->services['StudentBundle\\Service\\CrammingActivityService'];
  3361. }
  3362. return $this->services['StudentBundle\\Service\\CrammingActivityService'] = new \StudentBundle\Service\CrammingActivityService($a, $b);
  3363. }
  3364. /**
  3365. * Gets the public 'StudentBundle\Service\DictateService' shared autowired service.
  3366. *
  3367. * @return \StudentBundle\Service\DictateService
  3368. */
  3369. protected function getDictateServiceService()
  3370. {
  3371. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/DictateService.php';
  3372. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3373. if (isset($this->services['StudentBundle\\Service\\DictateService'])) {
  3374. return $this->services['StudentBundle\\Service\\DictateService'];
  3375. }
  3376. return $this->services['StudentBundle\\Service\\DictateService'] = new \StudentBundle\Service\DictateService($a);
  3377. }
  3378. /**
  3379. * Gets the public 'StudentBundle\Service\HomeworkService' shared autowired service.
  3380. *
  3381. * @return \StudentBundle\Service\HomeworkService
  3382. */
  3383. protected function getHomeworkServiceService()
  3384. {
  3385. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/HomeworkService.php';
  3386. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3387. if (isset($this->services['StudentBundle\\Service\\HomeworkService'])) {
  3388. return $this->services['StudentBundle\\Service\\HomeworkService'];
  3389. }
  3390. return $this->services['StudentBundle\\Service\\HomeworkService'] = new \StudentBundle\Service\HomeworkService($a);
  3391. }
  3392. /**
  3393. * Gets the public 'StudentBundle\Service\Kvik\Dansk\SelfStudyService' shared autowired service.
  3394. *
  3395. * @return \StudentBundle\Service\Kvik\Dansk\SelfStudyService
  3396. */
  3397. protected function getSelfStudyServiceService()
  3398. {
  3399. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/Dansk/SelfStudyService.php';
  3400. return $this->services['StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService'] = new \StudentBundle\Service\Kvik\Dansk\SelfStudyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3401. }
  3402. /**
  3403. * Gets the public 'StudentBundle\Service\Kvik\SelfStudyService' shared autowired service.
  3404. *
  3405. * @return \StudentBundle\Service\Kvik\SelfStudyService
  3406. */
  3407. protected function getSelfStudyService2Service()
  3408. {
  3409. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/SelfStudyService.php';
  3410. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3411. if (isset($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'])) {
  3412. return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'];
  3413. }
  3414. return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] = new \StudentBundle\Service\Kvik\SelfStudyService($a);
  3415. }
  3416. /**
  3417. * Gets the public 'StudentBundle\Service\MathproblemService' shared autowired service.
  3418. *
  3419. * @return \StudentBundle\Service\MathproblemService
  3420. */
  3421. protected function getMathproblemService2Service()
  3422. {
  3423. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/MathproblemService.php';
  3424. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
  3425. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3426. if (isset($this->services['StudentBundle\\Service\\MathproblemService'])) {
  3427. return $this->services['StudentBundle\\Service\\MathproblemService'];
  3428. }
  3429. return $this->services['StudentBundle\\Service\\MathproblemService'] = new \StudentBundle\Service\MathproblemService($a, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['StudentBundle\\Service\\Transform'] ?? ($this->services['StudentBundle\\Service\\Transform'] = new \StudentBundle\Service\Transform(\dirname(__DIR__, 4), false, false))), ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService()), 'gale');
  3430. }
  3431. /**
  3432. * Gets the public 'StudentBundle\Service\PerformanceService' shared autowired service.
  3433. *
  3434. * @return \StudentBundle\Service\PerformanceService
  3435. */
  3436. protected function getPerformanceServiceService()
  3437. {
  3438. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/PerformanceService.php';
  3439. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3440. if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
  3441. return $this->services['StudentBundle\\Service\\PerformanceService'];
  3442. }
  3443. $b = ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service());
  3444. if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
  3445. return $this->services['StudentBundle\\Service\\PerformanceService'];
  3446. }
  3447. return $this->services['StudentBundle\\Service\\PerformanceService'] = new \StudentBundle\Service\PerformanceService($a, $b);
  3448. }
  3449. /**
  3450. * Gets the public 'StudentBundle\Service\ProblemDndService' shared autowired service.
  3451. *
  3452. * @return \StudentBundle\Service\ProblemDndService
  3453. */
  3454. protected function getProblemDndServiceService()
  3455. {
  3456. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDndService.php';
  3457. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3458. if (isset($this->services['StudentBundle\\Service\\ProblemDndService'])) {
  3459. return $this->services['StudentBundle\\Service\\ProblemDndService'];
  3460. }
  3461. return $this->services['StudentBundle\\Service\\ProblemDndService'] = new \StudentBundle\Service\ProblemDndService($a);
  3462. }
  3463. /**
  3464. * Gets the public 'StudentBundle\Service\ProblemDropdownService' shared autowired service.
  3465. *
  3466. * @return \StudentBundle\Service\ProblemDropdownService
  3467. */
  3468. protected function getProblemDropdownServiceService()
  3469. {
  3470. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDropdownService.php';
  3471. return $this->services['StudentBundle\\Service\\ProblemDropdownService'] = new \StudentBundle\Service\ProblemDropdownService();
  3472. }
  3473. /**
  3474. * Gets the public 'StudentBundle\Service\ProblemFreeTextService' shared autowired service.
  3475. *
  3476. * @return \StudentBundle\Service\ProblemFreeTextService
  3477. */
  3478. protected function getProblemFreeTextServiceService()
  3479. {
  3480. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemFreeTextService.php';
  3481. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3482. if (isset($this->services['StudentBundle\\Service\\ProblemFreeTextService'])) {
  3483. return $this->services['StudentBundle\\Service\\ProblemFreeTextService'];
  3484. }
  3485. return $this->services['StudentBundle\\Service\\ProblemFreeTextService'] = new \StudentBundle\Service\ProblemFreeTextService($a);
  3486. }
  3487. /**
  3488. * Gets the public 'StudentBundle\Service\QuizSessionService' shared autowired service.
  3489. *
  3490. * @return \StudentBundle\Service\QuizSessionService
  3491. */
  3492. protected function getQuizSessionServiceService()
  3493. {
  3494. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/QuizSessionService.php';
  3495. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3496. if (isset($this->services['StudentBundle\\Service\\QuizSessionService'])) {
  3497. return $this->services['StudentBundle\\Service\\QuizSessionService'];
  3498. }
  3499. return $this->services['StudentBundle\\Service\\QuizSessionService'] = new \StudentBundle\Service\QuizSessionService($a, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()), ($this->services['StudentBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', 'gale');
  3500. }
  3501. /**
  3502. * Gets the public 'StudentBundle\Service\ReadingTestService' shared autowired service.
  3503. *
  3504. * @return \StudentBundle\Service\ReadingTestService
  3505. */
  3506. protected function getReadingTestServiceService()
  3507. {
  3508. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ReadingTestService.php';
  3509. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3510. if (isset($this->services['StudentBundle\\Service\\ReadingTestService'])) {
  3511. return $this->services['StudentBundle\\Service\\ReadingTestService'];
  3512. }
  3513. return $this->services['StudentBundle\\Service\\ReadingTestService'] = new \StudentBundle\Service\ReadingTestService($a);
  3514. }
  3515. /**
  3516. * Gets the public 'StudentBundle\Service\SelfStudyService' shared autowired service.
  3517. *
  3518. * @return \StudentBundle\Service\SelfStudyService
  3519. */
  3520. protected function getSelfStudyService3Service()
  3521. {
  3522. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/SelfStudyService.php';
  3523. return $this->services['StudentBundle\\Service\\SelfStudyService'] = new \StudentBundle\Service\SelfStudyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), $this);
  3524. }
  3525. /**
  3526. * Gets the public 'StudentBundle\Service\TextbookSessionService' shared autowired service.
  3527. *
  3528. * @return \StudentBundle\Service\TextbookSessionService
  3529. */
  3530. protected function getTextbookSessionServiceService()
  3531. {
  3532. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/TextbookSessionService.php';
  3533. return $this->services['StudentBundle\\Service\\TextbookSessionService'] = new \StudentBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3534. }
  3535. /**
  3536. * Gets the public 'StudentBundle\Service\Transform' shared autowired service.
  3537. *
  3538. * @return \StudentBundle\Service\Transform
  3539. */
  3540. protected function getTransformService()
  3541. {
  3542. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
  3543. return $this->services['StudentBundle\\Service\\Transform'] = new \StudentBundle\Service\Transform(\dirname(__DIR__, 4), false, false);
  3544. }
  3545. /**
  3546. * Gets the public 'StudentBundle\Service\WorksheetSessionService' shared autowired service.
  3547. *
  3548. * @return \StudentBundle\Service\WorksheetSessionService
  3549. */
  3550. protected function getWorksheetSessionServiceService()
  3551. {
  3552. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/WorksheetSessionService.php';
  3553. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3554. if (isset($this->services['StudentBundle\\Service\\WorksheetSessionService'])) {
  3555. return $this->services['StudentBundle\\Service\\WorksheetSessionService'];
  3556. }
  3557. return $this->services['StudentBundle\\Service\\WorksheetSessionService'] = new \StudentBundle\Service\WorksheetSessionService($a, 'c9ca7eda-8abd-4574-9359-a603ab883612', 0);
  3558. }
  3559. /**
  3560. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3561. *
  3562. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3563. */
  3564. protected function getRedirectControllerService()
  3565. {
  3566. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3567. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3568. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3569. }
  3570. /**
  3571. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3572. *
  3573. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3574. */
  3575. protected function getTemplateController2Service()
  3576. {
  3577. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3578. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3579. }
  3580. /**
  3581. * Gets the public 'TeacherBundle\Controller\API\ActivityController' shared autowired service.
  3582. *
  3583. * @return \TeacherBundle\Controller\API\ActivityController
  3584. */
  3585. protected function getActivityControllerService()
  3586. {
  3587. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3588. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityController.php';
  3589. $this->services['TeacherBundle\\Controller\\API\\ActivityController'] = $instance = new \TeacherBundle\Controller\API\ActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'gale');
  3590. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityController', $this));
  3591. return $instance;
  3592. }
  3593. /**
  3594. * Gets the public 'TeacherBundle\Controller\API\ActivityMetadataController' shared autowired service.
  3595. *
  3596. * @return \TeacherBundle\Controller\API\ActivityMetadataController
  3597. */
  3598. protected function getActivityMetadataController2Service()
  3599. {
  3600. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3601. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityMetadataController.php';
  3602. $this->services['TeacherBundle\\Controller\\API\\ActivityMetadataController'] = $instance = new \TeacherBundle\Controller\API\ActivityMetadataController(($this->services['TeacherBundle\\Service\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataService2Service()), ($this->services['TeacherBundle\\Service\\API\\ClassroomActivityMetadataService'] ?? $this->getClassroomActivityMetadataServiceService()));
  3603. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityMetadataController', $this));
  3604. return $instance;
  3605. }
  3606. /**
  3607. * Gets the public 'TeacherBundle\Controller\API\CategoryController' shared autowired service.
  3608. *
  3609. * @return \TeacherBundle\Controller\API\CategoryController
  3610. */
  3611. protected function getCategoryControllerService()
  3612. {
  3613. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3614. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CategoryController.php';
  3615. $this->services['TeacherBundle\\Controller\\API\\CategoryController'] = $instance = new \TeacherBundle\Controller\API\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3616. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CategoryController', $this));
  3617. return $instance;
  3618. }
  3619. /**
  3620. * Gets the public 'TeacherBundle\Controller\API\ClassroomController' shared autowired service.
  3621. *
  3622. * @return \TeacherBundle\Controller\API\ClassroomController
  3623. */
  3624. protected function getClassroomControllerService()
  3625. {
  3626. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3627. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomController.php';
  3628. $this->services['TeacherBundle\\Controller\\API\\ClassroomController'] = $instance = new \TeacherBundle\Controller\API\ClassroomController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3629. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomController', $this));
  3630. return $instance;
  3631. }
  3632. /**
  3633. * Gets the public 'TeacherBundle\Controller\API\ClassroomReportController' shared autowired service.
  3634. *
  3635. * @return \TeacherBundle\Controller\API\ClassroomReportController
  3636. */
  3637. protected function getClassroomReportControllerService()
  3638. {
  3639. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3640. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomReportController.php';
  3641. $this->services['TeacherBundle\\Controller\\API\\ClassroomReportController'] = $instance = new \TeacherBundle\Controller\API\ClassroomReportController(($this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()));
  3642. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomReportController', $this));
  3643. return $instance;
  3644. }
  3645. /**
  3646. * Gets the public 'TeacherBundle\Controller\API\ClassroomTypeController' shared autowired service.
  3647. *
  3648. * @return \TeacherBundle\Controller\API\ClassroomTypeController
  3649. */
  3650. protected function getClassroomTypeControllerService()
  3651. {
  3652. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3653. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomTypeController.php';
  3654. $this->services['TeacherBundle\\Controller\\API\\ClassroomTypeController'] = $instance = new \TeacherBundle\Controller\API\ClassroomTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\CategoryService'] ?? $this->getCategoryServiceService()), 'gyldendal', 'primaryschool', 'gale');
  3655. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomTypeController', $this));
  3656. return $instance;
  3657. }
  3658. /**
  3659. * Gets the public 'TeacherBundle\Controller\API\CrammingActivityController' shared autowired service.
  3660. *
  3661. * @return \TeacherBundle\Controller\API\CrammingActivityController
  3662. */
  3663. protected function getCrammingActivityController2Service()
  3664. {
  3665. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3666. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php';
  3667. $this->services['TeacherBundle\\Controller\\API\\CrammingActivityController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityController('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\CrammingActivityService'] ?? $this->getCrammingActivityService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3668. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityController', $this));
  3669. return $instance;
  3670. }
  3671. /**
  3672. * Gets the public 'TeacherBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
  3673. *
  3674. * @return \TeacherBundle\Controller\API\CrammingActivityResultsController
  3675. */
  3676. protected function getCrammingActivityResultsController2Service()
  3677. {
  3678. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3679. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityResultsController.php';
  3680. $this->services['TeacherBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Service'] ?? $this->getServiceService()));
  3681. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityResultsController', $this));
  3682. return $instance;
  3683. }
  3684. /**
  3685. * Gets the public 'TeacherBundle\Controller\API\DictateActivityController' shared autowired service.
  3686. *
  3687. * @return \TeacherBundle\Controller\API\DictateActivityController
  3688. */
  3689. protected function getDictateActivityControllerService()
  3690. {
  3691. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3692. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityController.php';
  3693. $this->services['TeacherBundle\\Controller\\API\\DictateActivityController'] = $instance = new \TeacherBundle\Controller\API\DictateActivityController(($this->services['TeacherBundle\\Service\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3694. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityController', $this));
  3695. return $instance;
  3696. }
  3697. /**
  3698. * Gets the public 'TeacherBundle\Controller\API\DictateActivityResultsController' shared autowired service.
  3699. *
  3700. * @return \TeacherBundle\Controller\API\DictateActivityResultsController
  3701. */
  3702. protected function getDictateActivityResultsController2Service()
  3703. {
  3704. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3705. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityResultsController.php';
  3706. $this->services['TeacherBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\DictateActivityResultsController(($this->services['TeacherBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService3Service()));
  3707. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityResultsController', $this));
  3708. return $instance;
  3709. }
  3710. /**
  3711. * Gets the public 'TeacherBundle\Controller\API\DictateController' shared autowired service.
  3712. *
  3713. * @return \TeacherBundle\Controller\API\DictateController
  3714. */
  3715. protected function getDictateController2Service()
  3716. {
  3717. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3718. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateController.php';
  3719. $this->services['TeacherBundle\\Controller\\API\\DictateController'] = $instance = new \TeacherBundle\Controller\API\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3720. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateController', $this));
  3721. return $instance;
  3722. }
  3723. /**
  3724. * Gets the public 'TeacherBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
  3725. *
  3726. * @return \TeacherBundle\Controller\API\HomeworkActivityResultsController
  3727. */
  3728. protected function getHomeworkActivityResultsController2Service()
  3729. {
  3730. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3731. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkActivityResultsController.php';
  3732. $this->services['TeacherBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\HomeworkActivityResultsController(($this->services['TeacherBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService3Service()));
  3733. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
  3734. return $instance;
  3735. }
  3736. /**
  3737. * Gets the public 'TeacherBundle\Controller\API\HomeworkController' shared autowired service.
  3738. *
  3739. * @return \TeacherBundle\Controller\API\HomeworkController
  3740. */
  3741. protected function getHomeworkController2Service()
  3742. {
  3743. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3744. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkController.php';
  3745. $this->services['TeacherBundle\\Controller\\API\\HomeworkController'] = $instance = new \TeacherBundle\Controller\API\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\HomeworkService'] ?? $this->getHomeworkService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3746. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkController', $this));
  3747. return $instance;
  3748. }
  3749. /**
  3750. * Gets the public 'TeacherBundle\Controller\API\OnboardingController' shared autowired service.
  3751. *
  3752. * @return \TeacherBundle\Controller\API\OnboardingController
  3753. */
  3754. protected function getOnboardingControllerService()
  3755. {
  3756. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3757. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/OnboardingController.php';
  3758. $this->services['TeacherBundle\\Controller\\API\\OnboardingController'] = $instance = new \TeacherBundle\Controller\API\OnboardingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'gale');
  3759. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\OnboardingController', $this));
  3760. return $instance;
  3761. }
  3762. /**
  3763. * Gets the public 'TeacherBundle\Controller\API\PeerActivityController' shared autowired service.
  3764. *
  3765. * @return \TeacherBundle\Controller\API\PeerActivityController
  3766. */
  3767. protected function getPeerActivityControllerService()
  3768. {
  3769. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3770. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityController.php';
  3771. $this->services['TeacherBundle\\Controller\\API\\PeerActivityController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityController(($this->services['TeacherBundle\\Service\\API\\PeerActivityService'] ?? $this->getPeerActivityServiceService()));
  3772. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityController', $this));
  3773. return $instance;
  3774. }
  3775. /**
  3776. * Gets the public 'TeacherBundle\Controller\API\PeerActivityResultsController' shared autowired service.
  3777. *
  3778. * @return \TeacherBundle\Controller\API\PeerActivityResultsController
  3779. */
  3780. protected function getPeerActivityResultsController2Service()
  3781. {
  3782. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3783. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityResultsController.php';
  3784. $this->services['TeacherBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityResultsController(($this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsService2Service()));
  3785. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityResultsController', $this));
  3786. return $instance;
  3787. }
  3788. /**
  3789. * Gets the public 'TeacherBundle\Controller\API\PeerProblemController' shared autowired service.
  3790. *
  3791. * @return \TeacherBundle\Controller\API\PeerProblemController
  3792. */
  3793. protected function getPeerProblemControllerService()
  3794. {
  3795. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3796. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerProblemController.php';
  3797. $this->services['TeacherBundle\\Controller\\API\\PeerProblemController'] = $instance = new \TeacherBundle\Controller\API\PeerProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3798. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerProblemController', $this));
  3799. return $instance;
  3800. }
  3801. /**
  3802. * Gets the public 'TeacherBundle\Controller\API\PeerThemeClassTypeController' shared autowired service.
  3803. *
  3804. * @return \TeacherBundle\Controller\API\PeerThemeClassTypeController
  3805. */
  3806. protected function getPeerThemeClassTypeControllerService()
  3807. {
  3808. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3809. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeClassTypeController.php';
  3810. $this->services['TeacherBundle\\Controller\\API\\PeerThemeClassTypeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeClassTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3811. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeClassTypeController', $this));
  3812. return $instance;
  3813. }
  3814. /**
  3815. * Gets the public 'TeacherBundle\Controller\API\PeerThemeController' shared autowired service.
  3816. *
  3817. * @return \TeacherBundle\Controller\API\PeerThemeController
  3818. */
  3819. protected function getPeerThemeControllerService()
  3820. {
  3821. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3822. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeController.php';
  3823. $this->services['TeacherBundle\\Controller\\API\\PeerThemeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3824. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeController', $this));
  3825. return $instance;
  3826. }
  3827. /**
  3828. * Gets the public 'TeacherBundle\Controller\API\ProblemController' shared autowired service.
  3829. *
  3830. * @return \TeacherBundle\Controller\API\ProblemController
  3831. */
  3832. protected function getProblemController4Service()
  3833. {
  3834. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3835. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ProblemController.php';
  3836. $this->services['TeacherBundle\\Controller\\API\\ProblemController'] = $instance = new \TeacherBundle\Controller\API\ProblemController(($this->services['TeacherBundle\\Service\\API\\ProblemService'] ?? $this->getProblemService3Service()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3837. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ProblemController', $this));
  3838. return $instance;
  3839. }
  3840. /**
  3841. * Gets the public 'TeacherBundle\Controller\API\QuizActivityController' shared autowired service.
  3842. *
  3843. * @return \TeacherBundle\Controller\API\QuizActivityController
  3844. */
  3845. protected function getQuizActivityController2Service()
  3846. {
  3847. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3848. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityController.php';
  3849. $this->services['TeacherBundle\\Controller\\API\\QuizActivityController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityController(($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
  3850. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityController', $this));
  3851. return $instance;
  3852. }
  3853. /**
  3854. * Gets the public 'TeacherBundle\Controller\API\QuizActivityResultsController' shared autowired service.
  3855. *
  3856. * @return \TeacherBundle\Controller\API\QuizActivityResultsController
  3857. */
  3858. protected function getQuizActivityResultsController2Service()
  3859. {
  3860. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3861. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityResultsController.php';
  3862. $this->services['TeacherBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityResultsController(($this->services['TeacherBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService3Service()));
  3863. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityResultsController', $this));
  3864. return $instance;
  3865. }
  3866. /**
  3867. * Gets the public 'TeacherBundle\Controller\API\QuizController' shared autowired service.
  3868. *
  3869. * @return \TeacherBundle\Controller\API\QuizController
  3870. */
  3871. protected function getQuizControllerService()
  3872. {
  3873. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3874. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizController.php';
  3875. $this->services['TeacherBundle\\Controller\\API\\QuizController'] = $instance = new \TeacherBundle\Controller\API\QuizController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3876. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizController', $this));
  3877. return $instance;
  3878. }
  3879. /**
  3880. * Gets the public 'TeacherBundle\Controller\API\QuizTypeController' shared autowired service.
  3881. *
  3882. * @return \TeacherBundle\Controller\API\QuizTypeController
  3883. */
  3884. protected function getQuizTypeControllerService()
  3885. {
  3886. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3887. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizTypeController.php';
  3888. $this->services['TeacherBundle\\Controller\\API\\QuizTypeController'] = $instance = new \TeacherBundle\Controller\API\QuizTypeController();
  3889. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizTypeController', $this));
  3890. return $instance;
  3891. }
  3892. /**
  3893. * Gets the public 'TeacherBundle\Controller\API\ReadingTestActivityController' shared autowired service.
  3894. *
  3895. * @return \TeacherBundle\Controller\API\ReadingTestActivityController
  3896. */
  3897. protected function getReadingTestActivityControllerService()
  3898. {
  3899. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3900. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestActivityController.php';
  3901. $this->services['TeacherBundle\\Controller\\API\\ReadingTestActivityController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestActivityController(($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3902. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestActivityController', $this));
  3903. return $instance;
  3904. }
  3905. /**
  3906. * Gets the public 'TeacherBundle\Controller\API\ReadingTestController' shared autowired service.
  3907. *
  3908. * @return \TeacherBundle\Controller\API\ReadingTestController
  3909. */
  3910. protected function getReadingTestController2Service()
  3911. {
  3912. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3913. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestController.php';
  3914. $this->services['TeacherBundle\\Controller\\API\\ReadingTestController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3915. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestController', $this));
  3916. return $instance;
  3917. }
  3918. /**
  3919. * Gets the public 'TeacherBundle\Controller\API\ReadingTestResultsController' shared autowired service.
  3920. *
  3921. * @return \TeacherBundle\Controller\API\ReadingTestResultsController
  3922. */
  3923. protected function getReadingTestResultsController2Service()
  3924. {
  3925. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3926. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestResultsController.php';
  3927. $this->services['TeacherBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestResultsController(($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  3928. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestResultsController', $this));
  3929. return $instance;
  3930. }
  3931. /**
  3932. * Gets the public 'TeacherBundle\Controller\API\ResultsOverviewController' shared autowired service.
  3933. *
  3934. * @return \TeacherBundle\Controller\API\ResultsOverviewController
  3935. */
  3936. protected function getResultsOverviewControllerService()
  3937. {
  3938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3939. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ResultsOverviewController.php';
  3940. $this->services['TeacherBundle\\Controller\\API\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\API\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  3941. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ResultsOverviewController', $this));
  3942. return $instance;
  3943. }
  3944. /**
  3945. * Gets the public 'TeacherBundle\Controller\API\StudentController' shared autowired service.
  3946. *
  3947. * @return \TeacherBundle\Controller\API\StudentController
  3948. */
  3949. protected function getStudentControllerService()
  3950. {
  3951. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3952. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentController.php';
  3953. $this->services['TeacherBundle\\Controller\\API\\StudentController'] = $instance = new \TeacherBundle\Controller\API\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3954. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentController', $this));
  3955. return $instance;
  3956. }
  3957. /**
  3958. * Gets the public 'TeacherBundle\Controller\API\StudentReportController' shared autowired service.
  3959. *
  3960. * @return \TeacherBundle\Controller\API\StudentReportController
  3961. */
  3962. protected function getStudentReportControllerService()
  3963. {
  3964. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3965. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentReportController.php';
  3966. $this->services['TeacherBundle\\Controller\\API\\StudentReportController'] = $instance = new \TeacherBundle\Controller\API\StudentReportController(($this->services['TeacherBundle\\Service\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()));
  3967. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentReportController', $this));
  3968. return $instance;
  3969. }
  3970. /**
  3971. * Gets the public 'TeacherBundle\Controller\API\TagController' shared autowired service.
  3972. *
  3973. * @return \TeacherBundle\Controller\API\TagController
  3974. */
  3975. protected function getTagController2Service()
  3976. {
  3977. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3978. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TagController.php';
  3979. $this->services['TeacherBundle\\Controller\\API\\TagController'] = $instance = new \TeacherBundle\Controller\API\TagController();
  3980. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TagController', $this));
  3981. return $instance;
  3982. }
  3983. /**
  3984. * Gets the public 'TeacherBundle\Controller\API\TemplateMathproblemController' shared autowired service.
  3985. *
  3986. * @return \TeacherBundle\Controller\API\TemplateMathproblemController
  3987. */
  3988. protected function getTemplateMathproblemControllerService()
  3989. {
  3990. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3991. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateMathproblemController.php';
  3992. $this->services['TeacherBundle\\Controller\\API\\TemplateMathproblemController'] = $instance = new \TeacherBundle\Controller\API\TemplateMathproblemController();
  3993. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateMathproblemController', $this));
  3994. return $instance;
  3995. }
  3996. /**
  3997. * Gets the public 'TeacherBundle\Controller\API\TemplateSetController' shared autowired service.
  3998. *
  3999. * @return \TeacherBundle\Controller\API\TemplateSetController
  4000. */
  4001. protected function getTemplateSetControllerService()
  4002. {
  4003. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4004. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateSetController.php';
  4005. $this->services['TeacherBundle\\Controller\\API\\TemplateSetController'] = $instance = new \TeacherBundle\Controller\API\TemplateSetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4006. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateSetController', $this));
  4007. return $instance;
  4008. }
  4009. /**
  4010. * Gets the public 'TeacherBundle\Controller\API\TrainingActivityController' shared autowired service.
  4011. *
  4012. * @return \TeacherBundle\Controller\API\TrainingActivityController
  4013. */
  4014. protected function getTrainingActivityControllerService()
  4015. {
  4016. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4017. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityController.php';
  4018. $this->services['TeacherBundle\\Controller\\API\\TrainingActivityController'] = $instance = new \TeacherBundle\Controller\API\TrainingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\TrainingActivityService'] ?? $this->getTrainingActivityServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4019. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityController', $this));
  4020. return $instance;
  4021. }
  4022. /**
  4023. * Gets the public 'TeacherBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
  4024. *
  4025. * @return \TeacherBundle\Controller\API\TrainingActivityResultsController
  4026. */
  4027. protected function getTrainingActivityResultsController2Service()
  4028. {
  4029. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4030. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityResultsController.php';
  4031. $this->services['TeacherBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\TrainingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService3Service()));
  4032. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityResultsController', $this));
  4033. return $instance;
  4034. }
  4035. /**
  4036. * Gets the public 'TeacherBundle\Controller\API\WorksheetActivityController' shared autowired service.
  4037. *
  4038. * @return \TeacherBundle\Controller\API\WorksheetActivityController
  4039. */
  4040. protected function getWorksheetActivityControllerService()
  4041. {
  4042. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4043. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityController.php';
  4044. $this->services['TeacherBundle\\Controller\\API\\WorksheetActivityController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityService'] ?? $this->getWorksheetActivityServiceService()));
  4045. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityController', $this));
  4046. return $instance;
  4047. }
  4048. /**
  4049. * Gets the public 'TeacherBundle\Controller\API\WorksheetActivityResultsController' shared autowired service.
  4050. *
  4051. * @return \TeacherBundle\Controller\API\WorksheetActivityResultsController
  4052. */
  4053. protected function getWorksheetActivityResultsControllerService()
  4054. {
  4055. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4056. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityResultsController.php';
  4057. $this->services['TeacherBundle\\Controller\\API\\WorksheetActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityResultsController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] ?? $this->getWorksheetActivityResultsServiceService()));
  4058. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityResultsController', $this));
  4059. return $instance;
  4060. }
  4061. /**
  4062. * Gets the public 'TeacherBundle\Controller\API\WorksheetController' shared autowired service.
  4063. *
  4064. * @return \TeacherBundle\Controller\API\WorksheetController
  4065. */
  4066. protected function getWorksheetControllerService()
  4067. {
  4068. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4069. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetController.php';
  4070. $this->services['TeacherBundle\\Controller\\API\\WorksheetController'] = $instance = new \TeacherBundle\Controller\API\WorksheetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4071. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetController', $this));
  4072. return $instance;
  4073. }
  4074. /**
  4075. * Gets the public 'TeacherBundle\Controller\CampaignController' shared autowired service.
  4076. *
  4077. * @return \TeacherBundle\Controller\CampaignController
  4078. */
  4079. protected function getCampaignControllerService()
  4080. {
  4081. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4082. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CampaignController.php';
  4083. $this->services['TeacherBundle\\Controller\\CampaignController'] = $instance = new \TeacherBundle\Controller\CampaignController(($this->services['TeacherBundle\\Service\\CampaignService'] ?? $this->getCampaignServiceService()));
  4084. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CampaignController', $this));
  4085. return $instance;
  4086. }
  4087. /**
  4088. * Gets the public 'TeacherBundle\Controller\ClassroomController' shared autowired service.
  4089. *
  4090. * @return \TeacherBundle\Controller\ClassroomController
  4091. */
  4092. protected function getClassroomController2Service()
  4093. {
  4094. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4095. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ClassroomController.php';
  4096. $this->services['TeacherBundle\\Controller\\ClassroomController'] = $instance = new \TeacherBundle\Controller\ClassroomController();
  4097. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ClassroomController', $this));
  4098. return $instance;
  4099. }
  4100. /**
  4101. * Gets the public 'TeacherBundle\Controller\ContentController' shared autowired service.
  4102. *
  4103. * @return \TeacherBundle\Controller\ContentController
  4104. */
  4105. protected function getContentController2Service()
  4106. {
  4107. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4108. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php';
  4109. $this->services['TeacherBundle\\Controller\\ContentController'] = $instance = new \TeacherBundle\Controller\ContentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), 'gale', ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()), ($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  4110. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ContentController', $this));
  4111. return $instance;
  4112. }
  4113. /**
  4114. * Gets the public 'TeacherBundle\Controller\CrammingActivityController' shared autowired service.
  4115. *
  4116. * @return \TeacherBundle\Controller\CrammingActivityController
  4117. */
  4118. protected function getCrammingActivityController3Service()
  4119. {
  4120. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4121. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php';
  4122. $this->services['TeacherBundle\\Controller\\CrammingActivityController'] = $instance = new \TeacherBundle\Controller\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['TeacherBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityService3Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4123. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CrammingActivityController', $this));
  4124. return $instance;
  4125. }
  4126. /**
  4127. * Gets the public 'TeacherBundle\Controller\DefaultController' shared autowired service.
  4128. *
  4129. * @return \TeacherBundle\Controller\DefaultController
  4130. */
  4131. protected function getDefaultController4Service()
  4132. {
  4133. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4134. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php';
  4135. $this->services['TeacherBundle\\Controller\\DefaultController'] = $instance = new \TeacherBundle\Controller\DefaultController('gale', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4136. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\DefaultController', $this));
  4137. return $instance;
  4138. }
  4139. /**
  4140. * Gets the public 'TeacherBundle\Controller\ExtendActivityController' shared autowired service.
  4141. *
  4142. * @return \TeacherBundle\Controller\ExtendActivityController
  4143. */
  4144. protected function getExtendActivityControllerService()
  4145. {
  4146. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4147. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ExtendActivityController.php';
  4148. $this->services['TeacherBundle\\Controller\\ExtendActivityController'] = $instance = new \TeacherBundle\Controller\ExtendActivityController(($this->services['TeacherBundle\\Service\\ExtendActivityService'] ?? $this->getExtendActivityServiceService()));
  4149. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ExtendActivityController', $this));
  4150. return $instance;
  4151. }
  4152. /**
  4153. * Gets the public 'TeacherBundle\Controller\HistoryController' shared autowired service.
  4154. *
  4155. * @return \TeacherBundle\Controller\HistoryController
  4156. */
  4157. protected function getHistoryController3Service()
  4158. {
  4159. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4160. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HistoryController.php';
  4161. $this->services['TeacherBundle\\Controller\\HistoryController'] = $instance = new \TeacherBundle\Controller\HistoryController();
  4162. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HistoryController', $this));
  4163. return $instance;
  4164. }
  4165. /**
  4166. * Gets the public 'TeacherBundle\Controller\HomeworkController' shared autowired service.
  4167. *
  4168. * @return \TeacherBundle\Controller\HomeworkController
  4169. */
  4170. protected function getHomeworkController3Service()
  4171. {
  4172. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4173. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HomeworkController.php';
  4174. $this->services['TeacherBundle\\Controller\\HomeworkController'] = $instance = new \TeacherBundle\Controller\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4175. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HomeworkController', $this));
  4176. return $instance;
  4177. }
  4178. /**
  4179. * Gets the public 'TeacherBundle\Controller\PeerTrainingController' shared autowired service.
  4180. *
  4181. * @return \TeacherBundle\Controller\PeerTrainingController
  4182. */
  4183. protected function getPeerTrainingControllerService()
  4184. {
  4185. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4186. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php';
  4187. $this->services['TeacherBundle\\Controller\\PeerTrainingController'] = $instance = new \TeacherBundle\Controller\PeerTrainingController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4188. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\PeerTrainingController', $this));
  4189. return $instance;
  4190. }
  4191. /**
  4192. * Gets the public 'TeacherBundle\Controller\QuizController' shared autowired service.
  4193. *
  4194. * @return \TeacherBundle\Controller\QuizController
  4195. */
  4196. protected function getQuizController2Service()
  4197. {
  4198. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4199. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php';
  4200. $this->services['TeacherBundle\\Controller\\QuizController'] = $instance = new \TeacherBundle\Controller\QuizController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  4201. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizController', $this));
  4202. return $instance;
  4203. }
  4204. /**
  4205. * Gets the public 'TeacherBundle\Controller\QuizSessionController' shared autowired service.
  4206. *
  4207. * @return \TeacherBundle\Controller\QuizSessionController
  4208. */
  4209. protected function getQuizSessionController2Service()
  4210. {
  4211. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4212. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizSessionController.php';
  4213. $this->services['TeacherBundle\\Controller\\QuizSessionController'] = $instance = new \TeacherBundle\Controller\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4214. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizSessionController', $this));
  4215. return $instance;
  4216. }
  4217. /**
  4218. * Gets the public 'TeacherBundle\Controller\ReportPdfExportController' shared autowired service.
  4219. *
  4220. * @return \TeacherBundle\Controller\ReportPdfExportController
  4221. */
  4222. protected function getReportPdfExportControllerService()
  4223. {
  4224. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4225. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ReportPdfExportController.php';
  4226. $this->services['TeacherBundle\\Controller\\ReportPdfExportController'] = $instance = new \TeacherBundle\Controller\ReportPdfExportController(($this->services['TeacherBundle\\Service\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()), ($this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()), 'gale');
  4227. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ReportPdfExportController', $this));
  4228. return $instance;
  4229. }
  4230. /**
  4231. * Gets the public 'TeacherBundle\Controller\ResultsController' shared autowired service.
  4232. *
  4233. * @return \TeacherBundle\Controller\ResultsController
  4234. */
  4235. protected function getResultsController3Service()
  4236. {
  4237. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4238. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsController.php';
  4239. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CompetitionService.php';
  4240. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4241. $this->services['TeacherBundle\\Controller\\ResultsController'] = $instance = new \TeacherBundle\Controller\ResultsController($a, new \TeacherBundle\Service\CompetitionService($a));
  4242. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsController', $this));
  4243. return $instance;
  4244. }
  4245. /**
  4246. * Gets the public 'TeacherBundle\Controller\ResultsOverviewController' shared autowired service.
  4247. *
  4248. * @return \TeacherBundle\Controller\ResultsOverviewController
  4249. */
  4250. protected function getResultsOverviewController2Service()
  4251. {
  4252. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4253. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsOverviewController.php';
  4254. $this->services['TeacherBundle\\Controller\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  4255. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsOverviewController', $this));
  4256. return $instance;
  4257. }
  4258. /**
  4259. * Gets the public 'TeacherBundle\Controller\StudentController' shared autowired service.
  4260. *
  4261. * @return \TeacherBundle\Controller\StudentController
  4262. */
  4263. protected function getStudentController2Service()
  4264. {
  4265. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4266. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php';
  4267. $this->services['TeacherBundle\\Controller\\StudentController'] = $instance = new \TeacherBundle\Controller\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['StudentBundle\\Service\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService()));
  4268. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\StudentController', $this));
  4269. return $instance;
  4270. }
  4271. /**
  4272. * Gets the public 'TeacherBundle\Controller\TextbookController' shared autowired service.
  4273. *
  4274. * @return \TeacherBundle\Controller\TextbookController
  4275. */
  4276. protected function getTextbookController3Service()
  4277. {
  4278. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4279. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php';
  4280. $this->services['TeacherBundle\\Controller\\TextbookController'] = $instance = new \TeacherBundle\Controller\TextbookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()), ($this->services['TeacherBundle\\Service\\TextbookSessionService'] ?? $this->getTextbookSessionService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4281. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TextbookController', $this));
  4282. return $instance;
  4283. }
  4284. /**
  4285. * Gets the public 'TeacherBundle\Controller\TrainingController' shared autowired service.
  4286. *
  4287. * @return \TeacherBundle\Controller\TrainingController
  4288. */
  4289. protected function getTrainingController2Service()
  4290. {
  4291. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4292. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php';
  4293. $this->services['TeacherBundle\\Controller\\TrainingController'] = $instance = new \TeacherBundle\Controller\TrainingController(($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4294. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TrainingController', $this));
  4295. return $instance;
  4296. }
  4297. /**
  4298. * Gets the public 'TeacherBundle\Controller\WorksheetController' shared autowired service.
  4299. *
  4300. * @return \TeacherBundle\Controller\WorksheetController
  4301. */
  4302. protected function getWorksheetController2Service()
  4303. {
  4304. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4305. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetController.php';
  4306. $this->services['TeacherBundle\\Controller\\WorksheetController'] = $instance = new \TeacherBundle\Controller\WorksheetController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4307. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetController', $this));
  4308. return $instance;
  4309. }
  4310. /**
  4311. * Gets the public 'TeacherBundle\Controller\WorksheetSessionController' shared autowired service.
  4312. *
  4313. * @return \TeacherBundle\Controller\WorksheetSessionController
  4314. */
  4315. protected function getWorksheetSessionController2Service()
  4316. {
  4317. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4318. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetSessionController.php';
  4319. $this->services['TeacherBundle\\Controller\\WorksheetSessionController'] = $instance = new \TeacherBundle\Controller\WorksheetSessionController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4320. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetSessionController', $this));
  4321. return $instance;
  4322. }
  4323. /**
  4324. * Gets the public 'TeacherBundle\Service\API\ActivityMetadataService' shared autowired service.
  4325. *
  4326. * @return \TeacherBundle\Service\API\ActivityMetadataService
  4327. */
  4328. protected function getActivityMetadataService2Service()
  4329. {
  4330. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ActivityMetadataService.php';
  4331. return $this->services['TeacherBundle\\Service\\API\\ActivityMetadataService'] = new \TeacherBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4332. }
  4333. /**
  4334. * Gets the public 'TeacherBundle\Service\API\ClassroomActivityMetadataService' shared autowired service.
  4335. *
  4336. * @return \TeacherBundle\Service\API\ClassroomActivityMetadataService
  4337. */
  4338. protected function getClassroomActivityMetadataServiceService()
  4339. {
  4340. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomActivityMetadataService.php';
  4341. return $this->services['TeacherBundle\\Service\\API\\ClassroomActivityMetadataService'] = new \TeacherBundle\Service\API\ClassroomActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4342. }
  4343. /**
  4344. * Gets the public 'TeacherBundle\Service\API\ClassroomReportService' shared autowired service.
  4345. *
  4346. * @return \TeacherBundle\Service\API\ClassroomReportService
  4347. */
  4348. protected function getClassroomReportServiceService()
  4349. {
  4350. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomReportService.php';
  4351. return $this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] = new \TeacherBundle\Service\API\ClassroomReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4352. }
  4353. /**
  4354. * Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Helper' shared autowired service.
  4355. *
  4356. * @return \TeacherBundle\Service\API\CrammingActivityResults\Helper
  4357. */
  4358. protected function getHelperService()
  4359. {
  4360. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
  4361. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] = new \TeacherBundle\Service\API\CrammingActivityResults\Helper();
  4362. }
  4363. /**
  4364. * Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Service' shared autowired service.
  4365. *
  4366. * @return \TeacherBundle\Service\API\CrammingActivityResults\Service
  4367. */
  4368. protected function getServiceService()
  4369. {
  4370. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Service.php';
  4371. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
  4372. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Service'] = new \TeacherBundle\Service\API\CrammingActivityResults\Service(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] ?? ($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] = new \TeacherBundle\Service\API\CrammingActivityResults\Helper())), 100, ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  4373. }
  4374. /**
  4375. * Gets the public 'TeacherBundle\Service\API\CrammingActivityService' shared autowired service.
  4376. *
  4377. * @return \TeacherBundle\Service\API\CrammingActivityService
  4378. */
  4379. protected function getCrammingActivityService2Service()
  4380. {
  4381. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityService.php';
  4382. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityService'] = new \TeacherBundle\Service\API\CrammingActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4383. }
  4384. /**
  4385. * Gets the public 'TeacherBundle\Service\API\DictateActivityResultsService' shared autowired service.
  4386. *
  4387. * @return \TeacherBundle\Service\API\DictateActivityResultsService
  4388. */
  4389. protected function getDictateActivityResultsService3Service()
  4390. {
  4391. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityResultsService.php';
  4392. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  4393. return $this->services['TeacherBundle\\Service\\API\\DictateActivityResultsService'] = new \TeacherBundle\Service\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())));
  4394. }
  4395. /**
  4396. * Gets the public 'TeacherBundle\Service\API\DictateActivityService' shared autowired service.
  4397. *
  4398. * @return \TeacherBundle\Service\API\DictateActivityService
  4399. */
  4400. protected function getDictateActivityServiceService()
  4401. {
  4402. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityService.php';
  4403. return $this->services['TeacherBundle\\Service\\API\\DictateActivityService'] = new \TeacherBundle\Service\API\DictateActivityService('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\DictateService'] ?? $this->getDictateService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4404. }
  4405. /**
  4406. * Gets the public 'TeacherBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  4407. *
  4408. * @return \TeacherBundle\Service\API\HomeworkActivityResultsService
  4409. */
  4410. protected function getHomeworkActivityResultsService3Service()
  4411. {
  4412. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkActivityResultsService.php';
  4413. return $this->services['TeacherBundle\\Service\\API\\HomeworkActivityResultsService'] = new \TeacherBundle\Service\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()), 100);
  4414. }
  4415. /**
  4416. * Gets the public 'TeacherBundle\Service\API\HomeworkService' shared autowired service.
  4417. *
  4418. * @return \TeacherBundle\Service\API\HomeworkService
  4419. */
  4420. protected function getHomeworkService2Service()
  4421. {
  4422. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkService.php';
  4423. return $this->services['TeacherBundle\\Service\\API\\HomeworkService'] = new \TeacherBundle\Service\API\HomeworkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()));
  4424. }
  4425. /**
  4426. * Gets the public 'TeacherBundle\Service\API\PeerActivityResultsService' shared autowired service.
  4427. *
  4428. * @return \TeacherBundle\Service\API\PeerActivityResultsService
  4429. */
  4430. protected function getPeerActivityResultsService2Service()
  4431. {
  4432. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityResultsService.php';
  4433. return $this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] = new \TeacherBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4434. }
  4435. /**
  4436. * Gets the public 'TeacherBundle\Service\API\PeerActivityService' shared autowired service.
  4437. *
  4438. * @return \TeacherBundle\Service\API\PeerActivityService
  4439. */
  4440. protected function getPeerActivityServiceService()
  4441. {
  4442. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityService.php';
  4443. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php';
  4444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4447. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerMathproblemRepository.php';
  4448. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4449. return $this->services['TeacherBundle\\Service\\API\\PeerActivityService'] = new \TeacherBundle\Service\API\PeerActivityService($a, new \CoreBundle\Session\Peer\PeerSessionInitializer($a, ($this->services['translator'] ?? $this->getTranslatorService()), $a->getRepository('CoreBundle\\Entity\\PeerMathproblem')), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4450. }
  4451. /**
  4452. * Gets the public 'TeacherBundle\Service\API\ProblemService' shared autowired service.
  4453. *
  4454. * @return \TeacherBundle\Service\API\ProblemService
  4455. */
  4456. protected function getProblemService3Service()
  4457. {
  4458. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ProblemService.php';
  4459. return $this->services['TeacherBundle\\Service\\API\\ProblemService'] = new \TeacherBundle\Service\API\ProblemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  4460. }
  4461. /**
  4462. * Gets the public 'TeacherBundle\Service\API\QuizActivityResultsService' shared autowired service.
  4463. *
  4464. * @return \TeacherBundle\Service\API\QuizActivityResultsService
  4465. */
  4466. protected function getQuizActivityResultsService3Service()
  4467. {
  4468. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityResultsService.php';
  4469. return $this->services['TeacherBundle\\Service\\API\\QuizActivityResultsService'] = new \TeacherBundle\Service\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), 100);
  4470. }
  4471. /**
  4472. * Gets the public 'TeacherBundle\Service\API\QuizActivityService' shared autowired service.
  4473. *
  4474. * @return \TeacherBundle\Service\API\QuizActivityService
  4475. */
  4476. protected function getQuizActivityService2Service()
  4477. {
  4478. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityService.php';
  4479. return $this->services['TeacherBundle\\Service\\API\\QuizActivityService'] = new \TeacherBundle\Service\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\QuizService'] ?? $this->getQuizServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4480. }
  4481. /**
  4482. * Gets the public 'TeacherBundle\Service\API\ReadingTestActivityService' shared autowired service.
  4483. *
  4484. * @return \TeacherBundle\Service\API\ReadingTestActivityService
  4485. */
  4486. protected function getReadingTestActivityServiceService()
  4487. {
  4488. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ReadingTestActivityService.php';
  4489. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  4490. return $this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] = new \TeacherBundle\Service\API\ReadingTestActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())));
  4491. }
  4492. /**
  4493. * Gets the public 'TeacherBundle\Service\API\ResultsOverviewService' shared autowired service.
  4494. *
  4495. * @return \TeacherBundle\Service\API\ResultsOverviewService
  4496. */
  4497. protected function getResultsOverviewServiceService()
  4498. {
  4499. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php';
  4500. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  4501. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  4502. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  4503. return $this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] = new \TeacherBundle\Service\API\ResultsOverviewService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool'))), 'gale', 3, ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  4504. }
  4505. /**
  4506. * Gets the public 'TeacherBundle\Service\API\StudentReportService' shared autowired service.
  4507. *
  4508. * @return \TeacherBundle\Service\API\StudentReportService
  4509. */
  4510. protected function getStudentReportServiceService()
  4511. {
  4512. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/StudentReportService.php';
  4513. return $this->services['TeacherBundle\\Service\\API\\StudentReportService'] = new \TeacherBundle\Service\API\StudentReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4514. }
  4515. /**
  4516. * Gets the public 'TeacherBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  4517. *
  4518. * @return \TeacherBundle\Service\API\TrainingActivityResultsService
  4519. */
  4520. protected function getTrainingActivityResultsService3Service()
  4521. {
  4522. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityResultsService.php';
  4523. return $this->services['TeacherBundle\\Service\\API\\TrainingActivityResultsService'] = new \TeacherBundle\Service\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()), 100);
  4524. }
  4525. /**
  4526. * Gets the public 'TeacherBundle\Service\API\TrainingActivityService' shared autowired service.
  4527. *
  4528. * @return \TeacherBundle\Service\API\TrainingActivityService
  4529. */
  4530. protected function getTrainingActivityServiceService()
  4531. {
  4532. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityService.php';
  4533. return $this->services['TeacherBundle\\Service\\API\\TrainingActivityService'] = new \TeacherBundle\Service\API\TrainingActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['CoreBundle\\Service\\MakeTeamsService'] ?? $this->getMakeTeamsServiceService()));
  4534. }
  4535. /**
  4536. * Gets the public 'TeacherBundle\Service\API\WorksheetActivityResultsService' shared autowired service.
  4537. *
  4538. * @return \TeacherBundle\Service\API\WorksheetActivityResultsService
  4539. */
  4540. protected function getWorksheetActivityResultsServiceService()
  4541. {
  4542. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityResultsService.php';
  4543. return $this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] = new \TeacherBundle\Service\API\WorksheetActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 100);
  4544. }
  4545. /**
  4546. * Gets the public 'TeacherBundle\Service\API\WorksheetActivityService' shared autowired service.
  4547. *
  4548. * @return \TeacherBundle\Service\API\WorksheetActivityService
  4549. */
  4550. protected function getWorksheetActivityServiceService()
  4551. {
  4552. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityService.php';
  4553. return $this->services['TeacherBundle\\Service\\API\\WorksheetActivityService'] = new \TeacherBundle\Service\API\WorksheetActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\WorksheetService'] ?? $this->getWorksheetServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4554. }
  4555. /**
  4556. * Gets the public 'TeacherBundle\Service\CampaignService' shared autowired service.
  4557. *
  4558. * @return \TeacherBundle\Service\CampaignService
  4559. */
  4560. protected function getCampaignServiceService()
  4561. {
  4562. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CampaignService.php';
  4563. return $this->services['TeacherBundle\\Service\\CampaignService'] = new \TeacherBundle\Service\CampaignService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['StudentBundle\\Service\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService()));
  4564. }
  4565. /**
  4566. * Gets the public 'TeacherBundle\Service\CategoryService' shared autowired service.
  4567. *
  4568. * @return \TeacherBundle\Service\CategoryService
  4569. */
  4570. protected function getCategoryServiceService()
  4571. {
  4572. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CategoryService.php';
  4573. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4574. if (isset($this->services['TeacherBundle\\Service\\CategoryService'])) {
  4575. return $this->services['TeacherBundle\\Service\\CategoryService'];
  4576. }
  4577. return $this->services['TeacherBundle\\Service\\CategoryService'] = new \TeacherBundle\Service\CategoryService($a, 'gale');
  4578. }
  4579. /**
  4580. * Gets the public 'TeacherBundle\Service\ContentService' shared autowired service.
  4581. *
  4582. * @return \TeacherBundle\Service\ContentService
  4583. */
  4584. protected function getContentServiceService()
  4585. {
  4586. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ContentService.php';
  4587. return $this->services['TeacherBundle\\Service\\ContentService'] = new \TeacherBundle\Service\ContentService();
  4588. }
  4589. /**
  4590. * Gets the public 'TeacherBundle\Service\CrammingActivityService' shared autowired service.
  4591. *
  4592. * @return \TeacherBundle\Service\CrammingActivityService
  4593. */
  4594. protected function getCrammingActivityService3Service()
  4595. {
  4596. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CrammingActivityService.php';
  4597. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4598. if (isset($this->services['TeacherBundle\\Service\\CrammingActivityService'])) {
  4599. return $this->services['TeacherBundle\\Service\\CrammingActivityService'];
  4600. }
  4601. return $this->services['TeacherBundle\\Service\\CrammingActivityService'] = new \TeacherBundle\Service\CrammingActivityService($a);
  4602. }
  4603. /**
  4604. * Gets the public 'TeacherBundle\Service\DictateService' shared autowired service.
  4605. *
  4606. * @return \TeacherBundle\Service\DictateService
  4607. */
  4608. protected function getDictateService2Service()
  4609. {
  4610. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/DictateService.php';
  4611. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4612. if (isset($this->services['TeacherBundle\\Service\\DictateService'])) {
  4613. return $this->services['TeacherBundle\\Service\\DictateService'];
  4614. }
  4615. return $this->services['TeacherBundle\\Service\\DictateService'] = new \TeacherBundle\Service\DictateService($a, ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService()));
  4616. }
  4617. /**
  4618. * Gets the public 'TeacherBundle\Service\ExtendActivityService' shared autowired service.
  4619. *
  4620. * @return \TeacherBundle\Service\ExtendActivityService
  4621. */
  4622. protected function getExtendActivityServiceService()
  4623. {
  4624. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ExtendActivityService.php';
  4625. return $this->services['TeacherBundle\\Service\\ExtendActivityService'] = new \TeacherBundle\Service\ExtendActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\QuizService'] ?? $this->getQuizServiceService()), ($this->services['TeacherBundle\\Service\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  4626. }
  4627. /**
  4628. * Gets the public 'TeacherBundle\Service\HomeworkService' shared autowired service.
  4629. *
  4630. * @return \TeacherBundle\Service\HomeworkService
  4631. */
  4632. protected function getHomeworkService3Service()
  4633. {
  4634. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/HomeworkService.php';
  4635. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4636. if (isset($this->services['TeacherBundle\\Service\\HomeworkService'])) {
  4637. return $this->services['TeacherBundle\\Service\\HomeworkService'];
  4638. }
  4639. return $this->services['TeacherBundle\\Service\\HomeworkService'] = new \TeacherBundle\Service\HomeworkService($a);
  4640. }
  4641. /**
  4642. * Gets the public 'TeacherBundle\Service\MathProblemService' shared autowired service.
  4643. *
  4644. * @return \TeacherBundle\Service\MathProblemService
  4645. */
  4646. protected function getMathProblemService3Service()
  4647. {
  4648. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/MathProblemService.php';
  4649. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4650. if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
  4651. return $this->services['TeacherBundle\\Service\\MathProblemService'];
  4652. }
  4653. $b = ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService());
  4654. if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
  4655. return $this->services['TeacherBundle\\Service\\MathProblemService'];
  4656. }
  4657. return $this->services['TeacherBundle\\Service\\MathProblemService'] = new \TeacherBundle\Service\MathProblemService($a, $b);
  4658. }
  4659. /**
  4660. * Gets the public 'TeacherBundle\Service\PeerActivityService' shared autowired service.
  4661. *
  4662. * @return \TeacherBundle\Service\PeerActivityService
  4663. */
  4664. protected function getPeerActivityService2Service()
  4665. {
  4666. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/PeerActivityService.php';
  4667. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4668. if (isset($this->services['TeacherBundle\\Service\\PeerActivityService'])) {
  4669. return $this->services['TeacherBundle\\Service\\PeerActivityService'];
  4670. }
  4671. return $this->services['TeacherBundle\\Service\\PeerActivityService'] = new \TeacherBundle\Service\PeerActivityService($a);
  4672. }
  4673. /**
  4674. * Gets the public 'TeacherBundle\Service\ProblemDndService' shared autowired service.
  4675. *
  4676. * @return \TeacherBundle\Service\ProblemDndService
  4677. */
  4678. protected function getProblemDndService2Service()
  4679. {
  4680. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ProblemDndService.php';
  4681. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4682. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4683. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4684. }
  4685. $b = ($this->services['StudentBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndServiceService());
  4686. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4687. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4688. }
  4689. $c = ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService());
  4690. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4691. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4692. }
  4693. return $this->services['TeacherBundle\\Service\\ProblemDndService'] = new \TeacherBundle\Service\ProblemDndService($a, $b, $c);
  4694. }
  4695. /**
  4696. * Gets the public 'TeacherBundle\Service\QuizService' shared autowired service.
  4697. *
  4698. * @return \TeacherBundle\Service\QuizService
  4699. */
  4700. protected function getQuizServiceService()
  4701. {
  4702. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizService.php';
  4703. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4704. if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
  4705. return $this->services['TeacherBundle\\Service\\QuizService'];
  4706. }
  4707. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4708. if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
  4709. return $this->services['TeacherBundle\\Service\\QuizService'];
  4710. }
  4711. return $this->services['TeacherBundle\\Service\\QuizService'] = new \TeacherBundle\Service\QuizService($a, ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  4712. }
  4713. /**
  4714. * Gets the public 'TeacherBundle\Service\QuizSessionService' shared autowired service.
  4715. *
  4716. * @return \TeacherBundle\Service\QuizSessionService
  4717. */
  4718. protected function getQuizSessionService2Service()
  4719. {
  4720. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizSessionService.php';
  4721. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4722. if (isset($this->services['TeacherBundle\\Service\\QuizSessionService'])) {
  4723. return $this->services['TeacherBundle\\Service\\QuizSessionService'];
  4724. }
  4725. return $this->services['TeacherBundle\\Service\\QuizSessionService'] = new \TeacherBundle\Service\QuizSessionService($a);
  4726. }
  4727. /**
  4728. * Gets the public 'TeacherBundle\Service\ReadingTestService' shared autowired service.
  4729. *
  4730. * @return \TeacherBundle\Service\ReadingTestService
  4731. */
  4732. protected function getReadingTestService2Service()
  4733. {
  4734. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ReadingTestService.php';
  4735. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4736. if (isset($this->services['TeacherBundle\\Service\\ReadingTestService'])) {
  4737. return $this->services['TeacherBundle\\Service\\ReadingTestService'];
  4738. }
  4739. return $this->services['TeacherBundle\\Service\\ReadingTestService'] = new \TeacherBundle\Service\ReadingTestService($a);
  4740. }
  4741. /**
  4742. * Gets the public 'TeacherBundle\Service\TextbookSessionService' shared autowired service.
  4743. *
  4744. * @return \TeacherBundle\Service\TextbookSessionService
  4745. */
  4746. protected function getTextbookSessionService2Service()
  4747. {
  4748. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TextbookSessionService.php';
  4749. return $this->services['TeacherBundle\\Service\\TextbookSessionService'] = new \TeacherBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4750. }
  4751. /**
  4752. * Gets the public 'TeacherBundle\Service\TrainingService' shared autowired service.
  4753. *
  4754. * @return \TeacherBundle\Service\TrainingService
  4755. */
  4756. protected function getTrainingServiceService()
  4757. {
  4758. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TrainingService.php';
  4759. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4760. if (isset($this->services['TeacherBundle\\Service\\TrainingService'])) {
  4761. return $this->services['TeacherBundle\\Service\\TrainingService'];
  4762. }
  4763. return $this->services['TeacherBundle\\Service\\TrainingService'] = new \TeacherBundle\Service\TrainingService($a);
  4764. }
  4765. /**
  4766. * Gets the public 'TeacherBundle\Service\WorksheetService' shared autowired service.
  4767. *
  4768. * @return \TeacherBundle\Service\WorksheetService
  4769. */
  4770. protected function getWorksheetServiceService()
  4771. {
  4772. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetService.php';
  4773. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4774. if (isset($this->services['TeacherBundle\\Service\\WorksheetService'])) {
  4775. return $this->services['TeacherBundle\\Service\\WorksheetService'];
  4776. }
  4777. return $this->services['TeacherBundle\\Service\\WorksheetService'] = new \TeacherBundle\Service\WorksheetService($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4778. }
  4779. /**
  4780. * Gets the public 'TeacherBundle\Service\WorksheetSessionService' shared autowired service.
  4781. *
  4782. * @return \TeacherBundle\Service\WorksheetSessionService
  4783. */
  4784. protected function getWorksheetSessionService2Service()
  4785. {
  4786. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetSessionService.php';
  4787. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4788. if (isset($this->services['TeacherBundle\\Service\\WorksheetSessionService'])) {
  4789. return $this->services['TeacherBundle\\Service\\WorksheetSessionService'];
  4790. }
  4791. return $this->services['TeacherBundle\\Service\\WorksheetSessionService'] = new \TeacherBundle\Service\WorksheetSessionService($a);
  4792. }
  4793. /**
  4794. * Gets the public 'UserBundle\Controller\DefaultController' shared autowired service.
  4795. *
  4796. * @return \UserBundle\Controller\DefaultController
  4797. */
  4798. protected function getDefaultController5Service()
  4799. {
  4800. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4801. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4802. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/DefaultController.php';
  4803. $this->services['UserBundle\\Controller\\DefaultController'] = $instance = new \UserBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'primaryschool');
  4804. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\DefaultController', $this));
  4805. return $instance;
  4806. }
  4807. /**
  4808. * Gets the public 'UserBundle\Controller\RegistrationController' shared autowired service.
  4809. *
  4810. * @return \UserBundle\Controller\RegistrationController
  4811. */
  4812. protected function getRegistrationControllerService()
  4813. {
  4814. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4815. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/RegistrationController.php';
  4816. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
  4817. $this->services['UserBundle\\Controller\\RegistrationController'] = $instance = new \UserBundle\Controller\RegistrationController(($this->services['UserBundle\\Security\\EmailVerifier'] ?? $this->getEmailVerifierService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EmailHelperService'] ?? ($this->privates['CoreBundle\\Service\\EmailHelperService'] = new \CoreBundle\Service\EmailHelperService('gale'))));
  4818. $instance->setContainer($this);
  4819. return $instance;
  4820. }
  4821. /**
  4822. * Gets the public 'UserBundle\Controller\ResetPasswordController' shared autowired service.
  4823. *
  4824. * @return \UserBundle\Controller\ResetPasswordController
  4825. */
  4826. protected function getResetPasswordController2Service()
  4827. {
  4828. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4829. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  4830. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php';
  4831. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  4832. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  4833. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  4834. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  4835. $this->services['UserBundle\\Controller\\ResetPasswordController'] = $instance = new \UserBundle\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator('AwhHAPRTNoPBwVVd2kyZE73EK96HhB', new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 3600, 3600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4836. $instance->setContainer($this);
  4837. return $instance;
  4838. }
  4839. /**
  4840. * Gets the public 'UserBundle\Controller\SecurityController' shared autowired service.
  4841. *
  4842. * @return \UserBundle\Controller\SecurityController
  4843. */
  4844. protected function getSecurityControllerService()
  4845. {
  4846. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4847. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  4848. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4849. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
  4850. $this->services['UserBundle\\Controller\\SecurityController'] = $instance = new \UserBundle\Controller\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService()), ($this->privates['CoreBundle\\Service\\AuthService'] ?? $this->getAuthServiceService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4851. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\SecurityController', $this));
  4852. return $instance;
  4853. }
  4854. /**
  4855. * Gets the public 'UserBundle\Controller\SetupTwoFactorAuthController' shared autowired service.
  4856. *
  4857. * @return \UserBundle\Controller\SetupTwoFactorAuthController
  4858. */
  4859. protected function getSetupTwoFactorAuthControllerService()
  4860. {
  4861. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4862. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SetupTwoFactorAuthController.php';
  4863. $this->services['UserBundle\\Controller\\SetupTwoFactorAuthController'] = $instance = new \UserBundle\Controller\SetupTwoFactorAuthController('https://galecms.indhold.tibalo.dk', 'gale');
  4864. $instance->setContainer($this);
  4865. return $instance;
  4866. }
  4867. /**
  4868. * Gets the public 'UserBundle\EventListener\LogoutSubscriber' shared autowired service.
  4869. *
  4870. * @return \UserBundle\EventListener\LogoutSubscriber
  4871. */
  4872. protected function getLogoutSubscriberService()
  4873. {
  4874. include_once \dirname(__DIR__, 4).'/src/UserBundle/EventListener/LogoutSubscriber.php';
  4875. return $this->services['UserBundle\\EventListener\\LogoutSubscriber'] = new \UserBundle\EventListener\LogoutSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4876. }
  4877. /**
  4878. * Gets the public 'UserBundle\Repository\ResetPasswordRequestRepository' shared autowired service.
  4879. *
  4880. * @return \UserBundle\Repository\ResetPasswordRequestRepository
  4881. */
  4882. protected function getResetPasswordRequestRepositoryService()
  4883. {
  4884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4885. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  4888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  4889. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  4890. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  4891. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  4892. include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/ResetPasswordRequestRepository.php';
  4893. return $this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] = new \UserBundle\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4894. }
  4895. /**
  4896. * Gets the public 'UserBundle\Security\EmailVerifier' shared autowired service.
  4897. *
  4898. * @return \UserBundle\Security\EmailVerifier
  4899. */
  4900. protected function getEmailVerifierService()
  4901. {
  4902. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/EmailVerifier.php';
  4903. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  4904. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  4905. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  4906. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  4907. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  4908. return $this->services['UserBundle\\Security\\EmailVerifier'] = new \UserBundle\Security\EmailVerifier(new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($this->services['router'] ?? $this->getRouterService()), (new \SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory('AwhHAPRTNoPBwVVd2kyZE73EK96HhB', 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator('AwhHAPRTNoPBwVVd2kyZE73EK96HhB'), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4909. }
  4910. /**
  4911. * Gets the public 'UserBundle\Security\UserChecker' shared autowired service.
  4912. *
  4913. * @return \UserBundle\Security\UserChecker
  4914. */
  4915. protected function getUserCheckerService()
  4916. {
  4917. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4918. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  4919. return $this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker();
  4920. }
  4921. /**
  4922. * Gets the public 'UserBundle\Service\GaleUserService' shared autowired service.
  4923. *
  4924. * @return \UserBundle\Service\GaleUserService
  4925. */
  4926. protected function getGaleUserServiceService()
  4927. {
  4928. include_once \dirname(__DIR__, 4).'/src/UserBundle/Service/GaleUserService.php';
  4929. $a = ($this->services['eight_points_guzzle.client.gale_users'] ?? $this->getEightPointsGuzzle_Client_GaleUsersService());
  4930. if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
  4931. return $this->services['UserBundle\\Service\\GaleUserService'];
  4932. }
  4933. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4934. if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
  4935. return $this->services['UserBundle\\Service\\GaleUserService'];
  4936. }
  4937. return $this->services['UserBundle\\Service\\GaleUserService'] = new \UserBundle\Service\GaleUserService($a, $b);
  4938. }
  4939. /**
  4940. * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  4941. *
  4942. * @return \Vich\UploaderBundle\Naming\Base64Namer
  4943. */
  4944. protected function getBase64NamerService()
  4945. {
  4946. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4947. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4948. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4949. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  4950. return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  4951. }
  4952. /**
  4953. * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  4954. *
  4955. * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  4956. */
  4957. protected function getCurrentDateTimeDirectoryNamerService()
  4958. {
  4959. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4960. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4961. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  4962. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  4963. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  4964. return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4965. }
  4966. /**
  4967. * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  4968. *
  4969. * @return \Vich\UploaderBundle\Naming\HashNamer
  4970. */
  4971. protected function getHashNamerService()
  4972. {
  4973. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4974. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4975. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4976. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  4977. return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  4978. }
  4979. /**
  4980. * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  4981. *
  4982. * @return \Vich\UploaderBundle\Naming\OrignameNamer
  4983. */
  4984. protected function getOrignameNamerService()
  4985. {
  4986. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4987. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4988. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  4989. return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  4990. }
  4991. /**
  4992. * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  4993. *
  4994. * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  4995. */
  4996. protected function getPropertyDirectoryNamerService()
  4997. {
  4998. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4999. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5000. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  5001. return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5002. }
  5003. /**
  5004. * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  5005. *
  5006. * @return \Vich\UploaderBundle\Naming\PropertyNamer
  5007. */
  5008. protected function getPropertyNamerService()
  5009. {
  5010. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5011. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5012. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5013. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  5014. return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5015. }
  5016. /**
  5017. * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  5018. *
  5019. * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5020. */
  5021. protected function getSmartUniqueNamerService()
  5022. {
  5023. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5024. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5025. return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5026. }
  5027. /**
  5028. * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  5029. *
  5030. * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  5031. */
  5032. protected function getSubdirDirectoryNamerService()
  5033. {
  5034. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5035. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5036. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  5037. return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  5038. }
  5039. /**
  5040. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  5041. *
  5042. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5043. */
  5044. protected function getUniqidNamerService()
  5045. {
  5046. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5047. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5048. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5049. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5050. }
  5051. /**
  5052. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.peer_solution_file' shared service.
  5053. *
  5054. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5055. */
  5056. protected function getUniqidNamer_PeerSolutionFileService()
  5057. {
  5058. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5059. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5060. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5061. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5062. }
  5063. /**
  5064. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.worksheet_solution_file' shared service.
  5065. *
  5066. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5067. */
  5068. protected function getUniqidNamer_WorksheetSolutionFileService()
  5069. {
  5070. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5071. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5072. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5073. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5074. }
  5075. /**
  5076. * Gets the public 'abacus.core.training_session' shared autowired service.
  5077. *
  5078. * @return \CoreBundle\Service\TrainingSessionService
  5079. */
  5080. protected function getAbacus_Core_TrainingSessionService()
  5081. {
  5082. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
  5083. return $this->services['abacus.core.training_session'] = new \CoreBundle\Service\TrainingSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5084. }
  5085. /**
  5086. * Gets the public 'cache.app' shared service.
  5087. *
  5088. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5089. */
  5090. protected function getCache_AppService()
  5091. {
  5092. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('b+MY6h0apU', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  5093. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5094. return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  5095. }
  5096. /**
  5097. * Gets the public 'cache.app_clearer' shared service.
  5098. *
  5099. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5100. */
  5101. protected function getCache_AppClearerService()
  5102. {
  5103. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5104. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5105. return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService())]);
  5106. }
  5107. /**
  5108. * Gets the public 'cache.easyadmin' shared service.
  5109. *
  5110. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5111. */
  5112. protected function getCache_EasyadminService()
  5113. {
  5114. return $this->services['cache.easyadmin'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2QQKFMv-8x', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5115. }
  5116. /**
  5117. * Gets the public 'cache.global_clearer' shared service.
  5118. *
  5119. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5120. */
  5121. protected function getCache_GlobalClearerService()
  5122. {
  5123. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5124. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5125. return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()), 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  5126. }
  5127. /**
  5128. * Gets the public 'cache.system' shared service.
  5129. *
  5130. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5131. */
  5132. protected function getCache_SystemService()
  5133. {
  5134. return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hiqTmUaKif', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5135. }
  5136. /**
  5137. * Gets the public 'cache.system_clearer' shared service.
  5138. *
  5139. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5140. */
  5141. protected function getCache_SystemClearerService()
  5142. {
  5143. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5145. return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()), 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService())]);
  5146. }
  5147. /**
  5148. * Gets the public 'cache.validator_expression_language' shared service.
  5149. *
  5150. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5151. */
  5152. protected function getCache_ValidatorExpressionLanguageService()
  5153. {
  5154. return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Cwi5uGQN-n', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5155. }
  5156. /**
  5157. * Gets the public 'cache_warmer' shared service.
  5158. *
  5159. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  5160. */
  5161. protected function getCacheWarmerService()
  5162. {
  5163. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5164. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  5165. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  5166. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  5167. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  5168. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  5169. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  5170. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  5171. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  5172. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  5173. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  5174. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  5175. yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
  5176. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  5177. }, 11), true, ($this->targetDir.''.'/KernelDevDebugContainerDeprecations.log'));
  5178. }
  5179. /**
  5180. * Gets the public 'console.command_loader' shared service.
  5181. *
  5182. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5183. */
  5184. protected function getConsole_CommandLoaderService()
  5185. {
  5186. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5187. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5188. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5189. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateMissingFilesCommand.lazy', 'getAbacusLocateMissingFilesCommand_LazyService', false],
  5190. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateInlineImagesCommand.lazy', 'getAbacusLocateInlineImagesCommand_LazyService', false],
  5191. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy', 'getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService', false],
  5192. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand.lazy', 'getAbacusValidateExistingMathproblemsCommand_LazyService', false],
  5193. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => ['privates', '.CoreBundle\\Command\\AbacusLoadTestDataCommand.lazy', 'getAbacusLoadTestDataCommand_LazyService', false],
  5194. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => ['privates', '.CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy', 'getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService', false],
  5195. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand.lazy', 'getDispatchMigrateFilesToReferencesCommand_LazyService', false],
  5196. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => ['privates', '.CoreBundle\\Command\\AbacusFetchSiteCommand.lazy', 'getAbacusFetchSiteCommand_LazyService', false],
  5197. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => ['privates', '.CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy', 'getAbacusDispatchEventsToClickstreamCommand_LazyService', false],
  5198. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand.lazy', 'getAbacusRearrangeMathProblemsCommand_LazyService', false],
  5199. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  5200. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  5201. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  5202. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  5203. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  5204. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  5205. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  5206. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  5207. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  5208. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  5209. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  5210. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  5211. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  5212. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  5213. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  5214. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  5215. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  5216. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  5217. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  5218. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  5219. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  5220. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  5221. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  5222. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  5223. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  5224. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  5225. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  5226. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  5227. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  5228. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  5229. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  5230. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  5231. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  5232. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  5233. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  5234. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  5235. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  5236. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  5237. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  5238. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  5239. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  5240. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  5241. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  5242. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  5243. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  5244. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  5245. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  5246. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  5247. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  5248. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  5249. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  5250. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  5251. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  5252. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  5253. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  5254. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  5255. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  5256. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  5257. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  5258. 'fos_user.command.activate_user' => ['privates', '.fos_user.command.activate_user.lazy', 'get_FosUser_Command_ActivateUser_LazyService', false],
  5259. 'fos_user.command.change_password' => ['privates', '.fos_user.command.change_password.lazy', 'get_FosUser_Command_ChangePassword_LazyService', false],
  5260. 'fos_user.command.create_user' => ['privates', '.fos_user.command.create_user.lazy', 'get_FosUser_Command_CreateUser_LazyService', false],
  5261. 'fos_user.command.deactivate_user' => ['privates', '.fos_user.command.deactivate_user.lazy', 'get_FosUser_Command_DeactivateUser_LazyService', false],
  5262. 'fos_user.command.demote_user' => ['privates', '.fos_user.command.demote_user.lazy', 'get_FosUser_Command_DemoteUser_LazyService', false],
  5263. 'fos_user.command.promote_user' => ['privates', '.fos_user.command.promote_user.lazy', 'get_FosUser_Command_PromoteUser_LazyService', false],
  5264. 'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
  5265. 'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
  5266. 'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
  5267. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
  5268. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  5269. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  5270. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  5271. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
  5272. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
  5273. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  5274. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  5275. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  5276. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  5277. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  5278. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  5279. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  5280. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  5281. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  5282. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  5283. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  5284. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  5285. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  5286. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  5287. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  5288. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  5289. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  5290. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  5291. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  5292. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  5293. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  5294. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  5295. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  5296. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  5297. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  5298. ], [
  5299. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => '?',
  5300. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => '?',
  5301. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => '?',
  5302. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => '?',
  5303. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => '?',
  5304. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => '?',
  5305. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => '?',
  5306. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => '?',
  5307. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => '?',
  5308. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => '?',
  5309. 'console.command.about' => '?',
  5310. 'console.command.assets_install' => '?',
  5311. 'console.command.cache_clear' => '?',
  5312. 'console.command.cache_pool_clear' => '?',
  5313. 'console.command.cache_pool_prune' => '?',
  5314. 'console.command.cache_pool_delete' => '?',
  5315. 'console.command.cache_pool_list' => '?',
  5316. 'console.command.cache_warmup' => '?',
  5317. 'console.command.config_debug' => '?',
  5318. 'console.command.config_dump_reference' => '?',
  5319. 'console.command.container_debug' => '?',
  5320. 'console.command.container_lint' => '?',
  5321. 'console.command.debug_autowiring' => '?',
  5322. 'console.command.dotenv_debug' => '?',
  5323. 'console.command.event_dispatcher_debug' => '?',
  5324. 'console.command.messenger_consume_messages' => '?',
  5325. 'console.command.messenger_setup_transports' => '?',
  5326. 'console.command.messenger_debug' => '?',
  5327. 'console.command.messenger_stop_workers' => '?',
  5328. 'console.command.router_debug' => '?',
  5329. 'console.command.router_match' => '?',
  5330. 'console.command.translation_debug' => '?',
  5331. 'console.command.translation_extract' => '?',
  5332. 'console.command.validator_debug' => '?',
  5333. 'console.command.translation_pull' => '?',
  5334. 'console.command.translation_push' => '?',
  5335. 'console.command.xliff_lint' => '?',
  5336. 'console.command.yaml_lint' => '?',
  5337. 'console.command.form_debug' => '?',
  5338. 'console.command.secrets_set' => '?',
  5339. 'console.command.secrets_remove' => '?',
  5340. 'console.command.secrets_generate_key' => '?',
  5341. 'console.command.secrets_list' => '?',
  5342. 'console.command.secrets_decrypt_to_local' => '?',
  5343. 'console.command.secrets_encrypt_from_local' => '?',
  5344. 'security.command.debug_firewall' => '?',
  5345. 'security.command.user_password_encoder' => '?',
  5346. 'security.command.user_password_hash' => '?',
  5347. 'twig.command.debug' => '?',
  5348. 'twig.command.lint' => '?',
  5349. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  5350. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  5351. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  5352. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  5353. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  5354. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  5355. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  5356. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  5357. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  5358. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  5359. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  5360. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  5361. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  5362. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  5363. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  5364. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  5365. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  5366. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  5367. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  5368. 'fos_user.command.activate_user' => '?',
  5369. 'fos_user.command.change_password' => '?',
  5370. 'fos_user.command.create_user' => '?',
  5371. 'fos_user.command.deactivate_user' => '?',
  5372. 'fos_user.command.demote_user' => '?',
  5373. 'fos_user.command.promote_user' => '?',
  5374. 'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  5375. 'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  5376. 'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  5377. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  5378. 'var_dumper.command.server_dump' => '?',
  5379. 'monolog.command.server_log' => '?',
  5380. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  5381. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  5382. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  5383. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  5384. 'maker.auto_command.make_auth' => '?',
  5385. 'maker.auto_command.make_command' => '?',
  5386. 'maker.auto_command.make_twig_component' => '?',
  5387. 'maker.auto_command.make_controller' => '?',
  5388. 'maker.auto_command.make_crud' => '?',
  5389. 'maker.auto_command.make_docker_database' => '?',
  5390. 'maker.auto_command.make_entity' => '?',
  5391. 'maker.auto_command.make_fixtures' => '?',
  5392. 'maker.auto_command.make_form' => '?',
  5393. 'maker.auto_command.make_message' => '?',
  5394. 'maker.auto_command.make_messenger_middleware' => '?',
  5395. 'maker.auto_command.make_registration_form' => '?',
  5396. 'maker.auto_command.make_reset_password' => '?',
  5397. 'maker.auto_command.make_serializer_encoder' => '?',
  5398. 'maker.auto_command.make_serializer_normalizer' => '?',
  5399. 'maker.auto_command.make_subscriber' => '?',
  5400. 'maker.auto_command.make_twig_extension' => '?',
  5401. 'maker.auto_command.make_test' => '?',
  5402. 'maker.auto_command.make_validator' => '?',
  5403. 'maker.auto_command.make_voter' => '?',
  5404. 'maker.auto_command.make_user' => '?',
  5405. 'maker.auto_command.make_migration' => '?',
  5406. 'maker.auto_command.make_stimulus_controller' => '?',
  5407. 'maker.auto_command.make_security_form_login' => '?',
  5408. ]), ['abacus:locate-missing-files' => 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand', 'abacus:locate-inline-images' => 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand', 'abacus:migrate-textbook-element-images-to-references' => 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand', 'abacus:validate-existing-mathproblems' => 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand', 'abacus:load-test-data' => 'CoreBundle\\Command\\AbacusLoadTestDataCommand', 'abacus:copy-anonymized-prod-data-to-test-server' => 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand', 'abacus:dispatch-migrate-files' => 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand', 'abacus:fetch-site' => 'CoreBundle\\Command\\AbacusFetchSiteCommand', 'abacus:dispatch-events-to-clickstream-log' => 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand', 'abacus:rearrange' => 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'fos:user:activate' => 'fos_user.command.activate_user', 'fos:user:change-password' => 'fos_user.command.change_password', 'fos:user:create' => 'fos_user.command.create_user', 'fos:user:deactivate' => 'fos_user.command.deactivate_user', 'fos:user:demote' => 'fos_user.command.demote_user', 'fos:user:promote' => 'fos_user.command.promote_user', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  5409. }
  5410. /**
  5411. * Gets the public 'container.env_var_processors_locator' shared service.
  5412. *
  5413. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5414. */
  5415. protected function getContainer_EnvVarProcessorsLocatorService()
  5416. {
  5417. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5418. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5419. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5420. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5421. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5422. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5423. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5424. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5425. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5426. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5427. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5428. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5429. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5430. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5431. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5432. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5433. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5434. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5435. ], [
  5436. 'base64' => '?',
  5437. 'bool' => '?',
  5438. 'const' => '?',
  5439. 'csv' => '?',
  5440. 'default' => '?',
  5441. 'file' => '?',
  5442. 'float' => '?',
  5443. 'int' => '?',
  5444. 'json' => '?',
  5445. 'key' => '?',
  5446. 'not' => '?',
  5447. 'query_string' => '?',
  5448. 'require' => '?',
  5449. 'resolve' => '?',
  5450. 'string' => '?',
  5451. 'trim' => '?',
  5452. 'url' => '?',
  5453. ]);
  5454. }
  5455. /**
  5456. * Gets the public 'data_collector.dump' shared service.
  5457. *
  5458. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  5459. */
  5460. protected function getDataCollector_DumpService()
  5461. {
  5462. return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  5463. }
  5464. /**
  5465. * Gets the public 'doctrine' shared service.
  5466. *
  5467. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  5468. */
  5469. protected function getDoctrineService()
  5470. {
  5471. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  5472. }
  5473. /**
  5474. * Gets the public 'doctrine.dbal.default_connection' shared service.
  5475. *
  5476. * @return \Doctrine\DBAL\Connection
  5477. */
  5478. protected function getDoctrine_Dbal_DefaultConnectionService()
  5479. {
  5480. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  5481. if (isset($this->services['doctrine.dbal.default_connection'])) {
  5482. return $this->services['doctrine.dbal.default_connection'];
  5483. }
  5484. $b = new \Doctrine\DBAL\Configuration();
  5485. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  5486. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5487. $c->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5488. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5489. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  5490. $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5491. $d->setConnectionName('default');
  5492. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  5493. $b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d, 2 => new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  5494. return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'gale_indhold', 'user' => 'symfony', 'password' => 'nscc752ja8TZxKwYkzyNhSYP', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.6.12', 'defaultTableOptions' => []], $b, $a, []);
  5495. }
  5496. /**
  5497. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  5498. *
  5499. * @return \Doctrine\ORM\EntityManager
  5500. */
  5501. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  5502. {
  5503. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  5504. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  5505. return $this->services['doctrine.orm.default_entity_manager'];
  5506. }
  5507. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  5508. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  5509. return $this->services['doctrine.orm.default_entity_manager'];
  5510. }
  5511. $c = new \Doctrine\ORM\Configuration();
  5512. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5513. $e = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5514. $d->addDriver($e, 'CoreBundle\\Entity');
  5515. $d->addDriver($e, 'UserBundle\\Entity');
  5516. $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  5517. $d->addDriver(($this->privates['.3_doctrine_metadata_driver~i0oKBM3'] ?? $this->get_3DoctrineMetadataDriveri0oKBM3Service()), 'FOS\\UserBundle\\Model');
  5518. $c->setEntityNamespaces(['ABaCusCoreBundle' => 'CoreBundle\\Entity', 'UserBundle' => 'UserBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  5519. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5520. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  5521. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  5522. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5523. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  5524. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  5525. ], [
  5526. 'doctrine.ulid_generator' => '?',
  5527. 'doctrine.uuid_generator' => '?',
  5528. ])));
  5529. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  5530. $c->setProxyNamespace('Proxies');
  5531. $c->setAutoGenerateProxyClasses(true);
  5532. $c->setSchemaIgnoreClasses([]);
  5533. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  5534. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  5535. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  5536. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  5537. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  5538. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  5539. $c->setLazyGhostObjectEnabled(false);
  5540. $c->setIdentityGenerationPreferences([]);
  5541. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  5542. $c->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
  5543. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  5544. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  5545. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  5546. return $instance;
  5547. }
  5548. /**
  5549. * Gets the public 'eight_points_guzzle.client.gale_users' shared service.
  5550. *
  5551. * @return \GuzzleHttp\Client
  5552. */
  5553. protected function getEightPointsGuzzle_Client_GaleUsersService()
  5554. {
  5555. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5556. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5557. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5558. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5559. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5560. $a = \GuzzleHttp\HandlerStack::create();
  5561. $a->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  5562. $a->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  5563. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  5564. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5565. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  5566. return $this->services['eight_points_guzzle.client.gale_users'] = new \GuzzleHttp\Client(['base_uri' => 'https://account-data-api-staging.services.systime.dk', 'handler' => $a, 'synchronous' => true, 'headers' => ['Accept' => 'application/json', 'X-API-Key' => 'EhJOIvGi1hEXab4yZ4fc54Y97r53Clv3awltVr3s8oTQA1tEuyGZ7qht30aatmYi93VCSDCIBifFFLAkPNd2pe94224uFaN3mHeONbq899Qk5ccKFLzeraT0RBBoZEi7']]);
  5567. }
  5568. /**
  5569. * Gets the public 'eight_points_guzzle.client.gyldendalaccessservice' shared service.
  5570. *
  5571. * @return \GuzzleHttp\Client
  5572. */
  5573. protected function getEightPointsGuzzle_Client_GyldendalaccessserviceService()
  5574. {
  5575. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5576. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5577. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5578. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5579. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5580. $a = \GuzzleHttp\HandlerStack::create();
  5581. $a->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  5582. $a->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  5583. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  5584. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5585. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  5586. return $this->services['eight_points_guzzle.client.gyldendalaccessservice'] = new \GuzzleHttp\Client(['base_uri' => 'https://gdapim-production.azure-api.net', 'handler' => $a, 'synchronous' => true, 'timeout' => 5.0, 'headers' => ['Accept' => 'application/json', 'Ocp-Apim-Subscription-Key' => '4799e1fe7f294f7bb145e8c1ddf319e6']]);
  5587. }
  5588. /**
  5589. * Gets the public 'eight_points_guzzle.client.loginconnector' shared service.
  5590. *
  5591. * @return \GuzzleHttp\Client
  5592. */
  5593. protected function getEightPointsGuzzle_Client_LoginconnectorService()
  5594. {
  5595. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5596. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5597. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5598. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5599. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5600. $a = \GuzzleHttp\HandlerStack::create();
  5601. $a->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  5602. $a->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  5603. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  5604. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5605. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  5606. return $this->services['eight_points_guzzle.client.loginconnector'] = new \GuzzleHttp\Client(['base_uri' => 'https://test-loginconnector.gyldendal.dk', 'handler' => $a, 'synchronous' => true, 'timeout' => 5.0, 'headers' => ['Accept' => 'application/json', 'LOGINCONNECTORAPIKEY' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137']]);
  5607. }
  5608. /**
  5609. * Gets the public 'eight_points_guzzle.client.systime_users' shared service.
  5610. *
  5611. * @return \GuzzleHttp\Client
  5612. */
  5613. protected function getEightPointsGuzzle_Client_SystimeUsersService()
  5614. {
  5615. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5616. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5617. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5618. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5619. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5620. $a = \GuzzleHttp\HandlerStack::create();
  5621. $a->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  5622. $a->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  5623. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  5624. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5625. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  5626. return $this->services['eight_points_guzzle.client.systime_users'] = new \GuzzleHttp\Client(['base_uri' => 'https://dev-users.systime.dk/api/', 'handler' => $a, 'synchronous' => true, 'timeout' => 120.0]);
  5627. }
  5628. /**
  5629. * Gets the public 'eight_points_guzzle.formatter' shared service.
  5630. *
  5631. * @return \GuzzleHttp\MessageFormatter
  5632. */
  5633. protected function getEightPointsGuzzle_FormatterService()
  5634. {
  5635. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5636. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5637. return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  5638. }
  5639. /**
  5640. * Gets the public 'eight_points_guzzle.handler_stack.gale_users' shared service.
  5641. *
  5642. * @return \GuzzleHttp\HandlerStack
  5643. */
  5644. protected function getEightPointsGuzzle_HandlerStack_GaleUsersService()
  5645. {
  5646. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5647. $this->services['eight_points_guzzle.handler_stack.gale_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  5648. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  5649. $instance->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  5650. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  5651. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5652. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  5653. return $instance;
  5654. }
  5655. /**
  5656. * Gets the public 'eight_points_guzzle.handler_stack.gyldendalaccessservice' shared service.
  5657. *
  5658. * @return \GuzzleHttp\HandlerStack
  5659. */
  5660. protected function getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService()
  5661. {
  5662. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5663. $this->services['eight_points_guzzle.handler_stack.gyldendalaccessservice'] = $instance = \GuzzleHttp\HandlerStack::create();
  5664. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  5665. $instance->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  5666. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  5667. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5668. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  5669. return $instance;
  5670. }
  5671. /**
  5672. * Gets the public 'eight_points_guzzle.handler_stack.loginconnector' shared service.
  5673. *
  5674. * @return \GuzzleHttp\HandlerStack
  5675. */
  5676. protected function getEightPointsGuzzle_HandlerStack_LoginconnectorService()
  5677. {
  5678. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5679. $this->services['eight_points_guzzle.handler_stack.loginconnector'] = $instance = \GuzzleHttp\HandlerStack::create();
  5680. $instance->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  5681. $instance->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  5682. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  5683. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5684. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  5685. return $instance;
  5686. }
  5687. /**
  5688. * Gets the public 'eight_points_guzzle.handler_stack.systime_users' shared service.
  5689. *
  5690. * @return \GuzzleHttp\HandlerStack
  5691. */
  5692. protected function getEightPointsGuzzle_HandlerStack_SystimeUsersService()
  5693. {
  5694. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5695. $this->services['eight_points_guzzle.handler_stack.systime_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  5696. $instance->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  5697. $instance->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  5698. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  5699. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5700. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  5701. return $instance;
  5702. }
  5703. /**
  5704. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gale_users' shared service.
  5705. *
  5706. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5707. */
  5708. protected function getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService()
  5709. {
  5710. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5711. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5712. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'])) {
  5713. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'];
  5714. }
  5715. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gale_users');
  5716. }
  5717. /**
  5718. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' shared service.
  5719. *
  5720. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5721. */
  5722. protected function getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService()
  5723. {
  5724. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5725. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5726. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'])) {
  5727. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'];
  5728. }
  5729. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gyldendalaccessservice');
  5730. }
  5731. /**
  5732. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.loginconnector' shared service.
  5733. *
  5734. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5735. */
  5736. protected function getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService()
  5737. {
  5738. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5739. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5740. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'])) {
  5741. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'];
  5742. }
  5743. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'loginconnector');
  5744. }
  5745. /**
  5746. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.systime_users' shared service.
  5747. *
  5748. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5749. */
  5750. protected function getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService()
  5751. {
  5752. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5753. return $this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'systime_users');
  5754. }
  5755. /**
  5756. * Gets the public 'eight_points_guzzle.middleware.log.gale_users' shared service.
  5757. *
  5758. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5759. */
  5760. protected function getEightPointsGuzzle_Middleware_Log_GaleUsersService()
  5761. {
  5762. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5763. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5764. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5765. return $this->services['eight_points_guzzle.middleware.log.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.gale_users_logger'] ?? ($this->privates['eight_points_guzzle.gale_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
  5766. }
  5767. /**
  5768. * Gets the public 'eight_points_guzzle.middleware.log.gyldendalaccessservice' shared service.
  5769. *
  5770. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5771. */
  5772. protected function getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService()
  5773. {
  5774. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5775. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5776. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5777. return $this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] ?? ($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
  5778. }
  5779. /**
  5780. * Gets the public 'eight_points_guzzle.middleware.log.loginconnector' shared service.
  5781. *
  5782. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5783. */
  5784. protected function getEightPointsGuzzle_Middleware_Log_LoginconnectorService()
  5785. {
  5786. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5787. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5788. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5789. return $this->services['eight_points_guzzle.middleware.log.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.loginconnector_logger'] ?? ($this->privates['eight_points_guzzle.loginconnector_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
  5790. }
  5791. /**
  5792. * Gets the public 'eight_points_guzzle.middleware.log.systime_users' shared service.
  5793. *
  5794. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5795. */
  5796. protected function getEightPointsGuzzle_Middleware_Log_SystimeUsersService()
  5797. {
  5798. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5799. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5800. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5801. return $this->services['eight_points_guzzle.middleware.log.systime_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware(($this->privates['eight_points_guzzle.systime_users_logger'] ?? ($this->privates['eight_points_guzzle.systime_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->services['eight_points_guzzle.formatter'] ?? ($this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter())));
  5802. }
  5803. /**
  5804. * Gets the public 'eight_points_guzzle.middleware.profile.gale_users' shared service.
  5805. *
  5806. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5807. */
  5808. protected function getEightPointsGuzzle_Middleware_Profile_GaleUsersService()
  5809. {
  5810. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5811. return $this->services['eight_points_guzzle.middleware.profile.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5812. }
  5813. /**
  5814. * Gets the public 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' shared service.
  5815. *
  5816. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5817. */
  5818. protected function getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService()
  5819. {
  5820. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5821. return $this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5822. }
  5823. /**
  5824. * Gets the public 'eight_points_guzzle.middleware.profile.loginconnector' shared service.
  5825. *
  5826. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5827. */
  5828. protected function getEightPointsGuzzle_Middleware_Profile_LoginconnectorService()
  5829. {
  5830. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5831. return $this->services['eight_points_guzzle.middleware.profile.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5832. }
  5833. /**
  5834. * Gets the public 'eight_points_guzzle.middleware.profile.systime_users' shared service.
  5835. *
  5836. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5837. */
  5838. protected function getEightPointsGuzzle_Middleware_Profile_SystimeUsersService()
  5839. {
  5840. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5841. return $this->services['eight_points_guzzle.middleware.profile.systime_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5842. }
  5843. /**
  5844. * Gets the public 'eight_points_guzzle.middleware.request_time.gale_users' shared service.
  5845. *
  5846. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  5847. */
  5848. protected function getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()
  5849. {
  5850. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  5851. return $this->services['eight_points_guzzle.middleware.request_time.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.gale_users_logger'] ?? ($this->privates['eight_points_guzzle.gale_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  5852. }
  5853. /**
  5854. * Gets the public 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' shared service.
  5855. *
  5856. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  5857. */
  5858. protected function getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()
  5859. {
  5860. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  5861. return $this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] ?? ($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  5862. }
  5863. /**
  5864. * Gets the public 'eight_points_guzzle.middleware.request_time.loginconnector' shared service.
  5865. *
  5866. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  5867. */
  5868. protected function getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()
  5869. {
  5870. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  5871. return $this->services['eight_points_guzzle.middleware.request_time.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.loginconnector_logger'] ?? ($this->privates['eight_points_guzzle.loginconnector_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  5872. }
  5873. /**
  5874. * Gets the public 'eight_points_guzzle.middleware.request_time.systime_users' shared service.
  5875. *
  5876. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  5877. */
  5878. protected function getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()
  5879. {
  5880. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  5881. return $this->services['eight_points_guzzle.middleware.request_time.systime_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware(($this->privates['eight_points_guzzle.systime_users_logger'] ?? ($this->privates['eight_points_guzzle.systime_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), ($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  5882. }
  5883. /**
  5884. * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  5885. *
  5886. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  5887. */
  5888. protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  5889. {
  5890. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  5891. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5892. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5893. $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  5894. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5895. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5896. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5897. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5898. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5899. return $this->services['eight_points_guzzle.middleware.symfony_log'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware($a, ($this->services['eight_points_guzzle.symfony_log_formatter'] ?? ($this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}'))));
  5900. }
  5901. /**
  5902. * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  5903. *
  5904. * @return \GuzzleHttp\MessageFormatter
  5905. */
  5906. protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  5907. {
  5908. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5909. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5910. return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  5911. }
  5912. /**
  5913. * Gets the public 'error_controller' shared service.
  5914. *
  5915. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  5916. */
  5917. protected function getErrorControllerService()
  5918. {
  5919. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  5920. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5921. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  5922. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  5923. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5924. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5925. return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
  5926. }
  5927. /**
  5928. * Gets the public 'event_dispatcher' shared service.
  5929. *
  5930. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  5931. */
  5932. protected function getEventDispatcherService()
  5933. {
  5934. $a = new \Symfony\Bridge\Monolog\Logger('event');
  5935. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5936. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5937. $a->pushHandler(new \Monolog\Handler\NullHandler());
  5938. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5939. $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5940. $instance->addListener('security.interactive_login', [0 => function () {
  5941. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  5942. }, 1 => 'onLogin'], 0);
  5943. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  5944. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  5945. }, 1 => 'onLogout'], 0);
  5946. $instance->addListener('kernel.exception', [0 => function () {
  5947. return ($this->privates['abacus_exception_handler.listener'] ?? $this->getAbacusExceptionHandler_ListenerService());
  5948. }, 1 => 'onKernelException'], 0);
  5949. $instance->addListener('kernel.request', [0 => function () {
  5950. return ($this->privates['abacus_request.listener'] ?? $this->getAbacusRequest_ListenerService());
  5951. }, 1 => 'onKernelRequest'], 0);
  5952. $instance->addListener('kernel.controller', [0 => function () {
  5953. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  5954. }, 1 => 'onKernelController'], 0);
  5955. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5956. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5957. }, 1 => 'checkPassport'], 1024);
  5958. $instance->addListener('kernel.response', [0 => function () {
  5959. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5960. }, 1 => 'onKernelResponse'], 0);
  5961. $instance->addListener('kernel.request', [0 => function () {
  5962. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5963. }, 1 => 'onKernelRequest'], 0);
  5964. $instance->addListener('console.command', [0 => function () {
  5965. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5966. }, 1 => 'handleConsoleCommandEvent'], 128);
  5967. $instance->addListener('console.terminate', [0 => function () {
  5968. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5969. }, 1 => 'handleConsoleTerminateEvent'], -64);
  5970. $instance->addListener('console.error', [0 => function () {
  5971. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5972. }, 1 => 'handleConsoleErrorEvent'], -64);
  5973. $instance->addListener('kernel.exception', [0 => function () {
  5974. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  5975. }, 1 => 'handleExceptionEvent'], 128);
  5976. $instance->addListener('kernel.request', [0 => function () {
  5977. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5978. }, 1 => 'handleKernelRequestEvent'], 5);
  5979. $instance->addListener('kernel.controller', [0 => function () {
  5980. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5981. }, 1 => 'handleKernelControllerEvent'], 10);
  5982. $instance->addListener('kernel.request', [0 => function () {
  5983. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5984. }, 1 => 'handleKernelRequestEvent'], 3);
  5985. $instance->addListener('kernel.finish_request', [0 => function () {
  5986. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5987. }, 1 => 'handleKernelFinishRequestEvent'], 5);
  5988. $instance->addListener('kernel.request', [0 => function () {
  5989. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5990. }, 1 => 'handleKernelRequestEvent'], 4);
  5991. $instance->addListener('kernel.response', [0 => function () {
  5992. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5993. }, 1 => 'handleKernelResponseEvent'], 15);
  5994. $instance->addListener('kernel.terminate', [0 => function () {
  5995. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5996. }, 1 => 'handleKernelTerminateEvent'], 5);
  5997. $instance->addListener('kernel.request', [0 => function () {
  5998. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5999. }, 1 => 'handleKernelRequestEvent'], 2);
  6000. $instance->addListener('kernel.finish_request', [0 => function () {
  6001. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  6002. }, 1 => 'handleKernelFinishRequestEvent'], 10);
  6003. $instance->addListener('kernel.response', [0 => function () {
  6004. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  6005. }, 1 => 'handleKernelResponseEvent'], 15);
  6006. $instance->addListener('console.command', [0 => function () {
  6007. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  6008. }, 1 => 'handleConsoleCommandEvent'], 118);
  6009. $instance->addListener('console.terminate', [0 => function () {
  6010. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  6011. }, 1 => 'handleConsoleTerminateEvent'], -54);
  6012. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6013. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  6014. }, 1 => 'handleWorkerMessageFailedEvent'], 50);
  6015. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  6016. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  6017. }, 1 => 'handleWorkerMessageHandledEvent'], 50);
  6018. $instance->addListener('kernel.request', [0 => function () {
  6019. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  6020. }, 1 => 'handleKernelRequestEvent'], 0);
  6021. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6022. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  6023. }, 1 => 'handleLoginSuccessEvent'], 0);
  6024. $instance->addListener('kernel.request', [0 => function () {
  6025. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  6026. }, 1 => 'onKernelRequest'], 250);
  6027. $instance->addListener('kernel.response', [0 => function () {
  6028. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  6029. }, 1 => 'onKernelResponse'], 0);
  6030. $instance->addListener('kernel.response', [0 => function () {
  6031. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  6032. }, 1 => 'onResponse'], -10);
  6033. $instance->addListener('kernel.exception', [0 => function () {
  6034. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  6035. }, 1 => 'onKernelException'], -64);
  6036. $instance->addListener('kernel.view', [0 => function () {
  6037. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  6038. }, 1 => 'onKernelView'], 0);
  6039. $instance->addListener('kernel.response', [0 => function () {
  6040. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  6041. }, 1 => 'onKernelResponse'], 0);
  6042. $instance->addListener('kernel.response', [0 => function () {
  6043. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  6044. }, 1 => 'onKernelResponse'], -1024);
  6045. $instance->addListener('kernel.request', [0 => function () {
  6046. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6047. }, 1 => 'setDefaultLocale'], 100);
  6048. $instance->addListener('kernel.request', [0 => function () {
  6049. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6050. }, 1 => 'onKernelRequest'], 16);
  6051. $instance->addListener('kernel.finish_request', [0 => function () {
  6052. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6053. }, 1 => 'onKernelFinishRequest'], 0);
  6054. $instance->addListener('kernel.request', [0 => function () {
  6055. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  6056. }, 1 => 'onKernelRequest'], 256);
  6057. $instance->addListener('kernel.response', [0 => function () {
  6058. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  6059. }, 1 => 'onResponse'], -255);
  6060. $instance->addListener('kernel.controller_arguments', [0 => function () {
  6061. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6062. }, 1 => 'onControllerArguments'], 0);
  6063. $instance->addListener('kernel.exception', [0 => function () {
  6064. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6065. }, 1 => 'logKernelException'], 0);
  6066. $instance->addListener('kernel.exception', [0 => function () {
  6067. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6068. }, 1 => 'onKernelException'], -128);
  6069. $instance->addListener('kernel.response', [0 => function () {
  6070. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6071. }, 1 => 'removeCspHeader'], -128);
  6072. $instance->addListener('kernel.request', [0 => function () {
  6073. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6074. }, 1 => 'onKernelRequest'], 15);
  6075. $instance->addListener('kernel.finish_request', [0 => function () {
  6076. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6077. }, 1 => 'onKernelFinishRequest'], -15);
  6078. $instance->addListener('console.error', [0 => function () {
  6079. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6080. }, 1 => 'onConsoleError'], -128);
  6081. $instance->addListener('console.terminate', [0 => function () {
  6082. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6083. }, 1 => 'onConsoleTerminate'], -128);
  6084. $instance->addListener('console.error', [0 => function () {
  6085. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  6086. }, 1 => 'onConsoleError'], 0);
  6087. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6088. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  6089. }, 1 => 'onMessage'], -255);
  6090. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6091. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  6092. }, 1 => 'onMessage'], -255);
  6093. $instance->addListener('kernel.request', [0 => function () {
  6094. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  6095. }, 1 => 'onKernelRequest'], 48);
  6096. $instance->addListener('kernel.request', [0 => function () {
  6097. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6098. }, 1 => 'configure'], 2048);
  6099. $instance->addListener('console.command', [0 => function () {
  6100. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6101. }, 1 => 'configure'], 2048);
  6102. $instance->addListener('kernel.request', [0 => function () {
  6103. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6104. }, 1 => 'onKernelRequest'], 32);
  6105. $instance->addListener('kernel.finish_request', [0 => function () {
  6106. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6107. }, 1 => 'onKernelFinishRequest'], 0);
  6108. $instance->addListener('kernel.exception', [0 => function () {
  6109. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6110. }, 1 => 'onKernelException'], -64);
  6111. $instance->addListener('kernel.request', [0 => function () {
  6112. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6113. }, 1 => 'onKernelRequest'], 128);
  6114. $instance->addListener('kernel.response', [0 => function () {
  6115. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6116. }, 1 => 'onKernelResponse'], -1000);
  6117. $instance->addListener('kernel.finish_request', [0 => function () {
  6118. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6119. }, 1 => 'onFinishRequest'], 0);
  6120. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6121. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  6122. }, 1 => 'onMessageFailed'], 100);
  6123. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6124. return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  6125. }, 1 => 'onMessageFailed'], 200);
  6126. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6127. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  6128. }, 1 => 'onWorkerRunning'], 100);
  6129. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  6130. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6131. }, 1 => 'onWorkerStarted'], 0);
  6132. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6133. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6134. }, 1 => 'onWorkerRunning'], 0);
  6135. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  6136. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  6137. }, 1 => 'onWorkerStarted'], 100);
  6138. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6139. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  6140. }, 1 => 'onMessageFailed'], 0);
  6141. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6142. return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  6143. }, 1 => 'onWorkerRunning'], 0);
  6144. $instance->addListener('kernel.response', [0 => function () {
  6145. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6146. }, 1 => 'onKernelResponse'], -100);
  6147. $instance->addListener('kernel.exception', [0 => function () {
  6148. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6149. }, 1 => 'onKernelException'], 0);
  6150. $instance->addListener('kernel.terminate', [0 => function () {
  6151. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6152. }, 1 => 'onKernelTerminate'], -1024);
  6153. $instance->addListener('kernel.controller', [0 => function () {
  6154. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  6155. }, 1 => 'onKernelController'], 0);
  6156. $instance->addListener('kernel.response', [0 => function () {
  6157. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  6158. }, 1 => 'onKernelResponse'], 0);
  6159. $instance->addListener('kernel.response', [0 => function () {
  6160. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  6161. }, 1 => 'onKernelResponse'], 0);
  6162. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6163. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  6164. }, 1 => 'checkPassport'], 0);
  6165. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6166. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  6167. }, 1 => 'onLoginSuccess'], 0);
  6168. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  6169. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  6170. }, 1 => 'onVoterVote'], 0);
  6171. $instance->addListener('kernel.request', [0 => function () {
  6172. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6173. }, 1 => 'configureLogoutUrlGenerator'], 8);
  6174. $instance->addListener('kernel.request', [0 => function () {
  6175. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6176. }, 1 => 'onKernelRequest'], 8);
  6177. $instance->addListener('kernel.finish_request', [0 => function () {
  6178. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6179. }, 1 => 'onKernelFinishRequest'], 0);
  6180. $instance->addListener('kernel.exception', [0 => function () {
  6181. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
  6182. }, 1 => 'onKernelException'], 2);
  6183. $instance->addListener('kernel.request', [0 => function () {
  6184. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  6185. }, 1 => 'onKernelRequest'], 0);
  6186. $instance->addListener('security.authentication.success', [0 => function () {
  6187. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6188. }, 1 => 'onLogin'], 9223372036854775807);
  6189. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  6190. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6191. }, 1 => 'onAccessDenied'], 0);
  6192. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  6193. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6194. }, 1 => 'onTwoFactorForm'], 0);
  6195. $instance->addListener('kernel.response', [0 => function () {
  6196. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6197. }, 1 => 'onKernelResponse'], 1);
  6198. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6199. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  6200. }, 1 => 'onMessage'], 0);
  6201. $instance->addListener('console.command', [0 => function () {
  6202. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6203. }, 1 => 'onCommand'], 255);
  6204. $instance->addListener('console.terminate', [0 => function () {
  6205. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6206. }, 1 => 'onTerminate'], -255);
  6207. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  6208. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6209. }, 1 => 'onWorkerMessageHandled'], 0);
  6210. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6211. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6212. }, 1 => 'onWorkerMessageFailed'], 0);
  6213. $instance->addListener('fos_user.security.implicit_login', [0 => function () {
  6214. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  6215. }, 1 => 'onImplicitLogin'], 0);
  6216. $instance->addListener('security.interactive_login', [0 => function () {
  6217. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  6218. }, 1 => 'onSecurityInteractiveLogin'], 0);
  6219. $instance->addListener('fos_user.registration.completed', [0 => function () {
  6220. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6221. }, 1 => 'authenticate'], 0);
  6222. $instance->addListener('fos_user.registration.confirmed', [0 => function () {
  6223. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6224. }, 1 => 'authenticate'], 0);
  6225. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  6226. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6227. }, 1 => 'authenticate'], 0);
  6228. $instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
  6229. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6230. }, 1 => 'addSuccessFlash'], 0);
  6231. $instance->addListener('fos_user.profile.edit.completed', [0 => function () {
  6232. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6233. }, 1 => 'addSuccessFlash'], 0);
  6234. $instance->addListener('fos_user.registration.completed', [0 => function () {
  6235. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6236. }, 1 => 'addSuccessFlash'], 0);
  6237. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  6238. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6239. }, 1 => 'addSuccessFlash'], 0);
  6240. $instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
  6241. return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  6242. }, 1 => 'onResettingResetInitialize'], 0);
  6243. $instance->addListener('fos_user.resetting.reset.success', [0 => function () {
  6244. return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  6245. }, 1 => 'onResettingResetSuccess'], 0);
  6246. $instance->addListener('knp_pager.before', [0 => function () {
  6247. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6248. }, 1 => 'before'], 0);
  6249. $instance->addListener('knp_pager.pagination', [0 => function () {
  6250. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6251. }, 1 => 'pagination'], 0);
  6252. $instance->addListener('knp_pager.before', [0 => function () {
  6253. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  6254. }, 1 => 'before'], 1);
  6255. $instance->addListener('knp_pager.before', [0 => function () {
  6256. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  6257. }, 1 => 'before'], 1);
  6258. $instance->addListener('knp_pager.pagination', [0 => function () {
  6259. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6260. }, 1 => 'pagination'], 1);
  6261. $instance->addListener('kernel.response', [0 => function () {
  6262. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  6263. }, 1 => 'onKernelResponse'], -128);
  6264. $instance->addListener('console.command', [0 => function () {
  6265. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  6266. }, 1 => 'configure'], 1024);
  6267. $instance->addListener('kernel.request', [0 => function () {
  6268. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6269. }, 1 => 'onKernelRequestPrettyUrls'], 1);
  6270. $instance->addListener('kernel.request', [0 => function () {
  6271. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6272. }, 1 => 'onKernelRequest'], 0);
  6273. $instance->addListener('kernel.controller', [0 => function () {
  6274. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6275. }, 1 => 'onKernelController'], 128);
  6276. $instance->addListener('console.error', [0 => function () {
  6277. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6278. }, 1 => 'onConsoleError'], 0);
  6279. $instance->addListener('console.terminate', [0 => function () {
  6280. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6281. }, 1 => 'onConsoleTerminate'], 0);
  6282. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6283. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  6284. }, 1 => 'checkPassport'], 0);
  6285. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6286. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  6287. }, 1 => 'onSuccessfulLogin'], -63);
  6288. $instance->addListener('security.authentication.success', [0 => function () {
  6289. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  6290. }, 1 => 'onLogin'], 9223372036854775806);
  6291. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6292. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  6293. }, 1 => 'checkPassport'], 512);
  6294. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6295. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6296. }, 1 => 'onLogout'], 0);
  6297. return $instance;
  6298. }
  6299. /**
  6300. * Gets the public 'fos_user.change_password.controller' shared service.
  6301. *
  6302. * @return \FOS\UserBundle\Controller\ChangePasswordController
  6303. */
  6304. protected function getFosUser_ChangePassword_ControllerService()
  6305. {
  6306. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6307. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  6308. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6309. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6310. $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form', 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', $this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6311. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.change_password.controller', $this));
  6312. return $instance;
  6313. }
  6314. /**
  6315. * Gets the public 'fos_user.profile.controller' shared service.
  6316. *
  6317. * @return \FOS\UserBundle\Controller\ProfileController
  6318. */
  6319. protected function getFosUser_Profile_ControllerService()
  6320. {
  6321. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6322. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  6323. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6324. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6325. $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form', 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', $this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6326. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.profile.controller', $this));
  6327. return $instance;
  6328. }
  6329. /**
  6330. * Gets the public 'fos_user.registration.controller' shared service.
  6331. *
  6332. * @return \FOS\UserBundle\Controller\RegistrationController
  6333. */
  6334. protected function getFosUser_Registration_ControllerService()
  6335. {
  6336. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6337. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  6338. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6339. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6340. $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form', 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', $this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6341. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.registration.controller', $this));
  6342. return $instance;
  6343. }
  6344. /**
  6345. * Gets the public 'fos_user.resetting.controller' shared service.
  6346. *
  6347. * @return \FOS\UserBundle\Controller\ResettingController
  6348. */
  6349. protected function getFosUser_Resetting_ControllerService()
  6350. {
  6351. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6352. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  6353. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6354. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6355. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  6356. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  6357. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  6358. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/NoopMailer.php';
  6359. $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form', 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', $this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \FOS\UserBundle\Util\TokenGenerator(), new \FOS\UserBundle\Mailer\NoopMailer(), 7200);
  6360. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.resetting.controller', $this));
  6361. return $instance;
  6362. }
  6363. /**
  6364. * Gets the public 'fos_user.security.controller' shared autowired service.
  6365. *
  6366. * @return \UserBundle\Controller\SecurityController
  6367. */
  6368. protected function getFosUser_Security_ControllerService()
  6369. {
  6370. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6371. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  6372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6373. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
  6374. $this->services['fos_user.security.controller'] = $instance = new \UserBundle\Controller\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService()), ($this->privates['CoreBundle\\Service\\AuthService'] ?? $this->getAuthServiceService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6375. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller', $this));
  6376. return $instance;
  6377. }
  6378. /**
  6379. * Gets the public 'fos_user.user_manager' shared service.
  6380. *
  6381. * @return \FOS\UserBundle\Doctrine\UserManager
  6382. */
  6383. protected function getFosUser_UserManagerService()
  6384. {
  6385. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  6386. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  6387. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  6388. return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'UserBundle\\Entity\\User');
  6389. }
  6390. /**
  6391. * Gets the public 'http_kernel' shared service.
  6392. *
  6393. * @return \Symfony\Component\HttpKernel\HttpKernel
  6394. */
  6395. protected function getHttpKernelService()
  6396. {
  6397. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6398. if (isset($this->services['http_kernel'])) {
  6399. return $this->services['http_kernel'];
  6400. }
  6401. return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  6402. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  6403. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  6404. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  6405. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  6406. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  6407. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  6408. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  6409. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  6410. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  6411. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  6412. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  6413. }
  6414. /**
  6415. * Gets the public 'knp_paginator' shared service.
  6416. *
  6417. * @return \Knp\Component\Pager\Paginator
  6418. */
  6419. protected function getKnpPaginatorService($lazyLoad = true)
  6420. {
  6421. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  6422. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  6423. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6424. if (isset($this->services['knp_paginator'])) {
  6425. return $this->services['knp_paginator'];
  6426. }
  6427. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6428. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  6429. return $instance;
  6430. }
  6431. /**
  6432. * Gets the public 'messenger.default_bus' shared service.
  6433. *
  6434. * @return \Symfony\Component\Messenger\TraceableMessageBus
  6435. */
  6436. protected function getMessenger_DefaultBusService()
  6437. {
  6438. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6439. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  6440. yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  6441. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6442. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6443. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6444. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  6445. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  6446. }, 7)));
  6447. }
  6448. /**
  6449. * Gets the public 'monolog.logger.deprecation' shared service.
  6450. *
  6451. * @return \Symfony\Bridge\Monolog\Logger
  6452. */
  6453. protected function getMonolog_Logger_DeprecationService()
  6454. {
  6455. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  6456. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6457. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6458. $instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
  6459. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6460. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6461. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6462. return $instance;
  6463. }
  6464. /**
  6465. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  6466. *
  6467. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  6468. */
  6469. protected function getNelmioApiDoc_Command_DumpService()
  6470. {
  6471. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6472. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  6473. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6474. $instance->setName('nelmio:apidoc:dump');
  6475. return $instance;
  6476. }
  6477. /**
  6478. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  6479. *
  6480. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6481. */
  6482. protected function getNelmioApiDoc_Controller_RedoclyService()
  6483. {
  6484. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6485. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  6486. }
  6487. /**
  6488. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  6489. *
  6490. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6491. */
  6492. protected function getNelmioApiDoc_Controller_StoplightService()
  6493. {
  6494. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6495. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  6496. }
  6497. /**
  6498. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  6499. *
  6500. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  6501. */
  6502. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  6503. {
  6504. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  6505. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6506. }
  6507. /**
  6508. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  6509. *
  6510. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6511. */
  6512. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  6513. {
  6514. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6515. return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  6516. }
  6517. /**
  6518. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  6519. *
  6520. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  6521. */
  6522. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  6523. {
  6524. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  6525. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6526. }
  6527. /**
  6528. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  6529. *
  6530. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6531. */
  6532. protected function getNelmioApiDoc_Generator_DefaultService()
  6533. {
  6534. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  6535. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  6536. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  6537. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  6538. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  6539. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  6540. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6541. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  6542. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  6543. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  6544. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  6545. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6546. }, 5), new RewindableGenerator(function () {
  6547. yield 0 => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  6548. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6549. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6550. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6551. }, 4), NULL, 'openapi_doc.default', $a);
  6552. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  6553. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6554. $b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6555. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6556. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6557. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6558. $instance->setAlternativeNames([]);
  6559. $instance->setMediaTypes([0 => 'json']);
  6560. $instance->setLogger($b);
  6561. $instance->setOpenApiVersion(NULL);
  6562. return $instance;
  6563. }
  6564. /**
  6565. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  6566. *
  6567. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  6568. */
  6569. protected function getNelmioApiDoc_RenderDocsService()
  6570. {
  6571. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  6572. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  6573. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  6574. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  6575. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  6576. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6577. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  6578. ], [
  6579. 'default' => '?',
  6580. ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['assets_mode' => 'cdn', 'swagger_ui_config' => [], 'redocly_config' => [], 'stoplight_config' => []]));
  6581. }
  6582. /**
  6583. * Gets the public 'request_stack' shared service.
  6584. *
  6585. * @return \Symfony\Component\HttpFoundation\RequestStack
  6586. */
  6587. protected function getRequestStackService()
  6588. {
  6589. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  6590. }
  6591. /**
  6592. * Gets the public 'router' shared service.
  6593. *
  6594. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  6595. */
  6596. protected function getRouterService()
  6597. {
  6598. $a = new \Symfony\Bridge\Monolog\Logger('router');
  6599. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6600. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6601. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6602. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6603. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6604. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6605. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  6606. ], [
  6607. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6608. ]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'da');
  6609. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6610. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6611. return $instance;
  6612. }
  6613. /**
  6614. * Gets the public 'routing.loader' shared service.
  6615. *
  6616. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  6617. */
  6618. protected function getRouting_LoaderService()
  6619. {
  6620. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  6621. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  6622. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  6623. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  6624. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  6625. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  6626. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  6627. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  6628. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  6629. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  6630. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  6631. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  6632. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  6633. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6634. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  6635. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  6636. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  6637. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  6638. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  6639. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  6640. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php';
  6641. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  6642. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  6643. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  6644. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  6645. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  6646. if (isset($this->services['routing.loader'])) {
  6647. return $this->services['routing.loader'];
  6648. }
  6649. $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  6650. $c = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  6651. $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  6652. $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
  6653. $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
  6654. $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
  6655. $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
  6656. $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
  6657. $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6658. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  6659. ], [
  6660. 'kernel' => 'Kernel',
  6661. ]), 'dev'));
  6662. $b->addLoader(new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader($a));
  6663. $b->addLoader($d);
  6664. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
  6665. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
  6666. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  6667. }
  6668. /**
  6669. * Gets the public 'scheb_two_factor.firewall_context' shared service.
  6670. *
  6671. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  6672. */
  6673. protected function getSchebTwoFactor_FirewallContextService()
  6674. {
  6675. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  6676. return $this->services['scheb_two_factor.firewall_context'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext(['main' => ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService())]);
  6677. }
  6678. /**
  6679. * Gets the public 'scheb_two_factor.form_controller' shared service.
  6680. *
  6681. * @return \Scheb\TwoFactorBundle\Controller\FormController
  6682. */
  6683. protected function getSchebTwoFactor_FormControllerService()
  6684. {
  6685. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  6686. return $this->services['scheb_two_factor.form_controller'] = new \Scheb\TwoFactorBundle\Controller\FormController(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->services['scheb_two_factor.firewall_context'] ?? $this->getSchebTwoFactor_FirewallContextService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), NULL, false);
  6687. }
  6688. /**
  6689. * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  6690. *
  6691. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  6692. */
  6693. protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  6694. {
  6695. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  6696. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  6697. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  6698. return $this->services['scheb_two_factor.security.totp_authenticator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator(($this->services['scheb_two_factor.security.totp_factory'] ?? ($this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []))), 1, NULL);
  6699. }
  6700. /**
  6701. * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  6702. *
  6703. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  6704. */
  6705. protected function getSchebTwoFactor_Security_TotpFactoryService()
  6706. {
  6707. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  6708. return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []);
  6709. }
  6710. /**
  6711. * Gets the public 'services_resetter' shared service.
  6712. *
  6713. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  6714. */
  6715. protected function getServicesResetterService()
  6716. {
  6717. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  6718. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  6719. if (isset($this->services['cache.app'])) {
  6720. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  6721. }
  6722. if (isset($this->services['cache.system'])) {
  6723. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  6724. }
  6725. if (isset($this->privates['cache.validator.traceable'])) {
  6726. yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  6727. }
  6728. if (isset($this->privates['cache.serializer.traceable'])) {
  6729. yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  6730. }
  6731. if (isset($this->privates['cache.annotations.traceable'])) {
  6732. yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  6733. }
  6734. if (isset($this->privates['cache.property_info.traceable'])) {
  6735. yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  6736. }
  6737. if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  6738. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  6739. }
  6740. if (isset($this->privates['.debug.http_client'])) {
  6741. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  6742. }
  6743. if (isset($this->privates['mailer.message_logger_listener'])) {
  6744. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  6745. }
  6746. if (isset($this->privates['debug.stopwatch'])) {
  6747. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  6748. }
  6749. if (isset($this->services['event_dispatcher'])) {
  6750. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  6751. }
  6752. if (isset($this->privates['session_listener'])) {
  6753. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  6754. }
  6755. if (isset($this->privates['form.choice_list_factory.cached'])) {
  6756. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  6757. }
  6758. if (isset($this->services['cache.validator_expression_language'])) {
  6759. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  6760. }
  6761. if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  6762. yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  6763. }
  6764. if (isset($this->services['.container.private.profiler'])) {
  6765. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  6766. }
  6767. if (isset($this->services['.container.private.validator'])) {
  6768. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  6769. }
  6770. if (isset($this->services['.container.private.security.token_storage'])) {
  6771. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  6772. }
  6773. if (isset($this->privates['cache.security_expression_language.traceable'])) {
  6774. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  6775. }
  6776. if (isset($this->privates['debug.security.firewall'])) {
  6777. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  6778. }
  6779. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  6780. yield 'debug.security.firewall.authenticator.api_doc' => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? null);
  6781. }
  6782. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  6783. yield 'debug.security.firewall.authenticator.api_gale' => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? null);
  6784. }
  6785. if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  6786. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  6787. }
  6788. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  6789. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  6790. }
  6791. if (isset($this->privates['twig.form.engine'])) {
  6792. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  6793. }
  6794. if (isset($this->privates['monolog.handler.main'])) {
  6795. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  6796. }
  6797. if (isset($this->privates['monolog.handler.console'])) {
  6798. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  6799. }
  6800. if (isset($this->privates['monolog.handler.deprecation'])) {
  6801. yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
  6802. }
  6803. if (isset($this->services['doctrine'])) {
  6804. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  6805. }
  6806. if (isset($this->privates['doctrine.debug_data_holder'])) {
  6807. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  6808. }
  6809. if (isset($this->privates['form.type.entity'])) {
  6810. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  6811. }
  6812. if (isset($this->services['cache.easyadmin'])) {
  6813. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? null);
  6814. }
  6815. if (isset($this->privates['.debug.http_client'])) {
  6816. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  6817. }
  6818. }, function () {
  6819. return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) + (int) (isset($this->privates['cache.security_token_verifier.traceable'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.deprecation'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['cache.easyadmin'])) + (int) (isset($this->privates['.debug.http_client']));
  6820. }), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_doc' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_gale' => [0 => 'reset'], 'cache.security_token_verifier' => [0 => 'reset'], 'debug.security.firewall.authenticator.main' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'monolog.handler.deprecation' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'cache.easyadmin' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  6821. }
  6822. /**
  6823. * Gets the public 'translator' shared service.
  6824. *
  6825. * @return \Symfony\Component\Translation\DataCollectorTranslator
  6826. */
  6827. protected function getTranslatorService()
  6828. {
  6829. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  6830. }
  6831. /**
  6832. * Gets the public 'var_dumper.cloner' shared service.
  6833. *
  6834. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  6835. */
  6836. protected function getVarDumper_ClonerService()
  6837. {
  6838. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  6839. $instance->setMaxItems(2500);
  6840. $instance->setMinDepth(1);
  6841. $instance->setMaxString(-1);
  6842. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  6843. return $instance;
  6844. }
  6845. /**
  6846. * Gets the public 'vich_uploader.download_handler' shared service.
  6847. *
  6848. * @return \Vich\UploaderBundle\Handler\DownloadHandler
  6849. */
  6850. protected function getVichUploader_DownloadHandlerService()
  6851. {
  6852. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  6853. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  6854. return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  6855. }
  6856. /**
  6857. * Gets the public 'vich_uploader.form.type.file' shared service.
  6858. *
  6859. * @return \Vich\UploaderBundle\Form\Type\VichFileType
  6860. */
  6861. protected function getVichUploader_Form_Type_FileService()
  6862. {
  6863. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6864. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6865. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  6866. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  6867. if (isset($this->services['vich_uploader.form.type.file'])) {
  6868. return $this->services['vich_uploader.form.type.file'];
  6869. }
  6870. return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6871. }
  6872. /**
  6873. * Gets the public 'vich_uploader.form.type.image' shared service.
  6874. *
  6875. * @return \Vich\UploaderBundle\Form\Type\VichImageType
  6876. */
  6877. protected function getVichUploader_Form_Type_ImageService()
  6878. {
  6879. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  6880. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  6881. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  6882. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  6883. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  6884. if (isset($this->services['vich_uploader.form.type.image'])) {
  6885. return $this->services['vich_uploader.form.type.image'];
  6886. }
  6887. return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
  6888. }
  6889. /**
  6890. * Gets the public 'vich_uploader.upload_handler' shared service.
  6891. *
  6892. * @return \Vich\UploaderBundle\Handler\UploadHandler
  6893. */
  6894. protected function getVichUploader_UploadHandlerService()
  6895. {
  6896. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  6897. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  6898. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  6899. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  6900. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6901. if (isset($this->services['vich_uploader.upload_handler'])) {
  6902. return $this->services['vich_uploader.upload_handler'];
  6903. }
  6904. $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  6905. return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
  6906. }
  6907. /**
  6908. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  6909. *
  6910. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  6911. */
  6912. protected function getWebProfiler_Controller_ExceptionPanelService()
  6913. {
  6914. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  6915. return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  6916. }
  6917. /**
  6918. * Gets the public 'web_profiler.controller.profiler' shared service.
  6919. *
  6920. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  6921. */
  6922. protected function getWebProfiler_Controller_ProfilerService()
  6923. {
  6924. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  6925. return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
  6926. }
  6927. /**
  6928. * Gets the public 'web_profiler.controller.router' shared service.
  6929. *
  6930. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  6931. */
  6932. protected function getWebProfiler_Controller_RouterService()
  6933. {
  6934. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  6935. return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  6936. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6937. }, 1));
  6938. }
  6939. /**
  6940. * Gets the private '.3_doctrine_metadata_driver~i0oKBM3' shared service.
  6941. *
  6942. * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  6943. */
  6944. protected function get_3DoctrineMetadataDriveri0oKBM3Service()
  6945. {
  6946. return $this->privates['.3_doctrine_metadata_driver~i0oKBM3'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true);
  6947. }
  6948. /**
  6949. * Gets the private '.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy' shared service.
  6950. *
  6951. * @return \Symfony\Component\Console\Command\LazyCommand
  6952. */
  6953. protected function getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService()
  6954. {
  6955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6956. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6957. return $this->privates['.CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:copy-anonymized-prod-data-to-test-server', [], 'Copy anonymized data from the production server to the test server', false, function (): \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand {
  6958. return ($this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] ?? $this->getAbacusCopyAnonymizedProdDataToTestServerCommandService());
  6959. });
  6960. }
  6961. /**
  6962. * Gets the private '.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand.lazy' shared service.
  6963. *
  6964. * @return \Symfony\Component\Console\Command\LazyCommand
  6965. */
  6966. protected function getAbacusDispatchEventsToClickstreamCommand_LazyService()
  6967. {
  6968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6969. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6970. return $this->privates['.CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-events-to-clickstream-log', [], 'Dispatch events to Clickstream Log', false, function (): \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand {
  6971. return ($this->services['CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand'] ?? $this->getAbacusDispatchEventsToClickstreamCommandService());
  6972. });
  6973. }
  6974. /**
  6975. * Gets the private '.CoreBundle\Command\AbacusFetchSiteCommand.lazy' shared service.
  6976. *
  6977. * @return \Symfony\Component\Console\Command\LazyCommand
  6978. */
  6979. protected function getAbacusFetchSiteCommand_LazyService()
  6980. {
  6981. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6982. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6983. return $this->privates['.CoreBundle\\Command\\AbacusFetchSiteCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:fetch-site', [], 'Fetch site database and/or media folder from test server', false, function (): \CoreBundle\Command\AbacusFetchSiteCommand {
  6984. return ($this->services['CoreBundle\\Command\\AbacusFetchSiteCommand'] ?? $this->getAbacusFetchSiteCommandService());
  6985. });
  6986. }
  6987. /**
  6988. * Gets the private '.CoreBundle\Command\AbacusLoadTestDataCommand.lazy' shared service.
  6989. *
  6990. * @return \Symfony\Component\Console\Command\LazyCommand
  6991. */
  6992. protected function getAbacusLoadTestDataCommand_LazyService()
  6993. {
  6994. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6995. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6996. return $this->privates['.CoreBundle\\Command\\AbacusLoadTestDataCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:load-test-data', [], 'Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.', false, function (): \CoreBundle\Command\AbacusLoadTestDataCommand {
  6997. return ($this->services['CoreBundle\\Command\\AbacusLoadTestDataCommand'] ?? $this->getAbacusLoadTestDataCommandService());
  6998. });
  6999. }
  7000. /**
  7001. * Gets the private '.CoreBundle\Command\AbacusLocateInlineImagesCommand.lazy' shared service.
  7002. *
  7003. * @return \Symfony\Component\Console\Command\LazyCommand
  7004. */
  7005. protected function getAbacusLocateInlineImagesCommand_LazyService()
  7006. {
  7007. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7008. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7009. return $this->privates['.CoreBundle\\Command\\AbacusLocateInlineImagesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-inline-images', [], 'Lists inline images across specific tables', false, function (): \CoreBundle\Command\AbacusLocateInlineImagesCommand {
  7010. return ($this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] ?? $this->getAbacusLocateInlineImagesCommandService());
  7011. });
  7012. }
  7013. /**
  7014. * Gets the private '.CoreBundle\Command\AbacusLocateMissingFilesCommand.lazy' shared service.
  7015. *
  7016. * @return \Symfony\Component\Console\Command\LazyCommand
  7017. */
  7018. protected function getAbacusLocateMissingFilesCommand_LazyService()
  7019. {
  7020. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7021. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7022. return $this->privates['.CoreBundle\\Command\\AbacusLocateMissingFilesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-missing-files', [], 'Lists missing media files on various entity types', false, function (): \CoreBundle\Command\AbacusLocateMissingFilesCommand {
  7023. return ($this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] ?? $this->getAbacusLocateMissingFilesCommandService());
  7024. });
  7025. }
  7026. /**
  7027. * Gets the private '.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy' shared service.
  7028. *
  7029. * @return \Symfony\Component\Console\Command\LazyCommand
  7030. */
  7031. protected function getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService()
  7032. {
  7033. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7034. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7035. return $this->privates['.CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:migrate-textbook-element-images-to-references', [], 'Migrate textbook element images to references in Abacus', false, function (): \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand {
  7036. return ($this->services['CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateTextbookElementImagesToReferencesCommandService());
  7037. });
  7038. }
  7039. /**
  7040. * Gets the private '.CoreBundle\Command\AbacusRearrangeMathProblemsCommand.lazy' shared service.
  7041. *
  7042. * @return \Symfony\Component\Console\Command\LazyCommand
  7043. */
  7044. protected function getAbacusRearrangeMathProblemsCommand_LazyService()
  7045. {
  7046. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7047. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7048. return $this->privates['.CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:rearrange', [], 'Rearrange the topics and templates to get a type specific structure. This command can only be used on your local environment and will not work on the production environment.', false, function (): \CoreBundle\Command\AbacusRearrangeMathProblemsCommand {
  7049. return ($this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] ?? $this->getAbacusRearrangeMathProblemsCommandService());
  7050. });
  7051. }
  7052. /**
  7053. * Gets the private '.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand.lazy' shared service.
  7054. *
  7055. * @return \Symfony\Component\Console\Command\LazyCommand
  7056. */
  7057. protected function getAbacusValidateExistingMathproblemsCommand_LazyService()
  7058. {
  7059. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7060. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7061. return $this->privates['.CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:validate-existing-mathproblems', [], 'Validates any valid mathproblem that is not yet marked as valid', false, function (): \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand {
  7062. return ($this->services['CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand'] ?? $this->getAbacusValidateExistingMathproblemsCommandService());
  7063. });
  7064. }
  7065. /**
  7066. * Gets the private '.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand.lazy' shared service.
  7067. *
  7068. * @return \Symfony\Component\Console\Command\LazyCommand
  7069. */
  7070. protected function getDispatchMigrateFilesToReferencesCommand_LazyService()
  7071. {
  7072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7073. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7074. return $this->privates['.CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-migrate-files', [], 'Migrate files to references in Abacus using Message bus', false, function (): \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand {
  7075. return ($this->services['CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand'] ?? $this->getDispatchMigrateFilesToReferencesCommandService());
  7076. });
  7077. }
  7078. /**
  7079. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  7080. *
  7081. * @return \Symfony\Component\Console\Command\LazyCommand
  7082. */
  7083. protected function getMakeAdminDashboardCommand_LazyService()
  7084. {
  7085. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7086. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7087. return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:dashboard', [], 'Creates a new EasyAdmin Dashboard class', false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand {
  7088. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  7089. });
  7090. }
  7091. /**
  7092. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  7093. *
  7094. * @return \Symfony\Component\Console\Command\LazyCommand
  7095. */
  7096. protected function getMakeCrudControllerCommand_LazyService()
  7097. {
  7098. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7099. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7100. return $this->privates['.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:admin:crud', [], 'Creates a new EasyAdmin CRUD controller class', false, function (): \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand {
  7101. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  7102. });
  7103. }
  7104. /**
  7105. * Gets the private '.console.command.about.lazy' shared service.
  7106. *
  7107. * @return \Symfony\Component\Console\Command\LazyCommand
  7108. */
  7109. protected function get_Console_Command_About_LazyService()
  7110. {
  7111. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7112. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7113. return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  7114. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  7115. });
  7116. }
  7117. /**
  7118. * Gets the private '.console.command.assets_install.lazy' shared service.
  7119. *
  7120. * @return \Symfony\Component\Console\Command\LazyCommand
  7121. */
  7122. protected function get_Console_Command_AssetsInstall_LazyService()
  7123. {
  7124. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7125. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7126. return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  7127. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  7128. });
  7129. }
  7130. /**
  7131. * Gets the private '.console.command.cache_clear.lazy' shared service.
  7132. *
  7133. * @return \Symfony\Component\Console\Command\LazyCommand
  7134. */
  7135. protected function get_Console_Command_CacheClear_LazyService()
  7136. {
  7137. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7138. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7139. return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  7140. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  7141. });
  7142. }
  7143. /**
  7144. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  7145. *
  7146. * @return \Symfony\Component\Console\Command\LazyCommand
  7147. */
  7148. protected function get_Console_Command_CachePoolClear_LazyService()
  7149. {
  7150. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7151. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7152. return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  7153. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  7154. });
  7155. }
  7156. /**
  7157. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  7158. *
  7159. * @return \Symfony\Component\Console\Command\LazyCommand
  7160. */
  7161. protected function get_Console_Command_CachePoolDelete_LazyService()
  7162. {
  7163. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7164. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7165. return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  7166. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  7167. });
  7168. }
  7169. /**
  7170. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  7171. *
  7172. * @return \Symfony\Component\Console\Command\LazyCommand
  7173. */
  7174. protected function get_Console_Command_CachePoolList_LazyService()
  7175. {
  7176. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7177. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7178. return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  7179. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  7180. });
  7181. }
  7182. /**
  7183. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  7184. *
  7185. * @return \Symfony\Component\Console\Command\LazyCommand
  7186. */
  7187. protected function get_Console_Command_CachePoolPrune_LazyService()
  7188. {
  7189. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7190. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7191. return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  7192. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  7193. });
  7194. }
  7195. /**
  7196. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  7197. *
  7198. * @return \Symfony\Component\Console\Command\LazyCommand
  7199. */
  7200. protected function get_Console_Command_CacheWarmup_LazyService()
  7201. {
  7202. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7203. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7204. return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  7205. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  7206. });
  7207. }
  7208. /**
  7209. * Gets the private '.console.command.config_debug.lazy' shared service.
  7210. *
  7211. * @return \Symfony\Component\Console\Command\LazyCommand
  7212. */
  7213. protected function get_Console_Command_ConfigDebug_LazyService()
  7214. {
  7215. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7217. return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  7218. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  7219. });
  7220. }
  7221. /**
  7222. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  7223. *
  7224. * @return \Symfony\Component\Console\Command\LazyCommand
  7225. */
  7226. protected function get_Console_Command_ConfigDumpReference_LazyService()
  7227. {
  7228. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7230. return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  7231. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  7232. });
  7233. }
  7234. /**
  7235. * Gets the private '.console.command.container_debug.lazy' shared service.
  7236. *
  7237. * @return \Symfony\Component\Console\Command\LazyCommand
  7238. */
  7239. protected function get_Console_Command_ContainerDebug_LazyService()
  7240. {
  7241. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7242. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7243. return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  7244. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  7245. });
  7246. }
  7247. /**
  7248. * Gets the private '.console.command.container_lint.lazy' shared service.
  7249. *
  7250. * @return \Symfony\Component\Console\Command\LazyCommand
  7251. */
  7252. protected function get_Console_Command_ContainerLint_LazyService()
  7253. {
  7254. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7255. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7256. return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  7257. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  7258. });
  7259. }
  7260. /**
  7261. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  7262. *
  7263. * @return \Symfony\Component\Console\Command\LazyCommand
  7264. */
  7265. protected function get_Console_Command_DebugAutowiring_LazyService()
  7266. {
  7267. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7268. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7269. return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  7270. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  7271. });
  7272. }
  7273. /**
  7274. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  7275. *
  7276. * @return \Symfony\Component\Console\Command\LazyCommand
  7277. */
  7278. protected function get_Console_Command_DotenvDebug_LazyService()
  7279. {
  7280. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7281. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7282. return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  7283. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  7284. });
  7285. }
  7286. /**
  7287. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  7288. *
  7289. * @return \Symfony\Component\Console\Command\LazyCommand
  7290. */
  7291. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  7292. {
  7293. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7295. return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  7296. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  7297. });
  7298. }
  7299. /**
  7300. * Gets the private '.console.command.form_debug.lazy' shared service.
  7301. *
  7302. * @return \Symfony\Component\Console\Command\LazyCommand
  7303. */
  7304. protected function get_Console_Command_FormDebug_LazyService()
  7305. {
  7306. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7307. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7308. return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
  7309. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  7310. });
  7311. }
  7312. /**
  7313. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  7314. *
  7315. * @return \Symfony\Component\Console\Command\LazyCommand
  7316. */
  7317. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  7318. {
  7319. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7320. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7321. return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  7322. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  7323. });
  7324. }
  7325. /**
  7326. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  7327. *
  7328. * @return \Symfony\Component\Console\Command\LazyCommand
  7329. */
  7330. protected function get_Console_Command_MessengerDebug_LazyService()
  7331. {
  7332. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7333. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7334. return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  7335. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  7336. });
  7337. }
  7338. /**
  7339. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  7340. *
  7341. * @return \Symfony\Component\Console\Command\LazyCommand
  7342. */
  7343. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  7344. {
  7345. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7346. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7347. return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  7348. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  7349. });
  7350. }
  7351. /**
  7352. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  7353. *
  7354. * @return \Symfony\Component\Console\Command\LazyCommand
  7355. */
  7356. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  7357. {
  7358. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7359. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7360. return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  7361. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  7362. });
  7363. }
  7364. /**
  7365. * Gets the private '.console.command.router_debug.lazy' shared service.
  7366. *
  7367. * @return \Symfony\Component\Console\Command\LazyCommand
  7368. */
  7369. protected function get_Console_Command_RouterDebug_LazyService()
  7370. {
  7371. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7372. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7373. return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  7374. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  7375. });
  7376. }
  7377. /**
  7378. * Gets the private '.console.command.router_match.lazy' shared service.
  7379. *
  7380. * @return \Symfony\Component\Console\Command\LazyCommand
  7381. */
  7382. protected function get_Console_Command_RouterMatch_LazyService()
  7383. {
  7384. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7385. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7386. return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  7387. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  7388. });
  7389. }
  7390. /**
  7391. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  7392. *
  7393. * @return \Symfony\Component\Console\Command\LazyCommand
  7394. */
  7395. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  7396. {
  7397. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7398. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7399. return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  7400. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  7401. });
  7402. }
  7403. /**
  7404. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  7405. *
  7406. * @return \Symfony\Component\Console\Command\LazyCommand
  7407. */
  7408. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  7409. {
  7410. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7411. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7412. return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  7413. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  7414. });
  7415. }
  7416. /**
  7417. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  7418. *
  7419. * @return \Symfony\Component\Console\Command\LazyCommand
  7420. */
  7421. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  7422. {
  7423. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7424. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7425. return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  7426. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  7427. });
  7428. }
  7429. /**
  7430. * Gets the private '.console.command.secrets_list.lazy' shared service.
  7431. *
  7432. * @return \Symfony\Component\Console\Command\LazyCommand
  7433. */
  7434. protected function get_Console_Command_SecretsList_LazyService()
  7435. {
  7436. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7437. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7438. return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  7439. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  7440. });
  7441. }
  7442. /**
  7443. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  7444. *
  7445. * @return \Symfony\Component\Console\Command\LazyCommand
  7446. */
  7447. protected function get_Console_Command_SecretsRemove_LazyService()
  7448. {
  7449. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7450. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7451. return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  7452. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  7453. });
  7454. }
  7455. /**
  7456. * Gets the private '.console.command.secrets_set.lazy' shared service.
  7457. *
  7458. * @return \Symfony\Component\Console\Command\LazyCommand
  7459. */
  7460. protected function get_Console_Command_SecretsSet_LazyService()
  7461. {
  7462. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7463. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7464. return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  7465. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  7466. });
  7467. }
  7468. /**
  7469. * Gets the private '.console.command.translation_debug.lazy' shared service.
  7470. *
  7471. * @return \Symfony\Component\Console\Command\LazyCommand
  7472. */
  7473. protected function get_Console_Command_TranslationDebug_LazyService()
  7474. {
  7475. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7476. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7477. return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  7478. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  7479. });
  7480. }
  7481. /**
  7482. * Gets the private '.console.command.translation_extract.lazy' shared service.
  7483. *
  7484. * @return \Symfony\Component\Console\Command\LazyCommand
  7485. */
  7486. protected function get_Console_Command_TranslationExtract_LazyService()
  7487. {
  7488. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7489. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7490. return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  7491. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  7492. });
  7493. }
  7494. /**
  7495. * Gets the private '.console.command.translation_pull.lazy' shared service.
  7496. *
  7497. * @return \Symfony\Component\Console\Command\LazyCommand
  7498. */
  7499. protected function get_Console_Command_TranslationPull_LazyService()
  7500. {
  7501. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7502. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7503. return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  7504. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  7505. });
  7506. }
  7507. /**
  7508. * Gets the private '.console.command.translation_push.lazy' shared service.
  7509. *
  7510. * @return \Symfony\Component\Console\Command\LazyCommand
  7511. */
  7512. protected function get_Console_Command_TranslationPush_LazyService()
  7513. {
  7514. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7515. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7516. return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  7517. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  7518. });
  7519. }
  7520. /**
  7521. * Gets the private '.console.command.validator_debug.lazy' shared service.
  7522. *
  7523. * @return \Symfony\Component\Console\Command\LazyCommand
  7524. */
  7525. protected function get_Console_Command_ValidatorDebug_LazyService()
  7526. {
  7527. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7528. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7529. return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  7530. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  7531. });
  7532. }
  7533. /**
  7534. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  7535. *
  7536. * @return \Symfony\Component\Console\Command\LazyCommand
  7537. */
  7538. protected function get_Console_Command_XliffLint_LazyService()
  7539. {
  7540. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7541. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7542. return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  7543. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  7544. });
  7545. }
  7546. /**
  7547. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  7548. *
  7549. * @return \Symfony\Component\Console\Command\LazyCommand
  7550. */
  7551. protected function get_Console_Command_YamlLint_LazyService()
  7552. {
  7553. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7554. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7555. return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  7556. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  7557. });
  7558. }
  7559. /**
  7560. * Gets the private '.debug.http_client' shared service.
  7561. *
  7562. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  7563. */
  7564. protected function get_Debug_HttpClientService()
  7565. {
  7566. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  7567. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  7568. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7569. $b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  7570. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7571. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7572. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  7573. $a->setLogger($b);
  7574. return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7575. }
  7576. /**
  7577. * Gets the private '.errored..service_locator..AvQV0i.CoreBundle\Entity\QuizSession' shared service.
  7578. *
  7579. * @return \CoreBundle\Entity\QuizSession
  7580. */
  7581. protected function getQuizSessionService()
  7582. {
  7583. $this->throw('Cannot autowire service ".service_locator..AvQV0i": it references class "CoreBundle\\Entity\\QuizSession" but no such service exists.');
  7584. }
  7585. /**
  7586. * Gets the private '.errored..service_locator.5mj8iu2.UserBundle\Entity\User' shared service.
  7587. *
  7588. * @return \UserBundle\Entity\User
  7589. */
  7590. protected function getUserService()
  7591. {
  7592. $this->throw('Cannot autowire service ".service_locator.5mj8iu2": it references class "UserBundle\\Entity\\User" but no such service exists.');
  7593. }
  7594. /**
  7595. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  7596. *
  7597. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  7598. */
  7599. protected function getFieldCollectionService()
  7600. {
  7601. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  7602. }
  7603. /**
  7604. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  7605. *
  7606. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  7607. */
  7608. protected function getFilterCollectionService()
  7609. {
  7610. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  7611. }
  7612. /**
  7613. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  7614. *
  7615. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  7616. */
  7617. protected function getEntityDtoService()
  7618. {
  7619. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  7620. }
  7621. /**
  7622. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  7623. *
  7624. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  7625. */
  7626. protected function getSearchDtoService()
  7627. {
  7628. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  7629. }
  7630. /**
  7631. * Gets the private '.errored..service_locator.HRHqvrV.CoreBundle\Entity\QuizSessionRepository' shared service.
  7632. *
  7633. * @return \CoreBundle\Entity\QuizSessionRepository
  7634. */
  7635. protected function getQuizSessionRepositoryService()
  7636. {
  7637. $this->throw('Cannot autowire service ".service_locator.HRHqvrV": it references class "CoreBundle\\Entity\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.');
  7638. }
  7639. /**
  7640. * Gets the private '.errored..service_locator.HWjvTzb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7641. *
  7642. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7643. */
  7644. protected function getAdminContextService()
  7645. {
  7646. $this->throw('Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7647. }
  7648. /**
  7649. * Gets the private '.errored..service_locator.JanA4tv.CoreBundle\Entity\ClassroomStudent' shared service.
  7650. *
  7651. * @return \CoreBundle\Entity\ClassroomStudent
  7652. */
  7653. protected function getClassroomStudentService()
  7654. {
  7655. $this->throw('Cannot autowire service ".service_locator.JanA4tv": it references class "CoreBundle\\Entity\\ClassroomStudent" but no such service exists.');
  7656. }
  7657. /**
  7658. * Gets the private '.errored..service_locator.N0jOcuE.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7659. *
  7660. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7661. */
  7662. protected function getAdminContext2Service()
  7663. {
  7664. $this->throw('Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7665. }
  7666. /**
  7667. * Gets the private '.errored..service_locator.NMOWD.L.CoreBundle\Entity\Session' shared service.
  7668. *
  7669. * @return \CoreBundle\Entity\Session
  7670. */
  7671. protected function getSession2Service()
  7672. {
  7673. $this->throw('Cannot autowire service ".service_locator.NMOWD.L": it references class "CoreBundle\\Entity\\Session" but no such service exists.');
  7674. }
  7675. /**
  7676. * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  7677. *
  7678. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  7679. */
  7680. protected function getFiltersService()
  7681. {
  7682. $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  7683. }
  7684. /**
  7685. * Gets the private '.errored..service_locator.QJ7IrGK.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7686. *
  7687. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7688. */
  7689. protected function getAdminContext3Service()
  7690. {
  7691. $this->throw('Cannot autowire service ".service_locator.QJ7IrGK": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7692. }
  7693. /**
  7694. * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  7695. *
  7696. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  7697. */
  7698. protected function getActionsService()
  7699. {
  7700. $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  7701. }
  7702. /**
  7703. * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  7704. *
  7705. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  7706. */
  7707. protected function getKeyValueStoreService()
  7708. {
  7709. $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  7710. }
  7711. /**
  7712. * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  7713. *
  7714. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  7715. */
  7716. protected function getAssetsService()
  7717. {
  7718. $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  7719. }
  7720. /**
  7721. * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  7722. *
  7723. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  7724. */
  7725. protected function getCrudService()
  7726. {
  7727. $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  7728. }
  7729. /**
  7730. * Gets the private '.errored..service_locator.eTXI8ud.CoreBundle\Entity\ReadingTestSession' shared service.
  7731. *
  7732. * @return \CoreBundle\Entity\ReadingTestSession
  7733. */
  7734. protected function getReadingTestSessionService()
  7735. {
  7736. $this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "CoreBundle\\Entity\\ReadingTestSession" but no such service exists.');
  7737. }
  7738. /**
  7739. * Gets the private '.errored..service_locator.eTXI8ud.UserBundle\Entity\User' shared service.
  7740. *
  7741. * @return \UserBundle\Entity\User
  7742. */
  7743. protected function getUser2Service()
  7744. {
  7745. $this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "UserBundle\\Entity\\User" but no such service exists.');
  7746. }
  7747. /**
  7748. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7749. *
  7750. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7751. */
  7752. protected function getAdminContext4Service()
  7753. {
  7754. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7755. }
  7756. /**
  7757. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  7758. *
  7759. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  7760. */
  7761. protected function getBatchActionDtoService()
  7762. {
  7763. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  7764. }
  7765. /**
  7766. * Gets the private '.errored..service_locator.iGBrtqd.CoreBundle\Entity\Quiz' shared service.
  7767. *
  7768. * @return \CoreBundle\Entity\Quiz
  7769. */
  7770. protected function getQuizService()
  7771. {
  7772. $this->throw('Cannot autowire service ".service_locator.iGBrtqd": it references class "CoreBundle\\Entity\\Quiz" but no such service exists.');
  7773. }
  7774. /**
  7775. * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7776. *
  7777. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7778. */
  7779. protected function getAdminContext5Service()
  7780. {
  7781. $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7782. }
  7783. /**
  7784. * Gets the private '.errored..service_locator.nl0WT0J.CoreBundle\Entity\DictateSession' shared service.
  7785. *
  7786. * @return \CoreBundle\Entity\DictateSession
  7787. */
  7788. protected function getDictateSessionService()
  7789. {
  7790. $this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "CoreBundle\\Entity\\DictateSession" but no such service exists.');
  7791. }
  7792. /**
  7793. * Gets the private '.errored..service_locator.nl0WT0J.UserBundle\Entity\User' shared service.
  7794. *
  7795. * @return \UserBundle\Entity\User
  7796. */
  7797. protected function getUser3Service()
  7798. {
  7799. $this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "UserBundle\\Entity\\User" but no such service exists.');
  7800. }
  7801. /**
  7802. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  7803. *
  7804. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  7805. */
  7806. protected function getKeyValueStore2Service()
  7807. {
  7808. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  7809. }
  7810. /**
  7811. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7812. *
  7813. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7814. */
  7815. protected function getAdminContext6Service()
  7816. {
  7817. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7818. }
  7819. /**
  7820. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  7821. *
  7822. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  7823. */
  7824. protected function getEntityDto2Service()
  7825. {
  7826. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  7827. }
  7828. /**
  7829. * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  7830. *
  7831. * @return \Symfony\Component\Security\Core\User\UserInterface
  7832. */
  7833. protected function getUserInterfaceService()
  7834. {
  7835. $this->throw('Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?');
  7836. }
  7837. /**
  7838. * Gets the private '.errored..service_locator.tT6zioB.CoreBundle\Entity\Publication' shared service.
  7839. *
  7840. * @return \CoreBundle\Entity\Publication
  7841. */
  7842. protected function getPublicationService()
  7843. {
  7844. $this->throw('Cannot autowire service ".service_locator.tT6zioB": it references class "CoreBundle\\Entity\\Publication" but no such service exists.');
  7845. }
  7846. /**
  7847. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  7848. *
  7849. * @return \Symfony\Component\Config\Loader\LoaderInterface
  7850. */
  7851. protected function getLoaderInterfaceService()
  7852. {
  7853. $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteLoader".');
  7854. }
  7855. /**
  7856. * Gets the private '.fos_user.command.activate_user.lazy' shared service.
  7857. *
  7858. * @return \Symfony\Component\Console\Command\LazyCommand
  7859. */
  7860. protected function get_FosUser_Command_ActivateUser_LazyService()
  7861. {
  7862. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7863. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7864. return $this->privates['.fos_user.command.activate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:activate', [], 'Activate a user', false, function (): \FOS\UserBundle\Command\ActivateUserCommand {
  7865. return ($this->privates['fos_user.command.activate_user'] ?? $this->getFosUser_Command_ActivateUserService());
  7866. });
  7867. }
  7868. /**
  7869. * Gets the private '.fos_user.command.change_password.lazy' shared service.
  7870. *
  7871. * @return \Symfony\Component\Console\Command\LazyCommand
  7872. */
  7873. protected function get_FosUser_Command_ChangePassword_LazyService()
  7874. {
  7875. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7876. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7877. return $this->privates['.fos_user.command.change_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:change-password', [], 'Change the password of a user.', false, function (): \FOS\UserBundle\Command\ChangePasswordCommand {
  7878. return ($this->privates['fos_user.command.change_password'] ?? $this->getFosUser_Command_ChangePasswordService());
  7879. });
  7880. }
  7881. /**
  7882. * Gets the private '.fos_user.command.create_user.lazy' shared service.
  7883. *
  7884. * @return \Symfony\Component\Console\Command\LazyCommand
  7885. */
  7886. protected function get_FosUser_Command_CreateUser_LazyService()
  7887. {
  7888. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7889. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7890. return $this->privates['.fos_user.command.create_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:create', [], 'Create a user.', false, function (): \FOS\UserBundle\Command\CreateUserCommand {
  7891. return ($this->privates['fos_user.command.create_user'] ?? $this->getFosUser_Command_CreateUserService());
  7892. });
  7893. }
  7894. /**
  7895. * Gets the private '.fos_user.command.deactivate_user.lazy' shared service.
  7896. *
  7897. * @return \Symfony\Component\Console\Command\LazyCommand
  7898. */
  7899. protected function get_FosUser_Command_DeactivateUser_LazyService()
  7900. {
  7901. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7902. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7903. return $this->privates['.fos_user.command.deactivate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:deactivate', [], 'Deactivate a user', false, function (): \FOS\UserBundle\Command\DeactivateUserCommand {
  7904. return ($this->privates['fos_user.command.deactivate_user'] ?? $this->getFosUser_Command_DeactivateUserService());
  7905. });
  7906. }
  7907. /**
  7908. * Gets the private '.fos_user.command.demote_user.lazy' shared service.
  7909. *
  7910. * @return \Symfony\Component\Console\Command\LazyCommand
  7911. */
  7912. protected function get_FosUser_Command_DemoteUser_LazyService()
  7913. {
  7914. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7915. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7916. return $this->privates['.fos_user.command.demote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:demote', [], 'Demote a user by removing a role', false, function (): \FOS\UserBundle\Command\DemoteUserCommand {
  7917. return ($this->privates['fos_user.command.demote_user'] ?? $this->getFosUser_Command_DemoteUserService());
  7918. });
  7919. }
  7920. /**
  7921. * Gets the private '.fos_user.command.promote_user.lazy' shared service.
  7922. *
  7923. * @return \Symfony\Component\Console\Command\LazyCommand
  7924. */
  7925. protected function get_FosUser_Command_PromoteUser_LazyService()
  7926. {
  7927. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7928. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7929. return $this->privates['.fos_user.command.promote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:promote', [], 'Promotes a user by adding a role', false, function (): \FOS\UserBundle\Command\PromoteUserCommand {
  7930. return ($this->privates['fos_user.command.promote_user'] ?? $this->getFosUser_Command_PromoteUserService());
  7931. });
  7932. }
  7933. /**
  7934. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  7935. *
  7936. * @return \Symfony\Component\Console\Command\LazyCommand
  7937. */
  7938. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  7939. {
  7940. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7941. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7942. return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7943. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  7944. });
  7945. }
  7946. /**
  7947. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  7948. *
  7949. * @return \Symfony\Component\Console\Command\LazyCommand
  7950. */
  7951. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  7952. {
  7953. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7954. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7955. return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7956. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  7957. });
  7958. }
  7959. /**
  7960. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  7961. *
  7962. * @return \Symfony\Component\Console\Command\LazyCommand
  7963. */
  7964. protected function get_Maker_AutoCommand_MakeController_LazyService()
  7965. {
  7966. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7967. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7968. return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7969. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  7970. });
  7971. }
  7972. /**
  7973. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  7974. *
  7975. * @return \Symfony\Component\Console\Command\LazyCommand
  7976. */
  7977. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  7978. {
  7979. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7980. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7981. return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7982. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  7983. });
  7984. }
  7985. /**
  7986. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  7987. *
  7988. * @return \Symfony\Component\Console\Command\LazyCommand
  7989. */
  7990. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  7991. {
  7992. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7993. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7994. return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  7995. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  7996. });
  7997. }
  7998. /**
  7999. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  8000. *
  8001. * @return \Symfony\Component\Console\Command\LazyCommand
  8002. */
  8003. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  8004. {
  8005. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8007. return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8008. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  8009. });
  8010. }
  8011. /**
  8012. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  8013. *
  8014. * @return \Symfony\Component\Console\Command\LazyCommand
  8015. */
  8016. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  8017. {
  8018. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8019. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8020. return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8021. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  8022. });
  8023. }
  8024. /**
  8025. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  8026. *
  8027. * @return \Symfony\Component\Console\Command\LazyCommand
  8028. */
  8029. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  8030. {
  8031. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8032. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8033. return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8034. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  8035. });
  8036. }
  8037. /**
  8038. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  8039. *
  8040. * @return \Symfony\Component\Console\Command\LazyCommand
  8041. */
  8042. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  8043. {
  8044. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8045. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8046. return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8047. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  8048. });
  8049. }
  8050. /**
  8051. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  8052. *
  8053. * @return \Symfony\Component\Console\Command\LazyCommand
  8054. */
  8055. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  8056. {
  8057. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8059. return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8060. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  8061. });
  8062. }
  8063. /**
  8064. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  8065. *
  8066. * @return \Symfony\Component\Console\Command\LazyCommand
  8067. */
  8068. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  8069. {
  8070. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8071. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8072. return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8073. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  8074. });
  8075. }
  8076. /**
  8077. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  8078. *
  8079. * @return \Symfony\Component\Console\Command\LazyCommand
  8080. */
  8081. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  8082. {
  8083. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8084. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8085. return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8086. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  8087. });
  8088. }
  8089. /**
  8090. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  8091. *
  8092. * @return \Symfony\Component\Console\Command\LazyCommand
  8093. */
  8094. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  8095. {
  8096. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8097. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8098. return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8099. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  8100. });
  8101. }
  8102. /**
  8103. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  8104. *
  8105. * @return \Symfony\Component\Console\Command\LazyCommand
  8106. */
  8107. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  8108. {
  8109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8111. return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8112. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  8113. });
  8114. }
  8115. /**
  8116. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  8117. *
  8118. * @return \Symfony\Component\Console\Command\LazyCommand
  8119. */
  8120. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  8121. {
  8122. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8123. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8124. return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8125. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  8126. });
  8127. }
  8128. /**
  8129. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  8130. *
  8131. * @return \Symfony\Component\Console\Command\LazyCommand
  8132. */
  8133. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  8134. {
  8135. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8136. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8137. return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8138. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  8139. });
  8140. }
  8141. /**
  8142. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  8143. *
  8144. * @return \Symfony\Component\Console\Command\LazyCommand
  8145. */
  8146. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  8147. {
  8148. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8149. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8150. return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8151. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  8152. });
  8153. }
  8154. /**
  8155. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  8156. *
  8157. * @return \Symfony\Component\Console\Command\LazyCommand
  8158. */
  8159. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  8160. {
  8161. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8162. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8163. return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8164. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  8165. });
  8166. }
  8167. /**
  8168. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  8169. *
  8170. * @return \Symfony\Component\Console\Command\LazyCommand
  8171. */
  8172. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  8173. {
  8174. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8175. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8176. return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8177. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  8178. });
  8179. }
  8180. /**
  8181. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  8182. *
  8183. * @return \Symfony\Component\Console\Command\LazyCommand
  8184. */
  8185. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  8186. {
  8187. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8188. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8189. return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8190. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  8191. });
  8192. }
  8193. /**
  8194. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  8195. *
  8196. * @return \Symfony\Component\Console\Command\LazyCommand
  8197. */
  8198. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  8199. {
  8200. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8201. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8202. return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8203. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  8204. });
  8205. }
  8206. /**
  8207. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  8208. *
  8209. * @return \Symfony\Component\Console\Command\LazyCommand
  8210. */
  8211. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  8212. {
  8213. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8214. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8215. return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8216. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  8217. });
  8218. }
  8219. /**
  8220. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  8221. *
  8222. * @return \Symfony\Component\Console\Command\LazyCommand
  8223. */
  8224. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  8225. {
  8226. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8227. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8228. return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8229. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  8230. });
  8231. }
  8232. /**
  8233. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  8234. *
  8235. * @return \Symfony\Component\Console\Command\LazyCommand
  8236. */
  8237. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  8238. {
  8239. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8240. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8241. return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8242. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  8243. });
  8244. }
  8245. /**
  8246. * Gets the private '.messenger.handler_descriptor.JjVSoa9' shared service.
  8247. *
  8248. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8249. */
  8250. protected function get_Messenger_HandlerDescriptor_JjVSoa9Service()
  8251. {
  8252. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8253. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/ValidateMathproblemMessageHandler.php';
  8254. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8255. if (isset($this->privates['.messenger.handler_descriptor.JjVSoa9'])) {
  8256. return $this->privates['.messenger.handler_descriptor.JjVSoa9'];
  8257. }
  8258. return $this->privates['.messenger.handler_descriptor.JjVSoa9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \CoreBundle\MessageHandler\ValidateMathproblemMessageHandler($a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService())), []);
  8259. }
  8260. /**
  8261. * Gets the private '.messenger.handler_descriptor.eDZcX8R' shared service.
  8262. *
  8263. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8264. */
  8265. protected function get_Messenger_HandlerDescriptor_EDZcX8RService()
  8266. {
  8267. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8268. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/MigrateFilesToReferencesMessageHandler.php';
  8269. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8270. if (isset($this->privates['.messenger.handler_descriptor.eDZcX8R'])) {
  8271. return $this->privates['.messenger.handler_descriptor.eDZcX8R'];
  8272. }
  8273. return $this->privates['.messenger.handler_descriptor.eDZcX8R'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \CoreBundle\MessageHandler\MigrateFilesToReferencesMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService())), []);
  8274. }
  8275. /**
  8276. * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  8277. *
  8278. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8279. */
  8280. protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  8281. {
  8282. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8283. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  8284. return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService())), []);
  8285. }
  8286. /**
  8287. * Gets the private '.monolog.command.server_log.lazy' shared service.
  8288. *
  8289. * @return \Symfony\Component\Console\Command\LazyCommand
  8290. */
  8291. protected function get_Monolog_Command_ServerLog_LazyService()
  8292. {
  8293. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8295. return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  8296. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  8297. });
  8298. }
  8299. /**
  8300. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  8301. *
  8302. * @return \Symfony\Component\Console\Command\LazyCommand
  8303. */
  8304. protected function get_Security_Command_DebugFirewall_LazyService()
  8305. {
  8306. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8307. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8308. return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  8309. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  8310. });
  8311. }
  8312. /**
  8313. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  8314. *
  8315. * @return \Symfony\Component\Console\Command\LazyCommand
  8316. */
  8317. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  8318. {
  8319. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8320. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8321. return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  8322. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  8323. });
  8324. }
  8325. /**
  8326. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  8327. *
  8328. * @return \Symfony\Component\Console\Command\LazyCommand
  8329. */
  8330. protected function get_Security_Command_UserPasswordHash_LazyService()
  8331. {
  8332. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8333. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8334. return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  8335. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  8336. });
  8337. }
  8338. /**
  8339. * Gets the private '.service_locator..AvQV0i' shared service.
  8340. *
  8341. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8342. */
  8343. protected function get_ServiceLocator__AvQV0iService()
  8344. {
  8345. return $this->privates['.service_locator..AvQV0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8346. 'quizSession' => ['privates', '.errored..service_locator..AvQV0i.CoreBundle\\Entity\\QuizSession', NULL, 'Cannot autowire service ".service_locator..AvQV0i": it references class "CoreBundle\\Entity\\QuizSession" but no such service exists.'],
  8347. ], [
  8348. 'quizSession' => 'CoreBundle\\Entity\\QuizSession',
  8349. ]);
  8350. }
  8351. /**
  8352. * Gets the private '.service_locator.0HemtKK' shared service.
  8353. *
  8354. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8355. */
  8356. protected function get_ServiceLocator_0HemtKKService()
  8357. {
  8358. return $this->privates['.service_locator.0HemtKK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8359. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  8360. 'readingTestService' => ['services', 'TeacherBundle\\Service\\ReadingTestService', 'getReadingTestService2Service', false],
  8361. ], [
  8362. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  8363. 'readingTestService' => 'TeacherBundle\\Service\\ReadingTestService',
  8364. ]);
  8365. }
  8366. /**
  8367. * Gets the private '.service_locator.1QteD5a' shared service.
  8368. *
  8369. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8370. */
  8371. protected function get_ServiceLocator_1QteD5aService()
  8372. {
  8373. return $this->privates['.service_locator.1QteD5a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8374. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8375. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  8376. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  8377. ], [
  8378. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  8379. 'logger' => '?',
  8380. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  8381. ]);
  8382. }
  8383. /**
  8384. * Gets the private '.service_locator.1U87PLH' shared service.
  8385. *
  8386. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8387. */
  8388. protected function get_ServiceLocator_1U87PLHService()
  8389. {
  8390. return $this->privates['.service_locator.1U87PLH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8391. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8392. 'worksheetService' => ['services', 'TeacherBundle\\Service\\WorksheetService', 'getWorksheetServiceService', false],
  8393. ], [
  8394. 'em' => '?',
  8395. 'worksheetService' => 'TeacherBundle\\Service\\WorksheetService',
  8396. ]);
  8397. }
  8398. /**
  8399. * Gets the private '.service_locator.2VaRhmK' shared service.
  8400. *
  8401. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8402. */
  8403. protected function get_ServiceLocator_2VaRhmKService()
  8404. {
  8405. return $this->privates['.service_locator.2VaRhmK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8406. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8407. 'gamificationService' => ['privates', 'CoreBundle\\Service\\GamificationService', 'getGamificationServiceService', false],
  8408. ], [
  8409. 'em' => '?',
  8410. 'gamificationService' => 'CoreBundle\\Service\\GamificationService',
  8411. ]);
  8412. }
  8413. /**
  8414. * Gets the private '.service_locator.4cDDwts' shared service.
  8415. *
  8416. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8417. */
  8418. protected function get_ServiceLocator_4cDDwtsService()
  8419. {
  8420. return $this->privates['.service_locator.4cDDwts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8421. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  8422. ], [
  8423. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  8424. ]);
  8425. }
  8426. /**
  8427. * Gets the private '.service_locator.5JK5isl' shared service.
  8428. *
  8429. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8430. */
  8431. protected function get_ServiceLocator_5JK5islService()
  8432. {
  8433. return $this->privates['.service_locator.5JK5isl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8434. 'quizSessionService' => ['privates', 'CoreBundle\\Service\\QuizSessionService', 'getQuizSessionService3Service', false],
  8435. ], [
  8436. 'quizSessionService' => 'CoreBundle\\Service\\QuizSessionService',
  8437. ]);
  8438. }
  8439. /**
  8440. * Gets the private '.service_locator.5eyQgLK' shared service.
  8441. *
  8442. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8443. */
  8444. protected function get_ServiceLocator_5eyQgLKService()
  8445. {
  8446. return $this->privates['.service_locator.5eyQgLK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8447. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8448. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  8449. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  8450. 'problemFreeTextService' => ['services', 'StudentBundle\\Service\\ProblemFreeTextService', 'getProblemFreeTextServiceService', false],
  8451. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  8452. ], [
  8453. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  8454. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  8455. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  8456. 'problemFreeTextService' => 'StudentBundle\\Service\\ProblemFreeTextService',
  8457. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  8458. ]);
  8459. }
  8460. /**
  8461. * Gets the private '.service_locator.5mj8iu2' shared service.
  8462. *
  8463. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8464. */
  8465. protected function get_ServiceLocator_5mj8iu2Service()
  8466. {
  8467. return $this->privates['.service_locator.5mj8iu2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8468. 'teacher' => ['privates', '.errored..service_locator.5mj8iu2.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.5mj8iu2": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  8469. ], [
  8470. 'teacher' => 'UserBundle\\Entity\\User',
  8471. ]);
  8472. }
  8473. /**
  8474. * Gets the private '.service_locator.6XxFdB9' shared service.
  8475. *
  8476. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8477. */
  8478. protected function get_ServiceLocator_6XxFdB9Service()
  8479. {
  8480. return $this->privates['.service_locator.6XxFdB9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8481. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8482. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  8483. ], [
  8484. 'em' => '?',
  8485. 'paginator' => '?',
  8486. ]);
  8487. }
  8488. /**
  8489. * Gets the private '.service_locator.7yDGzZr' shared service.
  8490. *
  8491. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8492. */
  8493. protected function get_ServiceLocator_7yDGzZrService()
  8494. {
  8495. return $this->privates['.service_locator.7yDGzZr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8496. 'scoreService' => ['services', 'CoreBundle\\Service\\ScoreService', 'getScoreServiceService', false],
  8497. ], [
  8498. 'scoreService' => 'CoreBundle\\Service\\ScoreService',
  8499. ]);
  8500. }
  8501. /**
  8502. * Gets the private '.service_locator.8kBk.q6' shared service.
  8503. *
  8504. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8505. */
  8506. protected function get_ServiceLocator_8kBk_Q6Service()
  8507. {
  8508. return $this->privates['.service_locator.8kBk.q6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8509. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8510. 'totpAuthenticator' => ['services', 'scheb_two_factor.security.totp_authenticator', 'getSchebTwoFactor_Security_TotpAuthenticatorService', false],
  8511. ], [
  8512. 'em' => '?',
  8513. 'totpAuthenticator' => '?',
  8514. ]);
  8515. }
  8516. /**
  8517. * Gets the private '.service_locator.9k1aagL' shared service.
  8518. *
  8519. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8520. */
  8521. protected function get_ServiceLocator_9k1aagLService()
  8522. {
  8523. return $this->privates['.service_locator.9k1aagL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8524. 'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
  8525. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8526. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8527. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8528. ], [
  8529. 'categoryService' => 'TeacherBundle\\Service\\CategoryService',
  8530. 'em' => '?',
  8531. 'normalizer' => '?',
  8532. 'translator' => '?',
  8533. ]);
  8534. }
  8535. /**
  8536. * Gets the private '.service_locator.AObloNj' shared service.
  8537. *
  8538. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8539. */
  8540. protected function get_ServiceLocator_AObloNjService()
  8541. {
  8542. return $this->privates['.service_locator.AObloNj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8543. 'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
  8544. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8545. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8546. ], [
  8547. 'authService' => 'CoreBundle\\Service\\AuthService',
  8548. 'em' => '?',
  8549. 'translator' => '?',
  8550. ]);
  8551. }
  8552. /**
  8553. * Gets the private '.service_locator.B4dyivW' shared service.
  8554. *
  8555. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8556. */
  8557. protected function get_ServiceLocator_B4dyivWService()
  8558. {
  8559. return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8560. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  8561. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  8562. ], [
  8563. 'async' => '?',
  8564. 'messenger.transport.async' => '?',
  8565. ]);
  8566. }
  8567. /**
  8568. * Gets the private '.service_locator.BMfTRHi' shared service.
  8569. *
  8570. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8571. */
  8572. protected function get_ServiceLocator_BMfTRHiService()
  8573. {
  8574. return $this->privates['.service_locator.BMfTRHi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8575. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8576. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8577. ], [
  8578. 'em' => '?',
  8579. 'translator' => '?',
  8580. ]);
  8581. }
  8582. /**
  8583. * Gets the private '.service_locator.BYW.Cnu' shared service.
  8584. *
  8585. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8586. */
  8587. protected function get_ServiceLocator_BYW_CnuService()
  8588. {
  8589. return $this->privates['.service_locator.BYW.Cnu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8590. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  8591. 'templateService' => ['privates', 'AdminBundle\\Service\\TemplateService', 'getTemplateServiceService', false],
  8592. ], [
  8593. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  8594. 'templateService' => 'AdminBundle\\Service\\TemplateService',
  8595. ]);
  8596. }
  8597. /**
  8598. * Gets the private '.service_locator.DS.G_SS' shared service.
  8599. *
  8600. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8601. */
  8602. protected function get_ServiceLocator_DS_GSSService()
  8603. {
  8604. return $this->privates['.service_locator.DS.G_SS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8605. 'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  8606. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  8607. ], [
  8608. 'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
  8609. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  8610. ]);
  8611. }
  8612. /**
  8613. * Gets the private '.service_locator.ENGuM7_' shared service.
  8614. *
  8615. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8616. */
  8617. protected function get_ServiceLocator_ENGuM7Service()
  8618. {
  8619. return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8620. 'entityDto' => ['privates', '.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  8621. 'fields' => ['privates', '.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection', NULL, 'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.'],
  8622. 'filters' => ['privates', '.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection', NULL, 'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.'],
  8623. 'searchDto' => ['privates', '.errored..service_locator.ENGuM7_.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto', NULL, 'Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.'],
  8624. ], [
  8625. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  8626. 'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  8627. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  8628. 'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  8629. ]);
  8630. }
  8631. /**
  8632. * Gets the private '.service_locator.F9gdgkw' shared service.
  8633. *
  8634. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8635. */
  8636. protected function get_ServiceLocator_F9gdgkwService()
  8637. {
  8638. return $this->privates['.service_locator.F9gdgkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8639. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8640. ], [
  8641. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  8642. ]);
  8643. }
  8644. /**
  8645. * Gets the private '.service_locator.GKn4p0p' shared service.
  8646. *
  8647. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8648. */
  8649. protected function get_ServiceLocator_GKn4p0pService()
  8650. {
  8651. return $this->privates['.service_locator.GKn4p0p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8652. 'trainingSessionService' => ['services', 'CoreBundle\\Service\\TrainingSessionService', 'getTrainingSessionServiceService', false],
  8653. ], [
  8654. 'trainingSessionService' => 'CoreBundle\\Service\\TrainingSessionService',
  8655. ]);
  8656. }
  8657. /**
  8658. * Gets the private '.service_locator.HRHqvrV' shared service.
  8659. *
  8660. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8661. */
  8662. protected function get_ServiceLocator_HRHqvrVService()
  8663. {
  8664. return $this->privates['.service_locator.HRHqvrV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8665. 'quizSessionRepository' => ['privates', '.errored..service_locator.HRHqvrV.CoreBundle\\Entity\\QuizSessionRepository', NULL, 'Cannot autowire service ".service_locator.HRHqvrV": it references class "CoreBundle\\Entity\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.'],
  8666. ], [
  8667. 'quizSessionRepository' => 'CoreBundle\\Entity\\QuizSessionRepository',
  8668. ]);
  8669. }
  8670. /**
  8671. * Gets the private '.service_locator.HWjvTzb' shared service.
  8672. *
  8673. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8674. */
  8675. protected function get_ServiceLocator_HWjvTzbService()
  8676. {
  8677. return $this->privates['.service_locator.HWjvTzb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8678. 'adminContext' => ['privates', '.errored..service_locator.HWjvTzb.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  8679. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8680. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8681. ], [
  8682. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  8683. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  8684. 'entityManager' => '?',
  8685. ]);
  8686. }
  8687. /**
  8688. * Gets the private '.service_locator.J2t96SO' shared service.
  8689. *
  8690. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8691. */
  8692. protected function get_ServiceLocator_J2t96SOService()
  8693. {
  8694. return $this->privates['.service_locator.J2t96SO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8695. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  8696. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8697. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8698. ], [
  8699. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  8700. 'em' => '?',
  8701. 'translator' => '?',
  8702. ]);
  8703. }
  8704. /**
  8705. * Gets the private '.service_locator.JHzn4J2' shared service.
  8706. *
  8707. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8708. */
  8709. protected function get_ServiceLocator_JHzn4J2Service()
  8710. {
  8711. return $this->privates['.service_locator.JHzn4J2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8712. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8713. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  8714. 'selfStudyService' => ['services', 'StudentBundle\\Service\\Kvik\\SelfStudyService', 'getSelfStudyService2Service', false],
  8715. ], [
  8716. 'em' => '?',
  8717. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  8718. 'selfStudyService' => 'StudentBundle\\Service\\Kvik\\SelfStudyService',
  8719. ]);
  8720. }
  8721. /**
  8722. * Gets the private '.service_locator.JYdi1TF' shared service.
  8723. *
  8724. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8725. */
  8726. protected function get_ServiceLocator_JYdi1TFService()
  8727. {
  8728. return $this->privates['.service_locator.JYdi1TF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8729. 'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  8730. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8731. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  8732. ], [
  8733. 'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  8734. 'em' => '?',
  8735. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  8736. ]);
  8737. }
  8738. /**
  8739. * Gets the private '.service_locator.JYkp0nJ' shared service.
  8740. *
  8741. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8742. */
  8743. protected function get_ServiceLocator_JYkp0nJService()
  8744. {
  8745. return $this->privates['.service_locator.JYkp0nJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8746. 'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
  8747. ], [
  8748. 'userManager' => '?',
  8749. ]);
  8750. }
  8751. /**
  8752. * Gets the private '.service_locator.JanA4tv' shared service.
  8753. *
  8754. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8755. */
  8756. protected function get_ServiceLocator_JanA4tvService()
  8757. {
  8758. return $this->privates['.service_locator.JanA4tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8759. 'classroomStudent' => ['privates', '.errored..service_locator.JanA4tv.CoreBundle\\Entity\\ClassroomStudent', NULL, 'Cannot autowire service ".service_locator.JanA4tv": it references class "CoreBundle\\Entity\\ClassroomStudent" but no such service exists.'],
  8760. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8761. ], [
  8762. 'classroomStudent' => 'CoreBundle\\Entity\\ClassroomStudent',
  8763. 'translator' => '?',
  8764. ]);
  8765. }
  8766. /**
  8767. * Gets the private '.service_locator.JnD7EnL' shared service.
  8768. *
  8769. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8770. */
  8771. protected function get_ServiceLocator_JnD7EnLService()
  8772. {
  8773. return $this->privates['.service_locator.JnD7EnL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8774. 'quizUnitService' => ['services', 'CoreBundle\\Service\\QuizUnitService', 'getQuizUnitServiceService', false],
  8775. ], [
  8776. 'quizUnitService' => 'CoreBundle\\Service\\QuizUnitService',
  8777. ]);
  8778. }
  8779. /**
  8780. * Gets the private '.service_locator.K7waSrh' shared service.
  8781. *
  8782. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8783. */
  8784. protected function get_ServiceLocator_K7waSrhService()
  8785. {
  8786. return $this->privates['.service_locator.K7waSrh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8787. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8788. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  8789. ], [
  8790. 'em' => '?',
  8791. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  8792. ]);
  8793. }
  8794. /**
  8795. * Gets the private '.service_locator.Ll5as6y' shared service.
  8796. *
  8797. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8798. */
  8799. protected function get_ServiceLocator_Ll5as6yService()
  8800. {
  8801. return $this->privates['.service_locator.Ll5as6y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8802. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  8803. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8804. 'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
  8805. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  8806. ], [
  8807. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  8808. 'em' => '?',
  8809. 'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
  8810. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  8811. ]);
  8812. }
  8813. /**
  8814. * Gets the private '.service_locator.MDrghWI' shared service.
  8815. *
  8816. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8817. */
  8818. protected function get_ServiceLocator_MDrghWIService()
  8819. {
  8820. return $this->privates['.service_locator.MDrghWI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8821. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  8822. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  8823. 'studentDifficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  8824. ], [
  8825. 'logger' => '?',
  8826. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  8827. 'studentDifficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  8828. ]);
  8829. }
  8830. /**
  8831. * Gets the private '.service_locator.N0jOcuE' shared service.
  8832. *
  8833. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8834. */
  8835. protected function get_ServiceLocator_N0jOcuEService()
  8836. {
  8837. return $this->privates['.service_locator.N0jOcuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8838. 'adminContext' => ['privates', '.errored..service_locator.N0jOcuE.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  8839. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8840. ], [
  8841. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  8842. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  8843. ]);
  8844. }
  8845. /**
  8846. * Gets the private '.service_locator.N3Ev6KA' shared service.
  8847. *
  8848. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8849. */
  8850. protected function get_ServiceLocator_N3Ev6KAService()
  8851. {
  8852. return $this->privates['.service_locator.N3Ev6KA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8853. 'problemService' => ['services', 'CoreBundle\\Service\\API\\ProblemService', 'getProblemServiceService', false],
  8854. ], [
  8855. 'problemService' => 'CoreBundle\\Service\\API\\ProblemService',
  8856. ]);
  8857. }
  8858. /**
  8859. * Gets the private '.service_locator.NMOWD.L' shared service.
  8860. *
  8861. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8862. */
  8863. protected function get_ServiceLocator_NMOWD_LService()
  8864. {
  8865. return $this->privates['.service_locator.NMOWD.L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8866. 'session' => ['privates', '.errored..service_locator.NMOWD.L.CoreBundle\\Entity\\Session', NULL, 'Cannot autowire service ".service_locator.NMOWD.L": it references class "CoreBundle\\Entity\\Session" but no such service exists.'],
  8867. ], [
  8868. 'session' => 'CoreBundle\\Entity\\Session',
  8869. ]);
  8870. }
  8871. /**
  8872. * Gets the private '.service_locator.OGjUKCt' shared service.
  8873. *
  8874. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8875. */
  8876. protected function get_ServiceLocator_OGjUKCtService()
  8877. {
  8878. return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8879. 'filters' => ['privates', '.errored..service_locator.OGjUKCt.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters', NULL, 'Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.'],
  8880. ], [
  8881. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  8882. ]);
  8883. }
  8884. /**
  8885. * Gets the private '.service_locator.OL4RnZd' shared service.
  8886. *
  8887. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8888. */
  8889. protected function get_ServiceLocator_OL4RnZdService()
  8890. {
  8891. return $this->privates['.service_locator.OL4RnZd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8892. 'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
  8893. 'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
  8894. 'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8895. 'AdminBundle\\Controller\\BugReportsController::show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
  8896. 'AdminBundle\\Controller\\ContentController::displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8897. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8898. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8899. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8900. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8901. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8902. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8903. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8904. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8905. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8906. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8907. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8908. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8909. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8910. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8911. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8912. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8913. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8914. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8915. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8916. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8917. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8918. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8919. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8920. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8921. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8922. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8923. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8924. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8925. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8926. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8927. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8928. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8929. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8930. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8931. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8932. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8933. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8934. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8935. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8936. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8937. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8938. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8939. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8940. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8941. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8942. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8943. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8944. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8945. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8946. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8947. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8948. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8949. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8950. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8951. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8952. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8953. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8954. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8955. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8956. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8957. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8958. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8959. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8960. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8961. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8962. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8963. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  8964. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8965. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8966. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8967. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8968. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8969. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8970. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8971. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8972. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8973. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8974. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8975. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8976. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8977. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8978. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8979. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8980. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8981. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8982. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8983. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8984. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8985. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8986. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8987. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8988. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  8989. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8990. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8991. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8992. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8993. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8994. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8995. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8996. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8997. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8998. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8999. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9000. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9001. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9002. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9003. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9004. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9005. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9006. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9007. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9008. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9009. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9010. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9011. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9012. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9013. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9014. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9015. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9016. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9017. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9018. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9019. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9020. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9021. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9022. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9023. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9024. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9025. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9026. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9027. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9028. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9029. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9030. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9031. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9032. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9033. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9034. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9035. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9036. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9037. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9038. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9039. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9040. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9041. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9042. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9043. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9044. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9045. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9046. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9047. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9048. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9049. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9050. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9051. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9052. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9053. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9054. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9055. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9056. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9057. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9058. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9059. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9060. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9061. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9062. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9063. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9064. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9065. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9066. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9067. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9068. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9069. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9070. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9071. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9072. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9073. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9074. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9075. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9076. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9077. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9078. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9079. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9080. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9081. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9082. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9083. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9084. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9085. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9086. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9087. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9088. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9089. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9090. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9091. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9092. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9093. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9094. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9095. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9096. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9097. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9098. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9099. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9100. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9101. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9102. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9103. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9104. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9105. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9106. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9107. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9108. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9109. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9110. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9111. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9112. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9113. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9114. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9115. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9116. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9117. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9118. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9119. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9120. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9121. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9122. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9123. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9124. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9125. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9126. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9127. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9128. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9129. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9130. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9131. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9132. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9133. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9134. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9135. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9136. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9137. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9138. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9139. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9140. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9141. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9142. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9143. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9144. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9145. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9146. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9147. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9148. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9149. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9150. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9151. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9152. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9153. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9154. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9155. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9156. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9157. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9158. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9159. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9160. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9161. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9162. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9163. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9164. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9165. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9166. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9167. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9168. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9169. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9170. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  9171. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9172. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9173. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9174. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9175. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9176. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9177. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9178. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9179. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9180. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9181. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9182. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9183. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9184. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9185. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9186. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9187. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9188. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9189. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9190. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9191. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9192. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9193. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9194. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9195. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9196. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  9197. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9198. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9199. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9200. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9201. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9202. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9203. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9204. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9205. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9206. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9207. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9208. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9209. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9210. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9211. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9212. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9213. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9214. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9215. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9216. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9217. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9218. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9219. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9220. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9221. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9222. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9223. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9224. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9225. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9226. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9227. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9228. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9229. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9230. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9231. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9232. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9233. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9234. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9235. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9236. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9237. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9238. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9239. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9240. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9241. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9242. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9243. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9244. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9245. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  9246. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9247. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9248. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9249. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9250. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9251. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9252. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9253. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9254. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9255. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9256. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9257. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9258. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  9259. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9260. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9261. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9262. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9263. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9264. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9265. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9266. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9267. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9268. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9269. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  9270. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9271. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9272. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9273. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9274. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9275. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9276. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9277. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9278. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9279. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9280. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9281. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9282. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  9283. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9284. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9285. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9286. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9287. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9288. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9289. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9290. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9291. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9292. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9293. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9294. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9295. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9296. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9297. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9298. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9299. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9300. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9301. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9302. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9303. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9304. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9305. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9306. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9307. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9308. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9309. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9310. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9311. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9312. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9313. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9314. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9315. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9316. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9317. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9318. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9319. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9320. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9321. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9322. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9323. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9324. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9325. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9326. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9327. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9328. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9329. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9330. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9331. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9332. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9333. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9334. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9335. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  9336. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9337. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9338. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9339. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9340. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9341. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9342. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9343. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9344. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9345. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9346. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9347. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9348. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9349. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9350. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9351. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9352. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9353. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9354. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9355. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9356. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9357. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9358. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  9359. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9360. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9361. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9362. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9363. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9364. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9365. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9366. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9367. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9368. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9369. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9370. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9371. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9372. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9373. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9374. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9375. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9376. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9377. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9378. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9379. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9380. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9381. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9382. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9383. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9384. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9385. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9386. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9387. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9388. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9389. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9390. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9391. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9392. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9393. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9394. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9395. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9396. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9397. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9398. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9399. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9400. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9401. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9402. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  9403. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9404. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9405. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9406. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9407. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9408. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9409. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9410. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9411. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9412. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9413. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9414. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9415. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9416. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9417. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9418. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9419. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9420. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9421. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9422. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9423. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9424. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9425. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  9426. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9427. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9428. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9429. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9430. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9431. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9432. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9433. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9434. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9435. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9436. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9437. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9438. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9439. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9440. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9441. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9442. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9443. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9444. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9445. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9446. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9447. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9448. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9449. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9450. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9451. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9452. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9453. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9454. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9455. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9456. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9457. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9458. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9459. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9460. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9461. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9462. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9463. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9464. 'AdminBundle\\Controller\\MathproblemController::addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9465. 'AdminBundle\\Controller\\MathproblemController::count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9466. 'AdminBundle\\Controller\\MathproblemController::createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9467. 'AdminBundle\\Controller\\MathproblemController::deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9468. 'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9469. 'AdminBundle\\Controller\\MathproblemController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9470. 'AdminBundle\\Controller\\MathproblemController::editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9471. 'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9472. 'AdminBundle\\Controller\\MathproblemController::overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  9473. 'AdminBundle\\Controller\\MathproblemController::showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9474. 'AdminBundle\\Controller\\MathproblemController::updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9475. 'AdminBundle\\Controller\\ProblemController::edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9476. 'AdminBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9477. 'AdminBundle\\Controller\\TagController::lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9478. 'AdminBundle\\Controller\\TemplateController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9479. 'AdminBundle\\Controller\\TemplateController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9480. 'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  9481. 'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  9482. 'CoreBundle\\Controller\\API\\ProblemController::getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  9483. 'CoreBundle\\Controller\\API\\ProblemController::getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  9484. 'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  9485. 'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  9486. 'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
  9487. 'CoreBundle\\Controller\\API\\ProblemController::setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
  9488. 'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
  9489. 'CoreBundle\\Controller\\API\\SharedQuizController::archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9490. 'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9491. 'CoreBundle\\Controller\\API\\SharedQuizController::create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9492. 'CoreBundle\\Controller\\API\\SharedQuizController::edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9493. 'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9494. 'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9495. 'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  9496. 'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9497. 'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9498. 'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9499. 'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9500. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9501. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9502. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9503. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9504. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9505. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9506. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9507. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9508. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9509. 'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  9510. 'CoreBundle\\Controller\\BugReportController::reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9511. 'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9512. 'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9513. 'CoreBundle\\Controller\\DataController::refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  9514. 'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  9515. 'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9516. 'CoreBundle\\Controller\\EventLoggerController::log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  9517. 'CoreBundle\\Controller\\MathProblemController::getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
  9518. 'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
  9519. 'CoreBundle\\Controller\\ResultsController::quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9520. 'CoreBundle\\Controller\\TextbookController::fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9521. 'CoreBundle\\Controller\\TextbookController::getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
  9522. 'StudentBundle\\Controller\\ClassroomsController::index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
  9523. 'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
  9524. 'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
  9525. 'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  9526. 'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  9527. 'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
  9528. 'StudentBundle\\Controller\\DashboardController::getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  9529. 'StudentBundle\\Controller\\DashboardController::show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  9530. 'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  9531. 'StudentBundle\\Controller\\DefaultController::clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
  9532. 'StudentBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  9533. 'StudentBundle\\Controller\\HomeworkController::checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
  9534. 'StudentBundle\\Controller\\HomeworkController::pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  9535. 'StudentBundle\\Controller\\HomeworkController::play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  9536. 'StudentBundle\\Controller\\HomeworkController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  9537. 'StudentBundle\\Controller\\HomeworkController::showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
  9538. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
  9539. 'StudentBundle\\Controller\\PeerSessionController::feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
  9540. 'StudentBundle\\Controller\\PeerSessionController::mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
  9541. 'StudentBundle\\Controller\\PeerSessionController::rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
  9542. 'StudentBundle\\Controller\\PerformanceController::crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9543. 'StudentBundle\\Controller\\PerformanceController::showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  9544. 'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
  9545. 'StudentBundle\\Controller\\PerformanceController::trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  9546. 'StudentBundle\\Controller\\PretestController::answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
  9547. 'StudentBundle\\Controller\\PretestController::showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
  9548. 'StudentBundle\\Controller\\QuizSessionController::finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  9549. 'StudentBundle\\Controller\\QuizSessionController::getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
  9550. 'StudentBundle\\Controller\\QuizSessionController::pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  9551. 'StudentBundle\\Controller\\QuizSessionController::play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  9552. 'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
  9553. 'StudentBundle\\Controller\\QuizSessionController::showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
  9554. 'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  9555. 'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  9556. 'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  9557. 'StudentBundle\\Controller\\TrainingController::checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
  9558. 'StudentBundle\\Controller\\TrainingController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  9559. 'StudentBundle\\Controller\\TrainingController::prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  9560. 'StudentBundle\\Controller\\TrainingController::showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
  9561. 'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9562. 'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
  9563. 'TeacherBundle\\Controller\\API\\DictateActivityController::start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  9564. 'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  9565. 'TeacherBundle\\Controller\\API\\HomeworkController::create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  9566. 'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9567. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  9568. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  9569. 'TeacherBundle\\Controller\\API\\TagController::getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9570. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9571. 'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
  9572. 'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9573. 'TeacherBundle\\Controller\\ClassroomController::create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  9574. 'TeacherBundle\\Controller\\ClassroomController::delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9575. 'TeacherBundle\\Controller\\ClassroomController::edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
  9576. 'TeacherBundle\\Controller\\ClassroomController::editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9577. 'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  9578. 'TeacherBundle\\Controller\\ClassroomController::getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
  9579. 'TeacherBundle\\Controller\\ClassroomController::getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9580. 'TeacherBundle\\Controller\\ClassroomController::join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9581. 'TeacherBundle\\Controller\\ClassroomController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9582. 'TeacherBundle\\Controller\\ClassroomController::select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  9583. 'TeacherBundle\\Controller\\ContentController::addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  9584. 'TeacherBundle\\Controller\\ContentController::copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  9585. 'TeacherBundle\\Controller\\ContentController::disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
  9586. 'TeacherBundle\\Controller\\ContentController::editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  9587. 'TeacherBundle\\Controller\\ContentController::fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  9588. 'TeacherBundle\\Controller\\ContentController::getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  9589. 'TeacherBundle\\Controller\\ContentController::getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  9590. 'TeacherBundle\\Controller\\ContentController::getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  9591. 'TeacherBundle\\Controller\\DefaultController::editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  9592. 'TeacherBundle\\Controller\\DefaultController::help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  9593. 'TeacherBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
  9594. 'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  9595. 'TeacherBundle\\Controller\\HomeworkController::delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  9596. 'TeacherBundle\\Controller\\HomeworkController::start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  9597. 'TeacherBundle\\Controller\\HomeworkController::stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  9598. 'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  9599. 'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  9600. 'TeacherBundle\\Controller\\PeerTrainingController::delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  9601. 'TeacherBundle\\Controller\\PeerTrainingController::start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  9602. 'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  9603. 'TeacherBundle\\Controller\\QuizController::create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
  9604. 'TeacherBundle\\Controller\\QuizController::putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  9605. 'TeacherBundle\\Controller\\QuizSessionController::start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  9606. 'TeacherBundle\\Controller\\QuizSessionController::stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  9607. 'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  9608. 'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  9609. 'TeacherBundle\\Controller\\StudentController::add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
  9610. 'TeacherBundle\\Controller\\StudentController::edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  9611. 'TeacherBundle\\Controller\\WorksheetController::addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9612. 'TeacherBundle\\Controller\\WorksheetController::create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
  9613. 'TeacherBundle\\Controller\\WorksheetController::deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9614. 'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9615. 'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9616. 'TeacherBundle\\Controller\\WorksheetController::print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9617. 'TeacherBundle\\Controller\\WorksheetController::printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9618. 'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9619. 'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9620. 'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9621. 'TeacherBundle\\Controller\\WorksheetController::resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9622. 'TeacherBundle\\Controller\\WorksheetController::results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  9623. 'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9624. 'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  9625. 'TeacherBundle\\Controller\\WorksheetSessionController::start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  9626. 'TeacherBundle\\Controller\\WorksheetSessionController::stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  9627. 'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  9628. 'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  9629. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9630. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9631. 'TeacherBundle\\Service\\API\\CrammingActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9632. 'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9633. 'TeacherBundle\\Service\\API\\CrammingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9634. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9635. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9636. 'TeacherBundle\\Service\\API\\DictateActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9637. 'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
  9638. 'TeacherBundle\\Service\\API\\DictateActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9639. 'TeacherBundle\\Service\\API\\DictateActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9640. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9641. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9642. 'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9643. 'TeacherBundle\\Service\\API\\HomeworkService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9644. 'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9645. 'TeacherBundle\\Service\\API\\PeerActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9646. 'TeacherBundle\\Service\\API\\PeerActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9647. 'TeacherBundle\\Service\\API\\PeerActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9648. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9649. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9650. 'TeacherBundle\\Service\\API\\QuizActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9651. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  9652. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
  9653. 'TeacherBundle\\Service\\API\\QuizActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9654. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9655. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
  9656. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9657. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9658. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9659. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9660. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9661. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9662. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
  9663. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9664. 'TeacherBundle\\Service\\API\\TrainingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9665. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9666. 'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9667. 'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  9668. 'UserBundle\\Controller\\DefaultController::getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9669. 'UserBundle\\Controller\\DefaultController::getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9670. 'UserBundle\\Controller\\DefaultController::redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9671. 'UserBundle\\Controller\\DefaultController::setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9672. 'UserBundle\\Controller\\RegistrationController::register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  9673. 'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  9674. 'UserBundle\\Controller\\ResetPasswordController::change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  9675. 'UserBundle\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  9676. 'UserBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  9677. 'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  9678. 'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  9679. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  9680. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  9681. 'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
  9682. 'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
  9683. 'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9684. 'AdminBundle\\Controller\\BugReportsController:show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
  9685. 'AdminBundle\\Controller\\ContentController:displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9686. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9687. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9688. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9689. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9690. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9691. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9692. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9693. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9694. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9695. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9696. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9697. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9698. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9699. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9700. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9701. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9702. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9703. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9704. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9705. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9706. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9707. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9708. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9709. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9710. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9711. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9712. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9713. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9714. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9715. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9716. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9717. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9718. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9719. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9720. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9721. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9722. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9723. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9724. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9725. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9726. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9727. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9728. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9729. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9730. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9731. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9732. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9733. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9734. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9735. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9736. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9737. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9738. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9739. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9740. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9741. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9742. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9743. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9744. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9745. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9746. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9747. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9748. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9749. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9750. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9751. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9752. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9753. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9754. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9755. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9756. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9757. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9758. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9759. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9760. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9761. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9762. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9763. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9764. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9765. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9766. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9767. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9768. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9769. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9770. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9771. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9772. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9773. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9774. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9775. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9776. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9777. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  9778. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9779. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9780. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9781. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9782. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9783. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9784. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9785. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9786. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9787. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9788. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9789. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9790. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9791. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9792. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9793. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9794. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9795. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9796. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9797. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9798. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9799. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9800. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9801. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9802. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9803. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9804. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9805. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9806. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9807. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9808. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9809. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9810. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9811. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9812. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9813. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9814. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9815. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9816. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9817. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9818. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9819. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9820. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9821. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9822. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9823. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9824. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9825. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9826. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9827. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9828. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9829. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9830. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9831. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9832. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9833. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9834. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9835. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9836. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9837. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9838. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9839. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9840. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9841. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9842. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9843. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9844. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9845. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9846. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9847. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9848. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9849. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9850. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9851. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9852. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9853. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9854. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9855. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9856. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9857. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9858. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9859. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9860. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9861. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9862. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9863. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9864. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9865. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9866. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9867. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9868. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9869. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9870. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9871. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9872. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9873. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9874. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9875. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9876. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9877. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9878. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9879. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9880. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9881. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9882. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9883. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9884. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9885. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9886. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9887. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9888. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9889. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9890. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9891. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9892. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9893. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9894. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9895. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9896. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9897. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9898. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9899. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9900. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9901. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9902. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9903. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9904. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9905. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9906. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9907. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9908. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9909. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9910. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9911. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9912. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9913. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9914. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9915. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9916. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9917. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9918. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9919. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9920. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9921. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9922. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9923. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9924. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9925. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9926. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9927. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9928. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9929. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9930. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9931. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9932. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9933. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9934. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9935. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9936. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9937. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9938. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9939. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9940. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9941. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9942. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9943. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9944. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9945. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9946. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9947. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9948. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9949. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9950. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9951. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9952. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9953. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9954. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9955. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9956. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9957. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9958. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9959. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  9960. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9961. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9962. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9963. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9964. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9965. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9966. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9967. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9968. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9969. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9970. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9971. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9972. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9973. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9974. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9975. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9976. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9977. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9978. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9979. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9980. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9981. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9982. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9983. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9984. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9985. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  9986. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9987. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9988. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9989. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9990. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9991. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9992. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9993. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9994. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9995. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9996. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9997. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9998. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9999. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10000. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10001. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10002. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10003. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10004. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10005. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10006. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10007. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10008. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10009. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10010. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10011. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10012. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10013. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10014. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10015. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10016. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10017. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10018. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10019. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10020. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10021. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10022. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10023. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10024. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10025. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10026. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10027. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10028. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10029. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10030. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10031. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10032. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10033. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10034. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10035. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10036. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10037. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10038. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10039. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10040. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10041. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10042. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10043. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10044. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10045. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10046. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10047. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10048. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10049. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10050. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10051. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10052. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10053. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10054. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10055. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10056. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10057. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10058. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10059. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10060. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10061. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10062. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10063. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10064. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10065. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10066. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10067. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10068. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10069. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10070. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10071. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10072. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10073. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10074. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10075. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10076. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10077. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10078. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10079. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10080. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10081. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10082. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10083. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10084. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10085. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10086. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10087. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10088. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10089. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10090. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10091. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10092. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10093. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10094. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10095. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10096. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10097. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10098. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10099. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10100. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10101. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10102. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10103. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10104. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10105. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10106. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10107. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10108. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10109. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10110. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10111. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10112. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10113. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10114. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10115. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10116. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10117. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10118. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10119. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10120. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10121. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10122. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10123. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10124. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10125. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10126. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10127. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10128. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10129. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10130. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10131. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10132. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10133. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10134. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10135. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10136. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10137. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10138. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10139. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10140. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10141. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10142. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10143. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10144. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10145. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10146. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10147. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10148. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10149. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10150. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10151. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10152. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10153. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10154. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10155. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10156. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10157. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10158. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10159. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10160. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10161. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10162. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10163. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10164. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10165. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10166. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10167. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10168. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10169. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10170. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10171. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10172. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10173. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10174. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10175. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10176. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10177. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10178. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10179. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10180. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10181. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10182. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10183. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10184. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10185. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10186. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10187. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10188. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10189. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10190. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10191. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10192. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10193. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10194. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10195. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10196. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10197. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10198. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10199. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10200. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10201. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10202. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10203. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10204. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10205. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10206. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10207. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10208. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10209. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10210. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10211. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10212. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10213. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10214. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10215. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10216. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10217. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10218. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10219. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10220. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10221. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10222. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10223. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10224. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10225. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10226. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10227. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10228. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10229. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10230. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10231. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10232. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10233. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10234. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10235. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10236. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10237. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10238. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10239. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10240. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10241. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10242. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10243. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10244. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10245. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10246. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10247. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10248. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10249. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10250. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10251. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10252. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10253. 'AdminBundle\\Controller\\MathproblemController:addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10254. 'AdminBundle\\Controller\\MathproblemController:count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10255. 'AdminBundle\\Controller\\MathproblemController:createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10256. 'AdminBundle\\Controller\\MathproblemController:deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10257. 'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10258. 'AdminBundle\\Controller\\MathproblemController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10259. 'AdminBundle\\Controller\\MathproblemController:editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10260. 'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10261. 'AdminBundle\\Controller\\MathproblemController:overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  10262. 'AdminBundle\\Controller\\MathproblemController:showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10263. 'AdminBundle\\Controller\\MathproblemController:updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10264. 'AdminBundle\\Controller\\ProblemController:edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10265. 'AdminBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10266. 'AdminBundle\\Controller\\TagController:lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10267. 'AdminBundle\\Controller\\TemplateController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10268. 'AdminBundle\\Controller\\TemplateController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10269. 'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  10270. 'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10271. 'CoreBundle\\Controller\\API\\ProblemController:getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10272. 'CoreBundle\\Controller\\API\\ProblemController:getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10273. 'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10274. 'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10275. 'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
  10276. 'CoreBundle\\Controller\\API\\ProblemController:setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
  10277. 'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
  10278. 'CoreBundle\\Controller\\API\\SharedQuizController:archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10279. 'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10280. 'CoreBundle\\Controller\\API\\SharedQuizController:create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10281. 'CoreBundle\\Controller\\API\\SharedQuizController:edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10282. 'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10283. 'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10284. 'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  10285. 'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10286. 'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10287. 'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10288. 'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10289. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10290. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10291. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10292. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10293. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10294. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10295. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10296. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10297. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10298. 'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10299. 'CoreBundle\\Controller\\BugReportController:reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10300. 'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10301. 'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10302. 'CoreBundle\\Controller\\DataController:refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  10303. 'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  10304. 'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10305. 'CoreBundle\\Controller\\EventLoggerController:log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10306. 'CoreBundle\\Controller\\MathProblemController:getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
  10307. 'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
  10308. 'CoreBundle\\Controller\\ResultsController:quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10309. 'CoreBundle\\Controller\\TextbookController:fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10310. 'CoreBundle\\Controller\\TextbookController:getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
  10311. 'StudentBundle\\Controller\\ClassroomsController:index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
  10312. 'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
  10313. 'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
  10314. 'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  10315. 'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  10316. 'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
  10317. 'StudentBundle\\Controller\\DashboardController:getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  10318. 'StudentBundle\\Controller\\DashboardController:show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  10319. 'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10320. 'StudentBundle\\Controller\\DefaultController:clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
  10321. 'StudentBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  10322. 'StudentBundle\\Controller\\HomeworkController:checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
  10323. 'StudentBundle\\Controller\\HomeworkController:pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  10324. 'StudentBundle\\Controller\\HomeworkController:play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  10325. 'StudentBundle\\Controller\\HomeworkController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10326. 'StudentBundle\\Controller\\HomeworkController:showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
  10327. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
  10328. 'StudentBundle\\Controller\\PeerSessionController:feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
  10329. 'StudentBundle\\Controller\\PeerSessionController:mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
  10330. 'StudentBundle\\Controller\\PeerSessionController:rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
  10331. 'StudentBundle\\Controller\\PerformanceController:crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10332. 'StudentBundle\\Controller\\PerformanceController:showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  10333. 'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
  10334. 'StudentBundle\\Controller\\PerformanceController:trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  10335. 'StudentBundle\\Controller\\PretestController:answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
  10336. 'StudentBundle\\Controller\\PretestController:showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
  10337. 'StudentBundle\\Controller\\QuizSessionController:finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10338. 'StudentBundle\\Controller\\QuizSessionController:getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
  10339. 'StudentBundle\\Controller\\QuizSessionController:pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  10340. 'StudentBundle\\Controller\\QuizSessionController:play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  10341. 'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
  10342. 'StudentBundle\\Controller\\QuizSessionController:showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
  10343. 'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10344. 'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10345. 'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10346. 'StudentBundle\\Controller\\TrainingController:checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
  10347. 'StudentBundle\\Controller\\TrainingController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10348. 'StudentBundle\\Controller\\TrainingController:prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10349. 'StudentBundle\\Controller\\TrainingController:showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
  10350. 'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10351. 'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
  10352. 'TeacherBundle\\Controller\\API\\DictateActivityController:start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  10353. 'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  10354. 'TeacherBundle\\Controller\\API\\HomeworkController:create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10355. 'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10356. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  10357. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  10358. 'TeacherBundle\\Controller\\API\\TagController:getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10359. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10360. 'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
  10361. 'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10362. 'TeacherBundle\\Controller\\ClassroomController:create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  10363. 'TeacherBundle\\Controller\\ClassroomController:delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10364. 'TeacherBundle\\Controller\\ClassroomController:edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
  10365. 'TeacherBundle\\Controller\\ClassroomController:editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10366. 'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10367. 'TeacherBundle\\Controller\\ClassroomController:getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
  10368. 'TeacherBundle\\Controller\\ClassroomController:getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10369. 'TeacherBundle\\Controller\\ClassroomController:join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10370. 'TeacherBundle\\Controller\\ClassroomController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10371. 'TeacherBundle\\Controller\\ClassroomController:select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  10372. 'TeacherBundle\\Controller\\ContentController:addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  10373. 'TeacherBundle\\Controller\\ContentController:copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  10374. 'TeacherBundle\\Controller\\ContentController:disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
  10375. 'TeacherBundle\\Controller\\ContentController:editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  10376. 'TeacherBundle\\Controller\\ContentController:fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10377. 'TeacherBundle\\Controller\\ContentController:getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10378. 'TeacherBundle\\Controller\\ContentController:getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10379. 'TeacherBundle\\Controller\\ContentController:getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10380. 'TeacherBundle\\Controller\\DefaultController:editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10381. 'TeacherBundle\\Controller\\DefaultController:help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10382. 'TeacherBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
  10383. 'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10384. 'TeacherBundle\\Controller\\HomeworkController:delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10385. 'TeacherBundle\\Controller\\HomeworkController:start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10386. 'TeacherBundle\\Controller\\HomeworkController:stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10387. 'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10388. 'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10389. 'TeacherBundle\\Controller\\PeerTrainingController:delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10390. 'TeacherBundle\\Controller\\PeerTrainingController:start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  10391. 'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  10392. 'TeacherBundle\\Controller\\QuizController:create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
  10393. 'TeacherBundle\\Controller\\QuizController:putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  10394. 'TeacherBundle\\Controller\\QuizSessionController:start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10395. 'TeacherBundle\\Controller\\QuizSessionController:stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10396. 'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10397. 'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10398. 'TeacherBundle\\Controller\\StudentController:add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
  10399. 'TeacherBundle\\Controller\\StudentController:edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10400. 'TeacherBundle\\Controller\\WorksheetController:addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10401. 'TeacherBundle\\Controller\\WorksheetController:create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
  10402. 'TeacherBundle\\Controller\\WorksheetController:deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10403. 'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10404. 'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10405. 'TeacherBundle\\Controller\\WorksheetController:print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10406. 'TeacherBundle\\Controller\\WorksheetController:printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10407. 'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10408. 'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10409. 'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10410. 'TeacherBundle\\Controller\\WorksheetController:resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10411. 'TeacherBundle\\Controller\\WorksheetController:results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10412. 'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10413. 'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10414. 'TeacherBundle\\Controller\\WorksheetSessionController:start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10415. 'TeacherBundle\\Controller\\WorksheetSessionController:stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10416. 'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10417. 'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10418. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10419. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10420. 'TeacherBundle\\Service\\API\\CrammingActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10421. 'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10422. 'TeacherBundle\\Service\\API\\CrammingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10423. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10424. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10425. 'TeacherBundle\\Service\\API\\DictateActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10426. 'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
  10427. 'TeacherBundle\\Service\\API\\DictateActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10428. 'TeacherBundle\\Service\\API\\DictateActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10429. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10430. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10431. 'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10432. 'TeacherBundle\\Service\\API\\HomeworkService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10433. 'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10434. 'TeacherBundle\\Service\\API\\PeerActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10435. 'TeacherBundle\\Service\\API\\PeerActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10436. 'TeacherBundle\\Service\\API\\PeerActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10437. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10438. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10439. 'TeacherBundle\\Service\\API\\QuizActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10440. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  10441. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
  10442. 'TeacherBundle\\Service\\API\\QuizActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10443. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10444. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
  10445. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10446. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10447. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10448. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10449. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10450. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10451. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
  10452. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10453. 'TeacherBundle\\Service\\API\\TrainingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10454. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10455. 'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10456. 'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10457. 'UserBundle\\Controller\\DefaultController:getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10458. 'UserBundle\\Controller\\DefaultController:getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10459. 'UserBundle\\Controller\\DefaultController:redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10460. 'UserBundle\\Controller\\DefaultController:setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10461. 'UserBundle\\Controller\\RegistrationController:register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10462. 'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10463. 'UserBundle\\Controller\\ResetPasswordController:change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10464. 'UserBundle\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  10465. 'UserBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  10466. 'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10467. 'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10468. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10469. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10470. ], [
  10471. 'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => '?',
  10472. 'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => '?',
  10473. 'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => '?',
  10474. 'AdminBundle\\Controller\\BugReportsController::show' => '?',
  10475. 'AdminBundle\\Controller\\ContentController::displayMathproblems' => '?',
  10476. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => '?',
  10477. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => '?',
  10478. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => '?',
  10479. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => '?',
  10480. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => '?',
  10481. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => '?',
  10482. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => '?',
  10483. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => '?',
  10484. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => '?',
  10485. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => '?',
  10486. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => '?',
  10487. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => '?',
  10488. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => '?',
  10489. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => '?',
  10490. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => '?',
  10491. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => '?',
  10492. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => '?',
  10493. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => '?',
  10494. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => '?',
  10495. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => '?',
  10496. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => '?',
  10497. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => '?',
  10498. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => '?',
  10499. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => '?',
  10500. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => '?',
  10501. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => '?',
  10502. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => '?',
  10503. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => '?',
  10504. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => '?',
  10505. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => '?',
  10506. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => '?',
  10507. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => '?',
  10508. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => '?',
  10509. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => '?',
  10510. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => '?',
  10511. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => '?',
  10512. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => '?',
  10513. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => '?',
  10514. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => '?',
  10515. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => '?',
  10516. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => '?',
  10517. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => '?',
  10518. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => '?',
  10519. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => '?',
  10520. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => '?',
  10521. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => '?',
  10522. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => '?',
  10523. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => '?',
  10524. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => '?',
  10525. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => '?',
  10526. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => '?',
  10527. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => '?',
  10528. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => '?',
  10529. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => '?',
  10530. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => '?',
  10531. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => '?',
  10532. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => '?',
  10533. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => '?',
  10534. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => '?',
  10535. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => '?',
  10536. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => '?',
  10537. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => '?',
  10538. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => '?',
  10539. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => '?',
  10540. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => '?',
  10541. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => '?',
  10542. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => '?',
  10543. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => '?',
  10544. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => '?',
  10545. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => '?',
  10546. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => '?',
  10547. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => '?',
  10548. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => '?',
  10549. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => '?',
  10550. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => '?',
  10551. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => '?',
  10552. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => '?',
  10553. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => '?',
  10554. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => '?',
  10555. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => '?',
  10556. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => '?',
  10557. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => '?',
  10558. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => '?',
  10559. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => '?',
  10560. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => '?',
  10561. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => '?',
  10562. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => '?',
  10563. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => '?',
  10564. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => '?',
  10565. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => '?',
  10566. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => '?',
  10567. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => '?',
  10568. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => '?',
  10569. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => '?',
  10570. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => '?',
  10571. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => '?',
  10572. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => '?',
  10573. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => '?',
  10574. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => '?',
  10575. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => '?',
  10576. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => '?',
  10577. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => '?',
  10578. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => '?',
  10579. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => '?',
  10580. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => '?',
  10581. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => '?',
  10582. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => '?',
  10583. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => '?',
  10584. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => '?',
  10585. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => '?',
  10586. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => '?',
  10587. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => '?',
  10588. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => '?',
  10589. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => '?',
  10590. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => '?',
  10591. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => '?',
  10592. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => '?',
  10593. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => '?',
  10594. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => '?',
  10595. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => '?',
  10596. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => '?',
  10597. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => '?',
  10598. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => '?',
  10599. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => '?',
  10600. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => '?',
  10601. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => '?',
  10602. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => '?',
  10603. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => '?',
  10604. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => '?',
  10605. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => '?',
  10606. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => '?',
  10607. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => '?',
  10608. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => '?',
  10609. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => '?',
  10610. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => '?',
  10611. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => '?',
  10612. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => '?',
  10613. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => '?',
  10614. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => '?',
  10615. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => '?',
  10616. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => '?',
  10617. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => '?',
  10618. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => '?',
  10619. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => '?',
  10620. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => '?',
  10621. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => '?',
  10622. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => '?',
  10623. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => '?',
  10624. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => '?',
  10625. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => '?',
  10626. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => '?',
  10627. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => '?',
  10628. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => '?',
  10629. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => '?',
  10630. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => '?',
  10631. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => '?',
  10632. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => '?',
  10633. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => '?',
  10634. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => '?',
  10635. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => '?',
  10636. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => '?',
  10637. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => '?',
  10638. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => '?',
  10639. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => '?',
  10640. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => '?',
  10641. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => '?',
  10642. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => '?',
  10643. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => '?',
  10644. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => '?',
  10645. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => '?',
  10646. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => '?',
  10647. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => '?',
  10648. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => '?',
  10649. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => '?',
  10650. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => '?',
  10651. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => '?',
  10652. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => '?',
  10653. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => '?',
  10654. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => '?',
  10655. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => '?',
  10656. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => '?',
  10657. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => '?',
  10658. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => '?',
  10659. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => '?',
  10660. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => '?',
  10661. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => '?',
  10662. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => '?',
  10663. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => '?',
  10664. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => '?',
  10665. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => '?',
  10666. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => '?',
  10667. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => '?',
  10668. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => '?',
  10669. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => '?',
  10670. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => '?',
  10671. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => '?',
  10672. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => '?',
  10673. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => '?',
  10674. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => '?',
  10675. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => '?',
  10676. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => '?',
  10677. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => '?',
  10678. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => '?',
  10679. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => '?',
  10680. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => '?',
  10681. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => '?',
  10682. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => '?',
  10683. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => '?',
  10684. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => '?',
  10685. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => '?',
  10686. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => '?',
  10687. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => '?',
  10688. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => '?',
  10689. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => '?',
  10690. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => '?',
  10691. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => '?',
  10692. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => '?',
  10693. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => '?',
  10694. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => '?',
  10695. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => '?',
  10696. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => '?',
  10697. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => '?',
  10698. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => '?',
  10699. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => '?',
  10700. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => '?',
  10701. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => '?',
  10702. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => '?',
  10703. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => '?',
  10704. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => '?',
  10705. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => '?',
  10706. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => '?',
  10707. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => '?',
  10708. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => '?',
  10709. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => '?',
  10710. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => '?',
  10711. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => '?',
  10712. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => '?',
  10713. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => '?',
  10714. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => '?',
  10715. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => '?',
  10716. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => '?',
  10717. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => '?',
  10718. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => '?',
  10719. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => '?',
  10720. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => '?',
  10721. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => '?',
  10722. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => '?',
  10723. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => '?',
  10724. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => '?',
  10725. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => '?',
  10726. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => '?',
  10727. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => '?',
  10728. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => '?',
  10729. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => '?',
  10730. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => '?',
  10731. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => '?',
  10732. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => '?',
  10733. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => '?',
  10734. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => '?',
  10735. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => '?',
  10736. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => '?',
  10737. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => '?',
  10738. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => '?',
  10739. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => '?',
  10740. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => '?',
  10741. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => '?',
  10742. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => '?',
  10743. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => '?',
  10744. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => '?',
  10745. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => '?',
  10746. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => '?',
  10747. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => '?',
  10748. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => '?',
  10749. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => '?',
  10750. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => '?',
  10751. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => '?',
  10752. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => '?',
  10753. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => '?',
  10754. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => '?',
  10755. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => '?',
  10756. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => '?',
  10757. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => '?',
  10758. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => '?',
  10759. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => '?',
  10760. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => '?',
  10761. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => '?',
  10762. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => '?',
  10763. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => '?',
  10764. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => '?',
  10765. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => '?',
  10766. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => '?',
  10767. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => '?',
  10768. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => '?',
  10769. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => '?',
  10770. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => '?',
  10771. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => '?',
  10772. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => '?',
  10773. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => '?',
  10774. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => '?',
  10775. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => '?',
  10776. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => '?',
  10777. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => '?',
  10778. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => '?',
  10779. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => '?',
  10780. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => '?',
  10781. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => '?',
  10782. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => '?',
  10783. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => '?',
  10784. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => '?',
  10785. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => '?',
  10786. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => '?',
  10787. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => '?',
  10788. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => '?',
  10789. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => '?',
  10790. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => '?',
  10791. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => '?',
  10792. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => '?',
  10793. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => '?',
  10794. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => '?',
  10795. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => '?',
  10796. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => '?',
  10797. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => '?',
  10798. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => '?',
  10799. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => '?',
  10800. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => '?',
  10801. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => '?',
  10802. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => '?',
  10803. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => '?',
  10804. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => '?',
  10805. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => '?',
  10806. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => '?',
  10807. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => '?',
  10808. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => '?',
  10809. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => '?',
  10810. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => '?',
  10811. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => '?',
  10812. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => '?',
  10813. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => '?',
  10814. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => '?',
  10815. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => '?',
  10816. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => '?',
  10817. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => '?',
  10818. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => '?',
  10819. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => '?',
  10820. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => '?',
  10821. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => '?',
  10822. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => '?',
  10823. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => '?',
  10824. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => '?',
  10825. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => '?',
  10826. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => '?',
  10827. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => '?',
  10828. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => '?',
  10829. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => '?',
  10830. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => '?',
  10831. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => '?',
  10832. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => '?',
  10833. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => '?',
  10834. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => '?',
  10835. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => '?',
  10836. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => '?',
  10837. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => '?',
  10838. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => '?',
  10839. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => '?',
  10840. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => '?',
  10841. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => '?',
  10842. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => '?',
  10843. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => '?',
  10844. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => '?',
  10845. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => '?',
  10846. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => '?',
  10847. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => '?',
  10848. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => '?',
  10849. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => '?',
  10850. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => '?',
  10851. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => '?',
  10852. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => '?',
  10853. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => '?',
  10854. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => '?',
  10855. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => '?',
  10856. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => '?',
  10857. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => '?',
  10858. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => '?',
  10859. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => '?',
  10860. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => '?',
  10861. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => '?',
  10862. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => '?',
  10863. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => '?',
  10864. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => '?',
  10865. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => '?',
  10866. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => '?',
  10867. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => '?',
  10868. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => '?',
  10869. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => '?',
  10870. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => '?',
  10871. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => '?',
  10872. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => '?',
  10873. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => '?',
  10874. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => '?',
  10875. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => '?',
  10876. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => '?',
  10877. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => '?',
  10878. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => '?',
  10879. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => '?',
  10880. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => '?',
  10881. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => '?',
  10882. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => '?',
  10883. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => '?',
  10884. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => '?',
  10885. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => '?',
  10886. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => '?',
  10887. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => '?',
  10888. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => '?',
  10889. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => '?',
  10890. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => '?',
  10891. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => '?',
  10892. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => '?',
  10893. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => '?',
  10894. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => '?',
  10895. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => '?',
  10896. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => '?',
  10897. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => '?',
  10898. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => '?',
  10899. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => '?',
  10900. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => '?',
  10901. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => '?',
  10902. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => '?',
  10903. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => '?',
  10904. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => '?',
  10905. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => '?',
  10906. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => '?',
  10907. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => '?',
  10908. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => '?',
  10909. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => '?',
  10910. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => '?',
  10911. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => '?',
  10912. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => '?',
  10913. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => '?',
  10914. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => '?',
  10915. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => '?',
  10916. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => '?',
  10917. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => '?',
  10918. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => '?',
  10919. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => '?',
  10920. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => '?',
  10921. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => '?',
  10922. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => '?',
  10923. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => '?',
  10924. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => '?',
  10925. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => '?',
  10926. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => '?',
  10927. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => '?',
  10928. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => '?',
  10929. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => '?',
  10930. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => '?',
  10931. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => '?',
  10932. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => '?',
  10933. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => '?',
  10934. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => '?',
  10935. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => '?',
  10936. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => '?',
  10937. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => '?',
  10938. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => '?',
  10939. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => '?',
  10940. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => '?',
  10941. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => '?',
  10942. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => '?',
  10943. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => '?',
  10944. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => '?',
  10945. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => '?',
  10946. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => '?',
  10947. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => '?',
  10948. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => '?',
  10949. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => '?',
  10950. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => '?',
  10951. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => '?',
  10952. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => '?',
  10953. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => '?',
  10954. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => '?',
  10955. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => '?',
  10956. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => '?',
  10957. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => '?',
  10958. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => '?',
  10959. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => '?',
  10960. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => '?',
  10961. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => '?',
  10962. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => '?',
  10963. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => '?',
  10964. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => '?',
  10965. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => '?',
  10966. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => '?',
  10967. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => '?',
  10968. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => '?',
  10969. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => '?',
  10970. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => '?',
  10971. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => '?',
  10972. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => '?',
  10973. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => '?',
  10974. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => '?',
  10975. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => '?',
  10976. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => '?',
  10977. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => '?',
  10978. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => '?',
  10979. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => '?',
  10980. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => '?',
  10981. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => '?',
  10982. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => '?',
  10983. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => '?',
  10984. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => '?',
  10985. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => '?',
  10986. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => '?',
  10987. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => '?',
  10988. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => '?',
  10989. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => '?',
  10990. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => '?',
  10991. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => '?',
  10992. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => '?',
  10993. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => '?',
  10994. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => '?',
  10995. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => '?',
  10996. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => '?',
  10997. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => '?',
  10998. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => '?',
  10999. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => '?',
  11000. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => '?',
  11001. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => '?',
  11002. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => '?',
  11003. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => '?',
  11004. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => '?',
  11005. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => '?',
  11006. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => '?',
  11007. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => '?',
  11008. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => '?',
  11009. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => '?',
  11010. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => '?',
  11011. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => '?',
  11012. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => '?',
  11013. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => '?',
  11014. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => '?',
  11015. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => '?',
  11016. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => '?',
  11017. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => '?',
  11018. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => '?',
  11019. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => '?',
  11020. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => '?',
  11021. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => '?',
  11022. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => '?',
  11023. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => '?',
  11024. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => '?',
  11025. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => '?',
  11026. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => '?',
  11027. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => '?',
  11028. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => '?',
  11029. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => '?',
  11030. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => '?',
  11031. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => '?',
  11032. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => '?',
  11033. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => '?',
  11034. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => '?',
  11035. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => '?',
  11036. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => '?',
  11037. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => '?',
  11038. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => '?',
  11039. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => '?',
  11040. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => '?',
  11041. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => '?',
  11042. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => '?',
  11043. 'AdminBundle\\Controller\\MathproblemController::addAction' => '?',
  11044. 'AdminBundle\\Controller\\MathproblemController::count' => '?',
  11045. 'AdminBundle\\Controller\\MathproblemController::createAction' => '?',
  11046. 'AdminBundle\\Controller\\MathproblemController::deleteAction' => '?',
  11047. 'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => '?',
  11048. 'AdminBundle\\Controller\\MathproblemController::disable' => '?',
  11049. 'AdminBundle\\Controller\\MathproblemController::editAction' => '?',
  11050. 'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => '?',
  11051. 'AdminBundle\\Controller\\MathproblemController::overview' => '?',
  11052. 'AdminBundle\\Controller\\MathproblemController::showAction' => '?',
  11053. 'AdminBundle\\Controller\\MathproblemController::updateAction' => '?',
  11054. 'AdminBundle\\Controller\\ProblemController::edit' => '?',
  11055. 'AdminBundle\\Controller\\ResetPasswordController::reset' => '?',
  11056. 'AdminBundle\\Controller\\TagController::lookup' => '?',
  11057. 'AdminBundle\\Controller\\TemplateController::disable' => '?',
  11058. 'AdminBundle\\Controller\\TemplateController::overview' => '?',
  11059. 'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => '?',
  11060. 'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => '?',
  11061. 'CoreBundle\\Controller\\API\\ProblemController::getProblems' => '?',
  11062. 'CoreBundle\\Controller\\API\\ProblemController::getResults' => '?',
  11063. 'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => '?',
  11064. 'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => '?',
  11065. 'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => '?',
  11066. 'CoreBundle\\Controller\\API\\ProblemController::setValidator' => '?',
  11067. 'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => '?',
  11068. 'CoreBundle\\Controller\\API\\SharedQuizController::archive' => '?',
  11069. 'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => '?',
  11070. 'CoreBundle\\Controller\\API\\SharedQuizController::create' => '?',
  11071. 'CoreBundle\\Controller\\API\\SharedQuizController::edit' => '?',
  11072. 'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => '?',
  11073. 'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => '?',
  11074. 'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => '?',
  11075. 'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => '?',
  11076. 'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => '?',
  11077. 'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => '?',
  11078. 'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => '?',
  11079. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => '?',
  11080. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => '?',
  11081. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => '?',
  11082. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => '?',
  11083. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => '?',
  11084. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => '?',
  11085. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => '?',
  11086. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => '?',
  11087. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => '?',
  11088. 'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => '?',
  11089. 'CoreBundle\\Controller\\BugReportController::reportMpBug' => '?',
  11090. 'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => '?',
  11091. 'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => '?',
  11092. 'CoreBundle\\Controller\\DataController::refreshStudentSessions' => '?',
  11093. 'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => '?',
  11094. 'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => '?',
  11095. 'CoreBundle\\Controller\\EventLoggerController::log' => '?',
  11096. 'CoreBundle\\Controller\\MathProblemController::getAudioFile' => '?',
  11097. 'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => '?',
  11098. 'CoreBundle\\Controller\\ResultsController::quizResults' => '?',
  11099. 'CoreBundle\\Controller\\TextbookController::fetchCategory' => '?',
  11100. 'CoreBundle\\Controller\\TextbookController::getAudioFile' => '?',
  11101. 'StudentBundle\\Controller\\ClassroomsController::index' => '?',
  11102. 'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => '?',
  11103. 'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => '?',
  11104. 'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => '?',
  11105. 'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => '?',
  11106. 'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => '?',
  11107. 'StudentBundle\\Controller\\DashboardController::getTextAudio' => '?',
  11108. 'StudentBundle\\Controller\\DashboardController::show' => '?',
  11109. 'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => '?',
  11110. 'StudentBundle\\Controller\\DefaultController::clearImpersonation' => '?',
  11111. 'StudentBundle\\Controller\\DefaultController::index' => '?',
  11112. 'StudentBundle\\Controller\\HomeworkController::checkAnswer' => '?',
  11113. 'StudentBundle\\Controller\\HomeworkController::pause' => '?',
  11114. 'StudentBundle\\Controller\\HomeworkController::play' => '?',
  11115. 'StudentBundle\\Controller\\HomeworkController::prepare' => '?',
  11116. 'StudentBundle\\Controller\\HomeworkController::showMathproblem' => '?',
  11117. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => '?',
  11118. 'StudentBundle\\Controller\\PeerSessionController::feedback' => '?',
  11119. 'StudentBundle\\Controller\\PeerSessionController::mathproblem' => '?',
  11120. 'StudentBundle\\Controller\\PeerSessionController::rate' => '?',
  11121. 'StudentBundle\\Controller\\PerformanceController::crammingSummary' => '?',
  11122. 'StudentBundle\\Controller\\PerformanceController::showDashboard' => '?',
  11123. 'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => '?',
  11124. 'StudentBundle\\Controller\\PerformanceController::trainingSummary' => '?',
  11125. 'StudentBundle\\Controller\\PretestController::answerPretest' => '?',
  11126. 'StudentBundle\\Controller\\PretestController::showPretest' => '?',
  11127. 'StudentBundle\\Controller\\QuizSessionController::finish' => '?',
  11128. 'StudentBundle\\Controller\\QuizSessionController::getProblem' => '?',
  11129. 'StudentBundle\\Controller\\QuizSessionController::pause' => '?',
  11130. 'StudentBundle\\Controller\\QuizSessionController::play' => '?',
  11131. 'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => '?',
  11132. 'StudentBundle\\Controller\\QuizSessionController::showProblem' => '?',
  11133. 'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => '?',
  11134. 'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => '?',
  11135. 'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => '?',
  11136. 'StudentBundle\\Controller\\TrainingController::checkAnswer' => '?',
  11137. 'StudentBundle\\Controller\\TrainingController::prepare' => '?',
  11138. 'StudentBundle\\Controller\\TrainingController::prepareJSON' => '?',
  11139. 'StudentBundle\\Controller\\TrainingController::showMathproblem' => '?',
  11140. 'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => '?',
  11141. 'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => '?',
  11142. 'TeacherBundle\\Controller\\API\\DictateActivityController::start' => '?',
  11143. 'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => '?',
  11144. 'TeacherBundle\\Controller\\API\\HomeworkController::create' => '?',
  11145. 'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => '?',
  11146. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => '?',
  11147. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => '?',
  11148. 'TeacherBundle\\Controller\\API\\TagController::getTags' => '?',
  11149. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => '?',
  11150. 'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => '?',
  11151. 'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => '?',
  11152. 'TeacherBundle\\Controller\\ClassroomController::create' => '?',
  11153. 'TeacherBundle\\Controller\\ClassroomController::delete' => '?',
  11154. 'TeacherBundle\\Controller\\ClassroomController::edit' => '?',
  11155. 'TeacherBundle\\Controller\\ClassroomController::editPointPool' => '?',
  11156. 'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => '?',
  11157. 'TeacherBundle\\Controller\\ClassroomController::getPointPools' => '?',
  11158. 'TeacherBundle\\Controller\\ClassroomController::getStudents' => '?',
  11159. 'TeacherBundle\\Controller\\ClassroomController::join' => '?',
  11160. 'TeacherBundle\\Controller\\ClassroomController::overview' => '?',
  11161. 'TeacherBundle\\Controller\\ClassroomController::select' => '?',
  11162. 'TeacherBundle\\Controller\\ContentController::addProblem' => '?',
  11163. 'TeacherBundle\\Controller\\ContentController::copyMathProblem' => '?',
  11164. 'TeacherBundle\\Controller\\ContentController::disableMathProblem' => '?',
  11165. 'TeacherBundle\\Controller\\ContentController::editMathProblem' => '?',
  11166. 'TeacherBundle\\Controller\\ContentController::fetchProblems' => '?',
  11167. 'TeacherBundle\\Controller\\ContentController::getCompactView' => '?',
  11168. 'TeacherBundle\\Controller\\ContentController::getNextProblem' => '?',
  11169. 'TeacherBundle\\Controller\\ContentController::getProblems' => '?',
  11170. 'TeacherBundle\\Controller\\DefaultController::editProfile' => '?',
  11171. 'TeacherBundle\\Controller\\DefaultController::help' => '?',
  11172. 'TeacherBundle\\Controller\\DefaultController::index' => '?',
  11173. 'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => '?',
  11174. 'TeacherBundle\\Controller\\HomeworkController::delete' => '?',
  11175. 'TeacherBundle\\Controller\\HomeworkController::start' => '?',
  11176. 'TeacherBundle\\Controller\\HomeworkController::stop' => '?',
  11177. 'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => '?',
  11178. 'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => '?',
  11179. 'TeacherBundle\\Controller\\PeerTrainingController::delete' => '?',
  11180. 'TeacherBundle\\Controller\\PeerTrainingController::start' => '?',
  11181. 'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => '?',
  11182. 'TeacherBundle\\Controller\\QuizController::create' => '?',
  11183. 'TeacherBundle\\Controller\\QuizController::putQuiz' => '?',
  11184. 'TeacherBundle\\Controller\\QuizSessionController::start' => '?',
  11185. 'TeacherBundle\\Controller\\QuizSessionController::stop' => '?',
  11186. 'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => '?',
  11187. 'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => '?',
  11188. 'TeacherBundle\\Controller\\StudentController::add' => '?',
  11189. 'TeacherBundle\\Controller\\StudentController::edit' => '?',
  11190. 'TeacherBundle\\Controller\\WorksheetController::addScores' => '?',
  11191. 'TeacherBundle\\Controller\\WorksheetController::create' => '?',
  11192. 'TeacherBundle\\Controller\\WorksheetController::deleteSession' => '?',
  11193. 'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => '?',
  11194. 'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => '?',
  11195. 'TeacherBundle\\Controller\\WorksheetController::print' => '?',
  11196. 'TeacherBundle\\Controller\\WorksheetController::printSolutions' => '?',
  11197. 'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => '?',
  11198. 'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => '?',
  11199. 'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => '?',
  11200. 'TeacherBundle\\Controller\\WorksheetController::resetScores' => '?',
  11201. 'TeacherBundle\\Controller\\WorksheetController::results' => '?',
  11202. 'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => '?',
  11203. 'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => '?',
  11204. 'TeacherBundle\\Controller\\WorksheetSessionController::start' => '?',
  11205. 'TeacherBundle\\Controller\\WorksheetSessionController::stop' => '?',
  11206. 'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => '?',
  11207. 'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => '?',
  11208. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => '?',
  11209. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => '?',
  11210. 'TeacherBundle\\Service\\API\\CrammingActivityService::create' => '?',
  11211. 'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => '?',
  11212. 'TeacherBundle\\Service\\API\\CrammingActivityService::update' => '?',
  11213. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => '?',
  11214. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => '?',
  11215. 'TeacherBundle\\Service\\API\\DictateActivityService::create' => '?',
  11216. 'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => '?',
  11217. 'TeacherBundle\\Service\\API\\DictateActivityService::delete' => '?',
  11218. 'TeacherBundle\\Service\\API\\DictateActivityService::update' => '?',
  11219. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => '?',
  11220. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => '?',
  11221. 'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => '?',
  11222. 'TeacherBundle\\Service\\API\\HomeworkService::update' => '?',
  11223. 'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => '?',
  11224. 'TeacherBundle\\Service\\API\\PeerActivityService::create' => '?',
  11225. 'TeacherBundle\\Service\\API\\PeerActivityService::getJsonActivityEdit' => '?',
  11226. 'TeacherBundle\\Service\\API\\PeerActivityService::update' => '?',
  11227. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => '?',
  11228. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => '?',
  11229. 'TeacherBundle\\Service\\API\\QuizActivityService::create' => '?',
  11230. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => '?',
  11231. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => '?',
  11232. 'TeacherBundle\\Service\\API\\QuizActivityService::update' => '?',
  11233. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => '?',
  11234. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => '?',
  11235. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => '?',
  11236. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => '?',
  11237. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => '?',
  11238. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => '?',
  11239. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => '?',
  11240. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => '?',
  11241. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => '?',
  11242. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => '?',
  11243. 'TeacherBundle\\Service\\API\\TrainingActivityService::update' => '?',
  11244. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => '?',
  11245. 'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => '?',
  11246. 'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => '?',
  11247. 'UserBundle\\Controller\\DefaultController::getParamRow' => '?',
  11248. 'UserBundle\\Controller\\DefaultController::getParams' => '?',
  11249. 'UserBundle\\Controller\\DefaultController::redirectUser' => '?',
  11250. 'UserBundle\\Controller\\DefaultController::setParam' => '?',
  11251. 'UserBundle\\Controller\\RegistrationController::register' => '?',
  11252. 'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => '?',
  11253. 'UserBundle\\Controller\\ResetPasswordController::change' => '?',
  11254. 'UserBundle\\Controller\\ResetPasswordController::request' => '?',
  11255. 'UserBundle\\Controller\\ResetPasswordController::reset' => '?',
  11256. 'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => '?',
  11257. 'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => '?',
  11258. 'kernel::loadRoutes' => '?',
  11259. 'kernel::registerContainerConfiguration' => '?',
  11260. 'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => '?',
  11261. 'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => '?',
  11262. 'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => '?',
  11263. 'AdminBundle\\Controller\\BugReportsController:show' => '?',
  11264. 'AdminBundle\\Controller\\ContentController:displayMathproblems' => '?',
  11265. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => '?',
  11266. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => '?',
  11267. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => '?',
  11268. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => '?',
  11269. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => '?',
  11270. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => '?',
  11271. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => '?',
  11272. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => '?',
  11273. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => '?',
  11274. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => '?',
  11275. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => '?',
  11276. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => '?',
  11277. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => '?',
  11278. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => '?',
  11279. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => '?',
  11280. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => '?',
  11281. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => '?',
  11282. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => '?',
  11283. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => '?',
  11284. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => '?',
  11285. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => '?',
  11286. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => '?',
  11287. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => '?',
  11288. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => '?',
  11289. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => '?',
  11290. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => '?',
  11291. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => '?',
  11292. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => '?',
  11293. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => '?',
  11294. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => '?',
  11295. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => '?',
  11296. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => '?',
  11297. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => '?',
  11298. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => '?',
  11299. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => '?',
  11300. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => '?',
  11301. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => '?',
  11302. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => '?',
  11303. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => '?',
  11304. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => '?',
  11305. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => '?',
  11306. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => '?',
  11307. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => '?',
  11308. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => '?',
  11309. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => '?',
  11310. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => '?',
  11311. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => '?',
  11312. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => '?',
  11313. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => '?',
  11314. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => '?',
  11315. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => '?',
  11316. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => '?',
  11317. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => '?',
  11318. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => '?',
  11319. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => '?',
  11320. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => '?',
  11321. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => '?',
  11322. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => '?',
  11323. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => '?',
  11324. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => '?',
  11325. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => '?',
  11326. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => '?',
  11327. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => '?',
  11328. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => '?',
  11329. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => '?',
  11330. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => '?',
  11331. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => '?',
  11332. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => '?',
  11333. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => '?',
  11334. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => '?',
  11335. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => '?',
  11336. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => '?',
  11337. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => '?',
  11338. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => '?',
  11339. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => '?',
  11340. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => '?',
  11341. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => '?',
  11342. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => '?',
  11343. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => '?',
  11344. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => '?',
  11345. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => '?',
  11346. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => '?',
  11347. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => '?',
  11348. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => '?',
  11349. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => '?',
  11350. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => '?',
  11351. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => '?',
  11352. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => '?',
  11353. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => '?',
  11354. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => '?',
  11355. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => '?',
  11356. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => '?',
  11357. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => '?',
  11358. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => '?',
  11359. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => '?',
  11360. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => '?',
  11361. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => '?',
  11362. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => '?',
  11363. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => '?',
  11364. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => '?',
  11365. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => '?',
  11366. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => '?',
  11367. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => '?',
  11368. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => '?',
  11369. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => '?',
  11370. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => '?',
  11371. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => '?',
  11372. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => '?',
  11373. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => '?',
  11374. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => '?',
  11375. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => '?',
  11376. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => '?',
  11377. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => '?',
  11378. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => '?',
  11379. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => '?',
  11380. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => '?',
  11381. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => '?',
  11382. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => '?',
  11383. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => '?',
  11384. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => '?',
  11385. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => '?',
  11386. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => '?',
  11387. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => '?',
  11388. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => '?',
  11389. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => '?',
  11390. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => '?',
  11391. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => '?',
  11392. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => '?',
  11393. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => '?',
  11394. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => '?',
  11395. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => '?',
  11396. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => '?',
  11397. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => '?',
  11398. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => '?',
  11399. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => '?',
  11400. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => '?',
  11401. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => '?',
  11402. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => '?',
  11403. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => '?',
  11404. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => '?',
  11405. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => '?',
  11406. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => '?',
  11407. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => '?',
  11408. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => '?',
  11409. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => '?',
  11410. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => '?',
  11411. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => '?',
  11412. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => '?',
  11413. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => '?',
  11414. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => '?',
  11415. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => '?',
  11416. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => '?',
  11417. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => '?',
  11418. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => '?',
  11419. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => '?',
  11420. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => '?',
  11421. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => '?',
  11422. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => '?',
  11423. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => '?',
  11424. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => '?',
  11425. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => '?',
  11426. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => '?',
  11427. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => '?',
  11428. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => '?',
  11429. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => '?',
  11430. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => '?',
  11431. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => '?',
  11432. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => '?',
  11433. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => '?',
  11434. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => '?',
  11435. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => '?',
  11436. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => '?',
  11437. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => '?',
  11438. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => '?',
  11439. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => '?',
  11440. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => '?',
  11441. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => '?',
  11442. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => '?',
  11443. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => '?',
  11444. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => '?',
  11445. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => '?',
  11446. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => '?',
  11447. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => '?',
  11448. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => '?',
  11449. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => '?',
  11450. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => '?',
  11451. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => '?',
  11452. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => '?',
  11453. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => '?',
  11454. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => '?',
  11455. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => '?',
  11456. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => '?',
  11457. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => '?',
  11458. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => '?',
  11459. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => '?',
  11460. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => '?',
  11461. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => '?',
  11462. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => '?',
  11463. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => '?',
  11464. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => '?',
  11465. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => '?',
  11466. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => '?',
  11467. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => '?',
  11468. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => '?',
  11469. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => '?',
  11470. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => '?',
  11471. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => '?',
  11472. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => '?',
  11473. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => '?',
  11474. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => '?',
  11475. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => '?',
  11476. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => '?',
  11477. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => '?',
  11478. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => '?',
  11479. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => '?',
  11480. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => '?',
  11481. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => '?',
  11482. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => '?',
  11483. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => '?',
  11484. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => '?',
  11485. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => '?',
  11486. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => '?',
  11487. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => '?',
  11488. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => '?',
  11489. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => '?',
  11490. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => '?',
  11491. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => '?',
  11492. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => '?',
  11493. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => '?',
  11494. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => '?',
  11495. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => '?',
  11496. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => '?',
  11497. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => '?',
  11498. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => '?',
  11499. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => '?',
  11500. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => '?',
  11501. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => '?',
  11502. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => '?',
  11503. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => '?',
  11504. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => '?',
  11505. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => '?',
  11506. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => '?',
  11507. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => '?',
  11508. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => '?',
  11509. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => '?',
  11510. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => '?',
  11511. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => '?',
  11512. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => '?',
  11513. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => '?',
  11514. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => '?',
  11515. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => '?',
  11516. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => '?',
  11517. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => '?',
  11518. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => '?',
  11519. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => '?',
  11520. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => '?',
  11521. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => '?',
  11522. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => '?',
  11523. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => '?',
  11524. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => '?',
  11525. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => '?',
  11526. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => '?',
  11527. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => '?',
  11528. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => '?',
  11529. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => '?',
  11530. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => '?',
  11531. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => '?',
  11532. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => '?',
  11533. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => '?',
  11534. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => '?',
  11535. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => '?',
  11536. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => '?',
  11537. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => '?',
  11538. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => '?',
  11539. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => '?',
  11540. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => '?',
  11541. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => '?',
  11542. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => '?',
  11543. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => '?',
  11544. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => '?',
  11545. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => '?',
  11546. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => '?',
  11547. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => '?',
  11548. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => '?',
  11549. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => '?',
  11550. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => '?',
  11551. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => '?',
  11552. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => '?',
  11553. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => '?',
  11554. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => '?',
  11555. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => '?',
  11556. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => '?',
  11557. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => '?',
  11558. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => '?',
  11559. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => '?',
  11560. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => '?',
  11561. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => '?',
  11562. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => '?',
  11563. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => '?',
  11564. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => '?',
  11565. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => '?',
  11566. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => '?',
  11567. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => '?',
  11568. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => '?',
  11569. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => '?',
  11570. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => '?',
  11571. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => '?',
  11572. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => '?',
  11573. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => '?',
  11574. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => '?',
  11575. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => '?',
  11576. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => '?',
  11577. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => '?',
  11578. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => '?',
  11579. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => '?',
  11580. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => '?',
  11581. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => '?',
  11582. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => '?',
  11583. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => '?',
  11584. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => '?',
  11585. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => '?',
  11586. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => '?',
  11587. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => '?',
  11588. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => '?',
  11589. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => '?',
  11590. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => '?',
  11591. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => '?',
  11592. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => '?',
  11593. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => '?',
  11594. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => '?',
  11595. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => '?',
  11596. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => '?',
  11597. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => '?',
  11598. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => '?',
  11599. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => '?',
  11600. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => '?',
  11601. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => '?',
  11602. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => '?',
  11603. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => '?',
  11604. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => '?',
  11605. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => '?',
  11606. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => '?',
  11607. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => '?',
  11608. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => '?',
  11609. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => '?',
  11610. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => '?',
  11611. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => '?',
  11612. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => '?',
  11613. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => '?',
  11614. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => '?',
  11615. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => '?',
  11616. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => '?',
  11617. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => '?',
  11618. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => '?',
  11619. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => '?',
  11620. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => '?',
  11621. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => '?',
  11622. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => '?',
  11623. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => '?',
  11624. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => '?',
  11625. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => '?',
  11626. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => '?',
  11627. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => '?',
  11628. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => '?',
  11629. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => '?',
  11630. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => '?',
  11631. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => '?',
  11632. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => '?',
  11633. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => '?',
  11634. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => '?',
  11635. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => '?',
  11636. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => '?',
  11637. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => '?',
  11638. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => '?',
  11639. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => '?',
  11640. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => '?',
  11641. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => '?',
  11642. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => '?',
  11643. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => '?',
  11644. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => '?',
  11645. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => '?',
  11646. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => '?',
  11647. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => '?',
  11648. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => '?',
  11649. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => '?',
  11650. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => '?',
  11651. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => '?',
  11652. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => '?',
  11653. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => '?',
  11654. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => '?',
  11655. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => '?',
  11656. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => '?',
  11657. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => '?',
  11658. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => '?',
  11659. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => '?',
  11660. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => '?',
  11661. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => '?',
  11662. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => '?',
  11663. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => '?',
  11664. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => '?',
  11665. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => '?',
  11666. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => '?',
  11667. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => '?',
  11668. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => '?',
  11669. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => '?',
  11670. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => '?',
  11671. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => '?',
  11672. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => '?',
  11673. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => '?',
  11674. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => '?',
  11675. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => '?',
  11676. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => '?',
  11677. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => '?',
  11678. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => '?',
  11679. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => '?',
  11680. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => '?',
  11681. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => '?',
  11682. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => '?',
  11683. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => '?',
  11684. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => '?',
  11685. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => '?',
  11686. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => '?',
  11687. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => '?',
  11688. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => '?',
  11689. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => '?',
  11690. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => '?',
  11691. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => '?',
  11692. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => '?',
  11693. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => '?',
  11694. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => '?',
  11695. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => '?',
  11696. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => '?',
  11697. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => '?',
  11698. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => '?',
  11699. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => '?',
  11700. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => '?',
  11701. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => '?',
  11702. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => '?',
  11703. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => '?',
  11704. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => '?',
  11705. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => '?',
  11706. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => '?',
  11707. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => '?',
  11708. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => '?',
  11709. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => '?',
  11710. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => '?',
  11711. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => '?',
  11712. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => '?',
  11713. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => '?',
  11714. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => '?',
  11715. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => '?',
  11716. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => '?',
  11717. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => '?',
  11718. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => '?',
  11719. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => '?',
  11720. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => '?',
  11721. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => '?',
  11722. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => '?',
  11723. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => '?',
  11724. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => '?',
  11725. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => '?',
  11726. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => '?',
  11727. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => '?',
  11728. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => '?',
  11729. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => '?',
  11730. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => '?',
  11731. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => '?',
  11732. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => '?',
  11733. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => '?',
  11734. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => '?',
  11735. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => '?',
  11736. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => '?',
  11737. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => '?',
  11738. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => '?',
  11739. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => '?',
  11740. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => '?',
  11741. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => '?',
  11742. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => '?',
  11743. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => '?',
  11744. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => '?',
  11745. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => '?',
  11746. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => '?',
  11747. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => '?',
  11748. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => '?',
  11749. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => '?',
  11750. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => '?',
  11751. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => '?',
  11752. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => '?',
  11753. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => '?',
  11754. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => '?',
  11755. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => '?',
  11756. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => '?',
  11757. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => '?',
  11758. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => '?',
  11759. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => '?',
  11760. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => '?',
  11761. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => '?',
  11762. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => '?',
  11763. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => '?',
  11764. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => '?',
  11765. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => '?',
  11766. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => '?',
  11767. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => '?',
  11768. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => '?',
  11769. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => '?',
  11770. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => '?',
  11771. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => '?',
  11772. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => '?',
  11773. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => '?',
  11774. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => '?',
  11775. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => '?',
  11776. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => '?',
  11777. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => '?',
  11778. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => '?',
  11779. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => '?',
  11780. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => '?',
  11781. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => '?',
  11782. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => '?',
  11783. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => '?',
  11784. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => '?',
  11785. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => '?',
  11786. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => '?',
  11787. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => '?',
  11788. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => '?',
  11789. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => '?',
  11790. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => '?',
  11791. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => '?',
  11792. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => '?',
  11793. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => '?',
  11794. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => '?',
  11795. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => '?',
  11796. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => '?',
  11797. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => '?',
  11798. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => '?',
  11799. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => '?',
  11800. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => '?',
  11801. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => '?',
  11802. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => '?',
  11803. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => '?',
  11804. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => '?',
  11805. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => '?',
  11806. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => '?',
  11807. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => '?',
  11808. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => '?',
  11809. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => '?',
  11810. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => '?',
  11811. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => '?',
  11812. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => '?',
  11813. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => '?',
  11814. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => '?',
  11815. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => '?',
  11816. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => '?',
  11817. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => '?',
  11818. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => '?',
  11819. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => '?',
  11820. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => '?',
  11821. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => '?',
  11822. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => '?',
  11823. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => '?',
  11824. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => '?',
  11825. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => '?',
  11826. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => '?',
  11827. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => '?',
  11828. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => '?',
  11829. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => '?',
  11830. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => '?',
  11831. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => '?',
  11832. 'AdminBundle\\Controller\\MathproblemController:addAction' => '?',
  11833. 'AdminBundle\\Controller\\MathproblemController:count' => '?',
  11834. 'AdminBundle\\Controller\\MathproblemController:createAction' => '?',
  11835. 'AdminBundle\\Controller\\MathproblemController:deleteAction' => '?',
  11836. 'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => '?',
  11837. 'AdminBundle\\Controller\\MathproblemController:disable' => '?',
  11838. 'AdminBundle\\Controller\\MathproblemController:editAction' => '?',
  11839. 'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => '?',
  11840. 'AdminBundle\\Controller\\MathproblemController:overview' => '?',
  11841. 'AdminBundle\\Controller\\MathproblemController:showAction' => '?',
  11842. 'AdminBundle\\Controller\\MathproblemController:updateAction' => '?',
  11843. 'AdminBundle\\Controller\\ProblemController:edit' => '?',
  11844. 'AdminBundle\\Controller\\ResetPasswordController:reset' => '?',
  11845. 'AdminBundle\\Controller\\TagController:lookup' => '?',
  11846. 'AdminBundle\\Controller\\TemplateController:disable' => '?',
  11847. 'AdminBundle\\Controller\\TemplateController:overview' => '?',
  11848. 'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => '?',
  11849. 'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => '?',
  11850. 'CoreBundle\\Controller\\API\\ProblemController:getProblems' => '?',
  11851. 'CoreBundle\\Controller\\API\\ProblemController:getResults' => '?',
  11852. 'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => '?',
  11853. 'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => '?',
  11854. 'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => '?',
  11855. 'CoreBundle\\Controller\\API\\ProblemController:setValidator' => '?',
  11856. 'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => '?',
  11857. 'CoreBundle\\Controller\\API\\SharedQuizController:archive' => '?',
  11858. 'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => '?',
  11859. 'CoreBundle\\Controller\\API\\SharedQuizController:create' => '?',
  11860. 'CoreBundle\\Controller\\API\\SharedQuizController:edit' => '?',
  11861. 'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => '?',
  11862. 'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => '?',
  11863. 'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => '?',
  11864. 'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => '?',
  11865. 'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => '?',
  11866. 'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => '?',
  11867. 'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => '?',
  11868. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => '?',
  11869. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => '?',
  11870. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => '?',
  11871. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => '?',
  11872. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => '?',
  11873. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => '?',
  11874. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => '?',
  11875. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => '?',
  11876. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => '?',
  11877. 'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => '?',
  11878. 'CoreBundle\\Controller\\BugReportController:reportMpBug' => '?',
  11879. 'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => '?',
  11880. 'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => '?',
  11881. 'CoreBundle\\Controller\\DataController:refreshStudentSessions' => '?',
  11882. 'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => '?',
  11883. 'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => '?',
  11884. 'CoreBundle\\Controller\\EventLoggerController:log' => '?',
  11885. 'CoreBundle\\Controller\\MathProblemController:getAudioFile' => '?',
  11886. 'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => '?',
  11887. 'CoreBundle\\Controller\\ResultsController:quizResults' => '?',
  11888. 'CoreBundle\\Controller\\TextbookController:fetchCategory' => '?',
  11889. 'CoreBundle\\Controller\\TextbookController:getAudioFile' => '?',
  11890. 'StudentBundle\\Controller\\ClassroomsController:index' => '?',
  11891. 'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => '?',
  11892. 'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => '?',
  11893. 'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => '?',
  11894. 'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => '?',
  11895. 'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => '?',
  11896. 'StudentBundle\\Controller\\DashboardController:getTextAudio' => '?',
  11897. 'StudentBundle\\Controller\\DashboardController:show' => '?',
  11898. 'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => '?',
  11899. 'StudentBundle\\Controller\\DefaultController:clearImpersonation' => '?',
  11900. 'StudentBundle\\Controller\\DefaultController:index' => '?',
  11901. 'StudentBundle\\Controller\\HomeworkController:checkAnswer' => '?',
  11902. 'StudentBundle\\Controller\\HomeworkController:pause' => '?',
  11903. 'StudentBundle\\Controller\\HomeworkController:play' => '?',
  11904. 'StudentBundle\\Controller\\HomeworkController:prepare' => '?',
  11905. 'StudentBundle\\Controller\\HomeworkController:showMathproblem' => '?',
  11906. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => '?',
  11907. 'StudentBundle\\Controller\\PeerSessionController:feedback' => '?',
  11908. 'StudentBundle\\Controller\\PeerSessionController:mathproblem' => '?',
  11909. 'StudentBundle\\Controller\\PeerSessionController:rate' => '?',
  11910. 'StudentBundle\\Controller\\PerformanceController:crammingSummary' => '?',
  11911. 'StudentBundle\\Controller\\PerformanceController:showDashboard' => '?',
  11912. 'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => '?',
  11913. 'StudentBundle\\Controller\\PerformanceController:trainingSummary' => '?',
  11914. 'StudentBundle\\Controller\\PretestController:answerPretest' => '?',
  11915. 'StudentBundle\\Controller\\PretestController:showPretest' => '?',
  11916. 'StudentBundle\\Controller\\QuizSessionController:finish' => '?',
  11917. 'StudentBundle\\Controller\\QuizSessionController:getProblem' => '?',
  11918. 'StudentBundle\\Controller\\QuizSessionController:pause' => '?',
  11919. 'StudentBundle\\Controller\\QuizSessionController:play' => '?',
  11920. 'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => '?',
  11921. 'StudentBundle\\Controller\\QuizSessionController:showProblem' => '?',
  11922. 'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => '?',
  11923. 'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => '?',
  11924. 'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => '?',
  11925. 'StudentBundle\\Controller\\TrainingController:checkAnswer' => '?',
  11926. 'StudentBundle\\Controller\\TrainingController:prepare' => '?',
  11927. 'StudentBundle\\Controller\\TrainingController:prepareJSON' => '?',
  11928. 'StudentBundle\\Controller\\TrainingController:showMathproblem' => '?',
  11929. 'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => '?',
  11930. 'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => '?',
  11931. 'TeacherBundle\\Controller\\API\\DictateActivityController:start' => '?',
  11932. 'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => '?',
  11933. 'TeacherBundle\\Controller\\API\\HomeworkController:create' => '?',
  11934. 'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => '?',
  11935. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => '?',
  11936. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => '?',
  11937. 'TeacherBundle\\Controller\\API\\TagController:getTags' => '?',
  11938. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => '?',
  11939. 'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => '?',
  11940. 'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => '?',
  11941. 'TeacherBundle\\Controller\\ClassroomController:create' => '?',
  11942. 'TeacherBundle\\Controller\\ClassroomController:delete' => '?',
  11943. 'TeacherBundle\\Controller\\ClassroomController:edit' => '?',
  11944. 'TeacherBundle\\Controller\\ClassroomController:editPointPool' => '?',
  11945. 'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => '?',
  11946. 'TeacherBundle\\Controller\\ClassroomController:getPointPools' => '?',
  11947. 'TeacherBundle\\Controller\\ClassroomController:getStudents' => '?',
  11948. 'TeacherBundle\\Controller\\ClassroomController:join' => '?',
  11949. 'TeacherBundle\\Controller\\ClassroomController:overview' => '?',
  11950. 'TeacherBundle\\Controller\\ClassroomController:select' => '?',
  11951. 'TeacherBundle\\Controller\\ContentController:addProblem' => '?',
  11952. 'TeacherBundle\\Controller\\ContentController:copyMathProblem' => '?',
  11953. 'TeacherBundle\\Controller\\ContentController:disableMathProblem' => '?',
  11954. 'TeacherBundle\\Controller\\ContentController:editMathProblem' => '?',
  11955. 'TeacherBundle\\Controller\\ContentController:fetchProblems' => '?',
  11956. 'TeacherBundle\\Controller\\ContentController:getCompactView' => '?',
  11957. 'TeacherBundle\\Controller\\ContentController:getNextProblem' => '?',
  11958. 'TeacherBundle\\Controller\\ContentController:getProblems' => '?',
  11959. 'TeacherBundle\\Controller\\DefaultController:editProfile' => '?',
  11960. 'TeacherBundle\\Controller\\DefaultController:help' => '?',
  11961. 'TeacherBundle\\Controller\\DefaultController:index' => '?',
  11962. 'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => '?',
  11963. 'TeacherBundle\\Controller\\HomeworkController:delete' => '?',
  11964. 'TeacherBundle\\Controller\\HomeworkController:start' => '?',
  11965. 'TeacherBundle\\Controller\\HomeworkController:stop' => '?',
  11966. 'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => '?',
  11967. 'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => '?',
  11968. 'TeacherBundle\\Controller\\PeerTrainingController:delete' => '?',
  11969. 'TeacherBundle\\Controller\\PeerTrainingController:start' => '?',
  11970. 'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => '?',
  11971. 'TeacherBundle\\Controller\\QuizController:create' => '?',
  11972. 'TeacherBundle\\Controller\\QuizController:putQuiz' => '?',
  11973. 'TeacherBundle\\Controller\\QuizSessionController:start' => '?',
  11974. 'TeacherBundle\\Controller\\QuizSessionController:stop' => '?',
  11975. 'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => '?',
  11976. 'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => '?',
  11977. 'TeacherBundle\\Controller\\StudentController:add' => '?',
  11978. 'TeacherBundle\\Controller\\StudentController:edit' => '?',
  11979. 'TeacherBundle\\Controller\\WorksheetController:addScores' => '?',
  11980. 'TeacherBundle\\Controller\\WorksheetController:create' => '?',
  11981. 'TeacherBundle\\Controller\\WorksheetController:deleteSession' => '?',
  11982. 'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => '?',
  11983. 'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => '?',
  11984. 'TeacherBundle\\Controller\\WorksheetController:print' => '?',
  11985. 'TeacherBundle\\Controller\\WorksheetController:printSolutions' => '?',
  11986. 'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => '?',
  11987. 'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => '?',
  11988. 'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => '?',
  11989. 'TeacherBundle\\Controller\\WorksheetController:resetScores' => '?',
  11990. 'TeacherBundle\\Controller\\WorksheetController:results' => '?',
  11991. 'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => '?',
  11992. 'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => '?',
  11993. 'TeacherBundle\\Controller\\WorksheetSessionController:start' => '?',
  11994. 'TeacherBundle\\Controller\\WorksheetSessionController:stop' => '?',
  11995. 'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => '?',
  11996. 'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => '?',
  11997. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => '?',
  11998. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => '?',
  11999. 'TeacherBundle\\Service\\API\\CrammingActivityService:create' => '?',
  12000. 'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => '?',
  12001. 'TeacherBundle\\Service\\API\\CrammingActivityService:update' => '?',
  12002. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => '?',
  12003. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => '?',
  12004. 'TeacherBundle\\Service\\API\\DictateActivityService:create' => '?',
  12005. 'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => '?',
  12006. 'TeacherBundle\\Service\\API\\DictateActivityService:delete' => '?',
  12007. 'TeacherBundle\\Service\\API\\DictateActivityService:update' => '?',
  12008. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => '?',
  12009. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => '?',
  12010. 'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => '?',
  12011. 'TeacherBundle\\Service\\API\\HomeworkService:update' => '?',
  12012. 'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => '?',
  12013. 'TeacherBundle\\Service\\API\\PeerActivityService:create' => '?',
  12014. 'TeacherBundle\\Service\\API\\PeerActivityService:getJsonActivityEdit' => '?',
  12015. 'TeacherBundle\\Service\\API\\PeerActivityService:update' => '?',
  12016. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => '?',
  12017. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => '?',
  12018. 'TeacherBundle\\Service\\API\\QuizActivityService:create' => '?',
  12019. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => '?',
  12020. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => '?',
  12021. 'TeacherBundle\\Service\\API\\QuizActivityService:update' => '?',
  12022. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => '?',
  12023. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => '?',
  12024. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => '?',
  12025. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => '?',
  12026. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => '?',
  12027. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => '?',
  12028. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => '?',
  12029. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => '?',
  12030. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => '?',
  12031. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => '?',
  12032. 'TeacherBundle\\Service\\API\\TrainingActivityService:update' => '?',
  12033. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => '?',
  12034. 'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => '?',
  12035. 'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => '?',
  12036. 'UserBundle\\Controller\\DefaultController:getParamRow' => '?',
  12037. 'UserBundle\\Controller\\DefaultController:getParams' => '?',
  12038. 'UserBundle\\Controller\\DefaultController:redirectUser' => '?',
  12039. 'UserBundle\\Controller\\DefaultController:setParam' => '?',
  12040. 'UserBundle\\Controller\\RegistrationController:register' => '?',
  12041. 'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => '?',
  12042. 'UserBundle\\Controller\\ResetPasswordController:change' => '?',
  12043. 'UserBundle\\Controller\\ResetPasswordController:request' => '?',
  12044. 'UserBundle\\Controller\\ResetPasswordController:reset' => '?',
  12045. 'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => '?',
  12046. 'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => '?',
  12047. 'kernel:loadRoutes' => '?',
  12048. 'kernel:registerContainerConfiguration' => '?',
  12049. ]);
  12050. }
  12051. /**
  12052. * Gets the private '.service_locator.Poih8c6' shared service.
  12053. *
  12054. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12055. */
  12056. protected function get_ServiceLocator_Poih8c6Service()
  12057. {
  12058. return $this->privates['.service_locator.Poih8c6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12059. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  12060. ], [
  12061. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  12062. ]);
  12063. }
  12064. /**
  12065. * Gets the private '.service_locator.Pq4jHMT' shared service.
  12066. *
  12067. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12068. */
  12069. protected function get_ServiceLocator_Pq4jHMTService()
  12070. {
  12071. return $this->privates['.service_locator.Pq4jHMT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12072. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
  12073. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
  12074. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
  12075. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
  12076. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
  12077. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
  12078. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  12079. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  12080. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  12081. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
  12082. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  12083. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  12084. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  12085. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  12086. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  12087. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  12088. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  12089. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  12090. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  12091. 'router' => ['services', 'router', 'getRouterService', false],
  12092. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  12093. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  12094. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  12095. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  12096. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  12097. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  12098. ], [
  12099. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  12100. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  12101. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  12102. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  12103. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  12104. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  12105. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
  12106. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
  12107. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
  12108. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  12109. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  12110. 'doctrine' => '?',
  12111. 'event_dispatcher' => '?',
  12112. 'form.factory' => '?',
  12113. 'http_kernel' => '?',
  12114. 'message_bus' => '?',
  12115. 'messenger.default_bus' => '?',
  12116. 'parameter_bag' => '?',
  12117. 'request_stack' => '?',
  12118. 'router' => '?',
  12119. 'security.authorization_checker' => '?',
  12120. 'security.csrf.token_manager' => '?',
  12121. 'security.token_storage' => '?',
  12122. 'serializer' => '?',
  12123. 'session' => '.session.deprecated',
  12124. 'twig' => '?',
  12125. ]);
  12126. }
  12127. /**
  12128. * Gets the private '.service_locator.QJ7IrGK' shared service.
  12129. *
  12130. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12131. */
  12132. protected function get_ServiceLocator_QJ7IrGKService()
  12133. {
  12134. return $this->privates['.service_locator.QJ7IrGK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12135. 'adminContext' => ['privates', '.errored..service_locator.QJ7IrGK.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.QJ7IrGK": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  12136. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  12137. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12138. 'problemEditorService' => ['privates', 'AdminBundle\\Service\\ProblemEditorService', 'getProblemEditorServiceService', false],
  12139. ], [
  12140. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  12141. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  12142. 'entityManager' => '?',
  12143. 'problemEditorService' => 'AdminBundle\\Service\\ProblemEditorService',
  12144. ]);
  12145. }
  12146. /**
  12147. * Gets the private '.service_locator.Qap4nxn' shared service.
  12148. *
  12149. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12150. */
  12151. protected function get_ServiceLocator_Qap4nxnService()
  12152. {
  12153. return $this->privates['.service_locator.Qap4nxn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12154. 'contentService' => ['services', 'TeacherBundle\\Service\\ContentService', 'getContentServiceService', false],
  12155. ], [
  12156. 'contentService' => 'TeacherBundle\\Service\\ContentService',
  12157. ]);
  12158. }
  12159. /**
  12160. * Gets the private '.service_locator.QeEGJqU' shared service.
  12161. *
  12162. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12163. */
  12164. protected function get_ServiceLocator_QeEGJqUService()
  12165. {
  12166. return $this->privates['.service_locator.QeEGJqU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12167. 'homeworkService' => ['services', 'TeacherBundle\\Service\\HomeworkService', 'getHomeworkService3Service', false],
  12168. ], [
  12169. 'homeworkService' => 'TeacherBundle\\Service\\HomeworkService',
  12170. ]);
  12171. }
  12172. /**
  12173. * Gets the private '.service_locator.R8Qy2_.' shared service.
  12174. *
  12175. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12176. */
  12177. protected function get_ServiceLocator_R8Qy2_Service()
  12178. {
  12179. return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12180. 'actions' => ['privates', '.errored..service_locator.R8Qy2_..EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions', NULL, 'Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.'],
  12181. ], [
  12182. 'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  12183. ]);
  12184. }
  12185. /**
  12186. * Gets the private '.service_locator.UNE7Kl7' shared service.
  12187. *
  12188. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12189. */
  12190. protected function get_ServiceLocator_UNE7Kl7Service()
  12191. {
  12192. return $this->privates['.service_locator.UNE7Kl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12193. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  12194. 'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
  12195. 'security.event_dispatcher.api_gale' => ['privates', 'security.event_dispatcher.api_gale', 'getSecurity_EventDispatcher_ApiGaleService', false],
  12196. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  12197. ], [
  12198. 'event_dispatcher' => '?',
  12199. 'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12200. 'security.event_dispatcher.api_gale' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12201. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  12202. ]);
  12203. }
  12204. /**
  12205. * Gets the private '.service_locator.VGZqu1U' shared service.
  12206. *
  12207. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12208. */
  12209. protected function get_ServiceLocator_VGZqu1UService()
  12210. {
  12211. return $this->privates['.service_locator.VGZqu1U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12212. 'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator', 'getPeerFeedbackNavigatorService', false],
  12213. ], [
  12214. 'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator',
  12215. ]);
  12216. }
  12217. /**
  12218. * Gets the private '.service_locator.VL5gUOu' shared service.
  12219. *
  12220. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12221. */
  12222. protected function get_ServiceLocator_VL5gUOuService()
  12223. {
  12224. return $this->privates['.service_locator.VL5gUOu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12225. 'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  12226. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  12227. ], [
  12228. 'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
  12229. 'transform' => 'StudentBundle\\Service\\Transform',
  12230. ]);
  12231. }
  12232. /**
  12233. * Gets the private '.service_locator.VLzTtNm' shared service.
  12234. *
  12235. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12236. */
  12237. protected function get_ServiceLocator_VLzTtNmService()
  12238. {
  12239. return $this->privates['.service_locator.VLzTtNm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12240. 'dictateService' => ['services', 'TeacherBundle\\Service\\DictateService', 'getDictateService2Service', false],
  12241. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  12242. ], [
  12243. 'dictateService' => 'TeacherBundle\\Service\\DictateService',
  12244. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  12245. ]);
  12246. }
  12247. /**
  12248. * Gets the private '.service_locator.VMCU_tD' shared service.
  12249. *
  12250. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12251. */
  12252. protected function get_ServiceLocator_VMCUTDService()
  12253. {
  12254. return $this->privates['.service_locator.VMCU_tD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12255. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12256. 'worksheetSessionService' => ['services', 'TeacherBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionService2Service', false],
  12257. ], [
  12258. 'em' => '?',
  12259. 'worksheetSessionService' => 'TeacherBundle\\Service\\WorksheetSessionService',
  12260. ]);
  12261. }
  12262. /**
  12263. * Gets the private '.service_locator.VdUs.N3' shared service.
  12264. *
  12265. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12266. */
  12267. protected function get_ServiceLocator_VdUs_N3Service()
  12268. {
  12269. return $this->privates['.service_locator.VdUs.N3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12270. 'impersonator' => ['privates', 'UserBundle\\Security\\Authentication\\Impersonator', 'getImpersonatorService', false],
  12271. ], [
  12272. 'impersonator' => 'UserBundle\\Security\\Authentication\\Impersonator',
  12273. ]);
  12274. }
  12275. /**
  12276. * Gets the private '.service_locator.VrES72a' shared service.
  12277. *
  12278. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12279. */
  12280. protected function get_ServiceLocator_VrES72aService()
  12281. {
  12282. return $this->privates['.service_locator.VrES72a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12283. 'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
  12284. 'security.firewall.map.context.api_gale' => ['privates', 'security.firewall.map.context.api_gale', 'getSecurity_Firewall_Map_Context_ApiGaleService', false],
  12285. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  12286. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  12287. ], [
  12288. 'security.firewall.map.context.api_doc' => '?',
  12289. 'security.firewall.map.context.api_gale' => '?',
  12290. 'security.firewall.map.context.dev' => '?',
  12291. 'security.firewall.map.context.main' => '?',
  12292. ]);
  12293. }
  12294. /**
  12295. * Gets the private '.service_locator.W.c5h2_' shared service.
  12296. *
  12297. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12298. */
  12299. protected function get_ServiceLocator_W_C5h2Service()
  12300. {
  12301. return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12302. 'responseParameters' => ['privates', '.errored..service_locator.W.c5h2_.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  12303. ], [
  12304. 'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  12305. ]);
  12306. }
  12307. /**
  12308. * Gets the private '.service_locator.XdMPwIJ' shared service.
  12309. *
  12310. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12311. */
  12312. protected function get_ServiceLocator_XdMPwIJService()
  12313. {
  12314. return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12315. 'assets' => ['privates', '.errored..service_locator.XdMPwIJ.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets', NULL, 'Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.'],
  12316. ], [
  12317. 'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  12318. ]);
  12319. }
  12320. /**
  12321. * Gets the private '.service_locator.XpfeRo6' shared service.
  12322. *
  12323. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12324. */
  12325. protected function get_ServiceLocator_XpfeRo6Service()
  12326. {
  12327. return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12328. 'crud' => ['privates', '.errored..service_locator.XpfeRo6.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud', NULL, 'Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.'],
  12329. ], [
  12330. 'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  12331. ]);
  12332. }
  12333. /**
  12334. * Gets the private '.service_locator.YyctuJs' shared service.
  12335. *
  12336. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12337. */
  12338. protected function get_ServiceLocator_YyctuJsService()
  12339. {
  12340. return $this->privates['.service_locator.YyctuJs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12341. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  12342. 'peerActivityService' => ['services', 'TeacherBundle\\Service\\PeerActivityService', 'getPeerActivityService2Service', false],
  12343. ], [
  12344. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  12345. 'peerActivityService' => 'TeacherBundle\\Service\\PeerActivityService',
  12346. ]);
  12347. }
  12348. /**
  12349. * Gets the private '.service_locator.ZaMhYwc' shared service.
  12350. *
  12351. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12352. */
  12353. protected function get_ServiceLocator_ZaMhYwcService()
  12354. {
  12355. return $this->privates['.service_locator.ZaMhYwc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12356. 'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
  12357. ], [
  12358. 'quizService' => 'TeacherBundle\\Service\\QuizService',
  12359. ]);
  12360. }
  12361. /**
  12362. * Gets the private '.service_locator.Zwp_GcQ' shared service.
  12363. *
  12364. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12365. */
  12366. protected function get_ServiceLocator_ZwpGcQService()
  12367. {
  12368. return $this->privates['.service_locator.Zwp_GcQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12369. 'dataSessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  12370. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12371. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  12372. 'sessionService' => ['services', 'StudentBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionServiceService', false],
  12373. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  12374. ], [
  12375. 'dataSessionService' => 'CoreBundle\\Service\\SessionService',
  12376. 'em' => '?',
  12377. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  12378. 'sessionService' => 'StudentBundle\\Service\\WorksheetSessionService',
  12379. 'translator' => '?',
  12380. ]);
  12381. }
  12382. /**
  12383. * Gets the private '.service_locator.aKM6MDa' shared service.
  12384. *
  12385. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12386. */
  12387. protected function get_ServiceLocator_AKM6MDaService()
  12388. {
  12389. return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12390. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12391. ], [
  12392. 'entityManager' => '?',
  12393. ]);
  12394. }
  12395. /**
  12396. * Gets the private '.service_locator.bWKO4Fh' shared service.
  12397. *
  12398. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12399. */
  12400. protected function get_ServiceLocator_BWKO4FhService()
  12401. {
  12402. return $this->privates['.service_locator.bWKO4Fh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12403. 'quizSessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  12404. ], [
  12405. 'quizSessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  12406. ]);
  12407. }
  12408. /**
  12409. * Gets the private '.service_locator.cFsh_cq' shared service.
  12410. *
  12411. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12412. */
  12413. protected function get_ServiceLocator_CFshCqService()
  12414. {
  12415. return $this->privates['.service_locator.cFsh_cq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12416. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  12417. 'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
  12418. ], [
  12419. 'mailer' => '?',
  12420. 'validator' => '?',
  12421. ]);
  12422. }
  12423. /**
  12424. * Gets the private '.service_locator.dfwlJ1d' shared service.
  12425. *
  12426. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12427. */
  12428. protected function get_ServiceLocator_DfwlJ1dService()
  12429. {
  12430. return $this->privates['.service_locator.dfwlJ1d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12431. 'homeworkService' => ['services', 'StudentBundle\\Service\\HomeworkService', 'getHomeworkServiceService', false],
  12432. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  12433. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  12434. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  12435. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  12436. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  12437. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  12438. ], [
  12439. 'homeworkService' => 'StudentBundle\\Service\\HomeworkService',
  12440. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  12441. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  12442. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  12443. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  12444. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  12445. 'transform' => 'StudentBundle\\Service\\Transform',
  12446. ]);
  12447. }
  12448. /**
  12449. * Gets the private '.service_locator.eB0AiAN' shared service.
  12450. *
  12451. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12452. */
  12453. protected function get_ServiceLocator_EB0AiANService()
  12454. {
  12455. return $this->privates['.service_locator.eB0AiAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12456. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  12457. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12458. ], [
  12459. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  12460. 'em' => '?',
  12461. ]);
  12462. }
  12463. /**
  12464. * Gets the private '.service_locator.eTXI8ud' shared service.
  12465. *
  12466. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12467. */
  12468. protected function get_ServiceLocator_ETXI8udService()
  12469. {
  12470. return $this->privates['.service_locator.eTXI8ud'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12471. 'session' => ['privates', '.errored..service_locator.eTXI8ud.CoreBundle\\Entity\\ReadingTestSession', NULL, 'Cannot autowire service ".service_locator.eTXI8ud": it references class "CoreBundle\\Entity\\ReadingTestSession" but no such service exists.'],
  12472. 'student' => ['privates', '.errored..service_locator.eTXI8ud.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.eTXI8ud": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  12473. ], [
  12474. 'session' => 'CoreBundle\\Entity\\ReadingTestSession',
  12475. 'student' => 'UserBundle\\Entity\\User',
  12476. ]);
  12477. }
  12478. /**
  12479. * Gets the private '.service_locator.enZbQ18' shared service.
  12480. *
  12481. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12482. */
  12483. protected function get_ServiceLocator_EnZbQ18Service()
  12484. {
  12485. return $this->privates['.service_locator.enZbQ18'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12486. 'sharedQuizService' => ['services', 'CoreBundle\\Service\\API\\SharedQuizService', 'getSharedQuizServiceService', false],
  12487. ], [
  12488. 'sharedQuizService' => 'CoreBundle\\Service\\API\\SharedQuizService',
  12489. ]);
  12490. }
  12491. /**
  12492. * Gets the private '.service_locator.esmk6IF' shared service.
  12493. *
  12494. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12495. */
  12496. protected function get_ServiceLocator_Esmk6IFService()
  12497. {
  12498. return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12499. 'batchActionDto' => ['privates', '.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto', NULL, 'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.'],
  12500. 'context' => ['privates', '.errored..service_locator.esmk6IF.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  12501. ], [
  12502. 'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  12503. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  12504. ]);
  12505. }
  12506. /**
  12507. * Gets the private '.service_locator.ffH40go' shared service.
  12508. *
  12509. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12510. */
  12511. protected function get_ServiceLocator_FfH40goService()
  12512. {
  12513. return $this->privates['.service_locator.ffH40go'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12514. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  12515. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  12516. 'textbookService' => ['services', 'CoreBundle\\Service\\TextbookService', 'getTextbookServiceService', false],
  12517. ], [
  12518. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  12519. 'kernel' => '?',
  12520. 'textbookService' => 'CoreBundle\\Service\\TextbookService',
  12521. ]);
  12522. }
  12523. /**
  12524. * Gets the private '.service_locator.gXw_zZh' shared service.
  12525. *
  12526. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12527. */
  12528. protected function get_ServiceLocator_GXwZZhService()
  12529. {
  12530. return $this->privates['.service_locator.gXw_zZh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12531. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12532. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  12533. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  12534. 'problemFinder' => ['privates', 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder', 'getRandomMathProblemFinderService', false],
  12535. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  12536. ], [
  12537. 'em' => '?',
  12538. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  12539. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  12540. 'problemFinder' => 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder',
  12541. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  12542. ]);
  12543. }
  12544. /**
  12545. * Gets the private '.service_locator.hBJ.LZc' shared service.
  12546. *
  12547. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12548. */
  12549. protected function get_ServiceLocator_HBJ_LZcService()
  12550. {
  12551. return $this->privates['.service_locator.hBJ.LZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12552. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  12553. ], [
  12554. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  12555. ]);
  12556. }
  12557. /**
  12558. * Gets the private '.service_locator.hT2Kv93' shared service.
  12559. *
  12560. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12561. */
  12562. protected function get_ServiceLocator_HT2Kv93Service()
  12563. {
  12564. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12565. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  12566. ], [
  12567. 'serializer' => '?',
  12568. ]);
  12569. }
  12570. /**
  12571. * Gets the private '.service_locator.iGBrtqd' shared service.
  12572. *
  12573. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12574. */
  12575. protected function get_ServiceLocator_IGBrtqdService()
  12576. {
  12577. return $this->privates['.service_locator.iGBrtqd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12578. 'quiz' => ['privates', '.errored..service_locator.iGBrtqd.CoreBundle\\Entity\\Quiz', NULL, 'Cannot autowire service ".service_locator.iGBrtqd": it references class "CoreBundle\\Entity\\Quiz" but no such service exists.'],
  12579. ], [
  12580. 'quiz' => 'CoreBundle\\Entity\\Quiz',
  12581. ]);
  12582. }
  12583. /**
  12584. * Gets the private '.service_locator.iewL4zS' shared service.
  12585. *
  12586. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12587. */
  12588. protected function get_ServiceLocator_IewL4zSService()
  12589. {
  12590. return $this->privates['.service_locator.iewL4zS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12591. 'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
  12592. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  12593. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  12594. ], [
  12595. 'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
  12596. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  12597. 'serializer' => '?',
  12598. ]);
  12599. }
  12600. /**
  12601. * Gets the private '.service_locator.jFOCl7E' shared service.
  12602. *
  12603. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12604. */
  12605. protected function get_ServiceLocator_JFOCl7EService()
  12606. {
  12607. return $this->privates['.service_locator.jFOCl7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12608. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  12609. ], [
  12610. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  12611. ]);
  12612. }
  12613. /**
  12614. * Gets the private '.service_locator.jXElFZ2' shared service.
  12615. *
  12616. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12617. */
  12618. protected function get_ServiceLocator_JXElFZ2Service()
  12619. {
  12620. return $this->privates['.service_locator.jXElFZ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12621. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  12622. ], [
  12623. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  12624. ]);
  12625. }
  12626. /**
  12627. * Gets the private '.service_locator.k.n2emF' shared service.
  12628. *
  12629. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12630. */
  12631. protected function get_ServiceLocator_K_N2emFService()
  12632. {
  12633. return $this->privates['.service_locator.k.n2emF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12634. 'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  12635. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  12636. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  12637. ], [
  12638. 'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  12639. 'logger' => '?',
  12640. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  12641. ]);
  12642. }
  12643. /**
  12644. * Gets the private '.service_locator.kEvhmk9' shared service.
  12645. *
  12646. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12647. */
  12648. protected function get_ServiceLocator_KEvhmk9Service()
  12649. {
  12650. return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12651. 'context' => ['privates', '.errored..service_locator.kEvhmk9.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  12652. ], [
  12653. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  12654. ]);
  12655. }
  12656. /**
  12657. * Gets the private '.service_locator.mx0UMmY' shared service.
  12658. *
  12659. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12660. */
  12661. protected function get_ServiceLocator_Mx0UMmYService()
  12662. {
  12663. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12664. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  12665. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  12666. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  12667. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  12668. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  12669. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  12670. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  12671. 'router' => ['services', 'router', 'getRouterService', false],
  12672. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  12673. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  12674. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  12675. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  12676. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  12677. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  12678. ], [
  12679. 'doctrine' => '?',
  12680. 'form.factory' => '?',
  12681. 'http_kernel' => '?',
  12682. 'message_bus' => '?',
  12683. 'messenger.default_bus' => '?',
  12684. 'parameter_bag' => '?',
  12685. 'request_stack' => '?',
  12686. 'router' => '?',
  12687. 'security.authorization_checker' => '?',
  12688. 'security.csrf.token_manager' => '?',
  12689. 'security.token_storage' => '?',
  12690. 'serializer' => '?',
  12691. 'session' => '.session.deprecated',
  12692. 'twig' => '?',
  12693. ]);
  12694. }
  12695. /**
  12696. * Gets the private '.service_locator.ndY8kpt' shared service.
  12697. *
  12698. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12699. */
  12700. protected function get_ServiceLocator_NdY8kptService()
  12701. {
  12702. return $this->privates['.service_locator.ndY8kpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12703. 'dataService' => ['services', 'CoreBundle\\Service\\DataService', 'getDataServiceService', false],
  12704. ], [
  12705. 'dataService' => 'CoreBundle\\Service\\DataService',
  12706. ]);
  12707. }
  12708. /**
  12709. * Gets the private '.service_locator.nl0WT0J' shared service.
  12710. *
  12711. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12712. */
  12713. protected function get_ServiceLocator_Nl0WT0JService()
  12714. {
  12715. return $this->privates['.service_locator.nl0WT0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12716. 'session' => ['privates', '.errored..service_locator.nl0WT0J.CoreBundle\\Entity\\DictateSession', NULL, 'Cannot autowire service ".service_locator.nl0WT0J": it references class "CoreBundle\\Entity\\DictateSession" but no such service exists.'],
  12717. 'student' => ['privates', '.errored..service_locator.nl0WT0J.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.nl0WT0J": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  12718. ], [
  12719. 'session' => 'CoreBundle\\Entity\\DictateSession',
  12720. 'student' => 'UserBundle\\Entity\\User',
  12721. ]);
  12722. }
  12723. /**
  12724. * Gets the private '.service_locator.oCWhl0b' shared service.
  12725. *
  12726. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12727. */
  12728. protected function get_ServiceLocator_OCWhl0bService()
  12729. {
  12730. return $this->privates['.service_locator.oCWhl0b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12731. 'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
  12732. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  12733. 'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
  12734. ], [
  12735. 'categoryService' => 'TeacherBundle\\Service\\CategoryService',
  12736. 'normalizer' => '?',
  12737. 'quizService' => 'TeacherBundle\\Service\\QuizService',
  12738. ]);
  12739. }
  12740. /**
  12741. * Gets the private '.service_locator.ofzw.eQ' shared service.
  12742. *
  12743. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12744. */
  12745. protected function get_ServiceLocator_Ofzw_EQService()
  12746. {
  12747. return $this->privates['.service_locator.ofzw.eQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12748. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  12749. 'homeworkService' => ['services', 'StudentBundle\\Service\\CrammingActivityHomeworkService', 'getCrammingActivityHomeworkServiceService', false],
  12750. ], [
  12751. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  12752. 'homeworkService' => 'StudentBundle\\Service\\CrammingActivityHomeworkService',
  12753. ]);
  12754. }
  12755. /**
  12756. * Gets the private '.service_locator.p8P7vwE' shared service.
  12757. *
  12758. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12759. */
  12760. protected function get_ServiceLocator_P8P7vwEService()
  12761. {
  12762. return $this->privates['.service_locator.p8P7vwE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12763. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  12764. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  12765. 'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  12766. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  12767. ], [
  12768. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  12769. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  12770. 'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
  12771. 'translator' => '?',
  12772. ]);
  12773. }
  12774. /**
  12775. * Gets the private '.service_locator.q2ji3lu' shared service.
  12776. *
  12777. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12778. */
  12779. protected function get_ServiceLocator_Q2ji3luService()
  12780. {
  12781. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12782. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  12783. ], [
  12784. 'translator' => '?',
  12785. ]);
  12786. }
  12787. /**
  12788. * Gets the private '.service_locator.qWRIXEM' shared service.
  12789. *
  12790. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12791. */
  12792. protected function get_ServiceLocator_QWRIXEMService()
  12793. {
  12794. return $this->privates['.service_locator.qWRIXEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12795. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  12796. ], [
  12797. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  12798. ]);
  12799. }
  12800. /**
  12801. * Gets the private '.service_locator.qwilqiL' shared service.
  12802. *
  12803. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12804. */
  12805. protected function get_ServiceLocator_QwilqiLService()
  12806. {
  12807. return $this->privates['.service_locator.qwilqiL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12808. 'userPasswordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  12809. ], [
  12810. 'userPasswordHasher' => '?',
  12811. ]);
  12812. }
  12813. /**
  12814. * Gets the private '.service_locator.rDMu6Zd' shared service.
  12815. *
  12816. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12817. */
  12818. protected function get_ServiceLocator_RDMu6ZdService()
  12819. {
  12820. return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12821. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  12822. ], [
  12823. 'passwordHasher' => '?',
  12824. ]);
  12825. }
  12826. /**
  12827. * Gets the private '.service_locator.riFbGaB' shared service.
  12828. *
  12829. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12830. */
  12831. protected function get_ServiceLocator_RiFbGaBService()
  12832. {
  12833. return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12834. 'context' => ['privates', '.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  12835. 'entityDto' => ['privates', '.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto', NULL, 'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.'],
  12836. 'formOptions' => ['privates', '.errored..service_locator.riFbGaB.EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore', NULL, 'Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.'],
  12837. ], [
  12838. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  12839. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  12840. 'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  12841. ]);
  12842. }
  12843. /**
  12844. * Gets the private '.service_locator.sOAhyHj' shared service.
  12845. *
  12846. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12847. */
  12848. protected function get_ServiceLocator_SOAhyHjService()
  12849. {
  12850. return $this->privates['.service_locator.sOAhyHj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12851. 'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator', 'getPeerFeedback2ndNavigatorService', false],
  12852. ], [
  12853. 'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator',
  12854. ]);
  12855. }
  12856. /**
  12857. * Gets the private '.service_locator.sTdGR69' shared service.
  12858. *
  12859. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12860. */
  12861. protected function get_ServiceLocator_STdGR69Service()
  12862. {
  12863. return $this->privates['.service_locator.sTdGR69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12864. 'classroomSignUpService' => ['privates', 'StudentBundle\\Service\\ClassroomSignUpService', 'getClassroomSignUpServiceService', false],
  12865. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  12866. ], [
  12867. 'classroomSignUpService' => 'StudentBundle\\Service\\ClassroomSignUpService',
  12868. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  12869. ]);
  12870. }
  12871. /**
  12872. * Gets the private '.service_locator.st3ASTR' shared service.
  12873. *
  12874. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12875. */
  12876. protected function get_ServiceLocator_St3ASTRService()
  12877. {
  12878. return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12879. 'user' => ['privates', '.errored..service_locator.st3ASTR.Symfony\\Component\\Security\\Core\\User\\UserInterface', NULL, 'Cannot autowire service ".service_locator.st3ASTR": it references interface "Symfony\\Component\\Security\\Core\\User\\UserInterface" but no such service exists. Did you create a class that implements this interface?'],
  12880. ], [
  12881. 'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  12882. ]);
  12883. }
  12884. /**
  12885. * Gets the private '.service_locator.t4pH54g' shared service.
  12886. *
  12887. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12888. */
  12889. protected function get_ServiceLocator_T4pH54gService()
  12890. {
  12891. return $this->privates['.service_locator.t4pH54g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12892. 'flashBag' => ['privates', 'session.flash_bag', 'getSession_FlashBagService', false],
  12893. ], [
  12894. 'flashBag' => '?',
  12895. ]);
  12896. }
  12897. /**
  12898. * Gets the private '.service_locator.t6i3vFk' shared service.
  12899. *
  12900. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12901. */
  12902. protected function get_ServiceLocator_T6i3vFkService()
  12903. {
  12904. return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12905. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12906. ], [
  12907. 'em' => '?',
  12908. ]);
  12909. }
  12910. /**
  12911. * Gets the private '.service_locator.tT6zioB' shared service.
  12912. *
  12913. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12914. */
  12915. protected function get_ServiceLocator_TT6zioBService()
  12916. {
  12917. return $this->privates['.service_locator.tT6zioB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12918. 'publication' => ['privates', '.errored..service_locator.tT6zioB.CoreBundle\\Entity\\Publication', NULL, 'Cannot autowire service ".service_locator.tT6zioB": it references class "CoreBundle\\Entity\\Publication" but no such service exists.'],
  12919. ], [
  12920. 'publication' => 'CoreBundle\\Entity\\Publication',
  12921. ]);
  12922. }
  12923. /**
  12924. * Gets the private '.service_locator.u8G.hVv' shared service.
  12925. *
  12926. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12927. */
  12928. protected function get_ServiceLocator_U8G_HVvService()
  12929. {
  12930. return $this->privates['.service_locator.u8G.hVv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12931. 'activityDisplayService' => ['privates', 'CoreBundle\\Service\\ActivityDisplayService', 'getActivityDisplayServiceService', false],
  12932. 'activityRoutingService' => ['privates', 'CoreBundle\\Service\\ActivityRoutingService', 'getActivityRoutingServiceService', false],
  12933. ], [
  12934. 'activityDisplayService' => 'CoreBundle\\Service\\ActivityDisplayService',
  12935. 'activityRoutingService' => 'CoreBundle\\Service\\ActivityRoutingService',
  12936. ]);
  12937. }
  12938. /**
  12939. * Gets the private '.service_locator.wen_Mpt' shared service.
  12940. *
  12941. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12942. */
  12943. protected function get_ServiceLocator_WenMptService()
  12944. {
  12945. return $this->privates['.service_locator.wen_Mpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12946. 'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
  12947. ], [
  12948. 'authService' => 'CoreBundle\\Service\\AuthService',
  12949. ]);
  12950. }
  12951. /**
  12952. * Gets the private '.service_locator.wm43SeI' shared service.
  12953. *
  12954. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12955. */
  12956. protected function get_ServiceLocator_Wm43SeIService()
  12957. {
  12958. return $this->privates['.service_locator.wm43SeI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12959. 'quizSessionService' => ['services', 'TeacherBundle\\Service\\QuizSessionService', 'getQuizSessionService2Service', false],
  12960. ], [
  12961. 'quizSessionService' => 'TeacherBundle\\Service\\QuizSessionService',
  12962. ]);
  12963. }
  12964. /**
  12965. * Gets the private '.service_locator.wtO2cHx' shared service.
  12966. *
  12967. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12968. */
  12969. protected function get_ServiceLocator_WtO2cHxService()
  12970. {
  12971. return $this->privates['.service_locator.wtO2cHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12972. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  12973. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  12974. 'mathProblemService' => ['services', 'CoreBundle\\Service\\MathProblemService', 'getMathProblemServiceService', false],
  12975. ], [
  12976. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  12977. 'kernel' => '?',
  12978. 'mathProblemService' => 'CoreBundle\\Service\\MathProblemService',
  12979. ]);
  12980. }
  12981. /**
  12982. * Gets the private '.service_locator.xLx1lNO' shared service.
  12983. *
  12984. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12985. */
  12986. protected function get_ServiceLocator_XLx1lNOService()
  12987. {
  12988. return $this->privates['.service_locator.xLx1lNO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12989. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  12990. 'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
  12991. ], [
  12992. 'em' => '?',
  12993. 'userManager' => '?',
  12994. ]);
  12995. }
  12996. /**
  12997. * Gets the private '.service_locator.xUrKPVU' shared service.
  12998. *
  12999. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13000. */
  13001. protected function get_ServiceLocator_XUrKPVUService()
  13002. {
  13003. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13004. 'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteLoader".'],
  13005. ], [
  13006. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  13007. ]);
  13008. }
  13009. /**
  13010. * Gets the private '.service_locator.xYXvlNW' shared service.
  13011. *
  13012. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13013. */
  13014. protected function get_ServiceLocator_XYXvlNWService()
  13015. {
  13016. return $this->privates['.service_locator.xYXvlNW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13017. 'quizSessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  13018. ], [
  13019. 'quizSessionService' => 'StudentBundle\\Service\\QuizSessionService',
  13020. ]);
  13021. }
  13022. /**
  13023. * Gets the private '.service_locator.yDC0lbQ' shared service.
  13024. *
  13025. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13026. */
  13027. protected function get_ServiceLocator_YDC0lbQService()
  13028. {
  13029. return $this->privates['.service_locator.yDC0lbQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13030. 'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  13031. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  13032. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  13033. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  13034. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  13035. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  13036. ], [
  13037. 'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
  13038. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  13039. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  13040. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  13041. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  13042. 'transform' => 'StudentBundle\\Service\\Transform',
  13043. ]);
  13044. }
  13045. /**
  13046. * Gets the private '.service_locator.yzOxF8c' shared service.
  13047. *
  13048. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13049. */
  13050. protected function get_ServiceLocator_YzOxF8cService()
  13051. {
  13052. return $this->privates['.service_locator.yzOxF8c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13053. 'validator' => ['services', 'CoreBundle\\Helpers\\ValidationHelper', 'getValidationHelperService', false],
  13054. ], [
  13055. 'validator' => 'CoreBundle\\Helpers\\ValidationHelper',
  13056. ]);
  13057. }
  13058. /**
  13059. * Gets the private '.session.deprecated' shared service.
  13060. *
  13061. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  13062. */
  13063. protected function get_Session_DeprecatedService()
  13064. {
  13065. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  13066. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  13067. return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  13068. }
  13069. /**
  13070. * Gets the private '.twig.command.debug.lazy' shared service.
  13071. *
  13072. * @return \Symfony\Component\Console\Command\LazyCommand
  13073. */
  13074. protected function get_Twig_Command_Debug_LazyService()
  13075. {
  13076. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13077. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13078. return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  13079. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  13080. });
  13081. }
  13082. /**
  13083. * Gets the private '.twig.command.lint.lazy' shared service.
  13084. *
  13085. * @return \Symfony\Component\Console\Command\LazyCommand
  13086. */
  13087. protected function get_Twig_Command_Lint_LazyService()
  13088. {
  13089. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13090. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13091. return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  13092. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  13093. });
  13094. }
  13095. /**
  13096. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  13097. *
  13098. * @return \Symfony\Component\Console\Command\LazyCommand
  13099. */
  13100. protected function get_VarDumper_Command_ServerDump_LazyService()
  13101. {
  13102. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13103. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13104. return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  13105. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  13106. });
  13107. }
  13108. /**
  13109. * Gets the private 'AdminBundle\Editors\ProblemEditorFactory' shared autowired service.
  13110. *
  13111. * @return \AdminBundle\Editors\ProblemEditorFactory
  13112. */
  13113. protected function getProblemEditorFactoryService()
  13114. {
  13115. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorFactory.php';
  13116. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorInterface.php';
  13117. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditor.php';
  13118. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/RadioButtonEditor.php';
  13119. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemValidationService.php';
  13120. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/CheckboxEditor.php';
  13121. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ParagraphEditor.php';
  13122. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TextEditor.php';
  13123. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DropDownEditor.php';
  13124. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/WordOptionsEditor.php';
  13125. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DragAndDropEditor.php';
  13126. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridRadiobuttonEditor.php';
  13127. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridCheckboxEditor.php';
  13128. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableTextEditor.php';
  13129. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableDropdownEditor.php';
  13130. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/MarkEditor.php';
  13131. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/NumberEditor.php';
  13132. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/FormulaEditor.php';
  13133. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  13134. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13135. if (isset($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'])) {
  13136. return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'];
  13137. }
  13138. $b = new \AdminBundle\Service\ProblemValidationService($a, ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  13139. $c = ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService());
  13140. return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] = new \AdminBundle\Editors\ProblemEditorFactory(new \AdminBundle\Editors\RadioButtonEditor($a, $b, $c), new \AdminBundle\Editors\CheckboxEditor($a, $b, $c), new \AdminBundle\Editors\ParagraphEditor($a, $b, $c), new \AdminBundle\Editors\TextEditor($a, $b, $c), new \AdminBundle\Editors\DropDownEditor($a, $b, $c), new \AdminBundle\Editors\WordOptionsEditor($a, $b, $c), new \AdminBundle\Editors\DragAndDropEditor($a, $b, $c), new \AdminBundle\Editors\GridRadiobuttonEditor($a, $b, $c), new \AdminBundle\Editors\GridCheckboxEditor($a, $b, $c), new \AdminBundle\Editors\TableTextEditor($a, $b, $c), new \AdminBundle\Editors\TableDropdownEditor($a, $b, $c), new \AdminBundle\Editors\MarkEditor($a, $b, $c), new \AdminBundle\Editors\NumberEditor($a, $b, $c), new \AdminBundle\Editors\FormulaEditor($a, $b, $c));
  13141. }
  13142. /**
  13143. * Gets the private 'AdminBundle\Form\AnswerType' shared autowired service.
  13144. *
  13145. * @return \AdminBundle\Form\AnswerType
  13146. */
  13147. protected function getAnswerTypeService()
  13148. {
  13149. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13150. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13151. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/AnswerType.php';
  13152. return $this->privates['AdminBundle\\Form\\AnswerType'] = new \AdminBundle\Form\AnswerType();
  13153. }
  13154. /**
  13155. * Gets the private 'AdminBundle\Form\BulkAudioUpload' shared autowired service.
  13156. *
  13157. * @return \AdminBundle\Form\BulkAudioUpload
  13158. */
  13159. protected function getBulkAudioUploadService()
  13160. {
  13161. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13162. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13163. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkAudioUpload.php';
  13164. return $this->privates['AdminBundle\\Form\\BulkAudioUpload'] = new \AdminBundle\Form\BulkAudioUpload();
  13165. }
  13166. /**
  13167. * Gets the private 'AdminBundle\Form\BulkCsvUpload' shared autowired service.
  13168. *
  13169. * @return \AdminBundle\Form\BulkCsvUpload
  13170. */
  13171. protected function getBulkCsvUploadService()
  13172. {
  13173. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13174. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13175. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkCsvUpload.php';
  13176. return $this->privates['AdminBundle\\Form\\BulkCsvUpload'] = new \AdminBundle\Form\BulkCsvUpload(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13177. }
  13178. /**
  13179. * Gets the private 'AdminBundle\Form\BulkImageUpload' shared autowired service.
  13180. *
  13181. * @return \AdminBundle\Form\BulkImageUpload
  13182. */
  13183. protected function getBulkImageUploadService()
  13184. {
  13185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13187. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkImageUpload.php';
  13188. return $this->privates['AdminBundle\\Form\\BulkImageUpload'] = new \AdminBundle\Form\BulkImageUpload();
  13189. }
  13190. /**
  13191. * Gets the private 'AdminBundle\Form\CsvUploadType' shared autowired service.
  13192. *
  13193. * @return \AdminBundle\Form\CsvUploadType
  13194. */
  13195. protected function getCsvUploadTypeService()
  13196. {
  13197. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13198. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13199. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/CsvUploadType.php';
  13200. return $this->privates['AdminBundle\\Form\\CsvUploadType'] = new \AdminBundle\Form\CsvUploadType();
  13201. }
  13202. /**
  13203. * Gets the private 'AdminBundle\Form\ProblemType' shared autowired service.
  13204. *
  13205. * @return \AdminBundle\Form\ProblemType
  13206. */
  13207. protected function getProblemTypeService()
  13208. {
  13209. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13210. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13211. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/ProblemType.php';
  13212. return $this->privates['AdminBundle\\Form\\ProblemType'] = new \AdminBundle\Form\ProblemType();
  13213. }
  13214. /**
  13215. * Gets the private 'AdminBundle\Form\StatisticsType' shared autowired service.
  13216. *
  13217. * @return \AdminBundle\Form\StatisticsType
  13218. */
  13219. protected function getStatisticsTypeService()
  13220. {
  13221. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13222. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13223. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/StatisticsType.php';
  13224. return $this->privates['AdminBundle\\Form\\StatisticsType'] = new \AdminBundle\Form\StatisticsType();
  13225. }
  13226. /**
  13227. * Gets the private 'AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType' shared autowired service.
  13228. *
  13229. * @return \AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType
  13230. */
  13231. protected function getTemplateTypeFilterTypeService()
  13232. {
  13233. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13234. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13235. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/Type/EasyAdmin/TemplateTypeFilterType.php';
  13236. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13237. if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  13238. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  13239. }
  13240. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13241. if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  13242. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  13243. }
  13244. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'] = new \AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  13245. }
  13246. /**
  13247. * Gets the private 'AdminBundle\Service\BugReportService' shared autowired service.
  13248. *
  13249. * @return \AdminBundle\Service\BugReportService
  13250. */
  13251. protected function getBugReportServiceService()
  13252. {
  13253. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php';
  13254. return $this->privates['AdminBundle\\Service\\BugReportService'] = new \AdminBundle\Service\BugReportService(($this->services['translator'] ?? $this->getTranslatorService()));
  13255. }
  13256. /**
  13257. * Gets the private 'AdminBundle\Service\CsvImportService' shared autowired service.
  13258. *
  13259. * @return \AdminBundle\Service\CsvImportService
  13260. */
  13261. protected function getCsvImportServiceService()
  13262. {
  13263. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/CsvImportService.php';
  13264. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  13265. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  13266. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13267. if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
  13268. return $this->privates['AdminBundle\\Service\\CsvImportService'];
  13269. }
  13270. $b = ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService());
  13271. if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
  13272. return $this->privates['AdminBundle\\Service\\CsvImportService'];
  13273. }
  13274. return $this->privates['AdminBundle\\Service\\CsvImportService'] = new \AdminBundle\Service\CsvImportService(($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da'))), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), $a, 'gale', $b, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  13275. }
  13276. /**
  13277. * Gets the private 'AdminBundle\Service\EasyAdminService' shared autowired service.
  13278. *
  13279. * @return \AdminBundle\Service\EasyAdminService
  13280. */
  13281. protected function getEasyAdminServiceService()
  13282. {
  13283. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/EasyAdminService.php';
  13284. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13285. if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
  13286. return $this->privates['AdminBundle\\Service\\EasyAdminService'];
  13287. }
  13288. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13289. if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
  13290. return $this->privates['AdminBundle\\Service\\EasyAdminService'];
  13291. }
  13292. return $this->privates['AdminBundle\\Service\\EasyAdminService'] = new \AdminBundle\Service\EasyAdminService($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13293. }
  13294. /**
  13295. * Gets the private 'AdminBundle\Service\InstitutionService' shared autowired service.
  13296. *
  13297. * @return \AdminBundle\Service\InstitutionService
  13298. */
  13299. protected function getInstitutionServiceService()
  13300. {
  13301. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/InstitutionService.php';
  13302. return $this->privates['AdminBundle\\Service\\InstitutionService'] = new \AdminBundle\Service\InstitutionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13303. }
  13304. /**
  13305. * Gets the private 'AdminBundle\Service\MediaService' shared autowired service.
  13306. *
  13307. * @return \AdminBundle\Service\MediaService
  13308. */
  13309. protected function getMediaServiceService()
  13310. {
  13311. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/MediaService.php';
  13312. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13313. if (isset($this->privates['AdminBundle\\Service\\MediaService'])) {
  13314. return $this->privates['AdminBundle\\Service\\MediaService'];
  13315. }
  13316. return $this->privates['AdminBundle\\Service\\MediaService'] = new \AdminBundle\Service\MediaService($a, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  13317. }
  13318. /**
  13319. * Gets the private 'AdminBundle\Service\ProblemEditorService' shared autowired service.
  13320. *
  13321. * @return \AdminBundle\Service\ProblemEditorService
  13322. */
  13323. protected function getProblemEditorServiceService()
  13324. {
  13325. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemEditorService.php';
  13326. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13327. if (isset($this->privates['AdminBundle\\Service\\ProblemEditorService'])) {
  13328. return $this->privates['AdminBundle\\Service\\ProblemEditorService'];
  13329. }
  13330. return $this->privates['AdminBundle\\Service\\ProblemEditorService'] = new \AdminBundle\Service\ProblemEditorService($a);
  13331. }
  13332. /**
  13333. * Gets the private 'AdminBundle\Service\ProblemService' shared autowired service.
  13334. *
  13335. * @return \AdminBundle\Service\ProblemService
  13336. */
  13337. protected function getProblemService4Service()
  13338. {
  13339. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemService.php';
  13340. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13341. if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
  13342. return $this->privates['AdminBundle\\Service\\ProblemService'];
  13343. }
  13344. $b = ($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service());
  13345. if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
  13346. return $this->privates['AdminBundle\\Service\\ProblemService'];
  13347. }
  13348. return $this->privates['AdminBundle\\Service\\ProblemService'] = new \AdminBundle\Service\ProblemService($a, ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), $b, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()));
  13349. }
  13350. /**
  13351. * Gets the private 'AdminBundle\Service\TemplateService' shared autowired service.
  13352. *
  13353. * @return \AdminBundle\Service\TemplateService
  13354. */
  13355. protected function getTemplateServiceService()
  13356. {
  13357. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TemplateService.php';
  13358. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13359. if (isset($this->privates['AdminBundle\\Service\\TemplateService'])) {
  13360. return $this->privates['AdminBundle\\Service\\TemplateService'];
  13361. }
  13362. return $this->privates['AdminBundle\\Service\\TemplateService'] = new \AdminBundle\Service\TemplateService($a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  13363. }
  13364. /**
  13365. * Gets the private 'AdminBundle\Service\TopicService' shared autowired service.
  13366. *
  13367. * @return \AdminBundle\Service\TopicService
  13368. */
  13369. protected function getTopicServiceService()
  13370. {
  13371. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TopicService.php';
  13372. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13373. if (isset($this->privates['AdminBundle\\Service\\TopicService'])) {
  13374. return $this->privates['AdminBundle\\Service\\TopicService'];
  13375. }
  13376. return $this->privates['AdminBundle\\Service\\TopicService'] = new \AdminBundle\Service\TopicService($a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  13377. }
  13378. /**
  13379. * Gets the private 'CoreBundle\Logger\SessionRequestProcessor' shared autowired service.
  13380. *
  13381. * @return \CoreBundle\Logger\SessionRequestProcessor
  13382. */
  13383. protected function getSessionRequestProcessorService()
  13384. {
  13385. return $this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] = new \CoreBundle\Logger\SessionRequestProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13386. }
  13387. /**
  13388. * Gets the private 'CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater' shared service.
  13389. *
  13390. * @return \CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater
  13391. */
  13392. protected function getStudentDifficultyUpdaterService()
  13393. {
  13394. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/StudentDifficultyUpdater.php';
  13395. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/DifficultyLevelCalculator.php';
  13396. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13397. if (isset($this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'])) {
  13398. return $this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'];
  13399. }
  13400. return $this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'] = new \CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater($a, ($this->privates['abacus_core.repository.student_difficulty_repository'] ?? $this->getAbacusCore_Repository_StudentDifficultyRepositoryService()), ($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] ?? $this->getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService()), ($this->privates['abacus_core.repository.mathproblem'] ?? $this->getAbacusCore_Repository_MathproblemService()), ($this->privates['abacus_core.repository.template_mathproblem'] ?? $this->getAbacusCore_Repository_TemplateMathproblemService()), new \CoreBundle\MathProblem\Difficulty\DifficultyLevelCalculator('gale'));
  13401. }
  13402. /**
  13403. * Gets the private 'CoreBundle\MathProblem\Selection\RandomMathProblemFinder' shared service.
  13404. *
  13405. * @return \CoreBundle\MathProblem\Selection\RandomMathProblemFinder
  13406. */
  13407. protected function getRandomMathProblemFinderService()
  13408. {
  13409. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomMathProblemFinder.php';
  13410. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/TopicSelector.php';
  13411. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/DifficultyResolver.php';
  13412. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/MathProblemTypeProvider.php';
  13413. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedMathProblemTypeProvider.php';
  13414. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/SessionRepositoryResolver.php';
  13415. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomTemplateMathProblemFinder.php';
  13416. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedTemplateMathProblemProvider.php';
  13417. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13418. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13419. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13420. }
  13421. $b = ($this->privates['abacus_core.repository.student_difficulty_repository'] ?? $this->getAbacusCore_Repository_StudentDifficultyRepositoryService());
  13422. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13423. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13424. }
  13425. $c = ($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] ?? $this->getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService());
  13426. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13427. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13428. }
  13429. $d = ($this->privates['abacus_core.repository.session'] ?? $this->getAbacusCore_Repository_SessionService());
  13430. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13431. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13432. }
  13433. $e = ($this->privates['abacus_core.repository.homework'] ?? $this->getAbacusCore_Repository_HomeworkService());
  13434. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13435. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13436. }
  13437. $f = ($this->privates['abacus_core.repository.template_mathproblem'] ?? $this->getAbacusCore_Repository_TemplateMathproblemService());
  13438. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13439. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13440. }
  13441. $g = ($this->privates['abacus_core.repository.mathproblem'] ?? $this->getAbacusCore_Repository_MathproblemService());
  13442. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13443. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13444. }
  13445. $h = new \CoreBundle\MathProblem\Selection\SessionRepositoryResolver($d, $e);
  13446. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'] = new \CoreBundle\MathProblem\Selection\RandomMathProblemFinder($a, new \CoreBundle\MathProblem\Selection\TopicSelector($a), new \CoreBundle\MathProblem\Selection\DifficultyResolver($b, $c), new \CoreBundle\MathProblem\Selection\MathProblemTypeProvider(new \CoreBundle\MathProblem\Selection\UsedMathProblemTypeProvider($h), $f), new \CoreBundle\MathProblem\Selection\RandomTemplateMathProblemFinder(new \CoreBundle\MathProblem\Selection\UsedTemplateMathProblemProvider($h), $f, $a), $g, $f, $b, $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13447. }
  13448. /**
  13449. * Gets the private 'CoreBundle\Service\ActivityDisplayService' shared autowired service.
  13450. *
  13451. * @return \CoreBundle\Service\ActivityDisplayService
  13452. */
  13453. protected function getActivityDisplayServiceService()
  13454. {
  13455. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php';
  13456. return $this->privates['CoreBundle\\Service\\ActivityDisplayService'] = new \CoreBundle\Service\ActivityDisplayService('gale', $this->parameters['abacus.activity_types'], ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  13457. }
  13458. /**
  13459. * Gets the private 'CoreBundle\Service\ActivityRoutingService' shared autowired service.
  13460. *
  13461. * @return \CoreBundle\Service\ActivityRoutingService
  13462. */
  13463. protected function getActivityRoutingServiceService()
  13464. {
  13465. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityRoutingService.php';
  13466. $a = ($this->services['router'] ?? $this->getRouterService());
  13467. if (isset($this->privates['CoreBundle\\Service\\ActivityRoutingService'])) {
  13468. return $this->privates['CoreBundle\\Service\\ActivityRoutingService'];
  13469. }
  13470. return $this->privates['CoreBundle\\Service\\ActivityRoutingService'] = new \CoreBundle\Service\ActivityRoutingService($this->parameters['abacus.activity_types'], $a);
  13471. }
  13472. /**
  13473. * Gets the private 'CoreBundle\Service\AuthService' shared autowired service.
  13474. *
  13475. * @return \CoreBundle\Service\AuthService
  13476. */
  13477. protected function getAuthServiceService()
  13478. {
  13479. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/AuthService.php';
  13480. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/ProviderInterface.php';
  13481. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/GyldendalProvider.php';
  13482. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13483. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13484. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13485. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/InstitutionRepository.php';
  13486. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13487. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  13488. return $this->privates['CoreBundle\\Service\\AuthService'];
  13489. }
  13490. $b = ($this->services['eight_points_guzzle.client.loginconnector'] ?? $this->getEightPointsGuzzle_Client_LoginconnectorService());
  13491. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  13492. return $this->privates['CoreBundle\\Service\\AuthService'];
  13493. }
  13494. $c = ($this->services['eight_points_guzzle.client.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Client_GyldendalaccessserviceService());
  13495. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  13496. return $this->privates['CoreBundle\\Service\\AuthService'];
  13497. }
  13498. return $this->privates['CoreBundle\\Service\\AuthService'] = new \CoreBundle\Service\AuthService(new \CoreBundle\Security\SSO\GyldendalProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a->getRepository('CoreBundle\\Entity\\Institution'), $b, $c, '/GAS-v3-QA/v3', '/GAS-v4-QA/v4', 'gu-abacus', 'gu-abac-437a-404', 0, []), 'gyldendal');
  13499. }
  13500. /**
  13501. * Gets the private 'CoreBundle\Service\EventLogger' shared autowired service.
  13502. *
  13503. * @return \CoreBundle\Service\EventLogger
  13504. */
  13505. protected function getEventLoggerService()
  13506. {
  13507. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EventLogger.php';
  13508. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13509. if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
  13510. return $this->privates['CoreBundle\\Service\\EventLogger'];
  13511. }
  13512. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13513. if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
  13514. return $this->privates['CoreBundle\\Service\\EventLogger'];
  13515. }
  13516. return $this->privates['CoreBundle\\Service\\EventLogger'] = new \CoreBundle\Service\EventLogger($a, $b, 0, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13517. }
  13518. /**
  13519. * Gets the private 'CoreBundle\Service\GamificationService' shared service.
  13520. *
  13521. * @return \CoreBundle\Service\GamificationService
  13522. */
  13523. protected function getGamificationServiceService()
  13524. {
  13525. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/GamificationService.php';
  13526. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13527. if (isset($this->privates['CoreBundle\\Service\\GamificationService'])) {
  13528. return $this->privates['CoreBundle\\Service\\GamificationService'];
  13529. }
  13530. return $this->privates['CoreBundle\\Service\\GamificationService'] = new \CoreBundle\Service\GamificationService($a, false);
  13531. }
  13532. /**
  13533. * Gets the private 'CoreBundle\Service\MakeTeamsService' shared service.
  13534. *
  13535. * @return \CoreBundle\Service\MakeTeamsService
  13536. */
  13537. protected function getMakeTeamsServiceService()
  13538. {
  13539. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MakeTeamsService.php';
  13540. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13541. if (isset($this->privates['CoreBundle\\Service\\MakeTeamsService'])) {
  13542. return $this->privates['CoreBundle\\Service\\MakeTeamsService'];
  13543. }
  13544. return $this->privates['CoreBundle\\Service\\MakeTeamsService'] = new \CoreBundle\Service\MakeTeamsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  13545. }
  13546. /**
  13547. * Gets the private 'CoreBundle\Service\QuizSessionService' shared service.
  13548. *
  13549. * @return \CoreBundle\Service\QuizSessionService
  13550. */
  13551. protected function getQuizSessionService3Service()
  13552. {
  13553. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizSessionService.php';
  13554. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13555. if (isset($this->privates['CoreBundle\\Service\\QuizSessionService'])) {
  13556. return $this->privates['CoreBundle\\Service\\QuizSessionService'];
  13557. }
  13558. return $this->privates['CoreBundle\\Service\\QuizSessionService'] = new \CoreBundle\Service\QuizSessionService($a, ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()));
  13559. }
  13560. /**
  13561. * Gets the private 'CoreBundle\Service\SelfStudyVoterService' shared service.
  13562. *
  13563. * @return \CoreBundle\Service\SelfStudyVoterService
  13564. */
  13565. protected function getSelfStudyVoterServiceService()
  13566. {
  13567. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13568. if (isset($this->privates['CoreBundle\\Service\\SelfStudyVoterService'])) {
  13569. return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'];
  13570. }
  13571. return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'] = new \CoreBundle\Service\SelfStudyVoterService($a, 'primaryschool');
  13572. }
  13573. /**
  13574. * Gets the private 'CoreBundle\Service\SessionService' shared autowired service.
  13575. *
  13576. * @return \CoreBundle\Service\SessionService
  13577. */
  13578. protected function getSessionServiceService()
  13579. {
  13580. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SessionService.php';
  13581. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13582. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  13583. return $this->privates['CoreBundle\\Service\\SessionService'];
  13584. }
  13585. $b = ($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'] ?? $this->getRandomMathProblemFinderService());
  13586. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  13587. return $this->privates['CoreBundle\\Service\\SessionService'];
  13588. }
  13589. $c = ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService());
  13590. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  13591. return $this->privates['CoreBundle\\Service\\SessionService'];
  13592. }
  13593. $d = ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService());
  13594. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  13595. return $this->privates['CoreBundle\\Service\\SessionService'];
  13596. }
  13597. return $this->privates['CoreBundle\\Service\\SessionService'] = new \CoreBundle\Service\SessionService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, 'c9ca7eda-8abd-4574-9359-a603ab883612', $b, $c, $d, 'gale');
  13598. }
  13599. /**
  13600. * Gets the private 'CoreBundle\Service\TextbookVoterService' shared service.
  13601. *
  13602. * @return \CoreBundle\Service\TextbookVoterService
  13603. */
  13604. protected function getTextbookVoterServiceService()
  13605. {
  13606. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13607. if (isset($this->privates['CoreBundle\\Service\\TextbookVoterService'])) {
  13608. return $this->privates['CoreBundle\\Service\\TextbookVoterService'];
  13609. }
  13610. return $this->privates['CoreBundle\\Service\\TextbookVoterService'] = new \CoreBundle\Service\TextbookVoterService($a, 'primaryschool');
  13611. }
  13612. /**
  13613. * Gets the private 'CoreBundle\Session\Peer\PeerFeedback2ndNavigator' shared service.
  13614. *
  13615. * @return \CoreBundle\Session\Peer\PeerFeedback2ndNavigator
  13616. */
  13617. protected function getPeerFeedback2ndNavigatorService()
  13618. {
  13619. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedback2ndNavigator.php';
  13620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13623. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedback2ndRepository.php';
  13624. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13625. if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'])) {
  13626. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'];
  13627. }
  13628. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'] = new \CoreBundle\Session\Peer\PeerFeedback2ndNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback2nd'));
  13629. }
  13630. /**
  13631. * Gets the private 'CoreBundle\Session\Peer\PeerFeedbackNavigator' shared service.
  13632. *
  13633. * @return \CoreBundle\Session\Peer\PeerFeedbackNavigator
  13634. */
  13635. protected function getPeerFeedbackNavigatorService()
  13636. {
  13637. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedbackNavigator.php';
  13638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  13639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13641. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedbackRepository.php';
  13642. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13643. if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'])) {
  13644. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'];
  13645. }
  13646. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'] = new \CoreBundle\Session\Peer\PeerFeedbackNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback'));
  13647. }
  13648. /**
  13649. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  13650. *
  13651. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  13652. */
  13653. protected function getManagerRegistryAwareConnectionProviderService()
  13654. {
  13655. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  13656. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  13657. return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
  13658. }
  13659. /**
  13660. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  13661. *
  13662. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  13663. */
  13664. protected function getRunSqlCommandService()
  13665. {
  13666. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13667. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  13668. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  13669. $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  13670. $instance->setName('dbal:run-sql');
  13671. return $instance;
  13672. }
  13673. /**
  13674. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage' shared service.
  13675. *
  13676. * @return \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage
  13677. */
  13678. protected function getAssetPackageService()
  13679. {
  13680. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Asset/AssetPackage.php';
  13681. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] = new \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13682. }
  13683. /**
  13684. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  13685. *
  13686. * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  13687. */
  13688. protected function getCacheWarmer2Service()
  13689. {
  13690. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13691. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  13692. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  13693. }
  13694. /**
  13695. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  13696. *
  13697. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  13698. */
  13699. protected function getAdminRouterSubscriberService()
  13700. {
  13701. $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  13702. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13703. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13704. }
  13705. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13706. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13707. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13708. }
  13709. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  13710. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13711. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13712. }
  13713. $d = ($this->services['router'] ?? $this->getRouterService());
  13714. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13715. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13716. }
  13717. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher()), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'CoreBundle\\Entity\\AudioReference', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'CoreBundle\\Entity\\BugReport', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'CoreBundle\\Entity\\Category', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'CoreBundle\\Entity\\ImageReference', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'CoreBundle\\Entity\\Info', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'UserBundle\\Entity\\Invitation', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'CoreBundle\\Entity\\Publisher', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'CoreBundle\\Entity\\QuizType', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'CoreBundle\\Entity\\TagMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'CoreBundle\\Entity\\TemplateSet', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'UserBundle\\Entity\\User'], ['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => '6019efc', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => '9063124', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => '46b785b', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => '2061c45', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => '62d688f', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => '5d18ff8', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'e1bbfdb', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'c8de161', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'f7cecf1', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => '5eab940', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'f614d6e', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => '972b312', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'a2b7105', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'fde858b', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => '91eac49', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => '3569c5c', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'd3c95d1', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'a24631b', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => '08a9360', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => '2ad6078', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => '2a2e871', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => '69fda8c', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => '48f17f1', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'a6d59bb', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => '4c1a075'], ['CoreBundle\\Entity\\AudioReference' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 'UserBundle\\Entity\\User' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController', 'CoreBundle\\Entity\\BugReport' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', 'CoreBundle\\Entity\\Category' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', 'CoreBundle\\Entity\\ImageReference' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', 'CoreBundle\\Entity\\Info' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', 'UserBundle\\Entity\\Invitation' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', 'CoreBundle\\Entity\\Mathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', 'CoreBundle\\Entity\\Quiz' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', 'CoreBundle\\Entity\\Publication' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', 'CoreBundle\\Entity\\Publisher' => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', 'CoreBundle\\Entity\\QuizType' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', 'CoreBundle\\Entity\\TagMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', 'CoreBundle\\Entity\\TemplateMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', 'CoreBundle\\Entity\\TemplateSet' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', 'CoreBundle\\Entity\\Topic' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'], ['6019efc' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 9063124 => 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', '46b785b' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', '2061c45' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', '62d688f' => 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', '5d18ff8' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', 'e1bbfdb' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', 'c8de161' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', 'f7cecf1' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', '5eab940' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', 'f614d6e' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', '972b312' => 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', 'a2b7105' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', 'fde858b' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', '91eac49' => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', '3569c5c' => 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', 'd3c95d1' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', 'a24631b' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', '08a9360' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', '2ad6078' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', '2a2e871' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', '69fda8c' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', '48f17f1' => 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', 'a6d59bb' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', '4c1a075' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController']), $b, $c), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  13718. }
  13719. /**
  13720. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  13721. *
  13722. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  13723. */
  13724. protected function getCrudResponseListenerService()
  13725. {
  13726. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  13727. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13728. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
  13729. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
  13730. }
  13731. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  13732. }
  13733. /**
  13734. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  13735. *
  13736. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  13737. */
  13738. protected function getExceptionListenerService()
  13739. {
  13740. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  13741. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13742. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
  13743. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
  13744. }
  13745. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener(true, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  13746. }
  13747. /**
  13748. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  13749. *
  13750. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  13751. */
  13752. protected function getActionFactoryService()
  13753. {
  13754. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  13755. }
  13756. /**
  13757. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  13758. *
  13759. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  13760. */
  13761. protected function getControllerFactoryService()
  13762. {
  13763. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  13764. }
  13765. /**
  13766. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  13767. *
  13768. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  13769. */
  13770. protected function getEntityFactoryService()
  13771. {
  13772. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13773. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  13774. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  13775. }
  13776. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  13777. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  13778. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  13779. yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  13780. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  13781. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  13782. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  13783. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->getCollectionConfiguratorService());
  13784. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  13785. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  13786. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  13787. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  13788. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  13789. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  13790. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  13791. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  13792. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  13793. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  13794. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  13795. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  13796. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->getPercentConfiguratorService());
  13797. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  13798. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  13799. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  13800. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  13801. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  13802. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  13803. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  13804. }, 26), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  13805. }
  13806. /**
  13807. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  13808. *
  13809. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  13810. */
  13811. protected function getFilterFactoryService()
  13812. {
  13813. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  13814. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new RewindableGenerator(function () {
  13815. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
  13816. yield 1 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator()));
  13817. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\ComparisonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator()));
  13818. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
  13819. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
  13820. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
  13821. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
  13822. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
  13823. }, 8));
  13824. }
  13825. /**
  13826. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  13827. *
  13828. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  13829. */
  13830. protected function getFormFactoryService()
  13831. {
  13832. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  13833. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  13834. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'])) {
  13835. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'];
  13836. }
  13837. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
  13838. }
  13839. /**
  13840. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  13841. *
  13842. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  13843. */
  13844. protected function getPaginatorFactoryService()
  13845. {
  13846. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  13847. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  13848. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  13849. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13850. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  13851. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  13852. }
  13853. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  13854. }
  13855. /**
  13856. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  13857. *
  13858. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  13859. */
  13860. protected function getAssociationConfiguratorService()
  13861. {
  13862. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13863. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  13864. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13865. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  13866. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  13867. }
  13868. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()));
  13869. }
  13870. /**
  13871. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  13872. *
  13873. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  13874. */
  13875. protected function getBooleanConfiguratorService()
  13876. {
  13877. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13878. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  13879. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  13880. }
  13881. /**
  13882. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator' shared service.
  13883. *
  13884. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator
  13885. */
  13886. protected function getCollectionConfiguratorService()
  13887. {
  13888. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13889. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CollectionConfigurator.php';
  13890. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13891. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  13892. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  13893. }
  13894. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()));
  13895. }
  13896. /**
  13897. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  13898. *
  13899. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  13900. */
  13901. protected function getCommonPostConfiguratorService()
  13902. {
  13903. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13904. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  13905. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), 'UTF-8');
  13906. }
  13907. /**
  13908. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  13909. *
  13910. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  13911. */
  13912. protected function getCommonPreConfiguratorService()
  13913. {
  13914. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13915. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  13916. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13917. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'])) {
  13918. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'];
  13919. }
  13920. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a);
  13921. }
  13922. /**
  13923. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  13924. *
  13925. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  13926. */
  13927. protected function getCountryConfiguratorService()
  13928. {
  13929. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13930. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  13931. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService()));
  13932. }
  13933. /**
  13934. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  13935. *
  13936. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  13937. */
  13938. protected function getDateTimeConfiguratorService()
  13939. {
  13940. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13941. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  13942. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13943. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  13944. }
  13945. /**
  13946. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  13947. *
  13948. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  13949. */
  13950. protected function getMoneyConfiguratorService()
  13951. {
  13952. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13953. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  13954. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13955. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  13956. }
  13957. /**
  13958. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  13959. *
  13960. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  13961. */
  13962. protected function getNumberConfiguratorService()
  13963. {
  13964. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13965. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  13966. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13967. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  13968. }
  13969. /**
  13970. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator' shared service.
  13971. *
  13972. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator
  13973. */
  13974. protected function getPercentConfiguratorService()
  13975. {
  13976. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13977. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/PercentConfigurator.php';
  13978. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13979. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] = new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter())));
  13980. }
  13981. /**
  13982. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  13983. *
  13984. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  13985. */
  13986. protected function getEaCrudFormTypeExtensionService()
  13987. {
  13988. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  13989. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  13990. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  13991. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  13992. }
  13993. /**
  13994. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  13995. *
  13996. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  13997. */
  13998. protected function getCrudFormTypeService()
  13999. {
  14000. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14001. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14002. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  14003. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType(($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService()));
  14004. }
  14005. /**
  14006. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  14007. *
  14008. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  14009. */
  14010. protected function getFileUploadTypeService()
  14011. {
  14012. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14013. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14014. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  14015. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  14016. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4));
  14017. }
  14018. /**
  14019. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  14020. *
  14021. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  14022. */
  14023. protected function getFiltersFormTypeService()
  14024. {
  14025. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14026. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14027. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  14028. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  14029. }
  14030. /**
  14031. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  14032. *
  14033. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  14034. */
  14035. protected function getEntityRepositoryService()
  14036. {
  14037. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  14038. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  14039. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14040. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  14041. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  14042. }
  14043. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14044. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  14045. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  14046. }
  14047. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()), $b);
  14048. }
  14049. /**
  14050. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  14051. *
  14052. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  14053. */
  14054. protected function getEntityUpdaterService()
  14055. {
  14056. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  14057. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  14058. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  14059. }
  14060. /**
  14061. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  14062. *
  14063. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  14064. */
  14065. protected function getAdminContextProviderService()
  14066. {
  14067. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14068. }
  14069. /**
  14070. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  14071. *
  14072. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  14073. */
  14074. protected function getFieldProviderService()
  14075. {
  14076. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  14077. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  14078. }
  14079. /**
  14080. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator' shared service.
  14081. *
  14082. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
  14083. */
  14084. protected function getAdminRouteGeneratorService()
  14085. {
  14086. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator(new RewindableGenerator(function () {
  14087. yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] ?? $this->getDashboardControllerService());
  14088. }, 1), new RewindableGenerator(function () {
  14089. yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'] ?? $this->getAudioReferenceCrudControllerService());
  14090. yield 1 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'] ?? $this->getAuthorCrudControllerService());
  14091. yield 2 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController'] ?? $this->getBugReportCrudControllerService());
  14092. yield 3 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] ?? $this->getCategoryCrudControllerService());
  14093. yield 4 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'] ?? $this->getEditorCrudControllerService());
  14094. yield 5 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'] ?? $this->getImageReferenceCrudControllerService());
  14095. yield 6 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] ?? $this->getInfoCrudControllerService());
  14096. yield 7 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'] ?? $this->getInvitationCrudControllerService());
  14097. yield 8 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'] ?? $this->getProblemCrudControllerService());
  14098. yield 9 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'] ?? $this->getProblemFromQuizCrudControllerService());
  14099. yield 10 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'] ?? $this->getProblemFromTemplateCrudControllerService());
  14100. yield 11 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] ?? $this->getProductQuizCrudControllerService());
  14101. yield 12 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] ?? $this->getPublicationCrudControllerService());
  14102. yield 13 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'] ?? $this->getPublicationFromPublisherCrudControllerService());
  14103. yield 14 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] ?? $this->getPublisherCrudControllerService());
  14104. yield 15 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] ?? $this->getQuizCrudControllerService());
  14105. yield 16 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'] ?? $this->getQuizFromPublicationCrudControllerService());
  14106. yield 17 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] ?? $this->getQuizTypeCrudControllerService());
  14107. yield 18 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] ?? $this->getTagCrudControllerService());
  14108. yield 19 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'] ?? $this->getTemplateCrudControllerService());
  14109. yield 20 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'] ?? $this->getTemplateFromTopicCrudControllerService());
  14110. yield 21 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] ?? $this->getTemplateSetCrudControllerService());
  14111. yield 22 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'] ?? $this->getTopicCrudControllerService());
  14112. yield 23 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'] ?? $this->getTopicFromCategoryCrudControllerService());
  14113. yield 24 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\UserCrudController'] ?? $this->getUserCrudControllerService());
  14114. }, 25), ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  14115. }
  14116. /**
  14117. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  14118. *
  14119. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  14120. */
  14121. protected function getAdminUrlGeneratorService()
  14122. {
  14123. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  14124. $a = ($this->services['router'] ?? $this->getRouterService());
  14125. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14126. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14127. }
  14128. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  14129. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14130. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14131. }
  14132. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['AdminBundle\\Controller\\EasyAdmin\\DashboardController' => '576cc3c'], ['576cc3c' => 'AdminBundle\\Controller\\EasyAdmin\\DashboardController']))), $b);
  14133. };
  14134. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  14135. }
  14136. /**
  14137. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  14138. *
  14139. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  14140. */
  14141. protected function getAuthorizationCheckerService()
  14142. {
  14143. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14144. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  14145. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  14146. }
  14147. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  14148. }
  14149. /**
  14150. * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  14151. *
  14152. * @return \Sentry\SentryBundle\Command\SentryTestCommand
  14153. */
  14154. protected function getSentryTestCommandService()
  14155. {
  14156. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14157. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  14158. $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14159. $instance->setName('sentry:test');
  14160. return $instance;
  14161. }
  14162. /**
  14163. * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  14164. *
  14165. * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  14166. */
  14167. protected function getConsoleListenerService()
  14168. {
  14169. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  14170. return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14171. }
  14172. /**
  14173. * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  14174. *
  14175. * @return \Sentry\SentryBundle\EventListener\ErrorListener
  14176. */
  14177. protected function getErrorListenerService()
  14178. {
  14179. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  14180. return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14181. }
  14182. /**
  14183. * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  14184. *
  14185. * @return \Sentry\SentryBundle\EventListener\LoginListener
  14186. */
  14187. protected function getLoginListenerService()
  14188. {
  14189. return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14190. }
  14191. /**
  14192. * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  14193. *
  14194. * @return \Sentry\SentryBundle\EventListener\MessengerListener
  14195. */
  14196. protected function getMessengerListenerService()
  14197. {
  14198. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  14199. return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14200. }
  14201. /**
  14202. * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  14203. *
  14204. * @return \Sentry\SentryBundle\EventListener\RequestListener
  14205. */
  14206. protected function getRequestListenerService()
  14207. {
  14208. return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14209. }
  14210. /**
  14211. * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  14212. *
  14213. * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  14214. */
  14215. protected function getSubRequestListenerService()
  14216. {
  14217. return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14218. }
  14219. /**
  14220. * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  14221. *
  14222. * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  14223. */
  14224. protected function getTracingConsoleListenerService()
  14225. {
  14226. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  14227. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
  14228. }
  14229. /**
  14230. * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  14231. *
  14232. * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  14233. */
  14234. protected function getTracingRequestListenerService()
  14235. {
  14236. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14237. }
  14238. /**
  14239. * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  14240. *
  14241. * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  14242. */
  14243. protected function getTracingSubRequestListenerService()
  14244. {
  14245. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14246. }
  14247. /**
  14248. * Gets the private 'Sentry\State\HubInterface' shared service.
  14249. *
  14250. * @return \Sentry\State\HubInterface
  14251. */
  14252. protected function getHubInterfaceService()
  14253. {
  14254. $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  14255. $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [0 => 'Symfony\\Component\\ErrorHandler\\Error\\FatalError', 1 => 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), 1 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => '/usr/share/php'], 'environment' => 'dev', 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => (\dirname(__DIR__, 4).'/vendor'), 2 => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => []]);
  14256. $b = new \Sentry\ClientBuilder($a);
  14257. $c = new \Http\Discovery\Psr17Factory();
  14258. $b->setSdkIdentifier('sentry.php.symfony');
  14259. $b->setSdkVersion('4.14.0');
  14260. $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
  14261. $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  14262. $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  14263. if ($this->has('Psr\\Log\\NullLogger')) {
  14264. $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  14265. }
  14266. $instance->bindClient($b->getClient());
  14267. return $instance;
  14268. }
  14269. /**
  14270. * Gets the private 'StudentBundle\Service\ClassroomSignUpService' shared service.
  14271. *
  14272. * @return \StudentBundle\Service\ClassroomSignUpService
  14273. */
  14274. protected function getClassroomSignUpServiceService()
  14275. {
  14276. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ClassroomSignUpService.php';
  14277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14278. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14279. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14280. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/QuizSessionRepository.php';
  14281. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/WorksheetSessionRepository.php';
  14282. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14283. if (isset($this->privates['StudentBundle\\Service\\ClassroomSignUpService'])) {
  14284. return $this->privates['StudentBundle\\Service\\ClassroomSignUpService'];
  14285. }
  14286. return $this->privates['StudentBundle\\Service\\ClassroomSignUpService'] = new \StudentBundle\Service\ClassroomSignUpService($a->getRepository('CoreBundle\\Entity\\QuizSession'), ($this->privates['abacus_core.repository.homework'] ?? $this->getAbacusCore_Repository_HomeworkService()), ($this->privates['abacus_core.repository.session'] ?? $this->getAbacusCore_Repository_SessionService()), $a, $a->getRepository('CoreBundle\\Entity\\WorksheetSession'));
  14287. }
  14288. /**
  14289. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  14290. *
  14291. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  14292. */
  14293. protected function getResetPasswordRemoveExpiredCommandService()
  14294. {
  14295. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14296. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  14297. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  14298. $instance->setName('reset-password:remove-expired');
  14299. return $instance;
  14300. }
  14301. /**
  14302. * Gets the private 'TeacherBundle\EventListener\MathproblemListener' shared service.
  14303. *
  14304. * @return \TeacherBundle\EventListener\MathproblemListener
  14305. */
  14306. protected function getMathproblemListenerService()
  14307. {
  14308. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/EventListener/MathproblemListener.php';
  14309. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14310. if (isset($this->privates['TeacherBundle\\EventListener\\MathproblemListener'])) {
  14311. return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'];
  14312. }
  14313. return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'] = new \TeacherBundle\EventListener\MathproblemListener($a);
  14314. }
  14315. /**
  14316. * Gets the private 'UserBundle\Security\ApiKeyAuthenticator' shared autowired service.
  14317. *
  14318. * @return \UserBundle\Security\ApiKeyAuthenticator
  14319. */
  14320. protected function getApiKeyAuthenticatorService()
  14321. {
  14322. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14323. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14324. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiKeyAuthenticator.php';
  14325. $a = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
  14326. if (isset($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'])) {
  14327. return $this->privates['UserBundle\\Security\\ApiKeyAuthenticator'];
  14328. }
  14329. return $this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] = new \UserBundle\Security\ApiKeyAuthenticator(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), $a, 'a799271fb677d0bb6a9cf0e1e3dd7b4e97e7deabbf1e14c5a0a0d9199f3aeb1928b13adec51e21cca1a173e58d00baef17eb2417b96adb258f96780b27d56917', '$(GALE_API_JWT_PUBLIC_KEY)');
  14330. }
  14331. /**
  14332. * Gets the private 'UserBundle\Security\Authentication\Impersonator' shared service.
  14333. *
  14334. * @return \UserBundle\Security\Authentication\Impersonator
  14335. */
  14336. protected function getImpersonatorService()
  14337. {
  14338. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Authentication/Impersonator.php';
  14339. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14340. if (isset($this->privates['UserBundle\\Security\\Authentication\\Impersonator'])) {
  14341. return $this->privates['UserBundle\\Security\\Authentication\\Impersonator'];
  14342. }
  14343. return $this->privates['UserBundle\\Security\\Authentication\\Impersonator'] = new \UserBundle\Security\Authentication\Impersonator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  14344. }
  14345. /**
  14346. * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  14347. *
  14348. * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  14349. */
  14350. protected function getCacheWarmer3Service()
  14351. {
  14352. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14353. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  14354. return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  14355. }
  14356. /**
  14357. * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  14358. *
  14359. * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  14360. */
  14361. protected function getUploaderExtensionRuntimeService()
  14362. {
  14363. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14364. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  14365. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  14366. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  14367. return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
  14368. }
  14369. /**
  14370. * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  14371. *
  14372. * @return \Vich\UploaderBundle\Util\Transliterator
  14373. */
  14374. protected function getTransliteratorService()
  14375. {
  14376. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  14377. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14378. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14379. return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da'))));
  14380. }
  14381. /**
  14382. * Gets the private 'abacus.add_problem.form.type' shared service.
  14383. *
  14384. * @return \TeacherBundle\Form\AddProblemType
  14385. */
  14386. protected function getAbacus_AddProblem_Form_TypeService()
  14387. {
  14388. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14389. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14390. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/AddProblemType.php';
  14391. return $this->privates['abacus.add_problem.form.type'] = new \TeacherBundle\Form\AddProblemType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 3, 'gale');
  14392. }
  14393. /**
  14394. * Gets the private 'abacus.addclassroom2student.form.type' shared autowired service.
  14395. *
  14396. * @return \StudentBundle\Form\AddClassroomStudentType
  14397. */
  14398. protected function getAbacus_Addclassroom2student_Form_TypeService()
  14399. {
  14400. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14401. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14402. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Form/AddClassroomStudentType.php';
  14403. return $this->privates['abacus.addclassroom2student.form.type'] = new \StudentBundle\Form\AddClassroomStudentType(($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService()));
  14404. }
  14405. /**
  14406. * Gets the private 'abacus.edit_user.form.type' shared service.
  14407. *
  14408. * @return \TeacherBundle\Form\EditUserType
  14409. */
  14410. protected function getAbacus_EditUser_Form_TypeService()
  14411. {
  14412. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14413. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14414. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/EditUserType.php';
  14415. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14416. if (isset($this->privates['abacus.edit_user.form.type'])) {
  14417. return $this->privates['abacus.edit_user.form.type'];
  14418. }
  14419. return $this->privates['abacus.edit_user.form.type'] = new \TeacherBundle\Form\EditUserType($a, 'primaryschool');
  14420. }
  14421. /**
  14422. * Gets the private 'abacus.mathproblemoverview.form.type' shared autowired service.
  14423. *
  14424. * @return \TeacherBundle\Form\MathproblemOverviewType
  14425. */
  14426. protected function getAbacus_Mathproblemoverview_Form_TypeService()
  14427. {
  14428. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14429. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14430. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/MathproblemOverviewType.php';
  14431. return $this->privates['abacus.mathproblemoverview.form.type'] = new \TeacherBundle\Form\MathproblemOverviewType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14432. }
  14433. /**
  14434. * Gets the private 'abacus.teacher.form.classroom' shared service.
  14435. *
  14436. * @return \TeacherBundle\Form\ClassroomType
  14437. */
  14438. protected function getAbacus_Teacher_Form_ClassroomService()
  14439. {
  14440. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14441. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14442. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/ClassroomType.php';
  14443. return $this->privates['abacus.teacher.form.classroom'] = new \TeacherBundle\Form\ClassroomType();
  14444. }
  14445. /**
  14446. * Gets the private 'abacus.teacher.form.type' shared service.
  14447. *
  14448. * @return \TeacherBundle\Form\TeacherType
  14449. */
  14450. protected function getAbacus_Teacher_Form_TypeService()
  14451. {
  14452. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14453. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14454. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TeacherType.php';
  14455. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14456. if (isset($this->privates['abacus.teacher.form.type'])) {
  14457. return $this->privates['abacus.teacher.form.type'];
  14458. }
  14459. return $this->privates['abacus.teacher.form.type'] = new \TeacherBundle\Form\TeacherType($a);
  14460. }
  14461. /**
  14462. * Gets the private 'abacus.textbook_session.form.type' shared service.
  14463. *
  14464. * @return \TeacherBundle\Form\TextbookSessionType
  14465. */
  14466. protected function getAbacus_TextbookSession_Form_TypeService()
  14467. {
  14468. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14469. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14470. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TextbookSessionType.php';
  14471. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14472. if (isset($this->privates['abacus.textbook_session.form.type'])) {
  14473. return $this->privates['abacus.textbook_session.form.type'];
  14474. }
  14475. return $this->privates['abacus.textbook_session.form.type'] = new \TeacherBundle\Form\TextbookSessionType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14476. }
  14477. /**
  14478. * Gets the private 'abacus.user.unilogin.form.type' shared service.
  14479. *
  14480. * @return \UserBundle\Form\Type\UniLoginType
  14481. */
  14482. protected function getAbacus_User_Unilogin_Form_TypeService()
  14483. {
  14484. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14485. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14486. include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Type/UniLoginType.php';
  14487. return $this->privates['abacus.user.unilogin.form.type'] = new \UserBundle\Form\Type\UniLoginType();
  14488. }
  14489. /**
  14490. * Gets the private 'abacus_core.create_demo_classroom' shared service.
  14491. *
  14492. * @return \CoreBundle\Service\CreateDemoClassroom
  14493. */
  14494. protected function getAbacusCore_CreateDemoClassroomService()
  14495. {
  14496. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/CreateDemoClassroom.php';
  14497. $a = ($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService());
  14498. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14499. return $this->privates['abacus_core.create_demo_classroom'];
  14500. }
  14501. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14502. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14503. return $this->privates['abacus_core.create_demo_classroom'];
  14504. }
  14505. return $this->privates['abacus_core.create_demo_classroom'] = new \CoreBundle\Service\CreateDemoClassroom($a, $b, 'primaryschool', 'gale');
  14506. }
  14507. /**
  14508. * Gets the private 'abacus_core.form.type.date_time' shared service.
  14509. *
  14510. * @return \CoreBundle\Form\Type\DateTimeType
  14511. */
  14512. protected function getAbacusCore_Form_Type_DateTimeService()
  14513. {
  14514. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14515. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14516. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/DateTimeType.php';
  14517. return $this->privates['abacus_core.form.type.date_time'] = new \CoreBundle\Form\Type\DateTimeType();
  14518. }
  14519. /**
  14520. * Gets the private 'abacus_core.repository.classroom' shared service.
  14521. *
  14522. * @return \CoreBundle\Entity\ClassroomRepository
  14523. */
  14524. protected function getAbacusCore_Repository_ClassroomService()
  14525. {
  14526. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14527. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14528. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14529. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomRepository.php';
  14530. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14531. if (isset($this->privates['abacus_core.repository.classroom'])) {
  14532. return $this->privates['abacus_core.repository.classroom'];
  14533. }
  14534. return $this->privates['abacus_core.repository.classroom'] = $a->getRepository('CoreBundle\\Entity\\Classroom');
  14535. }
  14536. /**
  14537. * Gets the private 'abacus_core.repository.homework' shared service.
  14538. *
  14539. * @return \CoreBundle\Entity\HomeworkRepository
  14540. */
  14541. protected function getAbacusCore_Repository_HomeworkService()
  14542. {
  14543. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14545. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14546. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
  14547. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/HomeworkRepository.php';
  14548. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14549. if (isset($this->privates['abacus_core.repository.homework'])) {
  14550. return $this->privates['abacus_core.repository.homework'];
  14551. }
  14552. return $this->privates['abacus_core.repository.homework'] = $a->getRepository('CoreBundle\\Entity\\Homework');
  14553. }
  14554. /**
  14555. * Gets the private 'abacus_core.repository.mathproblem' shared service.
  14556. *
  14557. * @return \CoreBundle\Entity\MathproblemRepository
  14558. */
  14559. protected function getAbacusCore_Repository_MathproblemService()
  14560. {
  14561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14562. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14563. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14564. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/MathproblemRepository.php';
  14565. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14566. if (isset($this->privates['abacus_core.repository.mathproblem'])) {
  14567. return $this->privates['abacus_core.repository.mathproblem'];
  14568. }
  14569. return $this->privates['abacus_core.repository.mathproblem'] = $a->getRepository('CoreBundle\\Entity\\Mathproblem');
  14570. }
  14571. /**
  14572. * Gets the private 'abacus_core.repository.self_study_topic_student_difficulty_repository' shared service.
  14573. *
  14574. * @return \CoreBundle\Entity\SelfStudyTopicStudentDifficultyRepository
  14575. */
  14576. protected function getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService()
  14577. {
  14578. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14580. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14581. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SelfStudyTopicStudentDifficultyRepository.php';
  14582. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14583. if (isset($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'])) {
  14584. return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'];
  14585. }
  14586. return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\SelfStudyTopicStudentDifficulty');
  14587. }
  14588. /**
  14589. * Gets the private 'abacus_core.repository.session' shared service.
  14590. *
  14591. * @return \CoreBundle\Entity\SessionRepository
  14592. */
  14593. protected function getAbacusCore_Repository_SessionService()
  14594. {
  14595. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14596. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14597. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14598. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
  14599. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepository.php';
  14600. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14601. if (isset($this->privates['abacus_core.repository.session'])) {
  14602. return $this->privates['abacus_core.repository.session'];
  14603. }
  14604. return $this->privates['abacus_core.repository.session'] = $a->getRepository('CoreBundle\\Entity\\Session');
  14605. }
  14606. /**
  14607. * Gets the private 'abacus_core.repository.student_difficulty_repository' shared service.
  14608. *
  14609. * @return \CoreBundle\Entity\StudentDifficultyRepository
  14610. */
  14611. protected function getAbacusCore_Repository_StudentDifficultyRepositoryService()
  14612. {
  14613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14614. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14616. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/StudentDifficultyRepository.php';
  14617. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14618. if (isset($this->privates['abacus_core.repository.student_difficulty_repository'])) {
  14619. return $this->privates['abacus_core.repository.student_difficulty_repository'];
  14620. }
  14621. return $this->privates['abacus_core.repository.student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\StudentDifficulty');
  14622. }
  14623. /**
  14624. * Gets the private 'abacus_core.repository.template_mathproblem' shared service.
  14625. *
  14626. * @return \CoreBundle\Entity\TemplateMathproblemRepository
  14627. */
  14628. protected function getAbacusCore_Repository_TemplateMathproblemService()
  14629. {
  14630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14633. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/TemplateMathproblemRepository.php';
  14634. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14635. if (isset($this->privates['abacus_core.repository.template_mathproblem'])) {
  14636. return $this->privates['abacus_core.repository.template_mathproblem'];
  14637. }
  14638. return $this->privates['abacus_core.repository.template_mathproblem'] = $a->getRepository('CoreBundle\\Entity\\TemplateMathproblem');
  14639. }
  14640. /**
  14641. * Gets the private 'abacus_core.type.entity_hidden_type' shared service.
  14642. *
  14643. * @return \CoreBundle\Form\Type\EntityHiddenType
  14644. */
  14645. protected function getAbacusCore_Type_EntityHiddenTypeService()
  14646. {
  14647. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14648. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14649. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/EntityHiddenType.php';
  14650. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14651. if (isset($this->privates['abacus_core.type.entity_hidden_type'])) {
  14652. return $this->privates['abacus_core.type.entity_hidden_type'];
  14653. }
  14654. return $this->privates['abacus_core.type.entity_hidden_type'] = new \CoreBundle\Form\Type\EntityHiddenType($a);
  14655. }
  14656. /**
  14657. * Gets the private 'abacus_exception_handler.listener' shared autowired service.
  14658. *
  14659. * @return \CoreBundle\Event\ExceptionListener
  14660. */
  14661. protected function getAbacusExceptionHandler_ListenerService()
  14662. {
  14663. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/ExceptionListener.php';
  14664. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14665. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14666. return $this->privates['abacus_exception_handler.listener'];
  14667. }
  14668. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14669. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14670. return $this->privates['abacus_exception_handler.listener'];
  14671. }
  14672. $c = ($this->services['router'] ?? $this->getRouterService());
  14673. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14674. return $this->privates['abacus_exception_handler.listener'];
  14675. }
  14676. return $this->privates['abacus_exception_handler.listener'] = new \CoreBundle\Event\ExceptionListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, $this, $c);
  14677. }
  14678. /**
  14679. * Gets the private 'abacus_request.listener' shared autowired service.
  14680. *
  14681. * @return \CoreBundle\Event\RequestListener
  14682. */
  14683. protected function getAbacusRequest_ListenerService()
  14684. {
  14685. return $this->privates['abacus_request.listener'] = new \CoreBundle\Event\RequestListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14686. }
  14687. /**
  14688. * Gets the private 'annotations.cache_adapter' shared service.
  14689. *
  14690. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  14691. */
  14692. protected function getAnnotations_CacheAdapterService()
  14693. {
  14694. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  14695. }
  14696. /**
  14697. * Gets the private 'annotations.cache_warmer' shared service.
  14698. *
  14699. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  14700. */
  14701. protected function getAnnotations_CacheWarmerService()
  14702. {
  14703. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14704. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14705. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  14706. return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
  14707. }
  14708. /**
  14709. * Gets the private 'annotations.cached_reader' shared service.
  14710. *
  14711. * @return \Doctrine\Common\Annotations\PsrCachedReader
  14712. */
  14713. protected function getAnnotations_CachedReaderService()
  14714. {
  14715. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  14716. }
  14717. /**
  14718. * Gets the private 'annotations.reader' shared service.
  14719. *
  14720. * @return \Doctrine\Common\Annotations\AnnotationReader
  14721. */
  14722. protected function getAnnotations_ReaderService()
  14723. {
  14724. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  14725. $instance->addGlobalIgnoredName('required', NULL);
  14726. return $instance;
  14727. }
  14728. /**
  14729. * Gets the private 'cache.annotations.traceable' shared service.
  14730. *
  14731. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14732. */
  14733. protected function getCache_Annotations_TraceableService()
  14734. {
  14735. return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0WD9knBrKL', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14736. }
  14737. /**
  14738. * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  14739. *
  14740. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14741. */
  14742. protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  14743. {
  14744. return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  14745. }
  14746. /**
  14747. * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  14748. *
  14749. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14750. */
  14751. protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  14752. {
  14753. return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  14754. }
  14755. /**
  14756. * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  14757. *
  14758. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14759. */
  14760. protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  14761. {
  14762. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('3+lHNvMSfM', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  14763. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14764. return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  14765. }
  14766. /**
  14767. * Gets the private 'cache.property_info.traceable' shared service.
  14768. *
  14769. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14770. */
  14771. protected function getCache_PropertyInfo_TraceableService()
  14772. {
  14773. return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GBvw-LymGR', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14774. }
  14775. /**
  14776. * Gets the private 'cache.security_expression_language.traceable' shared service.
  14777. *
  14778. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14779. */
  14780. protected function getCache_SecurityExpressionLanguage_TraceableService()
  14781. {
  14782. return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0ZXW2lnXTV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14783. }
  14784. /**
  14785. * Gets the private 'cache.security_token_verifier.traceable' shared service.
  14786. *
  14787. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14788. */
  14789. protected function getCache_SecurityTokenVerifier_TraceableService()
  14790. {
  14791. return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vlHO8+KFjI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14792. }
  14793. /**
  14794. * Gets the private 'cache.serializer.traceable' shared service.
  14795. *
  14796. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14797. */
  14798. protected function getCache_Serializer_TraceableService()
  14799. {
  14800. return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jswMwQ0dK5', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14801. }
  14802. /**
  14803. * Gets the private 'cache.validator.traceable' shared service.
  14804. *
  14805. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14806. */
  14807. protected function getCache_Validator_TraceableService()
  14808. {
  14809. return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZT41sAKXHE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14810. }
  14811. /**
  14812. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  14813. *
  14814. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  14815. */
  14816. protected function getCachePoolClearer_CacheWarmerService()
  14817. {
  14818. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14819. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  14820. return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
  14821. }
  14822. /**
  14823. * Gets the private 'config_builder.warmer' shared service.
  14824. *
  14825. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  14826. */
  14827. protected function getConfigBuilder_WarmerService()
  14828. {
  14829. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14830. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  14831. return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14832. }
  14833. /**
  14834. * Gets the private 'config_cache_factory' shared service.
  14835. *
  14836. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  14837. */
  14838. protected function getConfigCacheFactoryService()
  14839. {
  14840. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  14841. yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  14842. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  14843. }, 2));
  14844. }
  14845. /**
  14846. * Gets the private 'console.command.about' shared service.
  14847. *
  14848. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  14849. */
  14850. protected function getConsole_Command_AboutService()
  14851. {
  14852. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14853. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  14854. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  14855. $instance->setName('about');
  14856. $instance->setDescription('Display information about the current project');
  14857. return $instance;
  14858. }
  14859. /**
  14860. * Gets the private 'console.command.assets_install' shared service.
  14861. *
  14862. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  14863. */
  14864. protected function getConsole_Command_AssetsInstallService()
  14865. {
  14866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14867. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  14868. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  14869. $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
  14870. $instance->setName('assets:install');
  14871. $instance->setDescription('Install bundle\'s web assets under a public directory');
  14872. return $instance;
  14873. }
  14874. /**
  14875. * Gets the private 'console.command.cache_clear' shared service.
  14876. *
  14877. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  14878. */
  14879. protected function getConsole_Command_CacheClearService()
  14880. {
  14881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14882. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  14883. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  14884. $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  14885. $instance->setName('cache:clear');
  14886. $instance->setDescription('Clear the cache');
  14887. return $instance;
  14888. }
  14889. /**
  14890. * Gets the private 'console.command.cache_pool_clear' shared service.
  14891. *
  14892. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  14893. */
  14894. protected function getConsole_Command_CachePoolClearService()
  14895. {
  14896. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14897. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  14898. $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.security_token_verifier', 10 => 'cache.doctrine.orm.default.result', 11 => 'cache.doctrine.orm.default.query', 12 => 'cache.easyadmin']);
  14899. $instance->setName('cache:pool:clear');
  14900. $instance->setDescription('Clear cache pools');
  14901. return $instance;
  14902. }
  14903. /**
  14904. * Gets the private 'console.command.cache_pool_delete' shared service.
  14905. *
  14906. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  14907. */
  14908. protected function getConsole_Command_CachePoolDeleteService()
  14909. {
  14910. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14911. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  14912. $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.security_token_verifier', 10 => 'cache.doctrine.orm.default.result', 11 => 'cache.doctrine.orm.default.query', 12 => 'cache.easyadmin']);
  14913. $instance->setName('cache:pool:delete');
  14914. $instance->setDescription('Delete an item from a cache pool');
  14915. return $instance;
  14916. }
  14917. /**
  14918. * Gets the private 'console.command.cache_pool_list' shared service.
  14919. *
  14920. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  14921. */
  14922. protected function getConsole_Command_CachePoolListService()
  14923. {
  14924. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14925. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  14926. $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.security_expression_language', 9 => 'cache.security_token_verifier', 10 => 'cache.doctrine.orm.default.result', 11 => 'cache.doctrine.orm.default.query', 12 => 'cache.easyadmin']);
  14927. $instance->setName('cache:pool:list');
  14928. $instance->setDescription('List available cache pools');
  14929. return $instance;
  14930. }
  14931. /**
  14932. * Gets the private 'console.command.cache_pool_prune' shared service.
  14933. *
  14934. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  14935. */
  14936. protected function getConsole_Command_CachePoolPruneService()
  14937. {
  14938. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14939. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  14940. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  14941. yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  14942. yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  14943. yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  14944. yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  14945. yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  14946. yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  14947. yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  14948. yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  14949. yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  14950. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  14951. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  14952. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  14953. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  14954. }, 13));
  14955. $instance->setName('cache:pool:prune');
  14956. $instance->setDescription('Prune cache pools');
  14957. return $instance;
  14958. }
  14959. /**
  14960. * Gets the private 'console.command.cache_warmup' shared service.
  14961. *
  14962. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  14963. */
  14964. protected function getConsole_Command_CacheWarmupService()
  14965. {
  14966. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14967. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  14968. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  14969. $instance->setName('cache:warmup');
  14970. $instance->setDescription('Warm up an empty cache');
  14971. return $instance;
  14972. }
  14973. /**
  14974. * Gets the private 'console.command.config_debug' shared service.
  14975. *
  14976. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  14977. */
  14978. protected function getConsole_Command_ConfigDebugService()
  14979. {
  14980. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14981. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14982. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14983. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14984. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  14985. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  14986. $instance->setName('debug:config');
  14987. $instance->setDescription('Dump the current configuration for an extension');
  14988. return $instance;
  14989. }
  14990. /**
  14991. * Gets the private 'console.command.config_dump_reference' shared service.
  14992. *
  14993. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  14994. */
  14995. protected function getConsole_Command_ConfigDumpReferenceService()
  14996. {
  14997. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14998. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14999. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15000. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  15001. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  15002. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  15003. $instance->setName('config:dump-reference');
  15004. $instance->setDescription('Dump the default configuration for an extension');
  15005. return $instance;
  15006. }
  15007. /**
  15008. * Gets the private 'console.command.container_debug' shared service.
  15009. *
  15010. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  15011. */
  15012. protected function getConsole_Command_ContainerDebugService()
  15013. {
  15014. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15015. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15016. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15017. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  15018. $instance->setName('debug:container');
  15019. $instance->setDescription('Display current services for an application');
  15020. return $instance;
  15021. }
  15022. /**
  15023. * Gets the private 'console.command.container_lint' shared service.
  15024. *
  15025. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  15026. */
  15027. protected function getConsole_Command_ContainerLintService()
  15028. {
  15029. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15030. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  15031. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  15032. $instance->setName('lint:container');
  15033. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  15034. return $instance;
  15035. }
  15036. /**
  15037. * Gets the private 'console.command.debug_autowiring' shared service.
  15038. *
  15039. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  15040. */
  15041. protected function getConsole_Command_DebugAutowiringService()
  15042. {
  15043. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15044. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15045. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15046. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  15047. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15048. $instance->setName('debug:autowiring');
  15049. $instance->setDescription('List classes/interfaces you can use for autowiring');
  15050. return $instance;
  15051. }
  15052. /**
  15053. * Gets the private 'console.command.dotenv_debug' shared service.
  15054. *
  15055. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  15056. */
  15057. protected function getConsole_Command_DotenvDebugService()
  15058. {
  15059. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15060. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  15061. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  15062. $instance->setName('debug:dotenv');
  15063. $instance->setDescription('Lists all dotenv files with variables and values');
  15064. return $instance;
  15065. }
  15066. /**
  15067. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  15068. *
  15069. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  15070. */
  15071. protected function getConsole_Command_EventDispatcherDebugService()
  15072. {
  15073. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15074. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  15075. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()));
  15076. $instance->setName('debug:event-dispatcher');
  15077. $instance->setDescription('Display configured listeners for an application');
  15078. return $instance;
  15079. }
  15080. /**
  15081. * Gets the private 'console.command.form_debug' shared service.
  15082. *
  15083. * @return \Symfony\Component\Form\Command\DebugCommand
  15084. */
  15085. protected function getConsole_Command_FormDebugService()
  15086. {
  15087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15088. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  15089. $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'CoreBundle\\Form\\Type', 2 => 'UserBundle\\Form\\Type', 3 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 4 => 'FOS\\UserBundle\\Form\\Type', 5 => 'StudentBundle\\Form', 6 => 'TeacherBundle\\Form', 7 => 'AdminBundle\\Form', 8 => 'AdminBundle\\Form\\Type\\EasyAdmin', 9 => 'Vich\\UploaderBundle\\Form\\Type', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [0 => 'CoreBundle\\Form\\Type\\DateTimeType', 1 => 'CoreBundle\\Form\\Type\\EntityHiddenType', 2 => 'UserBundle\\Form\\Type\\UniLoginType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 4 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 5 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 6 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 7 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 8 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType', 9 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', 10 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', 11 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', 12 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', 13 => 'StudentBundle\\Form\\AddClassroomStudentType', 14 => 'TeacherBundle\\Form\\TextbookSessionType', 15 => 'TeacherBundle\\Form\\MathproblemOverviewType', 16 => 'TeacherBundle\\Form\\ClassroomType', 17 => 'TeacherBundle\\Form\\AddProblemType', 18 => 'TeacherBundle\\Form\\EditUserType', 19 => 'TeacherBundle\\Form\\TeacherType', 20 => 'AdminBundle\\Form\\AnswerType', 21 => 'AdminBundle\\Form\\BulkAudioUpload', 22 => 'AdminBundle\\Form\\BulkCsvUpload', 23 => 'AdminBundle\\Form\\BulkImageUpload', 24 => 'AdminBundle\\Form\\CsvUploadType', 25 => 'AdminBundle\\Form\\ProblemType', 26 => 'AdminBundle\\Form\\StatisticsType', 27 => 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 28 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 29 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 30 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 31 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 32 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension', 9 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15090. $instance->setName('debug:form');
  15091. $instance->setDescription('Display form type information');
  15092. return $instance;
  15093. }
  15094. /**
  15095. * Gets the private 'console.command.messenger_consume_messages' shared service.
  15096. *
  15097. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  15098. */
  15099. protected function getConsole_Command_MessengerConsumeMessagesService()
  15100. {
  15101. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15102. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  15103. $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [0 => 'async'], NULL, [0 => 'messenger.bus.default']);
  15104. $instance->setName('messenger:consume');
  15105. $instance->setDescription('Consume messages');
  15106. return $instance;
  15107. }
  15108. /**
  15109. * Gets the private 'console.command.messenger_debug' shared service.
  15110. *
  15111. * @return \Symfony\Component\Messenger\Command\DebugCommand
  15112. */
  15113. protected function getConsole_Command_MessengerDebugService()
  15114. {
  15115. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15116. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  15117. $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => [0 => [0 => 'CoreBundle\\MessageHandler\\MigrateFilesToReferencesMessageHandler', 1 => []]], 'CoreBundle\\Message\\ValidateMathproblemMessage' => [0 => [0 => 'CoreBundle\\MessageHandler\\ValidateMathproblemMessageHandler', 1 => []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]]]]);
  15118. $instance->setName('debug:messenger');
  15119. $instance->setDescription('List messages you can dispatch using the message buses');
  15120. return $instance;
  15121. }
  15122. /**
  15123. * Gets the private 'console.command.messenger_setup_transports' shared service.
  15124. *
  15125. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  15126. */
  15127. protected function getConsole_Command_MessengerSetupTransportsService()
  15128. {
  15129. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15130. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  15131. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
  15132. $instance->setName('messenger:setup-transports');
  15133. $instance->setDescription('Prepare the required infrastructure for the transport');
  15134. return $instance;
  15135. }
  15136. /**
  15137. * Gets the private 'console.command.messenger_stop_workers' shared service.
  15138. *
  15139. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  15140. */
  15141. protected function getConsole_Command_MessengerStopWorkersService()
  15142. {
  15143. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15144. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  15145. $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  15146. $instance->setName('messenger:stop-workers');
  15147. $instance->setDescription('Stop workers after their current message');
  15148. return $instance;
  15149. }
  15150. /**
  15151. * Gets the private 'console.command.router_debug' shared service.
  15152. *
  15153. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  15154. */
  15155. protected function getConsole_Command_RouterDebugService()
  15156. {
  15157. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15158. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15159. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  15160. $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15161. $instance->setName('debug:router');
  15162. $instance->setDescription('Display current routes for an application');
  15163. return $instance;
  15164. }
  15165. /**
  15166. * Gets the private 'console.command.router_match' shared service.
  15167. *
  15168. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  15169. */
  15170. protected function getConsole_Command_RouterMatchService()
  15171. {
  15172. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15173. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  15174. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  15175. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  15176. }, 1));
  15177. $instance->setName('router:match');
  15178. $instance->setDescription('Help debug routes by simulating a path info match');
  15179. return $instance;
  15180. }
  15181. /**
  15182. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  15183. *
  15184. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  15185. */
  15186. protected function getConsole_Command_SecretsDecryptToLocalService()
  15187. {
  15188. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15189. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  15190. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15191. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15192. $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15193. $instance->setName('secrets:decrypt-to-local');
  15194. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  15195. return $instance;
  15196. }
  15197. /**
  15198. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  15199. *
  15200. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  15201. */
  15202. protected function getConsole_Command_SecretsEncryptFromLocalService()
  15203. {
  15204. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15205. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  15206. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15207. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15208. $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15209. $instance->setName('secrets:encrypt-from-local');
  15210. $instance->setDescription('Encrypt all local secrets to the vault');
  15211. return $instance;
  15212. }
  15213. /**
  15214. * Gets the private 'console.command.secrets_generate_key' shared service.
  15215. *
  15216. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  15217. */
  15218. protected function getConsole_Command_SecretsGenerateKeyService()
  15219. {
  15220. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15221. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  15222. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15223. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15224. $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15225. $instance->setName('secrets:generate-keys');
  15226. $instance->setDescription('Generate new encryption keys');
  15227. return $instance;
  15228. }
  15229. /**
  15230. * Gets the private 'console.command.secrets_list' shared service.
  15231. *
  15232. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  15233. */
  15234. protected function getConsole_Command_SecretsListService()
  15235. {
  15236. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15237. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  15238. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15239. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15240. $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15241. $instance->setName('secrets:list');
  15242. $instance->setDescription('List all secrets');
  15243. return $instance;
  15244. }
  15245. /**
  15246. * Gets the private 'console.command.secrets_remove' shared service.
  15247. *
  15248. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  15249. */
  15250. protected function getConsole_Command_SecretsRemoveService()
  15251. {
  15252. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15253. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  15254. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15255. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15256. $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15257. $instance->setName('secrets:remove');
  15258. $instance->setDescription('Remove a secret from the vault');
  15259. return $instance;
  15260. }
  15261. /**
  15262. * Gets the private 'console.command.secrets_set' shared service.
  15263. *
  15264. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  15265. */
  15266. protected function getConsole_Command_SecretsSetService()
  15267. {
  15268. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15269. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  15270. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15271. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15272. $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
  15273. $instance->setName('secrets:set');
  15274. $instance->setDescription('Set a secret in the vault');
  15275. return $instance;
  15276. }
  15277. /**
  15278. * Gets the private 'console.command.translation_debug' shared service.
  15279. *
  15280. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  15281. */
  15282. protected function getConsole_Command_TranslationDebugService()
  15283. {
  15284. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15285. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  15286. $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php'), 3 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php'), 17 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php'), 18 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php'), 21 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php'), 22 => (\dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php'), 23 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php'), 24 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php'), 25 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php'), 26 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php'), 27 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php'), 28 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php'), 29 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php'), 30 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php'), 31 => (\dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php'), 32 => (\dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 37 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 38 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15287. $instance->setName('debug:translation');
  15288. $instance->setDescription('Display translation messages information');
  15289. return $instance;
  15290. }
  15291. /**
  15292. * Gets the private 'console.command.translation_extract' shared service.
  15293. *
  15294. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  15295. */
  15296. protected function getConsole_Command_TranslationExtractService()
  15297. {
  15298. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15299. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  15300. $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'da', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php'), 3 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php'), 17 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php'), 18 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php'), 21 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php'), 22 => (\dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php'), 23 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php'), 24 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php'), 25 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php'), 26 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php'), 27 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php'), 28 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php'), 29 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php'), 30 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php'), 31 => (\dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php'), 32 => (\dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 37 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 38 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15301. $instance->setName('translation:extract');
  15302. $instance->setAliases([0 => 'translation:update']);
  15303. $instance->setDescription('Extract missing translations keys from code to translation files.');
  15304. return $instance;
  15305. }
  15306. /**
  15307. * Gets the private 'console.command.translation_pull' shared service.
  15308. *
  15309. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  15310. */
  15311. protected function getConsole_Command_TranslationPullService()
  15312. {
  15313. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15314. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15315. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  15316. $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'da', [], []);
  15317. $instance->setName('translation:pull');
  15318. $instance->setDescription('Pull translations from a given provider.');
  15319. return $instance;
  15320. }
  15321. /**
  15322. * Gets the private 'console.command.translation_push' shared service.
  15323. *
  15324. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  15325. */
  15326. protected function getConsole_Command_TranslationPushService()
  15327. {
  15328. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15329. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15330. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  15331. $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  15332. $instance->setName('translation:push');
  15333. $instance->setDescription('Push translations to a given provider.');
  15334. return $instance;
  15335. }
  15336. /**
  15337. * Gets the private 'console.command.validator_debug' shared service.
  15338. *
  15339. * @return \Symfony\Component\Validator\Command\DebugCommand
  15340. */
  15341. protected function getConsole_Command_ValidatorDebugService()
  15342. {
  15343. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15344. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  15345. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15346. $instance->setName('debug:validator');
  15347. $instance->setDescription('Display validation constraints for classes');
  15348. return $instance;
  15349. }
  15350. /**
  15351. * Gets the private 'console.command.xliff_lint' shared service.
  15352. *
  15353. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  15354. */
  15355. protected function getConsole_Command_XliffLintService()
  15356. {
  15357. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15358. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  15359. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  15360. $instance->setName('lint:xliff');
  15361. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  15362. return $instance;
  15363. }
  15364. /**
  15365. * Gets the private 'console.command.yaml_lint' shared service.
  15366. *
  15367. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  15368. */
  15369. protected function getConsole_Command_YamlLintService()
  15370. {
  15371. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15372. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  15373. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  15374. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  15375. $instance->setName('lint:yaml');
  15376. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  15377. return $instance;
  15378. }
  15379. /**
  15380. * Gets the private 'console.error_listener' shared service.
  15381. *
  15382. * @return \Symfony\Component\Console\EventListener\ErrorListener
  15383. */
  15384. protected function getConsole_ErrorListenerService()
  15385. {
  15386. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  15387. $a = new \Symfony\Bridge\Monolog\Logger('console');
  15388. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15389. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15390. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15391. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15392. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  15393. }
  15394. /**
  15395. * Gets the private 'container.env_var_processor' shared service.
  15396. *
  15397. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  15398. */
  15399. protected function getContainer_EnvVarProcessorService()
  15400. {
  15401. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  15402. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  15403. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  15404. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  15405. }, 1));
  15406. }
  15407. /**
  15408. * Gets the private 'container.getenv' shared service.
  15409. *
  15410. * @return \Closure
  15411. */
  15412. protected function getContainer_GetenvService()
  15413. {
  15414. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  15415. }
  15416. /**
  15417. * Gets the private 'core.twig_runtime' shared autowired service.
  15418. *
  15419. * @return \CoreBundle\Twig\AppRuntime
  15420. */
  15421. protected function getCore_TwigRuntimeService()
  15422. {
  15423. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15424. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppRuntime.php';
  15425. return $this->privates['core.twig_runtime'] = new \CoreBundle\Twig\AppRuntime('c9ca7eda-8abd-4574-9359-a603ab883612');
  15426. }
  15427. /**
  15428. * Gets the private 'data_collector.form' shared service.
  15429. *
  15430. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  15431. */
  15432. protected function getDataCollector_FormService()
  15433. {
  15434. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  15435. }
  15436. /**
  15437. * Gets the private 'data_collector.request' shared service.
  15438. *
  15439. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  15440. */
  15441. protected function getDataCollector_RequestService()
  15442. {
  15443. return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15444. }
  15445. /**
  15446. * Gets the private 'data_collector.request.session_collector' shared service.
  15447. *
  15448. * @return \Closure
  15449. */
  15450. protected function getDataCollector_Request_SessionCollectorService()
  15451. {
  15452. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  15453. }
  15454. /**
  15455. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  15456. *
  15457. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15458. */
  15459. protected function getAdminContextResolverService()
  15460. {
  15461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15463. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  15464. return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15465. }
  15466. /**
  15467. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  15468. *
  15469. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15470. */
  15471. protected function getBatchActionDtoResolverService()
  15472. {
  15473. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15475. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  15476. return $this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15477. }
  15478. /**
  15479. * Gets the private 'debug.argument_resolver.default' shared service.
  15480. *
  15481. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15482. */
  15483. protected function getDebug_ArgumentResolver_DefaultService()
  15484. {
  15485. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15486. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15487. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  15488. return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15489. }
  15490. /**
  15491. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  15492. *
  15493. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15494. */
  15495. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  15496. {
  15497. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15498. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15499. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  15500. $a = ($this->privates['.service_locator.OL4RnZd'] ?? $this->get_ServiceLocator_OL4RnZdService());
  15501. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  15502. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  15503. }
  15504. return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15505. }
  15506. /**
  15507. * Gets the private 'debug.argument_resolver.request' shared service.
  15508. *
  15509. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15510. */
  15511. protected function getDebug_ArgumentResolver_RequestService()
  15512. {
  15513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15514. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  15516. return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15517. }
  15518. /**
  15519. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  15520. *
  15521. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15522. */
  15523. protected function getDebug_ArgumentResolver_RequestAttributeService()
  15524. {
  15525. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15526. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15527. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  15528. return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15529. }
  15530. /**
  15531. * Gets the private 'debug.argument_resolver.service' shared service.
  15532. *
  15533. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15534. */
  15535. protected function getDebug_ArgumentResolver_ServiceService()
  15536. {
  15537. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15538. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15539. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  15540. $a = ($this->privates['.service_locator.OL4RnZd'] ?? $this->get_ServiceLocator_OL4RnZdService());
  15541. if (isset($this->privates['debug.argument_resolver.service'])) {
  15542. return $this->privates['debug.argument_resolver.service'];
  15543. }
  15544. return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15545. }
  15546. /**
  15547. * Gets the private 'debug.argument_resolver.session' shared service.
  15548. *
  15549. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15550. */
  15551. protected function getDebug_ArgumentResolver_SessionService()
  15552. {
  15553. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15554. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15555. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  15556. return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15557. }
  15558. /**
  15559. * Gets the private 'debug.argument_resolver.variadic' shared service.
  15560. *
  15561. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15562. */
  15563. protected function getDebug_ArgumentResolver_VariadicService()
  15564. {
  15565. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15566. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15567. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  15568. return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15569. }
  15570. /**
  15571. * Gets the private 'debug.controller_resolver' shared service.
  15572. *
  15573. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  15574. */
  15575. protected function getDebug_ControllerResolverService()
  15576. {
  15577. return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15578. }
  15579. /**
  15580. * Gets the private 'debug.debug_handlers_listener' shared service.
  15581. *
  15582. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  15583. */
  15584. protected function getDebug_DebugHandlersListenerService()
  15585. {
  15586. $a = new \Symfony\Bridge\Monolog\Logger('php');
  15587. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15588. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15589. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15590. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15591. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15592. return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  15593. }
  15594. /**
  15595. * Gets the private 'debug.dump_listener' shared service.
  15596. *
  15597. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  15598. */
  15599. protected function getDebug_DumpListenerService()
  15600. {
  15601. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  15602. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  15603. return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  15604. }
  15605. /**
  15606. * Gets the private 'debug.file_link_formatter' shared service.
  15607. *
  15608. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  15609. */
  15610. protected function getDebug_FileLinkFormatterService()
  15611. {
  15612. return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
  15613. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  15614. });
  15615. }
  15616. /**
  15617. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  15618. *
  15619. * @return \string
  15620. */
  15621. protected function getDebug_FileLinkFormatter_UrlFormatService()
  15622. {
  15623. $a = ($this->services['router'] ?? $this->getRouterService());
  15624. if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  15625. return $this->privates['debug.file_link_formatter.url_format'];
  15626. }
  15627. return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat($a, '_profiler_open_file', '?file=%f&line=%l#line%l');
  15628. }
  15629. /**
  15630. * Gets the private 'debug.log_processor' shared service.
  15631. *
  15632. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  15633. */
  15634. protected function getDebug_LogProcessorService()
  15635. {
  15636. return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15637. }
  15638. /**
  15639. * Gets the private 'debug.security.access.decision_manager' shared service.
  15640. *
  15641. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  15642. */
  15643. protected function getDebug_Security_Access_DecisionManagerService()
  15644. {
  15645. return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  15646. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  15647. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  15648. yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  15649. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  15650. yield 4 => ($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] ?? $this->getTextbookVoterService());
  15651. yield 5 => ($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] ?? $this->getSelfStudyVoterService());
  15652. yield 6 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] ?? $this->getPublicationVoterService());
  15653. yield 7 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] ?? $this->getPublisherVoterService());
  15654. yield 8 => ($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] ?? $this->getUserVoterService());
  15655. yield 9 => ($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'] ?? $this->getQuizVoterService());
  15656. yield 10 => ($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'] ?? $this->getProblemVoterService());
  15657. yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  15658. }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  15659. }
  15660. /**
  15661. * Gets the private 'debug.security.firewall' shared service.
  15662. *
  15663. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  15664. */
  15665. protected function getDebug_Security_FirewallService()
  15666. {
  15667. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  15668. if (isset($this->privates['debug.security.firewall'])) {
  15669. return $this->privates['debug.security.firewall'];
  15670. }
  15671. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15672. if (isset($this->privates['debug.security.firewall'])) {
  15673. return $this->privates['debug.security.firewall'];
  15674. }
  15675. $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  15676. if (isset($this->privates['debug.security.firewall'])) {
  15677. return $this->privates['debug.security.firewall'];
  15678. }
  15679. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
  15680. }
  15681. /**
  15682. * Gets the private 'debug.security.firewall.authenticator.api_doc' shared service.
  15683. *
  15684. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15685. */
  15686. protected function getDebug_Security_Firewall_Authenticator_ApiDocService()
  15687. {
  15688. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15689. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15690. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15691. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15692. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15693. $a = ($this->privates['security.event_dispatcher.api_doc'] ?? $this->getSecurity_EventDispatcher_ApiDocService());
  15694. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  15695. return $this->privates['debug.security.firewall.authenticator.api_doc'];
  15696. }
  15697. return $this->privates['debug.security.firewall.authenticator.api_doc'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, 'api_doc', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  15698. }
  15699. /**
  15700. * Gets the private 'debug.security.firewall.authenticator.api_gale' shared service.
  15701. *
  15702. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15703. */
  15704. protected function getDebug_Security_Firewall_Authenticator_ApiGaleService()
  15705. {
  15706. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15707. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15708. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15709. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15710. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15711. $a = ($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService());
  15712. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15713. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15714. }
  15715. $b = ($this->privates['security.event_dispatcher.api_gale'] ?? $this->getSecurity_EventDispatcher_ApiGaleService());
  15716. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15717. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15718. }
  15719. return $this->privates['debug.security.firewall.authenticator.api_gale'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, 'api_gale', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  15720. }
  15721. /**
  15722. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  15723. *
  15724. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15725. */
  15726. protected function getDebug_Security_Firewall_Authenticator_MainService()
  15727. {
  15728. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15729. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15730. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15731. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15732. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15733. $a = ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService());
  15734. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15735. return $this->privates['debug.security.firewall.authenticator.main'];
  15736. }
  15737. $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  15738. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15739. return $this->privates['debug.security.firewall.authenticator.main'];
  15740. }
  15741. return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a, 1 => $b, 2 => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
  15742. }
  15743. /**
  15744. * Gets the private 'debug.security.user_value_resolver' shared service.
  15745. *
  15746. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15747. */
  15748. protected function getDebug_Security_UserValueResolverService()
  15749. {
  15750. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15751. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15752. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  15753. return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15754. }
  15755. /**
  15756. * Gets the private 'debug.security.voter.CoreBundle\Security\ProblemVoter' shared service.
  15757. *
  15758. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15759. */
  15760. protected function getProblemVoterService()
  15761. {
  15762. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15763. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15764. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15765. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15766. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/ProblemVoter.php';
  15767. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15768. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  15769. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  15770. }
  15771. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15772. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  15773. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  15774. }
  15775. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15776. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  15777. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  15778. }
  15779. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\ProblemVoter($a, $b, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $c);
  15780. }
  15781. /**
  15782. * Gets the private 'debug.security.voter.CoreBundle\Security\PublicationVoter' shared service.
  15783. *
  15784. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15785. */
  15786. protected function getPublicationVoterService()
  15787. {
  15788. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15789. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15790. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15791. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15792. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublicationVoter.php';
  15793. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15794. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  15795. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  15796. }
  15797. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15798. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  15799. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  15800. }
  15801. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15802. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  15803. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  15804. }
  15805. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublicationVoter($a, $b), $c);
  15806. }
  15807. /**
  15808. * Gets the private 'debug.security.voter.CoreBundle\Security\PublisherVoter' shared service.
  15809. *
  15810. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15811. */
  15812. protected function getPublisherVoterService()
  15813. {
  15814. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15815. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15816. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15817. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15818. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublisherVoter.php';
  15819. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15820. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  15821. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  15822. }
  15823. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15824. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  15825. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  15826. }
  15827. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15828. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  15829. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  15830. }
  15831. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublisherVoter($a, $b), $c);
  15832. }
  15833. /**
  15834. * Gets the private 'debug.security.voter.CoreBundle\Security\QuizVoter' shared service.
  15835. *
  15836. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15837. */
  15838. protected function getQuizVoterService()
  15839. {
  15840. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15841. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15842. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15843. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15844. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/QuizVoter.php';
  15845. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15846. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  15847. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  15848. }
  15849. $b = ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService());
  15850. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  15851. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  15852. }
  15853. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15854. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  15855. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  15856. }
  15857. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\QuizVoter($a, $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $c);
  15858. }
  15859. /**
  15860. * Gets the private 'debug.security.voter.CoreBundle\Security\SelfStudyVoter' shared service.
  15861. *
  15862. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15863. */
  15864. protected function getSelfStudyVoterService()
  15865. {
  15866. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15867. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15868. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15869. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15870. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SelfStudyVoter.php';
  15871. $a = ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService());
  15872. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
  15873. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
  15874. }
  15875. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15876. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
  15877. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
  15878. }
  15879. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\SelfStudyVoter($a), $b);
  15880. }
  15881. /**
  15882. * Gets the private 'debug.security.voter.CoreBundle\Security\TextbookVoter' shared service.
  15883. *
  15884. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15885. */
  15886. protected function getTextbookVoterService()
  15887. {
  15888. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15889. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15890. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15891. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15892. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/TextbookVoter.php';
  15893. $a = ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService());
  15894. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
  15895. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
  15896. }
  15897. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15898. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
  15899. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
  15900. }
  15901. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\TextbookVoter($a), $b);
  15902. }
  15903. /**
  15904. * Gets the private 'debug.security.voter.CoreBundle\Security\UserVoter' shared service.
  15905. *
  15906. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15907. */
  15908. protected function getUserVoterService()
  15909. {
  15910. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15911. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15912. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15913. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15914. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/UserVoter.php';
  15915. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15916. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  15917. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  15918. }
  15919. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15920. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  15921. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  15922. }
  15923. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15924. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  15925. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  15926. }
  15927. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\UserVoter($a, $b), $c);
  15928. }
  15929. /**
  15930. * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  15931. *
  15932. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15933. */
  15934. protected function getSecurityVoterService()
  15935. {
  15936. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15937. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15938. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15939. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15940. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  15941. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  15942. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15943. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15944. }
  15945. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15946. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15947. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15948. }
  15949. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter($a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())), $b);
  15950. }
  15951. /**
  15952. * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  15953. *
  15954. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15955. */
  15956. protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  15957. {
  15958. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15959. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15960. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15961. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  15962. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15963. if (isset($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'])) {
  15964. return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'];
  15965. }
  15966. return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter(), $a);
  15967. }
  15968. /**
  15969. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  15970. *
  15971. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15972. */
  15973. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  15974. {
  15975. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15976. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15977. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15978. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  15979. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15980. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  15981. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  15982. }
  15983. return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService())), $a);
  15984. }
  15985. /**
  15986. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  15987. *
  15988. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15989. */
  15990. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  15991. {
  15992. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15993. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15994. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15995. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  15996. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  15997. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  15998. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15999. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  16000. return $this->privates['debug.security.voter.security.access.expression_voter'];
  16001. }
  16002. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16003. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  16004. return $this->privates['debug.security.voter.security.access.expression_voter'];
  16005. }
  16006. return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  16007. }
  16008. /**
  16009. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  16010. *
  16011. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16012. */
  16013. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  16014. {
  16015. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16016. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16017. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16018. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  16019. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  16020. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16021. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  16022. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  16023. }
  16024. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  16025. }
  16026. /**
  16027. * Gets the private 'debug.security.voter.vote_listener' shared service.
  16028. *
  16029. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  16030. */
  16031. protected function getDebug_Security_Voter_VoteListenerService()
  16032. {
  16033. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  16034. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  16035. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  16036. return $this->privates['debug.security.voter.vote_listener'];
  16037. }
  16038. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  16039. }
  16040. /**
  16041. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  16042. *
  16043. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  16044. */
  16045. protected function getDoctrine_CacheClearMetadataCommandService()
  16046. {
  16047. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16048. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16049. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16050. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  16051. $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16052. $instance->setName('doctrine:cache:clear-metadata');
  16053. return $instance;
  16054. }
  16055. /**
  16056. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  16057. *
  16058. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  16059. */
  16060. protected function getDoctrine_CacheClearQueryCacheCommandService()
  16061. {
  16062. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16063. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16064. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16065. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  16066. $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16067. $instance->setName('doctrine:cache:clear-query');
  16068. return $instance;
  16069. }
  16070. /**
  16071. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  16072. *
  16073. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  16074. */
  16075. protected function getDoctrine_CacheClearResultCommandService()
  16076. {
  16077. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16079. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16080. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  16081. $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16082. $instance->setName('doctrine:cache:clear-result');
  16083. return $instance;
  16084. }
  16085. /**
  16086. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  16087. *
  16088. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  16089. */
  16090. protected function getDoctrine_CacheCollectionRegionCommandService()
  16091. {
  16092. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16093. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16094. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16095. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  16096. $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16097. $instance->setName('doctrine:cache:clear-collection-region');
  16098. return $instance;
  16099. }
  16100. /**
  16101. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  16102. *
  16103. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  16104. */
  16105. protected function getDoctrine_ClearEntityRegionCommandService()
  16106. {
  16107. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16108. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16109. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16110. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  16111. $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16112. $instance->setName('doctrine:cache:clear-entity-region');
  16113. return $instance;
  16114. }
  16115. /**
  16116. * Gets the private 'doctrine.clear_query_region_command' shared service.
  16117. *
  16118. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  16119. */
  16120. protected function getDoctrine_ClearQueryRegionCommandService()
  16121. {
  16122. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16124. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16125. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  16126. $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16127. $instance->setName('doctrine:cache:clear-query-region');
  16128. return $instance;
  16129. }
  16130. /**
  16131. * Gets the private 'doctrine.database_create_command' shared service.
  16132. *
  16133. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  16134. */
  16135. protected function getDoctrine_DatabaseCreateCommandService()
  16136. {
  16137. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16138. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16139. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  16140. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16141. $instance->setName('doctrine:database:create');
  16142. return $instance;
  16143. }
  16144. /**
  16145. * Gets the private 'doctrine.database_drop_command' shared service.
  16146. *
  16147. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  16148. */
  16149. protected function getDoctrine_DatabaseDropCommandService()
  16150. {
  16151. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16152. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16153. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  16154. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16155. $instance->setName('doctrine:database:drop');
  16156. return $instance;
  16157. }
  16158. /**
  16159. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  16160. *
  16161. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  16162. */
  16163. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  16164. {
  16165. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16166. 'TeacherBundle\\EventListener\\MathproblemListener' => ['privates', 'TeacherBundle\\EventListener\\MathproblemListener', 'getMathproblemListenerService', false],
  16167. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  16168. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  16169. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  16170. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  16171. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
  16172. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', false],
  16173. 'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', false],
  16174. 'vich_uploader.listener.clean.peer_solution_file' => ['privates', 'vich_uploader.listener.clean.peer_solution_file', 'getVichUploader_Listener_Clean_PeerSolutionFileService', false],
  16175. 'vich_uploader.listener.clean.worksheet_solution_file' => ['privates', 'vich_uploader.listener.clean.worksheet_solution_file', 'getVichUploader_Listener_Clean_WorksheetSolutionFileService', false],
  16176. 'vich_uploader.listener.remove.peer_solution_file' => ['privates', 'vich_uploader.listener.remove.peer_solution_file', 'getVichUploader_Listener_Remove_PeerSolutionFileService', false],
  16177. 'vich_uploader.listener.remove.worksheet_solution_file' => ['privates', 'vich_uploader.listener.remove.worksheet_solution_file', 'getVichUploader_Listener_Remove_WorksheetSolutionFileService', false],
  16178. 'vich_uploader.listener.upload.peer_solution_file' => ['privates', 'vich_uploader.listener.upload.peer_solution_file', 'getVichUploader_Listener_Upload_PeerSolutionFileService', false],
  16179. 'vich_uploader.listener.upload.worksheet_solution_file' => ['privates', 'vich_uploader.listener.upload.worksheet_solution_file', 'getVichUploader_Listener_Upload_WorksheetSolutionFileService', false],
  16180. ], [
  16181. 'TeacherBundle\\EventListener\\MathproblemListener' => '?',
  16182. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  16183. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  16184. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  16185. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  16186. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  16187. 'fos_user.user_listener' => '?',
  16188. 'stof_doctrine_extensions.listener.sortable' => '?',
  16189. 'vich_uploader.listener.clean.peer_solution_file' => '?',
  16190. 'vich_uploader.listener.clean.worksheet_solution_file' => '?',
  16191. 'vich_uploader.listener.remove.peer_solution_file' => '?',
  16192. 'vich_uploader.listener.remove.worksheet_solution_file' => '?',
  16193. 'vich_uploader.listener.upload.peer_solution_file' => '?',
  16194. 'vich_uploader.listener.upload.worksheet_solution_file' => '?',
  16195. ]), [0 => 'vich_uploader.listener.clean.peer_solution_file', 1 => 'vich_uploader.listener.clean.worksheet_solution_file', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => 'vich_uploader.listener.remove.peer_solution_file', 7 => 'vich_uploader.listener.upload.peer_solution_file', 8 => 'vich_uploader.listener.remove.worksheet_solution_file', 9 => 'vich_uploader.listener.upload.worksheet_solution_file', 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 12 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sortable'], 13 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 14 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 15 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.sortable'], 16 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.sortable'], 17 => [0 => [0 => 'postFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 18 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 19 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 20 => [0 => [0 => 'prePersist'], 1 => 'TeacherBundle\\EventListener\\MathproblemListener'], 21 => [0 => [0 => 'preUpdate'], 1 => 'TeacherBundle\\EventListener\\MathproblemListener']]);
  16196. }
  16197. /**
  16198. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  16199. *
  16200. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  16201. */
  16202. protected function getDoctrine_EnsureProductionSettingsCommandService()
  16203. {
  16204. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16206. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  16208. $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16209. $instance->setName('doctrine:ensure-production-settings');
  16210. return $instance;
  16211. }
  16212. /**
  16213. * Gets the private 'doctrine.mapping_convert_command' shared service.
  16214. *
  16215. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  16216. */
  16217. protected function getDoctrine_MappingConvertCommandService()
  16218. {
  16219. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16220. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16221. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16222. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  16223. $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16224. $instance->setName('doctrine:mapping:convert');
  16225. return $instance;
  16226. }
  16227. /**
  16228. * Gets the private 'doctrine.mapping_import_command' shared service.
  16229. *
  16230. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  16231. */
  16232. protected function getDoctrine_MappingImportCommandService()
  16233. {
  16234. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16235. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16236. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  16237. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  16238. $instance->setName('doctrine:mapping:import');
  16239. return $instance;
  16240. }
  16241. /**
  16242. * Gets the private 'doctrine.mapping_info_command' shared service.
  16243. *
  16244. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  16245. */
  16246. protected function getDoctrine_MappingInfoCommandService()
  16247. {
  16248. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16249. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  16252. $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16253. $instance->setName('doctrine:mapping:info');
  16254. return $instance;
  16255. }
  16256. /**
  16257. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  16258. *
  16259. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  16260. */
  16261. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  16262. {
  16263. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  16264. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  16265. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16266. }
  16267. /**
  16268. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  16269. *
  16270. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  16271. */
  16272. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  16273. {
  16274. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/CoreBundle/Entity'), 1 => (\dirname(__DIR__, 4).'/src/UserBundle/Entity')], false);
  16275. }
  16276. /**
  16277. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  16278. *
  16279. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  16280. */
  16281. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  16282. {
  16283. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  16284. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16285. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  16286. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  16287. }
  16288. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  16289. }
  16290. /**
  16291. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  16292. *
  16293. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  16294. */
  16295. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  16296. {
  16297. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  16298. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  16299. }
  16300. /**
  16301. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  16302. *
  16303. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  16304. */
  16305. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  16306. {
  16307. $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  16308. $instance->setGlobalBasename('mapping');
  16309. return $instance;
  16310. }
  16311. /**
  16312. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  16313. *
  16314. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  16315. */
  16316. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  16317. {
  16318. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16319. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  16320. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  16321. }
  16322. /**
  16323. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  16324. *
  16325. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  16326. */
  16327. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  16328. {
  16329. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16330. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  16331. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16332. yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  16333. }, 1));
  16334. }
  16335. /**
  16336. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  16337. *
  16338. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  16339. */
  16340. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  16341. {
  16342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16343. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  16344. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  16345. }
  16346. /**
  16347. * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  16348. *
  16349. * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  16350. */
  16351. protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  16352. {
  16353. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16354. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  16355. return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16356. yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  16357. }, 1));
  16358. }
  16359. /**
  16360. * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  16361. *
  16362. * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  16363. */
  16364. protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  16365. {
  16366. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  16367. return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16368. }
  16369. /**
  16370. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  16371. *
  16372. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  16373. */
  16374. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  16375. {
  16376. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16377. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  16378. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16379. }
  16380. /**
  16381. * Gets the private 'doctrine.orm.validator.unique' shared service.
  16382. *
  16383. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  16384. */
  16385. protected function getDoctrine_Orm_Validator_UniqueService()
  16386. {
  16387. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16388. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  16389. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  16390. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16391. }
  16392. /**
  16393. * Gets the private 'doctrine.query_dql_command' shared service.
  16394. *
  16395. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  16396. */
  16397. protected function getDoctrine_QueryDqlCommandService()
  16398. {
  16399. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16402. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  16403. $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16404. $instance->setName('doctrine:query:dql');
  16405. return $instance;
  16406. }
  16407. /**
  16408. * Gets the private 'doctrine.query_sql_command' shared service.
  16409. *
  16410. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  16411. */
  16412. protected function getDoctrine_QuerySqlCommandService()
  16413. {
  16414. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16415. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  16416. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  16417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  16418. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  16419. $instance->setName('doctrine:query:sql');
  16420. return $instance;
  16421. }
  16422. /**
  16423. * Gets the private 'doctrine.schema_create_command' shared service.
  16424. *
  16425. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  16426. */
  16427. protected function getDoctrine_SchemaCreateCommandService()
  16428. {
  16429. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16430. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16431. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16433. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  16434. $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16435. $instance->setName('doctrine:schema:create');
  16436. return $instance;
  16437. }
  16438. /**
  16439. * Gets the private 'doctrine.schema_drop_command' shared service.
  16440. *
  16441. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  16442. */
  16443. protected function getDoctrine_SchemaDropCommandService()
  16444. {
  16445. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16448. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16449. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  16450. $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16451. $instance->setName('doctrine:schema:drop');
  16452. return $instance;
  16453. }
  16454. /**
  16455. * Gets the private 'doctrine.schema_update_command' shared service.
  16456. *
  16457. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  16458. */
  16459. protected function getDoctrine_SchemaUpdateCommandService()
  16460. {
  16461. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16464. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  16466. $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16467. $instance->setName('doctrine:schema:update');
  16468. return $instance;
  16469. }
  16470. /**
  16471. * Gets the private 'doctrine.schema_validate_command' shared service.
  16472. *
  16473. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  16474. */
  16475. protected function getDoctrine_SchemaValidateCommandService()
  16476. {
  16477. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16478. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16479. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16480. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  16481. $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  16482. $instance->setName('doctrine:schema:validate');
  16483. return $instance;
  16484. }
  16485. /**
  16486. * Gets the private 'doctrine.ulid_generator' shared service.
  16487. *
  16488. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  16489. */
  16490. protected function getDoctrine_UlidGeneratorService()
  16491. {
  16492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16493. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  16494. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  16495. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  16496. }
  16497. /**
  16498. * Gets the private 'doctrine.uuid_generator' shared service.
  16499. *
  16500. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  16501. */
  16502. protected function getDoctrine_UuidGeneratorService()
  16503. {
  16504. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16505. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  16506. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  16507. return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(6, 6, 5, 'Symfony\\Component\\Uid\\UuidV4', NULL, NULL));
  16508. }
  16509. /**
  16510. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  16511. *
  16512. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  16513. */
  16514. protected function getEightPointsGuzzle_DataCollectorService()
  16515. {
  16516. return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([0 => ($this->privates['eight_points_guzzle.loginconnector_logger'] ?? ($this->privates['eight_points_guzzle.loginconnector_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 1 => ($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] ?? ($this->privates['eight_points_guzzle.gyldendalaccessservice_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 2 => ($this->privates['eight_points_guzzle.systime_users_logger'] ?? ($this->privates['eight_points_guzzle.systime_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), 3 => ($this->privates['eight_points_guzzle.gale_users_logger'] ?? ($this->privates['eight_points_guzzle.gale_users_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  16517. }
  16518. /**
  16519. * Gets the private 'error_handler.error_renderer.html' shared service.
  16520. *
  16521. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  16522. */
  16523. protected function getErrorHandler_ErrorRenderer_HtmlService()
  16524. {
  16525. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16526. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  16527. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16528. return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  16529. }
  16530. /**
  16531. * Gets the private 'exception_listener' shared service.
  16532. *
  16533. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  16534. */
  16535. protected function getExceptionListener2Service()
  16536. {
  16537. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  16538. }
  16539. /**
  16540. * Gets the private 'form.choice_list_factory.cached' shared service.
  16541. *
  16542. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  16543. */
  16544. protected function getForm_ChoiceListFactory_CachedService()
  16545. {
  16546. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  16547. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  16548. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  16549. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  16550. return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  16551. }
  16552. /**
  16553. * Gets the private 'form.registry' shared service.
  16554. *
  16555. * @return \Symfony\Component\Form\FormRegistry
  16556. */
  16557. protected function getForm_RegistryService()
  16558. {
  16559. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  16560. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  16561. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  16562. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  16563. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  16564. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  16565. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  16566. return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16567. 'AdminBundle\\Form\\AnswerType' => ['privates', 'AdminBundle\\Form\\AnswerType', 'getAnswerTypeService', false],
  16568. 'AdminBundle\\Form\\BulkAudioUpload' => ['privates', 'AdminBundle\\Form\\BulkAudioUpload', 'getBulkAudioUploadService', false],
  16569. 'AdminBundle\\Form\\BulkCsvUpload' => ['privates', 'AdminBundle\\Form\\BulkCsvUpload', 'getBulkCsvUploadService', false],
  16570. 'AdminBundle\\Form\\BulkImageUpload' => ['privates', 'AdminBundle\\Form\\BulkImageUpload', 'getBulkImageUploadService', false],
  16571. 'AdminBundle\\Form\\CsvUploadType' => ['privates', 'AdminBundle\\Form\\CsvUploadType', 'getCsvUploadTypeService', false],
  16572. 'AdminBundle\\Form\\ProblemType' => ['privates', 'AdminBundle\\Form\\ProblemType', 'getProblemTypeService', false],
  16573. 'AdminBundle\\Form\\StatisticsType' => ['privates', 'AdminBundle\\Form\\StatisticsType', 'getStatisticsTypeService', false],
  16574. 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => ['privates', 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 'getTemplateTypeFilterTypeService', false],
  16575. 'CoreBundle\\Form\\Type\\DateTimeType' => ['privates', 'abacus_core.form.type.date_time', 'getAbacusCore_Form_Type_DateTimeService', false],
  16576. 'CoreBundle\\Form\\Type\\EntityHiddenType' => ['privates', 'abacus_core.type.entity_hidden_type', 'getAbacusCore_Type_EntityHiddenTypeService', false],
  16577. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
  16578. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
  16579. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
  16580. 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates', 'fos_user.change_password.form.type', 'getFosUser_ChangePassword_Form_TypeService', false],
  16581. 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates', 'fos_user.profile.form.type', 'getFosUser_Profile_Form_TypeService', false],
  16582. 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates', 'fos_user.registration.form.type', 'getFosUser_Registration_Form_TypeService', false],
  16583. 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates', 'fos_user.resetting.form.type', 'getFosUser_Resetting_Form_TypeService', false],
  16584. 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates', 'fos_user.username_form_type', 'getFosUser_UsernameFormTypeService', false],
  16585. 'StudentBundle\\Form\\AddClassroomStudentType' => ['privates', 'abacus.addclassroom2student.form.type', 'getAbacus_Addclassroom2student_Form_TypeService', false],
  16586. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  16587. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  16588. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  16589. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  16590. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  16591. 'TeacherBundle\\Form\\AddProblemType' => ['privates', 'abacus.add_problem.form.type', 'getAbacus_AddProblem_Form_TypeService', false],
  16592. 'TeacherBundle\\Form\\ClassroomType' => ['privates', 'abacus.teacher.form.classroom', 'getAbacus_Teacher_Form_ClassroomService', false],
  16593. 'TeacherBundle\\Form\\EditUserType' => ['privates', 'abacus.edit_user.form.type', 'getAbacus_EditUser_Form_TypeService', false],
  16594. 'TeacherBundle\\Form\\MathproblemOverviewType' => ['privates', 'abacus.mathproblemoverview.form.type', 'getAbacus_Mathproblemoverview_Form_TypeService', false],
  16595. 'TeacherBundle\\Form\\TeacherType' => ['privates', 'abacus.teacher.form.type', 'getAbacus_Teacher_Form_TypeService', false],
  16596. 'TeacherBundle\\Form\\TextbookSessionType' => ['privates', 'abacus.textbook_session.form.type', 'getAbacus_TextbookSession_Form_TypeService', false],
  16597. 'UserBundle\\Form\\Type\\UniLoginType' => ['privates', 'abacus.user.unilogin.form.type', 'getAbacus_User_Unilogin_Form_TypeService', false],
  16598. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
  16599. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
  16600. ], [
  16601. 'AdminBundle\\Form\\AnswerType' => '?',
  16602. 'AdminBundle\\Form\\BulkAudioUpload' => '?',
  16603. 'AdminBundle\\Form\\BulkCsvUpload' => '?',
  16604. 'AdminBundle\\Form\\BulkImageUpload' => '?',
  16605. 'AdminBundle\\Form\\CsvUploadType' => '?',
  16606. 'AdminBundle\\Form\\ProblemType' => '?',
  16607. 'AdminBundle\\Form\\StatisticsType' => '?',
  16608. 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => '?',
  16609. 'CoreBundle\\Form\\Type\\DateTimeType' => '?',
  16610. 'CoreBundle\\Form\\Type\\EntityHiddenType' => '?',
  16611. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  16612. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  16613. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  16614. 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  16615. 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  16616. 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  16617. 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  16618. 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  16619. 'StudentBundle\\Form\\AddClassroomStudentType' => '?',
  16620. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  16621. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  16622. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  16623. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  16624. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  16625. 'TeacherBundle\\Form\\AddProblemType' => '?',
  16626. 'TeacherBundle\\Form\\ClassroomType' => '?',
  16627. 'TeacherBundle\\Form\\EditUserType' => '?',
  16628. 'TeacherBundle\\Form\\MathproblemOverviewType' => '?',
  16629. 'TeacherBundle\\Form\\TeacherType' => '?',
  16630. 'TeacherBundle\\Form\\TextbookSessionType' => '?',
  16631. 'UserBundle\\Form\\Type\\UniLoginType' => '?',
  16632. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  16633. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  16634. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  16635. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  16636. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  16637. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  16638. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  16639. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  16640. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  16641. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  16642. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  16643. }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  16644. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  16645. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  16646. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  16647. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  16648. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension()));
  16649. }, 1)], new RewindableGenerator(function () {
  16650. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  16651. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  16652. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  16653. }
  16654. /**
  16655. * Gets the private 'form.server_params' shared service.
  16656. *
  16657. * @return \Symfony\Component\Form\Util\ServerParams
  16658. */
  16659. protected function getForm_ServerParamsService()
  16660. {
  16661. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  16662. return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16663. }
  16664. /**
  16665. * Gets the private 'form.type.choice' shared service.
  16666. *
  16667. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  16668. */
  16669. protected function getForm_Type_ChoiceService()
  16670. {
  16671. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16672. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16673. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  16674. return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  16675. }
  16676. /**
  16677. * Gets the private 'form.type.color' shared service.
  16678. *
  16679. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  16680. */
  16681. protected function getForm_Type_ColorService()
  16682. {
  16683. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16684. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16685. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  16686. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  16687. }
  16688. /**
  16689. * Gets the private 'form.type.entity' shared service.
  16690. *
  16691. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  16692. */
  16693. protected function getForm_Type_EntityService()
  16694. {
  16695. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16696. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16697. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  16698. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  16699. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16700. }
  16701. /**
  16702. * Gets the private 'form.type.form' shared service.
  16703. *
  16704. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  16705. */
  16706. protected function getForm_Type_FormService()
  16707. {
  16708. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16709. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16710. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  16711. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  16712. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  16713. }
  16714. /**
  16715. * Gets the private 'form.type_extension.csrf' shared service.
  16716. *
  16717. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  16718. */
  16719. protected function getForm_TypeExtension_CsrfService()
  16720. {
  16721. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16722. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16723. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  16724. return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  16725. }
  16726. /**
  16727. * Gets the private 'form.type_extension.form.data_collector' shared service.
  16728. *
  16729. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  16730. */
  16731. protected function getForm_TypeExtension_Form_DataCollectorService()
  16732. {
  16733. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16734. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16735. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  16736. return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  16737. }
  16738. /**
  16739. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  16740. *
  16741. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  16742. */
  16743. protected function getForm_TypeExtension_Form_HttpFoundationService()
  16744. {
  16745. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16746. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16747. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  16748. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  16749. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  16750. return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  16751. }
  16752. /**
  16753. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  16754. *
  16755. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  16756. */
  16757. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  16758. {
  16759. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16760. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16761. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  16762. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16763. }
  16764. /**
  16765. * Gets the private 'form.type_extension.form.validator' shared service.
  16766. *
  16767. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  16768. */
  16769. protected function getForm_TypeExtension_Form_ValidatorService()
  16770. {
  16771. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16772. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16773. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  16774. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  16775. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16776. if (isset($this->privates['form.type_extension.form.validator'])) {
  16777. return $this->privates['form.type_extension.form.validator'];
  16778. }
  16779. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  16780. if (isset($this->privates['form.type_extension.form.validator'])) {
  16781. return $this->privates['form.type_extension.form.validator'];
  16782. }
  16783. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  16784. }
  16785. /**
  16786. * Gets the private 'form.type_extension.upload.validator' shared service.
  16787. *
  16788. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  16789. */
  16790. protected function getForm_TypeExtension_Upload_ValidatorService()
  16791. {
  16792. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16793. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16794. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  16795. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16796. }
  16797. /**
  16798. * Gets the private 'form.type_guesser.doctrine' shared service.
  16799. *
  16800. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  16801. */
  16802. protected function getForm_TypeGuesser_DoctrineService()
  16803. {
  16804. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16805. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  16806. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16807. }
  16808. /**
  16809. * Gets the private 'form.type_guesser.validator' shared service.
  16810. *
  16811. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  16812. */
  16813. protected function getForm_TypeGuesser_ValidatorService()
  16814. {
  16815. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16816. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  16817. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16818. }
  16819. /**
  16820. * Gets the private 'fos_user.change_password.form.type' shared service.
  16821. *
  16822. * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  16823. */
  16824. protected function getFosUser_ChangePassword_Form_TypeService()
  16825. {
  16826. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16827. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16828. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  16829. return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('UserBundle\\Entity\\User');
  16830. }
  16831. /**
  16832. * Gets the private 'fos_user.command.activate_user' shared service.
  16833. *
  16834. * @return \FOS\UserBundle\Command\ActivateUserCommand
  16835. */
  16836. protected function getFosUser_Command_ActivateUserService()
  16837. {
  16838. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16839. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  16840. $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16841. $instance->setName('fos:user:activate');
  16842. $instance->setDescription('Activate a user');
  16843. return $instance;
  16844. }
  16845. /**
  16846. * Gets the private 'fos_user.command.change_password' shared service.
  16847. *
  16848. * @return \FOS\UserBundle\Command\ChangePasswordCommand
  16849. */
  16850. protected function getFosUser_Command_ChangePasswordService()
  16851. {
  16852. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16853. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  16854. $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16855. $instance->setName('fos:user:change-password');
  16856. $instance->setDescription('Change the password of a user.');
  16857. return $instance;
  16858. }
  16859. /**
  16860. * Gets the private 'fos_user.command.create_user' shared service.
  16861. *
  16862. * @return \FOS\UserBundle\Command\CreateUserCommand
  16863. */
  16864. protected function getFosUser_Command_CreateUserService()
  16865. {
  16866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16867. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  16868. $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16869. $instance->setName('fos:user:create');
  16870. $instance->setDescription('Create a user.');
  16871. return $instance;
  16872. }
  16873. /**
  16874. * Gets the private 'fos_user.command.deactivate_user' shared service.
  16875. *
  16876. * @return \FOS\UserBundle\Command\DeactivateUserCommand
  16877. */
  16878. protected function getFosUser_Command_DeactivateUserService()
  16879. {
  16880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16881. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  16882. $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16883. $instance->setName('fos:user:deactivate');
  16884. $instance->setDescription('Deactivate a user');
  16885. return $instance;
  16886. }
  16887. /**
  16888. * Gets the private 'fos_user.command.demote_user' shared service.
  16889. *
  16890. * @return \FOS\UserBundle\Command\DemoteUserCommand
  16891. */
  16892. protected function getFosUser_Command_DemoteUserService()
  16893. {
  16894. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16895. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  16896. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  16897. $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16898. $instance->setName('fos:user:demote');
  16899. $instance->setDescription('Demote a user by removing a role');
  16900. return $instance;
  16901. }
  16902. /**
  16903. * Gets the private 'fos_user.command.promote_user' shared service.
  16904. *
  16905. * @return \FOS\UserBundle\Command\PromoteUserCommand
  16906. */
  16907. protected function getFosUser_Command_PromoteUserService()
  16908. {
  16909. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16910. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  16911. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  16912. $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  16913. $instance->setName('fos:user:promote');
  16914. $instance->setDescription('Promotes a user by adding a role');
  16915. return $instance;
  16916. }
  16917. /**
  16918. * Gets the private 'fos_user.listener.authentication' shared service.
  16919. *
  16920. * @return \FOS\UserBundle\EventListener\AuthenticationListener
  16921. */
  16922. protected function getFosUser_Listener_AuthenticationService()
  16923. {
  16924. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  16925. return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  16926. }
  16927. /**
  16928. * Gets the private 'fos_user.listener.flash' shared service.
  16929. *
  16930. * @return \FOS\UserBundle\EventListener\FlashListener
  16931. */
  16932. protected function getFosUser_Listener_FlashService()
  16933. {
  16934. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  16935. return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  16936. }
  16937. /**
  16938. * Gets the private 'fos_user.listener.resetting' shared service.
  16939. *
  16940. * @return \FOS\UserBundle\EventListener\ResettingListener
  16941. */
  16942. protected function getFosUser_Listener_ResettingService()
  16943. {
  16944. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  16945. $a = ($this->services['router'] ?? $this->getRouterService());
  16946. if (isset($this->privates['fos_user.listener.resetting'])) {
  16947. return $this->privates['fos_user.listener.resetting'];
  16948. }
  16949. return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener($a, 86400);
  16950. }
  16951. /**
  16952. * Gets the private 'fos_user.profile.form.type' shared service.
  16953. *
  16954. * @return \FOS\UserBundle\Form\Type\ProfileFormType
  16955. */
  16956. protected function getFosUser_Profile_Form_TypeService()
  16957. {
  16958. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16959. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16960. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  16961. return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('UserBundle\\Entity\\User');
  16962. }
  16963. /**
  16964. * Gets the private 'fos_user.registration.form.type' shared service.
  16965. *
  16966. * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  16967. */
  16968. protected function getFosUser_Registration_Form_TypeService()
  16969. {
  16970. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16971. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16972. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  16973. return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('UserBundle\\Entity\\User');
  16974. }
  16975. /**
  16976. * Gets the private 'fos_user.resetting.form.type' shared service.
  16977. *
  16978. * @return \FOS\UserBundle\Form\Type\ResettingFormType
  16979. */
  16980. protected function getFosUser_Resetting_Form_TypeService()
  16981. {
  16982. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16983. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16984. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  16985. return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('UserBundle\\Entity\\User');
  16986. }
  16987. /**
  16988. * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  16989. *
  16990. * @return \FOS\UserBundle\EventListener\LastLoginListener
  16991. */
  16992. protected function getFosUser_Security_InteractiveLoginListenerService()
  16993. {
  16994. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  16995. return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  16996. }
  16997. /**
  16998. * Gets the private 'fos_user.security.login_manager' shared service.
  16999. *
  17000. * @return \FOS\UserBundle\Security\LoginManager
  17001. */
  17002. protected function getFosUser_Security_LoginManagerService()
  17003. {
  17004. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  17005. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  17006. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17007. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  17008. return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()));
  17009. }
  17010. /**
  17011. * Gets the private 'fos_user.user_listener' shared service.
  17012. *
  17013. * @return \FOS\UserBundle\Doctrine\UserListener
  17014. */
  17015. protected function getFosUser_UserListenerService()
  17016. {
  17017. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17018. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  17019. return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  17020. }
  17021. /**
  17022. * Gets the private 'fos_user.user_provider.username' shared service.
  17023. *
  17024. * @return \FOS\UserBundle\Security\UserProvider
  17025. */
  17026. protected function getFosUser_UserProvider_UsernameService()
  17027. {
  17028. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  17029. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  17030. return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  17031. }
  17032. /**
  17033. * Gets the private 'fos_user.username_form_type' shared service.
  17034. *
  17035. * @return \FOS\UserBundle\Form\Type\UsernameFormType
  17036. */
  17037. protected function getFosUser_UsernameFormTypeService()
  17038. {
  17039. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17040. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17041. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  17042. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  17043. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  17044. return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  17045. }
  17046. /**
  17047. * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  17048. *
  17049. * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  17050. */
  17051. protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  17052. {
  17053. $a = new \FOS\UserBundle\Util\Canonicalizer();
  17054. return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
  17055. }
  17056. /**
  17057. * Gets the private 'fos_user.util.password_updater' shared service.
  17058. *
  17059. * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  17060. */
  17061. protected function getFosUser_Util_PasswordUpdaterService()
  17062. {
  17063. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  17064. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  17065. return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  17066. }
  17067. /**
  17068. * Gets the private 'fos_user.util.user_manipulator' shared service.
  17069. *
  17070. * @return \FOS\UserBundle\Util\UserManipulator
  17071. */
  17072. protected function getFosUser_Util_UserManipulatorService()
  17073. {
  17074. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  17075. return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17076. }
  17077. /**
  17078. * Gets the private 'fragment.listener' shared service.
  17079. *
  17080. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  17081. */
  17082. protected function getFragment_ListenerService()
  17083. {
  17084. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('AwhHAPRTNoPBwVVd2kyZE73EK96HhB'))), '/_fragment');
  17085. }
  17086. /**
  17087. * Gets the private 'fragment.renderer.hinclude' shared service.
  17088. *
  17089. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  17090. */
  17091. protected function getFragment_Renderer_HincludeService()
  17092. {
  17093. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  17094. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  17095. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  17096. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17097. if (isset($this->privates['fragment.renderer.hinclude'])) {
  17098. return $this->privates['fragment.renderer.hinclude'];
  17099. }
  17100. $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('AwhHAPRTNoPBwVVd2kyZE73EK96HhB'))), NULL);
  17101. $instance->setFragmentPath('/_fragment');
  17102. return $instance;
  17103. }
  17104. /**
  17105. * Gets the private 'fragment.renderer.inline' shared service.
  17106. *
  17107. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  17108. */
  17109. protected function getFragment_Renderer_InlineService()
  17110. {
  17111. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  17112. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  17113. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  17114. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17115. if (isset($this->privates['fragment.renderer.inline'])) {
  17116. return $this->privates['fragment.renderer.inline'];
  17117. }
  17118. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17119. if (isset($this->privates['fragment.renderer.inline'])) {
  17120. return $this->privates['fragment.renderer.inline'];
  17121. }
  17122. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  17123. $instance->setFragmentPath('/_fragment');
  17124. return $instance;
  17125. }
  17126. /**
  17127. * Gets the private 'kernel.listener.login_listener' shared service.
  17128. *
  17129. * @return \CoreBundle\Event\LoginListener
  17130. */
  17131. protected function getKernel_Listener_LoginListenerService()
  17132. {
  17133. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/LoginListener.php';
  17134. $a = ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService());
  17135. if (isset($this->privates['kernel.listener.login_listener'])) {
  17136. return $this->privates['kernel.listener.login_listener'];
  17137. }
  17138. return $this->privates['kernel.listener.login_listener'] = new \CoreBundle\Event\LoginListener($a);
  17139. }
  17140. /**
  17141. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  17142. *
  17143. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  17144. */
  17145. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  17146. {
  17147. return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'KnpPaginatorBundle:Pagination:sliding.html.twig', 'defaultSortableTemplate' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
  17148. }
  17149. /**
  17150. * Gets the private 'locale_aware_listener' shared service.
  17151. *
  17152. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  17153. */
  17154. protected function getLocaleAwareListenerService()
  17155. {
  17156. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  17157. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da')));
  17158. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  17159. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17160. }
  17161. /**
  17162. * Gets the private 'locale_listener' shared service.
  17163. *
  17164. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  17165. */
  17166. protected function getLocaleListenerService()
  17167. {
  17168. $a = ($this->services['router'] ?? $this->getRouterService());
  17169. if (isset($this->privates['locale_listener'])) {
  17170. return $this->privates['locale_listener'];
  17171. }
  17172. return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'da', $a, false, []);
  17173. }
  17174. /**
  17175. * Gets the private 'mailer.mailer' shared service.
  17176. *
  17177. * @return \Symfony\Component\Mailer\Mailer
  17178. */
  17179. protected function getMailer_MailerService()
  17180. {
  17181. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  17182. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  17183. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  17184. if (isset($this->privates['mailer.mailer'])) {
  17185. return $this->privates['mailer.mailer'];
  17186. }
  17187. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17188. if (isset($this->privates['mailer.mailer'])) {
  17189. return $this->privates['mailer.mailer'];
  17190. }
  17191. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17192. if (isset($this->privates['mailer.mailer'])) {
  17193. return $this->privates['mailer.mailer'];
  17194. }
  17195. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  17196. }
  17197. /**
  17198. * Gets the private 'mailer.transport_factory.native' shared service.
  17199. *
  17200. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  17201. */
  17202. protected function getMailer_TransportFactory_NativeService()
  17203. {
  17204. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17205. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17206. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  17207. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17208. if (isset($this->privates['mailer.transport_factory.native'])) {
  17209. return $this->privates['mailer.transport_factory.native'];
  17210. }
  17211. return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  17212. }
  17213. /**
  17214. * Gets the private 'mailer.transport_factory.null' shared service.
  17215. *
  17216. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  17217. */
  17218. protected function getMailer_TransportFactory_NullService()
  17219. {
  17220. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17221. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17222. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  17223. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17224. if (isset($this->privates['mailer.transport_factory.null'])) {
  17225. return $this->privates['mailer.transport_factory.null'];
  17226. }
  17227. return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  17228. }
  17229. /**
  17230. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  17231. *
  17232. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  17233. */
  17234. protected function getMailer_TransportFactory_SendmailService()
  17235. {
  17236. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17237. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17238. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  17239. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17240. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  17241. return $this->privates['mailer.transport_factory.sendmail'];
  17242. }
  17243. return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  17244. }
  17245. /**
  17246. * Gets the private 'mailer.transport_factory.smtp' shared service.
  17247. *
  17248. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  17249. */
  17250. protected function getMailer_TransportFactory_SmtpService()
  17251. {
  17252. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17253. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17254. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  17255. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17256. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  17257. return $this->privates['mailer.transport_factory.smtp'];
  17258. }
  17259. return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  17260. }
  17261. /**
  17262. * Gets the private 'mailer.transports' shared service.
  17263. *
  17264. * @return \Symfony\Component\Mailer\Transport\Transports
  17265. */
  17266. protected function getMailer_TransportsService()
  17267. {
  17268. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  17269. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  17270. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  17271. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  17272. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  17273. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  17274. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  17275. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  17276. }, 4)))->fromStrings(['main' => 'smtp://smtprelay.gyldendal.dk:25?verify_peer=0']);
  17277. }
  17278. /**
  17279. * Gets the private 'maker.auto_command.make_auth' shared service.
  17280. *
  17281. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17282. */
  17283. protected function getMaker_AutoCommand_MakeAuthService()
  17284. {
  17285. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17286. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17287. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17288. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17289. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  17290. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17291. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  17292. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17293. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17294. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  17295. $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17296. $instance->setName('make:auth');
  17297. $instance->setDescription('Creates a Guard authenticator of different flavors');
  17298. return $instance;
  17299. }
  17300. /**
  17301. * Gets the private 'maker.auto_command.make_command' shared service.
  17302. *
  17303. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17304. */
  17305. protected function getMaker_AutoCommand_MakeCommandService()
  17306. {
  17307. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17308. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17309. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17310. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17311. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  17312. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17313. $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17314. $instance->setName('make:command');
  17315. $instance->setDescription('Creates a new console command class');
  17316. return $instance;
  17317. }
  17318. /**
  17319. * Gets the private 'maker.auto_command.make_controller' shared service.
  17320. *
  17321. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17322. */
  17323. protected function getMaker_AutoCommand_MakeControllerService()
  17324. {
  17325. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17326. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17327. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17328. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17329. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  17330. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17331. $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17332. $instance->setName('make:controller');
  17333. $instance->setDescription('Creates a new controller class');
  17334. return $instance;
  17335. }
  17336. /**
  17337. * Gets the private 'maker.auto_command.make_crud' shared service.
  17338. *
  17339. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17340. */
  17341. protected function getMaker_AutoCommand_MakeCrudService()
  17342. {
  17343. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17344. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17345. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17346. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17347. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  17348. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17349. $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17350. $instance->setName('make:crud');
  17351. $instance->setDescription('Creates CRUD for Doctrine entity class');
  17352. return $instance;
  17353. }
  17354. /**
  17355. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  17356. *
  17357. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17358. */
  17359. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  17360. {
  17361. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17362. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17363. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17364. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17365. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  17366. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17367. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17368. $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17369. $instance->setName('make:docker:database');
  17370. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  17371. return $instance;
  17372. }
  17373. /**
  17374. * Gets the private 'maker.auto_command.make_entity' shared service.
  17375. *
  17376. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17377. */
  17378. protected function getMaker_AutoCommand_MakeEntityService()
  17379. {
  17380. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17381. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17382. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17383. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17384. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17385. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  17386. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17387. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17388. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  17389. $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17390. $instance->setName('make:entity');
  17391. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  17392. return $instance;
  17393. }
  17394. /**
  17395. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  17396. *
  17397. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17398. */
  17399. protected function getMaker_AutoCommand_MakeFixturesService()
  17400. {
  17401. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17402. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17403. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17404. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17405. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  17406. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17407. $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17408. $instance->setName('make:fixtures');
  17409. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  17410. return $instance;
  17411. }
  17412. /**
  17413. * Gets the private 'maker.auto_command.make_form' shared service.
  17414. *
  17415. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17416. */
  17417. protected function getMaker_AutoCommand_MakeFormService()
  17418. {
  17419. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17420. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17421. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17422. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17423. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  17424. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17425. $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17426. $instance->setName('make:form');
  17427. $instance->setDescription('Creates a new form class');
  17428. return $instance;
  17429. }
  17430. /**
  17431. * Gets the private 'maker.auto_command.make_message' shared service.
  17432. *
  17433. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17434. */
  17435. protected function getMaker_AutoCommand_MakeMessageService()
  17436. {
  17437. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17438. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17439. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17440. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17441. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  17442. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17443. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17444. $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17445. $instance->setName('make:message');
  17446. $instance->setDescription('Creates a new message and handler');
  17447. return $instance;
  17448. }
  17449. /**
  17450. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  17451. *
  17452. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17453. */
  17454. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  17455. {
  17456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17457. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17458. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17459. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17460. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  17461. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17462. $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17463. $instance->setName('make:messenger-middleware');
  17464. $instance->setDescription('Creates a new messenger middleware');
  17465. return $instance;
  17466. }
  17467. /**
  17468. * Gets the private 'maker.auto_command.make_migration' shared service.
  17469. *
  17470. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17471. */
  17472. protected function getMaker_AutoCommand_MakeMigrationService()
  17473. {
  17474. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17475. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17476. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17477. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17478. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  17479. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  17480. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17481. $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17482. $instance->setName('make:migration');
  17483. $instance->setDescription('Creates a new migration based on database changes');
  17484. return $instance;
  17485. }
  17486. /**
  17487. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  17488. *
  17489. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17490. */
  17491. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  17492. {
  17493. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17494. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17495. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17496. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17497. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  17498. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17499. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17500. $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17501. $instance->setName('make:registration-form');
  17502. $instance->setDescription('Creates a new registration form system');
  17503. return $instance;
  17504. }
  17505. /**
  17506. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  17507. *
  17508. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17509. */
  17510. protected function getMaker_AutoCommand_MakeResetPasswordService()
  17511. {
  17512. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17513. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17514. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17515. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17516. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  17517. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17518. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17519. $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17520. $instance->setName('make:reset-password');
  17521. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  17522. return $instance;
  17523. }
  17524. /**
  17525. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  17526. *
  17527. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17528. */
  17529. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  17530. {
  17531. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17532. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17533. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17534. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17535. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  17536. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17537. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  17538. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17539. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17540. $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17541. $instance->setName('make:security:form-login');
  17542. $instance->setDescription('Generate the code needed for the form_login authenticator');
  17543. return $instance;
  17544. }
  17545. /**
  17546. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  17547. *
  17548. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17549. */
  17550. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  17551. {
  17552. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17553. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17554. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17555. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17556. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  17557. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17558. $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17559. $instance->setName('make:serializer:encoder');
  17560. $instance->setDescription('Creates a new serializer encoder class');
  17561. return $instance;
  17562. }
  17563. /**
  17564. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  17565. *
  17566. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17567. */
  17568. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  17569. {
  17570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17571. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17572. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17573. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17574. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  17575. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17576. $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17577. $instance->setName('make:serializer:normalizer');
  17578. $instance->setDescription('Creates a new serializer normalizer class');
  17579. return $instance;
  17580. }
  17581. /**
  17582. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  17583. *
  17584. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17585. */
  17586. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  17587. {
  17588. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17589. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17590. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17591. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17592. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  17593. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17594. $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17595. $instance->setName('make:stimulus-controller');
  17596. $instance->setDescription('Creates a new Stimulus controller');
  17597. return $instance;
  17598. }
  17599. /**
  17600. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  17601. *
  17602. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17603. */
  17604. protected function getMaker_AutoCommand_MakeSubscriberService()
  17605. {
  17606. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17607. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17608. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17609. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17610. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  17611. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  17612. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17613. $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17614. $instance->setName('make:subscriber');
  17615. $instance->setDescription('Creates a new event subscriber class');
  17616. return $instance;
  17617. }
  17618. /**
  17619. * Gets the private 'maker.auto_command.make_test' shared service.
  17620. *
  17621. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17622. */
  17623. protected function getMaker_AutoCommand_MakeTestService()
  17624. {
  17625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17626. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17627. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17628. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17629. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17630. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  17631. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17632. $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17633. $instance->setName('make:test');
  17634. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  17635. $instance->setDescription('Creates a new test class');
  17636. return $instance;
  17637. }
  17638. /**
  17639. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  17640. *
  17641. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17642. */
  17643. protected function getMaker_AutoCommand_MakeTwigComponentService()
  17644. {
  17645. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17646. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17647. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17648. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17649. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  17650. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17651. $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17652. $instance->setName('make:twig-component');
  17653. $instance->setDescription('Creates a twig (or live) component');
  17654. return $instance;
  17655. }
  17656. /**
  17657. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  17658. *
  17659. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17660. */
  17661. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  17662. {
  17663. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17664. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17665. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17666. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17667. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  17668. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17669. $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17670. $instance->setName('make:twig-extension');
  17671. $instance->setDescription('Creates a new Twig extension with its runtime class');
  17672. return $instance;
  17673. }
  17674. /**
  17675. * Gets the private 'maker.auto_command.make_user' shared service.
  17676. *
  17677. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17678. */
  17679. protected function getMaker_AutoCommand_MakeUserService()
  17680. {
  17681. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17682. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17683. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17684. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17685. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  17686. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  17687. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17688. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17689. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17690. $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17691. $instance->setName('make:user');
  17692. $instance->setDescription('Creates a new security user class');
  17693. return $instance;
  17694. }
  17695. /**
  17696. * Gets the private 'maker.auto_command.make_validator' shared service.
  17697. *
  17698. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17699. */
  17700. protected function getMaker_AutoCommand_MakeValidatorService()
  17701. {
  17702. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17703. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17704. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17705. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17706. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  17707. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17708. $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17709. $instance->setName('make:validator');
  17710. $instance->setDescription('Creates a new validator and constraint class');
  17711. return $instance;
  17712. }
  17713. /**
  17714. * Gets the private 'maker.auto_command.make_voter' shared service.
  17715. *
  17716. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17717. */
  17718. protected function getMaker_AutoCommand_MakeVoterService()
  17719. {
  17720. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17721. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17722. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17723. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17724. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  17725. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  17726. $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  17727. $instance->setName('make:voter');
  17728. $instance->setDescription('Creates a new security voter class');
  17729. return $instance;
  17730. }
  17731. /**
  17732. * Gets the private 'maker.doctrine_helper' shared service.
  17733. *
  17734. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  17735. */
  17736. protected function getMaker_DoctrineHelperService()
  17737. {
  17738. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  17739. $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  17740. return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('CoreBundle\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'CoreBundle\\Entity', 1 => $a], 1 => [0 => 'UserBundle\\Entity', 1 => $a], 2 => [0 => 'Vich\\UploaderBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())], 3 => [0 => 'FOS\\UserBundle\\Model', 1 => ($this->privates['.3_doctrine_metadata_driver~i0oKBM3'] ?? $this->get_3DoctrineMetadataDriveri0oKBM3Service())]]]);
  17741. }
  17742. /**
  17743. * Gets the private 'maker.entity_class_generator' shared service.
  17744. *
  17745. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  17746. */
  17747. protected function getMaker_EntityClassGeneratorService()
  17748. {
  17749. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  17750. return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  17751. }
  17752. /**
  17753. * Gets the private 'maker.file_link_formatter' shared service.
  17754. *
  17755. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  17756. */
  17757. protected function getMaker_FileLinkFormatterService()
  17758. {
  17759. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  17760. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17761. }
  17762. /**
  17763. * Gets the private 'maker.file_manager' shared service.
  17764. *
  17765. * @return \Symfony\Bundle\MakerBundle\FileManager
  17766. */
  17767. protected function getMaker_FileManagerService()
  17768. {
  17769. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  17770. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  17771. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  17772. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  17773. return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('CoreBundle')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
  17774. }
  17775. /**
  17776. * Gets the private 'maker.generator' shared service.
  17777. *
  17778. * @return \Symfony\Bundle\MakerBundle\Generator
  17779. */
  17780. protected function getMaker_GeneratorService()
  17781. {
  17782. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  17783. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  17784. return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'CoreBundle', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  17785. }
  17786. /**
  17787. * Gets the private 'maker.php_compat_util' shared service.
  17788. *
  17789. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  17790. */
  17791. protected function getMaker_PhpCompatUtilService()
  17792. {
  17793. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  17794. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17795. }
  17796. /**
  17797. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  17798. *
  17799. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  17800. */
  17801. protected function getMaker_Renderer_FormTypeRendererService()
  17802. {
  17803. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  17804. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17805. }
  17806. /**
  17807. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  17808. *
  17809. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  17810. */
  17811. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  17812. {
  17813. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17814. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  17815. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  17816. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  17817. $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => new RewindableGenerator(function () {
  17818. yield 0 => ($this->privates['.messenger.handler_descriptor.eDZcX8R'] ?? $this->get_Messenger_HandlerDescriptor_EDZcX8RService());
  17819. }, 1), 'CoreBundle\\Message\\ValidateMathproblemMessage' => new RewindableGenerator(function () {
  17820. yield 0 => ($this->privates['.messenger.handler_descriptor.JjVSoa9'] ?? $this->get_Messenger_HandlerDescriptor_JjVSoa9Service());
  17821. }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  17822. yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  17823. }, 1)]));
  17824. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17825. return $instance;
  17826. }
  17827. /**
  17828. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  17829. *
  17830. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  17831. */
  17832. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  17833. {
  17834. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17835. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  17836. return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  17837. }
  17838. /**
  17839. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  17840. *
  17841. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  17842. */
  17843. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  17844. {
  17845. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  17846. return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17847. }
  17848. /**
  17849. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  17850. *
  17851. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  17852. */
  17853. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  17854. {
  17855. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  17856. return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17857. }
  17858. /**
  17859. * Gets the private 'messenger.middleware.send_message' shared service.
  17860. *
  17861. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  17862. */
  17863. protected function getMessenger_Middleware_SendMessageService()
  17864. {
  17865. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17866. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  17867. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  17868. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  17869. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17870. if (isset($this->privates['messenger.middleware.send_message'])) {
  17871. return $this->privates['messenger.middleware.send_message'];
  17872. }
  17873. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17874. if (isset($this->privates['messenger.middleware.send_message'])) {
  17875. return $this->privates['messenger.middleware.send_message'];
  17876. }
  17877. $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => [0 => 'async'], 'CoreBundle\\Message\\ValidateMathproblemMessage' => [0 => 'async']], $a), $b);
  17878. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17879. return $instance;
  17880. }
  17881. /**
  17882. * Gets the private 'messenger.receiver_locator' shared service.
  17883. *
  17884. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17885. */
  17886. protected function getMessenger_ReceiverLocatorService()
  17887. {
  17888. return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17889. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17890. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17891. ], [
  17892. 'async' => '?',
  17893. 'messenger.transport.async' => '?',
  17894. ]);
  17895. }
  17896. /**
  17897. * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  17898. *
  17899. * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17900. */
  17901. protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  17902. {
  17903. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17904. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17905. return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
  17906. }
  17907. /**
  17908. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  17909. *
  17910. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  17911. */
  17912. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  17913. {
  17914. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  17915. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17916. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17917. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17918. }
  17919. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17920. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17921. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17922. }
  17923. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17924. 'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
  17925. ], [
  17926. 'async' => '?',
  17927. ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  17928. }
  17929. /**
  17930. * Gets the private 'messenger.routable_message_bus' shared service.
  17931. *
  17932. * @return \Symfony\Component\Messenger\RoutableMessageBus
  17933. */
  17934. protected function getMessenger_RoutableMessageBusService()
  17935. {
  17936. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  17937. $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17938. if (isset($this->privates['messenger.routable_message_bus'])) {
  17939. return $this->privates['messenger.routable_message_bus'];
  17940. }
  17941. return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17942. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  17943. ], [
  17944. 'messenger.bus.default' => '?',
  17945. ]), $a);
  17946. }
  17947. /**
  17948. * Gets the private 'messenger.transport.async' shared service.
  17949. *
  17950. * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17951. */
  17952. protected function getMessenger_Transport_AsyncService()
  17953. {
  17954. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17955. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17956. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17957. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17958. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17959. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17960. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17961. return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17962. yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  17963. yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  17964. yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17965. yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17966. yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
  17967. }, 5)))->createTransport('doctrine://default', ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  17968. }
  17969. /**
  17970. * Gets the private 'messenger.transport.doctrine.factory' shared service.
  17971. *
  17972. * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  17973. */
  17974. protected function getMessenger_Transport_Doctrine_FactoryService()
  17975. {
  17976. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17977. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  17978. return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17979. }
  17980. /**
  17981. * Gets the private 'messenger.transport.sync.factory' shared service.
  17982. *
  17983. * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  17984. */
  17985. protected function getMessenger_Transport_Sync_FactoryService()
  17986. {
  17987. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17988. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  17989. $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  17990. if (isset($this->privates['messenger.transport.sync.factory'])) {
  17991. return $this->privates['messenger.transport.sync.factory'];
  17992. }
  17993. return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  17994. }
  17995. /**
  17996. * Gets the private 'mime_types' shared service.
  17997. *
  17998. * @return \Symfony\Component\Mime\MimeTypes
  17999. */
  18000. protected function getMimeTypesService()
  18001. {
  18002. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  18003. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  18004. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  18005. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  18006. $instance->setDefault($instance);
  18007. return $instance;
  18008. }
  18009. /**
  18010. * Gets the private 'monolog.command.server_log' shared service.
  18011. *
  18012. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  18013. */
  18014. protected function getMonolog_Command_ServerLogService()
  18015. {
  18016. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18017. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  18018. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  18019. $instance->setName('server:log');
  18020. $instance->setDescription('Start a log server that displays logs in real time');
  18021. return $instance;
  18022. }
  18023. /**
  18024. * Gets the private 'monolog.handler.console' shared service.
  18025. *
  18026. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  18027. */
  18028. protected function getMonolog_Handler_ConsoleService()
  18029. {
  18030. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  18031. }
  18032. /**
  18033. * Gets the private 'monolog.handler.deprecation' shared service.
  18034. *
  18035. * @return \Monolog\Handler\StreamHandler
  18036. */
  18037. protected function getMonolog_Handler_DeprecationService()
  18038. {
  18039. $this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/deprecations.log'), 'DEBUG', true, NULL, false);
  18040. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  18041. return $instance;
  18042. }
  18043. /**
  18044. * Gets the private 'monolog.handler.main' shared service.
  18045. *
  18046. * @return \Monolog\Handler\StreamHandler
  18047. */
  18048. protected function getMonolog_Handler_MainService()
  18049. {
  18050. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 'debug', true, NULL, false);
  18051. $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  18052. return $instance;
  18053. }
  18054. /**
  18055. * Gets the private 'monolog.logger' shared service.
  18056. *
  18057. * @return \Symfony\Bridge\Monolog\Logger
  18058. */
  18059. protected function getMonolog_LoggerService()
  18060. {
  18061. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  18062. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18063. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18064. $instance->useMicrosecondTimestamps(true);
  18065. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18066. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18067. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18068. return $instance;
  18069. }
  18070. /**
  18071. * Gets the private 'monolog.logger.cache' shared service.
  18072. *
  18073. * @return \Symfony\Bridge\Monolog\Logger
  18074. */
  18075. protected function getMonolog_Logger_CacheService()
  18076. {
  18077. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  18078. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18079. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18080. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18081. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18082. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18083. return $instance;
  18084. }
  18085. /**
  18086. * Gets the private 'monolog.logger.mailer' shared service.
  18087. *
  18088. * @return \Symfony\Bridge\Monolog\Logger
  18089. */
  18090. protected function getMonolog_Logger_MailerService()
  18091. {
  18092. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  18093. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18094. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18095. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18096. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18097. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18098. return $instance;
  18099. }
  18100. /**
  18101. * Gets the private 'monolog.logger.messenger' shared service.
  18102. *
  18103. * @return \Symfony\Bridge\Monolog\Logger
  18104. */
  18105. protected function getMonolog_Logger_MessengerService()
  18106. {
  18107. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  18108. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18109. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18110. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18111. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18112. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18113. return $instance;
  18114. }
  18115. /**
  18116. * Gets the private 'monolog.logger.request' shared service.
  18117. *
  18118. * @return \Symfony\Bridge\Monolog\Logger
  18119. */
  18120. protected function getMonolog_Logger_RequestService()
  18121. {
  18122. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  18123. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18124. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18125. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18126. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18127. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18128. return $instance;
  18129. }
  18130. /**
  18131. * Gets the private 'monolog.logger.security' shared service.
  18132. *
  18133. * @return \Symfony\Bridge\Monolog\Logger
  18134. */
  18135. protected function getMonolog_Logger_SecurityService()
  18136. {
  18137. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  18138. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18139. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18140. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18141. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18142. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18143. return $instance;
  18144. }
  18145. /**
  18146. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  18147. *
  18148. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  18149. */
  18150. protected function getNelmioApiDoc_Describers_ConfigService()
  18151. {
  18152. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  18153. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  18154. return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'GALE API', 'description' => 'This API is mainly for iBook', 'version' => '0.0.1'], 'components' => ['securitySchemes' => ['ApiKeyAuth' => ['type' => 'apiKey', 'in' => 'header', 'name' => 'hmac']], 'schemas' => ['InternalErrorDatabaseError' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Database connection error']]], 'InternalErrorBasic' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Internal server error']]], 'BadRequestNonValidISBN' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'ISBN number must be 13 digits and in a valid form']]], 'BadRequestNonValidSizeQuizId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz ID is too long, max length is 255']]], 'BadRequestNonValidQuizUnitId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz unit Id has to be a positive number']]], 'BadRequestNonValidSizeQuizUnitId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz unit Id is too big']]], 'BadRequestNonValidQuestionId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question Id has to be a positive number']]], 'BadRequestNonValidSizeQuestionId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question Id is too big']]], 'BadRequestQuestionText' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error in question data - Text']]], 'BadRequestQuestionDropdown' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error in question data - Dropdown']]], 'BadRequestQuestionTableAndDropdown' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error in question data - Table and Dropdown']]], 'BadRequestQuestionWordoptions' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error in question data - Wordoptions']]], 'BadRequestUserMismatch' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'User ID mismatch!']]], 'BadRequestQuizData' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error in quiz data']]], 'BadRequestQuizFinished' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz is finished']]], 'BadRequestQuizFinishedAlready' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz is already finished']]], 'BadRequestQuestionQuizMismatch' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question Id does not match quiz Id']]], 'BadRequestTooManyAnswers' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Too many answers supplied']]], 'BadRequestPayloadError' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload']]], 'BadRequestPayloadTooBig' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Payload is too big']]], 'BadRequestPayloadEmpty' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Payload is empty!']]], 'BadRequestPayloadQuizId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Quiz Id is missing']]], 'BadRequestPayloadISBN' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - ISBN is missing']]], 'BadRequestPayloadQuestionId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Question Id is missing']]], 'BadRequestPayloadQuestionTypeId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Question type Id is missing']]], 'BadRequestPayloadAnswerId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Answer Id is missing']]], 'BadRequestPayloadAnswerText' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Answer text is missing']]], 'BadRequestPayloadAnswerPosition' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Answer position is missing']]], 'BadRequestPayloadAnswerBin' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Answer bin is missing']]], 'BadRequestPayloadAnswerChecked' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Error with payload - Answer checked is missing']]], 'BadRequestNonValidAnswerId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer Id has to be a positive number']]], 'BadRequestNonValidSizeAnswerId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer Id is too big']]], 'BadRequestNonValidSizeAnswerText' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer text is too long']]], 'BadRequestNonValidSizeAnswerText100' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer text is too long (max = 100)']]], 'BadRequestNonValidAnswerPosition' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer position is not valid']]], 'BadRequestNonValidSizeAnswerPosition' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer position is too big']]], 'BadRequestAnswerChecked' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer checked needs to be a boolean']]], 'BadRequestQuestionTypeInvalid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question type not valid']]], 'BadRequestNoAnswerId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer Id not set']]], 'BadRequestNoAnswerText' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer text not set']]], 'BadRequestNoAnswerPosition' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer position not set']]], 'BadRequestNoAnswerBin' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer bin not set']]], 'BadRequestNonValidAnswerBin' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer bin has to be 0 or above']]], 'BadRequestNonValidSizeAnswerBin' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer bin is too big']]], 'BadRequestAnswerDataIdTextPosition' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer data needs to contain id, text and position']]], 'BadRequestAnswerDataIdTextPositionBin' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer data needs to contain id, text, position and bin']]], 'BadRequestAnswerDataRadiobutton' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Radiobutton can only have one answer set']]], 'BadRequestWrongQuestionTypeId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question type id is wrong']]], 'BadRequestScoreDataMalformed' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Score data is malformed - result']]], 'BadRequestScoreProblemdata' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Mismatch between scores and problemdata']]], 'BadRequestScoreProblemdataOrder' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Mismatch between ordering in scores and problemdata']]], 'BadRequestNoQuestions' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'No questions found for this session']]], 'BadRequestScoreRadiobutton' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Radiobutton has too many correct answers']]], 'BadRequestScoreNumberAnswer' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Mismatch between number of answers']]], 'BadRequestScoreAnswerMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answers for question missing']]], 'BadRequestScoreTextAnswerMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Text answer options missing for result']]], 'BadRequestScoreDropdownAnswerMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Dropdown answer options missing for result']]], 'BadRequestScoreTextOptionsMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Text options missing for Table and Text quiz']]], 'BadRequestScoreDropdownOptionsMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Dropdown options missing for Table and Dropdown quiz']]], 'BadRequestScoreWordoptionsAnswerMissing' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Answer options for wordoptions missing']]], 'BadRequestNonValidQuestionType' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Question type id does not match a valid question type']]], 'BadRequestNonValidPId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'PId has to be a positive number']]], 'BadRequestNonValidSizePId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'PId is too big']]], 'BadRequestNonValidURL' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'URL is not valid']]], 'BadRequestNonValidPublisherId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Publisher Id has to be a positive number']]], 'BadRequestNonValidSizePublisherId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Publisher Id is too big']]], 'BadRequestNonValidConnectionId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Connection Id has to be a positive number']]], 'BadRequestNonValidSizeConnectionId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Connection Id is too big']]], 'BadRequestTitleTooLong' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Title length is too long']]], 'BadRequestDescriptionTooLong' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Description length is too long']]], 'BadRequestDurationNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Supplied duration is not valid']]], 'BadRequestDurationSizeNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Duration is too big']]], 'BadRequestTimeNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Supplied time is not valid']]], 'BadRequestTimeOpenNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz open time is in the past']]], 'BadRequestTimeCloseNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz close time is in the past']]], 'BadRequestTimeCloseBeforeTimeOpenNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz close time is before Quiz open time']]], 'BadRequestTimeOpenPlusDuration' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz open + duration bigger than Quiz close time']]], 'BadRequestTimeResult' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Result available time is in the past']]], 'BadRequestEkeys' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Ekeys User Id is not valid']]], 'BadRequestSessionIdNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Session Id has to be a positive number']]], 'BadRequestSessionIdSizeNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Session Id is too big']]], 'BadRequestSessionArchived' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'This shared quiz session is archived']]], 'BadRequestSessionNotOpen' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'This shared quiz is not open']]], 'BadRequestArchiveNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Archive has to be a boolean']]], 'BadRequestNotOwner' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'This quiz unit is not owned by user']]], 'BadRequestNotSharedQuiz' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'This quiz unit Id is not a shared quiz']]], 'BadRequestTooManySearchParams' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'The query string contains more than 3 parameters']]], 'BadRequestUserIDNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'User ID has to be a positive number']]], 'BadRequestUserIDSizeNotValid' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'User ID is too big']]], 'BadRequestUserNotAffilated' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'This student is not affiliated with this teacher']]], 'NotFoundQuiz' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz not found!']]], 'NotFoundQuizUnit' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz unit not found!']]], 'NotFoundResponse' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Response not found - id 42']]], 'NotFoundQuizResponse' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'No quiz response available for quiz']]], 'NotFoundWrongIdQuestionAnswer' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Wrong Id for question or answer - id 42']]], 'NotFoundResponseId' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Response not found - id 42']]], 'NoFoundIbookConnection' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Connection not found']]], 'NotFoundSharedSession' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Shared quiz session not found']]], 'NotFoundSharedUnit' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Shared quiz unit not found']]], 'NotFoundSharedQuizOverview' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'Quiz overview not found']]], 'NotFoundSearch' => ['type' => 'object', 'properties' => ['SearchResult' => ['type' => 'string', 'description' => 'Nothing found']]], 'Results' => ['type' => 'object', 'properties' => ['Results' => ['$ref' => '#/components/schemas/ResultOverviewData'], 'Problemdata' => ['type' => 'array', 'description' => 'The problem data', 'items' => ['$ref' => '#/components/schemas/ProblemData']]]], 'ResultOverviewData' => ['type' => 'object', 'description' => 'Key information about answers', 'properties' => ['Number of questions' => ['type' => 'integer', 'description' => 'Number of questions in this quiz'], 'Number of correct' => ['type' => 'integer', 'description' => 'Number of correct answers given by student'], 'Number of incorrect' => ['type' => 'integer', 'description' => 'Number of incorrect answers given by student. Not answered counts as incorrect.'], 'Number of partially correct' => ['type' => 'integer', 'description' => 'Number of partially correct answers'], 'Number of not answered' => ['type' => 'integer', 'description' => 'Number of questions not answered'], 'unitScore' => ['$ref' => '#/components/schemas/ScoreData']]], 'ScoreData' => ['type' => 'object', 'description' => 'Overall scoring for a quiz unit or session', 'properties' => ['points' => ['type' => 'number', 'description' => 'Achieved points'], 'maxPoints' => ['type' => 'integer', 'description' => 'The maximum possible points'], 'percentage' => ['type' => 'number', 'description' => 'Achieved correct percentage']]], 'ProblemData' => ['type' => 'object', 'properties' => ['quizId' => ['type' => 'string', 'description' => 'The Id of the quiz'], 'quizName' => ['type' => 'string', 'description' => 'The name of the quiz'], 'quizDescription' => ['type' => 'string', 'description' => 'The description of the quiz'], 'quizFinished' => ['type' => 'boolean', 'description' => 'Flag to indicate if the quiz is marked as finished'], 'quizStartTime' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz opens for students to take'], 'quizDeadline' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz is no longer open for students to take'], 'quizResultAvailable' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz results become available'], 'questions' => ['anyOf' => [0 => ['$ref' => '#/components/schemas/QuestionWithBin'], 1 => ['$ref' => '#/components/schemas/QuestionWithoutBin']]]]], 'ProblemInfoDataOnly' => ['type' => 'object', 'properties' => ['quizId' => ['type' => 'string', 'description' => 'The Id of the quiz'], 'quizName' => ['type' => 'string', 'description' => 'The name of the quiz'], 'quizDescription' => ['type' => 'string', 'description' => 'The description of the quiz'], 'quizFinished' => ['type' => 'boolean', 'description' => 'Flag to indicate if the quiz is marked as finished'], 'quizStartTime' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz opens for students to take'], 'quizDeadline' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz is no longer open for students to take'], 'quizResultAvailable' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz results become available']]], 'QuestionWithBin' => ['type' => 'object', 'properties' => ['questionId' => ['type' => 'integer', 'description' => 'The Id of the question'], 'name' => ['type' => 'string', 'description' => 'Name of the question'], 'displayName' => ['type' => 'string', 'description' => 'Intro text or description, with html stripped and inputs replaced'], 'introText' => ['type' => 'string', 'description' => 'The intro text to the question'], 'freeText' => ['type' => 'string', 'description' => 'The text to be corrected for paragraph problems', 'default' => NULL], 'description' => ['type' => 'string', 'description' => 'Description, usually called Problem Text in the CMS'], 'caseSensitive' => ['type' => 'boolean', 'description' => 'Flag to indicate if this question should be handled as case sensitive'], 'shuffle' => ['type' => 'boolean', 'description' => 'Flag to indicate if this question should have answers shuffled'], 'answerChecked' => ['type' => 'boolean', 'description' => 'Flag to indicate if answer has been checked in frontend'], 'questionType' => ['type' => 'string', 'description' => 'Name of the question type'], 'questionTypeId' => ['type' => 'integer', 'description' => 'The Id of the question type'], 'medias' => ['type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaFile']], 'chosenAnswer' => ['$ref' => '#/components/schemas/ChosenAnswerWithBin'], 'answers' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/AnswerWithBin']]], 'answerBins' => ['type' => 'array', 'description' => 'The possible bins to put an answer in', 'items' => ['type' => 'object', 'properties' => ['txt' => ['type' => 'string'], 'binindex' => ['type' => 'integer'], 'mediafile' => ['$ref' => '#/components/schemas/MediaFile']]]]]], 'QuestionWithoutBin' => ['type' => 'object', 'properties' => ['questionId' => ['type' => 'integer', 'description' => 'The Id of the question'], 'name' => ['type' => 'string', 'description' => 'Name of the question'], 'displayName' => ['type' => 'string', 'description' => 'Intro text or description, with html stripped and inputs replaced'], 'introText' => ['type' => 'string', 'description' => 'The intro text to the question'], 'freeText' => ['type' => 'string', 'description' => 'The text to be corrected for paragraph problems', 'default' => NULL], 'description' => ['type' => 'string', 'description' => 'Description, usually called Problem Text in the CMS'], 'caseSensitive' => ['type' => 'boolean', 'description' => 'Flag to indicate if this question should be handled as case sensitive'], 'shuffle' => ['type' => 'boolean', 'description' => 'Flag to indicate if this question should have answers shuffled'], 'answerChecked' => ['type' => 'boolean', 'description' => 'Flag to indicate if answer has been checked in frontend'], 'questionType' => ['type' => 'string', 'description' => 'Name of the question type'], 'questionTypeId' => ['type' => 'integer', 'description' => 'The Id of the quesiton type'], 'medias' => ['type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaFile']], 'chosenAnswer' => ['$ref' => '#/components/schemas/ChosenAnswerWithoutBin'], 'answers' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/AnswerWithoutBin'], 1 => ['$ref' => '#/components/schemas/AnswerWithoutBin'], 2 => ['$ref' => '#/components/schemas/AnswerQuestionTypeText'], 3 => ['$ref' => '#/components/schemas/AnswerQuestionTypeDropdown'], 4 => ['$ref' => '#/components/schemas/AnswerQuestionTypeTableAndText'], 5 => ['$ref' => '#/components/schemas/AnswerQuestionTypeTableAndDropdown'], 6 => ['$ref' => '#/components/schemas/AnswerQuestionTypeWordoptions']]]]], 'ChosenAnswerWithBin' => ['type' => 'object', 'description' => 'An object containing the chosen answers (if any) for this question', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the chosen answer'], 'answerText' => ['type' => 'string', 'description' => 'The text that has been saved'], 'isCorrect' => ['type' => 'int', 'description' => 'Indication of correct or incorrect'], 'created' => ['type' => 'integer', 'description' => 'Unix timestamp representing the date when the answer was saved'], 'position' => ['type' => 'integer', 'description' => 'The position of the answer'], 'mediafile' => ['$ref' => '#/components/schemas/MediaFile'], 'bins' => ['type' => 'array', 'items' => ['type' => 'integer'], 'description' => 'An array containing bin numbers this answer is in']]], 'ChosenAnswerWithoutBin' => ['type' => 'object', 'description' => 'An object containing the chosen answers (if any) for this question', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the chosen answer'], 'answerText' => ['type' => 'string', 'description' => 'The text that has been saved'], 'isCorrect' => ['type' => 'int', 'description' => 'Indication of correct or incorrect'], 'created' => ['type' => 'integer', 'description' => 'Unix timestamp representing the date when the answer was saved'], 'position' => ['type' => 'integer', 'description' => 'The position of the answer'], 'mediafile' => ['$ref' => '#/components/schemas/MediaFile']]], 'AnswerWithBin' => ['type' => 'object', 'description' => 'An object containing the answers for this question', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'answerText' => ['type' => 'string', 'description' => 'The answer text for this answr'], 'isCorrect' => ['type' => 'boolean', 'description' => 'Flag to indicate if answer is correct or incorrect'], 'position' => ['type' => 'integer', 'description' => 'The position of the answer'], 'mediafile' => ['$ref' => '#/components/schemas/MediaFile'], 'bins' => ['type' => 'array', 'items' => ['type' => 'integer'], 'description' => 'An array containing bin numbers this answer is in']]], 'AnswerWithoutBin' => ['type' => 'object', 'description' => 'An object containing the answers for this question', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'answerText' => ['type' => 'string', 'description' => 'The answer text for this answer'], 'isCorrect' => ['type' => 'boolean', 'description' => 'Flag to indicate if answer is correct or incorrect'], 'position' => ['type' => 'integer', 'description' => 'The position of the answer'], 'mediafile' => ['$ref' => '#/components/schemas/MediaFile']]], 'AnswerQuestionTypeText' => ['type' => 'object', 'description' => 'An object containing the answers for question type Text', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'answerText' => ['type' => 'string', 'description' => 'The answer text for this answer'], 'inputText' => ['type' => 'object', 'properties' => ['text_[int]' => ['$ref' => '#/components/schemas/TextInput']]]]], 'AnswerQuestionTypeDropdown' => ['type' => 'object', 'description' => 'An object containing the answers for question type Dropdown', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'answerText' => ['type' => 'string', 'description' => 'The answer text for this answer'], 'dropdown' => ['type' => 'object', 'properties' => ['dropdown_[int]' => ['type' => 'object', 'properties' => ['option' => ['type' => 'string', 'description' => 'One option in the dropdown'], 'isCorrect' => ['type' => 'boolean', 'description' => 'Flag to indicate if option is correct or incorrect'], 'position' => ['type' => 'integer', 'description' => 'The position of this dropdown input compared to other dropdowns. Same as value in [int] above for dropdown_[int]']]]]]]], 'AnswerQuestionTypeTableAndText' => ['type' => 'object', 'description' => 'An object containing the answers for question type Table and Text', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'tableData' => ['type' => 'object', 'properties' => ['row_[int]' => ['type' => 'object', 'properties' => ['column_[int]' => ['oneOf' => [0 => ['type' => 'string', 'description' => 'This is for entries in table that are pure text'], 1 => ['$ref' => '#/components/schemas/TextInput']]]]]]]]], 'AnswerQuestionTypeTableAndDropdown' => ['type' => 'object', 'description' => 'An object containing the answers for question type Table and Dropdown', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'tableData' => ['type' => 'object', 'properties' => ['row_[int]' => ['type' => 'object', 'properties' => ['column_[int]' => ['oneOf' => [0 => ['type' => 'string', 'description' => 'This is for entries in table that are pure text'], 1 => ['type' => 'object', 'description' => 'This is for entries in table that are dropdowns', 'properties' => ['position' => ['type' => 'integer', 'description' => 'The position of this dropdown'], 'options' => ['type' => 'array', 'items' => ['type' => 'object', 'properties' => ['option' => ['type' => 'string', 'description' => 'One option in the dropdown'], 'isCorrect' => ['type' => 'boolean', 'description' => 'Flag to indicate if this option is correct or incorrect']]]]]]]]]]]]]], 'AnswerQuestionTypeWordoptions' => ['type' => 'object', 'description' => 'An object containing the answers for question type Wordoptions', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the answer'], 'answerText' => ['type' => 'string', 'description' => 'The answer text for this answer'], 'wordoptions' => ['type' => 'object', 'description' => 'The words in the text, that can be chosen', 'properties' => ['options' => ['type' => 'array', 'description' => 'The different options (words or sentences) that can be chosen', 'items' => ['oneOf' => [0 => ['type' => 'object', 'description' => 'Those options that are incorrect', 'properties' => ['words' => ['type' => 'string', 'description' => 'The textual representation of a word or sentence'], 'position' => ['type' => 'integer', 'description' => 'The position of the word in relation to indication in answerText']]], 1 => ['type' => 'object', 'description' => 'Those options that are correct', 'properties' => ['words' => ['type' => 'string', 'description' => 'The textual representation of a word or sentence'], 'answers' => ['type' => 'string', 'description' => 'The correct option for this word'], 'position' => ['type' => 'integer', 'description' => 'The position of the word in relation to indication in answerText']]]]]]]], 'answerOptions' => ['type' => 'array', 'description' => 'The options available for choosing', 'items' => ['oneOf' => [0 => ['type' => 'string', 'description' => 'Options without any icons (text only)'], 1 => ['type' => 'object', 'description' => 'Options with icons', 'properties' => ['abbreviation' => ['type' => 'string', 'description' => 'Textual representation of icon (same as correct answers for wordoptions above)'], 'icon' => ['type' => 'string', 'description' => 'Path for icon file'], 'description' => ['type' => 'string', 'description' => 'Description of this icon'], 'display' => ['type' => 'string', 'description' => 'How should the icon be displayed']]]]]]]], 'MediaFile' => ['type' => 'object', 'description' => 'An object containing the mediafile (if any) belonging to this question', 'properties' => ['id' => ['type' => 'integer', 'description' => 'The Id of the mediafile'], 'placement' => ['type' => 'string', 'description' => 'Where the mediafile should be placed (left, right, top, bottom)'], 'caption' => ['type' => 'string', 'description' => 'The caption for the mediafile'], 'altText' => ['type' => 'string', 'description' => 'The alternative text in alt-tag for mediafile'], 'identifier' => ['type' => 'string', 'description' => 'The relative path for the mediafile'], 'extension' => ['type' => 'string', 'description' => 'The extension of the mediafile (jpg, mp4, etc.)'], 'mimeType' => ['type' => 'string', 'description' => 'The mime type of the mediafile'], 'credit' => ['type' => 'string', 'description' => 'The credit of the mediafile'], 'width' => ['type' => 'int', 'description' => 'The width of the mediafile in pixels'], '23_photo_id' => ['type' => 'string', 'description' => '23 video photo id - null if the media is not a 23 video']]], 'TextInput' => ['type' => 'object', 'description' => 'This is for entries in table that are text input fields', 'properties' => ['correctText' => ['type' => 'string', 'description' => 'The correct string for text input field'], 'isCorrect' => ['type' => 'boolean', 'description' => 'Flag to indicate if answer is correct or incorrect (always true for this question type)'], 'position' => ['type' => 'integer', 'description' => 'The position of this text input compared to other text inputs.']]], 'StudentOverviewBasic' => ['type' => 'array', 'description' => 'Return value when student requests all quizzes', 'items' => ['$ref' => '#/components/schemas/StudentOverviewItem']], 'TeacherOverviewBasic' => ['type' => 'array', 'description' => 'Return value when teacher requests all quizzes', 'items' => ['$ref' => '#/components/schemas/TeacherOverviewData']], 'TeacherOverviewBasicSearch' => ['type' => 'object', 'description' => 'Return value when teacher searches for something', 'properties' => ['SearchResult' => ['$ref' => '#/components/schemas/TeacherOverviewData']]], 'StudentOverviewItem' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer', 'description' => 'Quiz unit for shared quiz'], 'quizSessionId' => ['type' => 'integer', 'description' => 'Quiz session for shared quiz'], 'name' => ['type' => 'string', 'description' => 'Title of quiz'], 'description' => ['type' => 'string', 'description' => 'Description of the shared quiz session'], 'problems' => ['type' => 'integer', 'description' => 'Number of problems for the unit'], 'createdBy' => ['$ref' => '#/components/schemas/UserInfo'], 'startedAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz was started'], 'finishedAt' => ['type' => 'integer', 'default' => NULL, 'description' => 'Unix timestamp when the quiz was finished'], 'finished' => ['type' => 'boolean', 'default' => false, 'description' => 'Value indicating if the quiz has been finished'], 'isArchived' => ['type' => 'boolean', 'description' => 'A value indicating if this quiz is archived'], 'opensAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz opens for students to take'], 'closesAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz is no longer open for students to take'], 'quizResultAvailable' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz results become available']]], 'TeacherOverviewData' => ['type' => 'object', 'properties' => ['quizSessionId' => ['type' => 'integer', 'description' => 'The ID of the quiz session created by a teacher'], 'createdAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz session was created'], 'name' => ['type' => 'string', 'description' => 'Title of the quiz'], 'isPinned' => ['type' => 'boolean', 'description' => 'Has the teacher pinned this quiz'], 'problems' => ['type' => 'integer', 'description' => 'How many problems does this quiz contain'], 'studentsFinished' => ['type' => 'integer', 'description' => 'How many students has finished this quiz'], 'deactivatedProblems' => ['type' => 'array', 'description' => 'The ID\'s of any deactivated problems for this quiz session', 'items' => ['type' => 'integer']], 'extraTeachers' => ['type' => 'array', 'description' => 'The emails of any extra teachers', 'items' => ['type' => 'string']], 'isArchived' => ['type' => 'boolean', 'description' => 'A value indicating if this quiz is archived'], 'quizResultAvailable' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz results become available'], 'isExtraTeacher' => ['type' => 'boolean', 'description' => 'A value indicating if the current user is an extra teacher for this quiz']]], 'QuizUnitResult' => ['type' => 'object', 'description' => 'Overview of a single teacher quiz', 'properties' => ['QuizSession' => ['type' => 'object', 'properties' => ['quizSessionId' => ['type' => 'integer'], 'name' => ['type' => 'string', 'description' => 'Name of the shared quiz session'], 'description' => ['type' => 'string', 'description' => 'Description of the shared quiz session'], 'problems' => ['type' => 'integer', 'description' => 'Number of problems for the session (max)'], 'opensAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz opens for students to take'], 'closesAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz is no longer open for students to take']]], 'QuizUnit' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer'], 'student' => ['$ref' => '#/components/schemas/UserInfo'], 'finished' => ['type' => 'boolean'], 'finishedAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the student finished the quiz', 'default' => NULL], 'startedAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the student started taking the quiz'], 'timeSpent' => ['$ref' => '#/components/schemas/TimeSpent']]], 'Results' => ['$ref' => '#/components/schemas/ResultOverviewData'], 'Problemdata' => ['type' => 'array', 'items' => ['anyOf' => [0 => ['$ref' => '#/components/schemas/QuestionWithBin'], 1 => ['$ref' => '#/components/schemas/QuestionWithoutBin']]]]]], 'TeacherOverviewSingleQuiz' => ['type' => 'object', 'description' => 'Overview of a single teacher quiz session', 'properties' => ['quizSessionId' => ['type' => 'integer'], 'name' => ['type' => 'string', 'description' => 'Name of the shared quiz session'], 'description' => ['type' => 'string', 'description' => 'Description of the shared quiz session'], 'problems' => ['type' => 'integer', 'description' => 'Number of problems for the session (max)'], 'opensAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz opens for students to take'], 'closesAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz is no longer open for students to take'], 'isArchived' => ['type' => 'bool', 'description' => 'Indicates if the quiz session is archived'], 'quizUnits' => ['type' => 'array', 'description' => 'Quiz units for each student that has started taking this quiz', 'items' => ['type' => 'object', 'description' => 'Overview of a quiz unit for a specific student', 'properties' => ['quizUnitId' => ['type' => 'integer'], 'student' => ['$ref' => '#/components/schemas/UserInfo'], 'finished' => ['type' => 'boolean'], 'finishedAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the student finished the quiz', 'default' => NULL], 'startedAt' => ['type' => 'integer', 'description' => 'Unix timestamp when the student started taking the quiz'], 'timeSpent' => ['$ref' => '#/components/schemas/TimeSpent'], 'unitScore' => ['$ref' => '#/components/schemas/ScoreData'], 'problemScores' => ['type' => 'array', 'description' => 'Student scores for each problem in the quiz', 'items' => ['type' => 'object', 'properties' => ['mathproblem' => ['type' => 'integer', 'description' => 'The ID of the problem'], 'questionTypeId' => ['type' => 'integer'], 'questionTypeString' => ['type' => 'string'], 'score' => ['type' => 'object', 'properties' => ['Number of options' => ['type' => 'integer'], 'Number of correct options' => ['type' => 'integer'], 'Number of options chosen' => ['type' => 'integer'], 'Number of correct options chosen' => ['type' => 'integer'], 'Percentage score' => ['type' => 'number']]]]]]]]], 'averageScores' => ['type' => 'object', 'properties' => ['byProblem' => ['type' => 'array', 'items' => ['type' => 'object', 'properties' => ['problemId' => ['type' => 'integer'], 'percentage' => ['type' => 'number']]]], 'overall' => ['$ref' => '#/components/schemas/ScoreData']]]]], 'TimeSpent' => ['type' => 'object', 'description' => 'Object with total days, hours, minutes and seconds from starting to finishing the quiz', 'properties' => ['days' => ['type' => 'integer'], 'hours' => ['type' => 'integer'], 'minutes' => ['type' => 'integer'], 'seconds' => ['type' => 'integer']]], 'UserInfo' => ['type' => 'object', 'description' => 'Information about a user', 'properties' => ['myAccountId' => ['type' => 'string'], 'ekeysUserId' => ['type' => 'string'], 'name' => ['type' => 'string'], 'email' => ['type' => 'string']]]], 'responses' => ['AnswerCleared' => ['description' => 'A JSON object confirmation that the answers were saved or overwritten', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Success' => ['type' => 'string', 'default' => 'Data cleared']]]]]], 'AnswerCreated' => ['description' => 'A JSON object confirmation that the answers were created', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Success' => ['type' => 'string', 'default' => 'Data added']]]]]], 'InternalServerError' => ['description' => 'An internal server error', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/InternalErrorDatabaseError'], 1 => ['$ref' => '#/components/schemas/InternalErrorBasic']]]]]], 'BadRequest' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizId']]]]]], 'BadRequestActive' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizId']]]]]], 'BadRequestStart' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizId'], 2 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 3 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 4 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 5 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions']]]]]], 'BadRequestGetProblem' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 4 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 5 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 6 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 7 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions'], 8 => ['$ref' => '#/components/schemas/BadRequestQuizData']]]]]], 'BadRequestReset' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 5 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 6 => ['$ref' => '#/components/schemas/BadRequestQuizFinished'], 7 => ['$ref' => '#/components/schemas/BadRequestQuestionQuizMismatch']]]]]], 'BadRequestSaveAnswer' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 5 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 6 => ['$ref' => '#/components/schemas/BadRequestQuizFinished'], 7 => ['$ref' => '#/components/schemas/BadRequestQuestionQuizMismatch'], 8 => ['$ref' => '#/components/schemas/BadRequestTooManyAnswers'], 9 => ['$ref' => '#/components/schemas/BadRequestPayloadError'], 10 => ['$ref' => '#/components/schemas/BadRequestPayloadTooBig'], 11 => ['$ref' => '#/components/schemas/BadRequestPayloadEmpty'], 12 => ['$ref' => '#/components/schemas/BadRequestPayloadQuestionId'], 13 => ['$ref' => '#/components/schemas/BadRequestPayloadQuestionTypeId'], 14 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerId'], 15 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerText'], 16 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerPosition'], 17 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerBin'], 18 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerChecked'], 19 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 20 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 21 => ['$ref' => '#/components/schemas/BadRequestQuestionTypeInvalid'], 22 => ['$ref' => '#/components/schemas/BadRequestNoAnswerId'], 23 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerId'], 24 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerId'], 25 => ['$ref' => '#/components/schemas/BadRequestNoAnswerText'], 26 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerText'], 27 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerText100'], 28 => ['$ref' => '#/components/schemas/BadRequestNoAnswerPosition'], 29 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerPosition'], 30 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerPosition'], 31 => ['$ref' => '#/components/schemas/BadRequestAnswerChecked'], 32 => ['$ref' => '#/components/schemas/BadRequestNoAnswerBin'], 33 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerBin'], 34 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerBin'], 35 => ['$ref' => '#/components/schemas/BadRequestAnswerDataIdTextPosition'], 36 => ['$ref' => '#/components/schemas/BadRequestAnswerDataIdTextPositionBin'], 37 => ['$ref' => '#/components/schemas/BadRequestAnswerDataRadiobutton'], 38 => ['$ref' => '#/components/schemas/BadRequestWrongQuestionTypeId']]]]]], 'BadRequestFinish' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 4 => ['$ref' => '#/components/schemas/BadRequestQuizFinished'], 5 => ['$ref' => '#/components/schemas/BadRequestQuizFinishedAlready']]]]]], 'BadRequestResult' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 4 => ['$ref' => '#/components/schemas/BadRequestScoreDataMalformed'], 5 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdata'], 6 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdataOrder'], 7 => ['$ref' => '#/components/schemas/BadRequestNoQuestions'], 8 => ['$ref' => '#/components/schemas/BadRequestScoreRadiobutton'], 9 => ['$ref' => '#/components/schemas/BadRequestScoreNumberAnswer'], 10 => ['$ref' => '#/components/schemas/BadRequestScoreAnswerMissing'], 11 => ['$ref' => '#/components/schemas/BadRequestScoreTextAnswerMissing'], 12 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownAnswerMissing'], 13 => ['$ref' => '#/components/schemas/BadRequestScoreTextOptionsMissing'], 14 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownOptionsMissing'], 15 => ['$ref' => '#/components/schemas/BadRequestScoreWordoptionsAnswerMissing'], 16 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 17 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 18 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 19 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions'], 20 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionType']]]]]], 'BadRequestConnectIbook' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidPId'], 3 => ['$ref' => '#/components/schemas/BadRequestNonValidSizePId'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidURL'], 5 => ['$ref' => '#/components/schemas/BadRequestNonValidPublisherId'], 6 => ['$ref' => '#/components/schemas/BadRequestNonValidSizePublisherId']]]]]], 'BadRequestUpdateConnectIbook' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidPId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizePId'], 3 => ['$ref' => '#/components/schemas/BadRequestNonValidURL'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidPublisherId'], 5 => ['$ref' => '#/components/schemas/BadRequestNonValidSizePublisherId'], 6 => ['$ref' => '#/components/schemas/BadRequestNonValidConnectionId'], 7 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeConnectionId']]]]]], 'BadRequestDeleteConnection' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidConnectionId'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeConnectionId']]]]]], 'BadRequestSharedCreate' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestPayloadEmpty'], 1 => ['$ref' => '#/components/schemas/BadRequestPayloadTooBig'], 2 => ['$ref' => '#/components/schemas/BadRequestPayloadQuizId'], 3 => ['$ref' => '#/components/schemas/BadRequestPayloadISBN'], 4 => ['$ref' => '#/components/schemas/BadRequestTitleTooLong'], 5 => ['$ref' => '#/components/schemas/BadRequestDescriptionTooLong'], 6 => ['$ref' => '#/components/schemas/BadRequestDurationNotValid'], 7 => ['$ref' => '#/components/schemas/BadRequestDurationSizeNotValid'], 8 => ['$ref' => '#/components/schemas/BadRequestTimeNotValid'], 9 => ['$ref' => '#/components/schemas/BadRequestTimeOpenNotValid'], 10 => ['$ref' => '#/components/schemas/BadRequestTimeCloseNotValid'], 11 => ['$ref' => '#/components/schemas/BadRequestTimeCloseBeforeTimeOpenNotValid'], 12 => ['$ref' => '#/components/schemas/BadRequestTimeOpenPlusDuration'], 13 => ['$ref' => '#/components/schemas/BadRequestTimeResult'], 14 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 15 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 16 => ['$ref' => '#/components/schemas/BadRequestEkeys']]]]]], 'BadRequestSharedEdit' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestPayloadEmpty'], 1 => ['$ref' => '#/components/schemas/BadRequestPayloadTooBig'], 2 => ['$ref' => '#/components/schemas/BadRequestTitleTooLong'], 3 => ['$ref' => '#/components/schemas/BadRequestDescriptionTooLong'], 4 => ['$ref' => '#/components/schemas/BadRequestDurationNotValid'], 5 => ['$ref' => '#/components/schemas/BadRequestDurationSizeNotValid'], 6 => ['$ref' => '#/components/schemas/BadRequestTimeNotValid'], 7 => ['$ref' => '#/components/schemas/BadRequestTimeOpenNotValid'], 8 => ['$ref' => '#/components/schemas/BadRequestTimeCloseNotValid'], 9 => ['$ref' => '#/components/schemas/BadRequestTimeCloseBeforeTimeOpenNotValid'], 10 => ['$ref' => '#/components/schemas/BadRequestTimeOpenPlusDuration'], 11 => ['$ref' => '#/components/schemas/BadRequestTimeResult'], 12 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 13 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 14 => ['$ref' => '#/components/schemas/BadRequestEkeys'], 15 => ['$ref' => '#/components/schemas/BadRequestNotOwner'], 16 => ['$ref' => '#/components/schemas/BadRequestNotSharedQuiz'], 17 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 18 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId']]]]]], 'BadRequestSharedStart' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestSessionIdNotValid'], 1 => ['$ref' => '#/components/schemas/BadRequestSessionIdSizeNotValid'], 2 => ['$ref' => '#/components/schemas/BadRequestSessionArchived'], 3 => ['$ref' => '#/components/schemas/BadRequestSessionNotOpen'], 4 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 5 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 6 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 7 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions']]]]]], 'BadRequestSharedSaveAnswer' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidISBN'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 3 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 5 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 6 => ['$ref' => '#/components/schemas/BadRequestQuizFinished'], 7 => ['$ref' => '#/components/schemas/BadRequestQuestionQuizMismatch'], 8 => ['$ref' => '#/components/schemas/BadRequestTooManyAnswers'], 9 => ['$ref' => '#/components/schemas/BadRequestPayloadError'], 10 => ['$ref' => '#/components/schemas/BadRequestPayloadTooBig'], 11 => ['$ref' => '#/components/schemas/BadRequestPayloadEmpty'], 12 => ['$ref' => '#/components/schemas/BadRequestPayloadQuestionId'], 13 => ['$ref' => '#/components/schemas/BadRequestPayloadQuestionTypeId'], 14 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerId'], 15 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerText'], 16 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerPosition'], 17 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerBin'], 18 => ['$ref' => '#/components/schemas/BadRequestPayloadAnswerChecked'], 19 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionId'], 20 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuestionId'], 21 => ['$ref' => '#/components/schemas/BadRequestQuestionTypeInvalid'], 22 => ['$ref' => '#/components/schemas/BadRequestNoAnswerId'], 23 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerId'], 24 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerId'], 25 => ['$ref' => '#/components/schemas/BadRequestNoAnswerText'], 26 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerText'], 27 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerText100'], 28 => ['$ref' => '#/components/schemas/BadRequestNoAnswerPosition'], 29 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerPosition'], 30 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerPosition'], 31 => ['$ref' => '#/components/schemas/BadRequestAnswerChecked'], 32 => ['$ref' => '#/components/schemas/BadRequestNoAnswerBin'], 33 => ['$ref' => '#/components/schemas/BadRequestNonValidAnswerBin'], 34 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeAnswerBin'], 35 => ['$ref' => '#/components/schemas/BadRequestAnswerDataIdTextPosition'], 36 => ['$ref' => '#/components/schemas/BadRequestAnswerDataIdTextPositionBin'], 37 => ['$ref' => '#/components/schemas/BadRequestAnswerDataRadiobutton'], 38 => ['$ref' => '#/components/schemas/BadRequestWrongQuestionTypeId']]]]]], 'BadRequestSharedArchive' => ['description' => 'Bad request caused by error in data supplied by user.', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestPayloadEmpty'], 1 => ['$ref' => '#/components/schemas/BadRequestPayloadTooBig'], 2 => ['$ref' => '#/components/schemas/BadRequestNotOwner'], 3 => ['$ref' => '#/components/schemas/BadRequestNotSharedQuiz'], 4 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 5 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 6 => ['$ref' => '#/components/schemas/BadRequestArchiveNotValid']]]]]], 'BadRequestTeacherOverview' => ['description' => 'Bad request cause by error in data supplied by user', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestTooManySearchParams']]]]]], 'BadRequestTeacherOverviewSingle' => ['description' => 'Bad request cause by error in data supplied by user', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 3 => ['$ref' => '#/components/schemas/BadRequestScoreDataMalformed'], 4 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdata'], 5 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdataOrder'], 6 => ['$ref' => '#/components/schemas/BadRequestNoQuestions'], 7 => ['$ref' => '#/components/schemas/BadRequestScoreRadiobutton'], 8 => ['$ref' => '#/components/schemas/BadRequestScoreNumberAnswer'], 9 => ['$ref' => '#/components/schemas/BadRequestScoreAnswerMissing'], 10 => ['$ref' => '#/components/schemas/BadRequestScoreTextAnswerMissing'], 11 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownAnswerMissing'], 12 => ['$ref' => '#/components/schemas/BadRequestScoreTextOptionsMissing'], 13 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownOptionsMissing'], 14 => ['$ref' => '#/components/schemas/BadRequestScoreWordoptionsAnswerMissing'], 15 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 16 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 17 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 18 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions'], 19 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionType']]]]]], 'BadRequestQuizUnitResult' => ['description' => 'Bad request cause by error in data supplied by user', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/BadRequestNonValidQuizUnitId'], 1 => ['$ref' => '#/components/schemas/BadRequestNonValidSizeQuizUnitId'], 2 => ['$ref' => '#/components/schemas/BadRequestUserIDNotValid'], 3 => ['$ref' => '#/components/schemas/BadRequestUserIDSizeNotValid'], 4 => ['$ref' => '#/components/schemas/BadRequestUserNotAffilated'], 5 => ['$ref' => '#/components/schemas/BadRequestUserMismatch'], 6 => ['$ref' => '#/components/schemas/BadRequestScoreDataMalformed'], 7 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdata'], 8 => ['$ref' => '#/components/schemas/BadRequestScoreProblemdataOrder'], 9 => ['$ref' => '#/components/schemas/BadRequestNoQuestions'], 10 => ['$ref' => '#/components/schemas/BadRequestScoreRadiobutton'], 11 => ['$ref' => '#/components/schemas/BadRequestScoreNumberAnswer'], 12 => ['$ref' => '#/components/schemas/BadRequestScoreAnswerMissing'], 13 => ['$ref' => '#/components/schemas/BadRequestScoreTextAnswerMissing'], 14 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownAnswerMissing'], 15 => ['$ref' => '#/components/schemas/BadRequestScoreTextOptionsMissing'], 16 => ['$ref' => '#/components/schemas/BadRequestScoreDropdownOptionsMissing'], 17 => ['$ref' => '#/components/schemas/BadRequestScoreWordoptionsAnswerMissing'], 18 => ['$ref' => '#/components/schemas/BadRequestQuestionText'], 19 => ['$ref' => '#/components/schemas/BadRequestQuestionDropdown'], 20 => ['$ref' => '#/components/schemas/BadRequestQuestionTableAndDropdown'], 21 => ['$ref' => '#/components/schemas/BadRequestQuestionWordoptions'], 22 => ['$ref' => '#/components/schemas/BadRequestNonValidQuestionType']]]]]], 'NotFoundTeacherOverviewSingle' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundSharedUnit'], 1 => ['$ref' => '#/components/schemas/NotFoundSharedSession'], 2 => ['$ref' => '#/components/schemas/NotFoundQuizUnit']]]]]], 'NotFoundQuizUnitResult' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundSharedUnit'], 1 => ['$ref' => '#/components/schemas/NotFoundSharedSession'], 2 => ['$ref' => '#/components/schemas/NotFoundQuizUnit']]]]]], 'NotFound' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'The error message']]]]]], 'NotFoundGetProblem' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz'], 1 => ['$ref' => '#/components/schemas/NotFoundQuizUnit'], 2 => ['$ref' => '#/components/schemas/NotFoundQuizResponse']]]]]], 'NotFoundStart' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz']]]]]], 'NotFoundActive' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz']]]]]], 'NotFoundReset' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuizUnit'], 1 => ['$ref' => '#/components/schemas/NotFoundResponse']]]]]], 'NotFoundSaveAnswer' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuizUnit'], 1 => ['$ref' => '#/components/schemas/NotFoundResponse'], 2 => ['$ref' => '#/components/schemas/NotFoundWrongIdQuestionAnswer'], 3 => ['$ref' => '#/components/schemas/NotFoundResponseId']]]]]], 'NotFoundFinish' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuizUnit']]]]]], 'NotFoundResult' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuizUnit']]]]]], 'NotFoundUpdateConnection' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NoFoundIbookConnection']]]]]], 'NotFoundDeleteConnection' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NoFoundIbookConnection']]]]]], 'NotFoundSharedCreate' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz']]]]]], 'NotFoundSharedEdit' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz']]]]]], 'NotFoundSharedSave' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundSharedUnit'], 1 => ['$ref' => '#/components/schemas/NotFoundSharedSession']]]]]], 'NotFoundSharedArchive' => ['description' => 'Not found - user has supplied correct data, but nothing is found based on the supplied data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundQuiz'], 1 => ['$ref' => '#/components/schemas/NotFoundSharedSession']]]]]], 'NotFoundTeacherOverview' => ['description' => 'Nothing was found for this teacher', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/NotFoundSharedQuizOverview'], 1 => ['$ref' => '#/components/schemas/NotFoundSearch']]]]]], 'UnAuthenticated' => ['description' => 'UnAuthenticated - user authentication failed', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'The error message', 'default' => 'Authentication failed'], 'Detail' => ['type' => 'string']]]]]], 'UnAuthorized' => ['description' => 'UnAuthorized - user does have access rights for this resource', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Error' => ['type' => 'string', 'description' => 'The error message', 'default' => 'Forbidden']]]]]], 'ResultOk' => ['description' => 'A JSON object containing information about the result for this quiz.', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/schemas/Results']]]], 'ResultStudentOverview' => ['description' => 'A JSON object containing information about student overview', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/StudentOverviewBasic']]]]]], 'ResultTeacherOverview' => ['description' => 'A JSON object containing information about teacher overview based on search', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/TeacherOverviewBasic'], 1 => ['$ref' => '#/components/schemas/TeacherOverviewBasicSearch']]]]]], 'ResultTeacherOverviewSingleQuiz' => ['description' => 'A JSON object containing information about a single teacher quiz', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/schemas/TeacherOverviewSingleQuiz']]]], 'QuizUnitResultOverview' => ['description' => 'A JSON object containing information about a single student in a quiz', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/schemas/QuizUnitResult']]]]]], 'paths' => ['/api/shared/teacher/quizzes' => ['get' => ['summary' => 'Overview of quizzes', 'description' => 'Get overview of quizzes for teacher', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizname', 'in' => 'query', 'schema' => ['type' => 'string'], 'description' => 'Search for quizzes based on name of quiz', 'required' => false, 'allowReserved' => true], 3 => ['name' => 'student', 'in' => 'query', 'schema' => ['type' => 'string'], 'description' => 'Search for quizzes based on students', 'required' => false, 'allowReserved' => true], 4 => ['name' => 'word', 'in' => 'query', 'schema' => ['type' => 'string'], 'description' => 'Search for quizzes based on words in quiz, including problems and answers', 'required' => false, 'allowReserved' => true]], 'responses' => [200 => ['$ref' => '#/components/responses/ResultTeacherOverview'], 400 => ['$ref' => '#/components/responses/BadRequestTeacherOverview'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundTeacherOverview'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'delete' => ['summary' => 'Used to unpin quizzes', 'description' => 'Quizzes in request body will get unpinned', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizSessionIds' => ['type' => 'array', 'items' => ['type' => 'integer']]]]]]], 'responses' => [200 => ['description' => 'A JSON object containing the status of the request', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'Status with number of quizzed unpinned', 'default' => 'Quiz sessions have been unpinned: 42']]]]]]], 'security' => [0 => ['ApiKeyAuth' => []]]], 'put' => ['summary' => 'Used to pin quizzes', 'description' => 'Quizzes in request body will get pinned', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizSessionIds' => ['type' => 'array', 'items' => ['type' => 'integer']]]]]]], 'responses' => [200 => ['description' => 'A JSON object containing the status of the request', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'Status with number of quizzed pinned', 'default' => 'Quiz sessions have been pinned: 42']]]]]]], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/teacher/quizzes/{quizSessionId}' => ['get' => ['summary' => 'Overview of a single quiz', 'description' => 'Get an overview of a single quiz with all student answers', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to fetch', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['$ref' => '#/components/responses/ResultTeacherOverviewSingleQuiz'], 400 => ['$ref' => '#/components/responses/BadRequestTeacherOverviewSingle'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundTeacherOverviewSingle'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/teacher/quizzes/{quizSessionId}/problems' => ['get' => ['summary' => 'Return shared quiz problems', 'description' => 'Returns all problemdata for a given shared quiz session.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to fetch problemdata for', 'schema' => ['type' => 'int']], 3 => ['name' => 'includeDisabled', 'in' => 'query', 'required' => false, 'description' => 'Whether to include disabled questions in the response.', 'schema' => ['type' => 'boolean', 'default' => 'false']]], 'responses' => [200 => ['description' => 'A JSON object containing the problem data.<br><br> The properties quizFinished, answerChecked and chosenAnswer will always be null from this endpoint, since they relate to quiz unit and responses.', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/schemas/ProblemData']]]], 400 => ['$ref' => '#/components/responses/BadRequest'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFound'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/teacher/quizzes/{quizSessionId}/units/{quizUnitId}' => ['delete' => ['summary' => 'Delete a student quiz unit', 'description' => 'Delete a quiz unit including all responses given by a student', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => true, 'description' => 'The ID of the shared quiz session', 'schema' => ['type' => 'int']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing the shared quiz unit Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'Information about deleted entries', 'default' => 'Successfully deleted the quiz unit: 42']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestQuizUnitResult'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundQuizUnitResult'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'get' => ['summary' => 'Overview of a single quiz unit', 'description' => 'Overview of quiz unit with result and problem data', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => true, 'description' => 'The ID of the shared quiz session', 'schema' => ['type' => 'int']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'schema' => ['type' => 'int']]], 'responses' => [200 => ['$ref' => '#/components/responses/QuizUnitResultOverview'], 400 => ['$ref' => '#/components/responses/BadRequestQuizUnitResult'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundQuizUnitResult'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/quiz' => ['post' => ['summary' => 'Create a shared quiz session', 'description' => 'Create a new shared quiz session. This should be called, when teacher presses link on iBook in order to create a new Delequiz', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quiz-id' => ['type' => 'string'], 'isbn' => ['type' => 'string'], 'title' => ['type' => 'string'], 'description' => ['type' => 'string'], 'duration' => ['type' => 'integer', 'default' => 'period of time when students can answer in minutes'], 'quiz-open' => ['type' => 'integer', 'default' => 1765537932], 'quiz-close' => ['type' => 'integer', 'default' => 1923304332], 'result-available-time' => ['type' => 'integer', 'default' => 1954840332], 'deactivated-questions' => ['type' => 'array', 'items' => ['type' => 'integer', 'default' => 'question-id']], 'extra-teachers' => ['type' => 'array', 'items' => ['type' => 'string', 'default' => 'email-address']]]]]]], 'responses' => [201 => ['description' => 'A JSON object containing the shared quiz session Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizSessionId' => ['type' => 'integer', 'description' => 'The shared quiz session Id', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestSharedCreate'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedCreate'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/quiz/{quizSessionId}' => ['post' => ['summary' => 'Create a copy of a shared quiz session', 'description' => 'Creates a copy of another shared quiz session. <br><br>Open, close and result can be modified, but will be copied if not included. <br>Title, description and extra teachers can also be updated, these will be cleared if not included.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to edit', 'schema' => ['type' => 'int']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['title' => ['type' => 'string'], 'description' => ['type' => 'string'], 'quiz-open' => ['type' => 'integer', 'default' => 1765537932], 'quiz-close' => ['type' => 'integer', 'default' => 1923304332], 'result-available-time' => ['type' => 'integer', 'default' => 1954840332], 'extra-teachers' => ['type' => 'array', 'items' => ['type' => 'string', 'default' => 'email-address']]]]]]], 'security' => [0 => ['ApiKeyAuth' => []]]], 'put' => ['summary' => 'Edit a shared quiz', 'description' => 'Edit a shared quiz session, that has already been created.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to edit', 'schema' => ['type' => 'int']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['title' => ['type' => 'string'], 'description' => ['type' => 'string'], 'duration' => ['type' => 'integer', 'default' => 'period of time when students can answer in minutes'], 'quiz-open' => ['type' => 'integer', 'default' => 1765537932], 'quiz-close' => ['type' => 'integer', 'default' => 1923304332], 'result-available-time' => ['type' => 'integer', 'default' => 1954840332], 'deactivated-questions' => ['type' => 'array', 'items' => ['type' => 'integer', 'default' => 'question-id']], 'extra-teachers' => ['type' => 'array', 'items' => ['type' => 'string', 'default' => 'email-address']]]]]]], 'responses' => [201 => ['description' => 'A JSON object containing the shared quiz session Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizSessionId' => ['type' => 'integer', 'description' => 'The shared quiz session Id', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestSharedEdit'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedEdit'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'delete' => ['summary' => 'Archive a Shared Quiz', 'description' => 'Archive a Shared Quiz Session. This will put the shared quiz session into an archived mode (no hard delete).', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to archive', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing the status of the request', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'Status of request', 'default' => 'Shared Quiz session with id 42 has been archived']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestSharedArchive'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedArchive'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'patch' => ['summary' => 'Unarchive a Shared Quiz', 'description' => 'Unarchive a Shared Quiz Session. This will put the shared quiz session into an unarchived mode.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id to archive', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing the status of the request', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'Status of request', 'default' => 'Shared Quiz session with id 42 has been unarchived ']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestSharedArchive'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedArchive'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/teacher/quiz/{quizSessionId}/question/{questionId}' => ['patch' => ['summary' => 'Activate question in quiz', 'description' => 'Activate a question in a quiz that has been deactivated prior', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id', 'schema' => ['type' => 'int']], 3 => ['name' => 'questionId', 'in' => 'path', 'required' => false, 'description' => 'Shared question id', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing information about which question was activated', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'What problem id has been activated', 'default' => 'Problem with id 42 has been activated']]]]]], 400 => ['$ref' => '#/components/responses/BadRequest'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFound'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'delete' => ['summary' => 'Deactivate question in quiz', 'description' => 'deactivate question in quiz', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-teacher']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-teacher']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => false, 'description' => 'Shared quiz session id', 'schema' => ['type' => 'int']], 3 => ['name' => 'questionId', 'in' => 'path', 'required' => false, 'description' => 'Shared question id', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing information about which question was deactivated', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Status' => ['type' => 'string', 'description' => 'What problem id has been deactivated', 'default' => 'Problem with id 42 has been deactivated']]]]]], 400 => ['$ref' => '#/components/responses/BadRequest'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFound'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/quizzes' => ['get' => ['summary' => 'Returns overview of quizzes student has started', 'description' => 'Returns all shared quiz units for this student', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']]], 'responses' => [200 => ['$ref' => '#/components/responses/ResultStudentOverview']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/{quizSessionId}' => ['post' => ['summary' => 'Start a new student quiz unit', 'description' => 'Create a new student quiz unit for this shared quiz session', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizSessionId', 'in' => 'path', 'required' => true, 'description' => 'Shared quiz session id to create the quiz unit for', 'schema' => ['type' => 'int']], 3 => ['name' => 'sharedByEmail', 'in' => 'query', 'required' => false, 'description' => 'Optional email on the extra teacher sharing the quiz.', 'schema' => ['type' => 'string', 'default' => NULL]]], 'responses' => [201 => ['description' => 'A JSON object containing a new student unit id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer', 'description' => 'The quiz unit id', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestSharedStart'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedEdit'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/{quizUnitId}/start' => ['put' => ['summary' => 'Set the startedAt on a student quiz unit', 'description' => 'Set the startedAt time on a student quiz unit for this shared quiz session', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'Student quiz unit id', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'startedAt time has been successfully set'], 400 => ['$ref' => '#/components/responses/BadRequestSharedStart'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedEdit'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/{quizUnitId}' => ['get' => ['summary' => 'Return shared quiz problems', 'description' => 'Returns all problemdata to a given shared quiz.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'Shared quiz unit id', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing the problem data', 'content' => ['application/json' => ['schema' => ['oneOf' => [0 => ['$ref' => '#/components/schemas/ProblemData'], 1 => ['$ref' => '#/components/schemas/ProblemInfoDataOnly']]]]]], 400 => ['$ref' => '#/components/responses/BadRequest'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFound'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'put' => ['summary' => 'Save answer', 'description' => 'Saves answer for a question in a shared quiz.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'Shared quiz unit id to save answer for', 'schema' => ['type' => 'int']]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['question-id' => ['type' => 'integer'], 'question-type-id' => ['type' => 'int'], 'answer-id' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-text' => ['type' => 'array', 'items' => ['type' => 'string']], 'answer-position' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-bin' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-checked' => ['type' => 'boolean']]]]]], 'responses' => [201 => ['$ref' => '#/components/responses/AnswerCreated'], 400 => ['$ref' => '#/components/responses/BadRequestSharedSaveAnswer'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundSharedSave'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/{quizUnitId}/finish' => ['post' => ['summary' => 'Finish shared student quiz unit', 'description' => 'Finishes a shared quiz unit that is in progress', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'Shared quiz unit id to finish', 'schema' => ['type' => 'int']]], 'responses' => [200 => ['description' => 'A JSON object containing the problem data', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer', 'description' => 'The quiz unit Id'], 'quizResultAvailable' => ['type' => 'integer', 'description' => 'Unix timestamp when the quiz results become available']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestFinish'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundFinish'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/shared/student/{quizUnitId}/result' => ['get' => ['summary' => 'Overview of a single quiz unit', 'description' => 'Overview of quiz unit with result and problem data for a student', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'schema' => ['type' => 'int']]], 'responses' => [200 => ['$ref' => '#/components/responses/QuizUnitResultOverview'], 400 => ['$ref' => '#/components/responses/BadRequestQuizUnitResult'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundQuizUnitResult'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/isbn/{isbn}/quiz/{quizId}' => ['get' => ['summary' => 'Check quiz session', 'description' => 'Check quiz session based on quiz id', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizId', 'in' => 'path', 'required' => true, 'description' => 'quiz id to get quiz session with', 'schema' => ['type' => 'string', 'default' => 'abcdef1234_567']]], 'responses' => [200 => ['description' => 'A JSON object containing session Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer', 'description' => 'The quiz unit Id', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestActive'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundActive'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'post' => ['summary' => 'Start quiz session', 'description' => 'Start quiz session based on quiz id', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizId', 'in' => 'path', 'required' => true, 'description' => 'quiz id to create quiz unit with', 'schema' => ['type' => 'string', 'defalt' => 'abcdef1234_567']]], 'responses' => [201 => ['description' => 'A JSON object containing a new session Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['quizUnitId' => ['type' => 'integer', 'description' => 'The quiz unit Id', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestStart'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundStart'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/isbn/{isbn}/student/{quizUnitId}' => ['post' => ['summary' => 'Finish the quiz', 'description' => 'Finish the quiz', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'quiz unit id', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['description' => 'A JSON object containing the problem data', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/responses/ResultOk']]]], 400 => ['$ref' => '#/components/responses/BadRequestFinish'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundFinish'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'put' => ['summary' => 'Save the answer', 'description' => 'Saves answers for a question in a quiz.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'quiz-unit-id', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'requestBody' => ['required' => true, 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['question-id' => ['type' => 'integer'], 'question-type-id' => ['type' => 'int'], 'answer-id' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-text' => ['type' => 'array', 'items' => ['type' => 'string']], 'answer-position' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-bin' => ['type' => 'array', 'items' => ['type' => 'integer']], 'answer-checked' => ['type' => 'boolean']]]]]], 'responses' => [200 => ['$ref' => '#/components/responses/AnswerCleared'], 201 => ['$ref' => '#/components/responses/AnswerCreated'], 400 => ['$ref' => '#/components/responses/BadRequestSaveAnswer'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundSaveAnswer'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'get' => ['summary' => 'Return quiz problem', 'description' => 'Returns all problemdata to a given quiz.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'quiz unit id', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['description' => 'A JSON object containing the problem data', 'content' => ['application/json' => ['schema' => ['$ref' => '#/components/schemas/ProblemData']]]], 400 => ['$ref' => '#/components/responses/BadRequestGetProblem'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundGetProblem'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/isbn/{isbn}/student/{quizUnitId}/question/{questionId}' => ['put' => ['summary' => 'Reset all answer to null', 'description' => 'Resets answers to a single question for a given student.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'quiz unit id', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]], 4 => ['name' => 'questionId', 'in' => 'path', 'required' => true, 'description' => 'question id', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['description' => 'A JSON object containing confirmation that the answers were reset', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Success' => ['type' => 'string', 'default' => 'Quiz reset']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestReset'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundReset'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/isbn/{isbn}/student/overview/{quizUnitId}' => ['get' => ['summary' => 'Get results for quizzes', 'description' => 'Gives a combined result for entire quiz, and also a separate result for each question. Also sends all problemdata (same as getProblems endpoint).', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest']], 2 => ['name' => 'isbn', 'in' => 'path', 'required' => true, 'description' => 'isbn number', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'quizUnitId', 'in' => 'path', 'required' => true, 'description' => 'quiz id session', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['$ref' => '#/components/responses/ResultOk'], 400 => ['$ref' => '#/components/responses/BadRequestResult'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 404 => ['$ref' => '#/components/responses/NotFoundResult'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/ibook-connections' => ['post' => ['summary' => 'Connect quiz and ibook', 'description' => 'Create a new connection between an ibook and a quiz.', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-creator']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'default' => 'hest-creator', 'minimum' => 4]], 2 => ['name' => 'quizId', 'in' => 'header', 'required' => true, 'description' => 'quiz id', 'schema' => ['type' => 'string', 'default' => 'abcdef1234_567']], 3 => ['name' => 'isbn', 'in' => 'header', 'required' => true, 'description' => 'ISBN number of ibook', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 4 => ['name' => 'ibookUrl', 'in' => 'header', 'required' => true, 'description' => 'URL of ibook', 'schema' => ['type' => 'string', 'default' => 'https://gale-qa.systime.dk']], 5 => ['name' => 'ibookPid', 'in' => 'header', 'required' => true, 'description' => 'Page id (pid) from TYPO3 ibook where quiz is inserted', 'schema' => ['type' => 'integer', 'default' => 42]], 6 => ['name' => 'ibookPublisherId', 'in' => 'header', 'required' => true, 'description' => 'the publisher id from ibook', 'schema' => ['type' => 'integer', 'default' => 123]]], 'responses' => [201 => ['description' => 'A JSON object containing last inserted Id', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['ConnectionId' => ['type' => 'integer', 'description' => 'The connection Id for this quiz', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestConnectIbook'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]], '/api/ibook-connections/{connectionId}' => ['put' => ['summary' => 'Update an existing connection', 'description' => 'Updated a connection between an iBook and a Quiz', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-creator']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-creator']], 2 => ['name' => 'isbn', 'in' => 'header', 'required' => true, 'description' => 'ISBN number of ibook', 'schema' => ['type' => 'string', 'default' => '9788761686855']], 3 => ['name' => 'ibookUrl', 'in' => 'header', 'required' => true, 'description' => 'URL of ibook', 'schema' => ['type' => 'string', 'default' => 'https://gale-qa.systime.dk']], 4 => ['name' => 'ibookPid', 'in' => 'header', 'required' => true, 'description' => 'Page id (pid) from TYPO3 ibook where quiz is inserted', 'schema' => ['type' => 'integer', 'default' => 42]], 5 => ['name' => 'ibookPublisherId', 'in' => 'header', 'required' => true, 'description' => 'the publisher id from ibook', 'schema' => ['type' => 'integer', 'default' => 123]], 6 => ['name' => 'connectionId', 'in' => 'path', 'required' => true, 'description' => 'The connection id received when making the connection', 'schema' => ['type' => 'integer', 'default' => 12, 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['description' => 'A JSON object containing a message that the connection has been updated', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Success' => ['type' => 'string', 'description' => 'Message about the successful update', 'default' => 'Connection has been updated']]]]]], 400 => ['$ref' => '#/components/responses/BadRequestUpdateConnectIbook'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundUpdateConnection'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]], 'delete' => ['summary' => 'Disconnect a connected quiz from Ibook', 'description' => 'marks an existing connection as deleted', 'parameters' => [0 => ['name' => 'userId', 'in' => 'header', 'required' => true, 'description' => 'ekeys-user id', 'schema' => ['type' => 'string', 'default' => 'hest-creator']], 1 => ['name' => 'myAccountId', 'in' => 'header', 'required' => true, 'description' => 'my-account id', 'schema' => ['type' => 'string', 'minimum' => 4, 'default' => 'hest-creator']], 2 => ['name' => 'connectionId', 'in' => 'path', 'required' => true, 'description' => 'The connection id received when making the connection', 'schema' => ['type' => 'integer', 'format' => 'int64', 'minimum' => 1]]], 'responses' => [200 => ['description' => 'A JSON object containing a message that the connection has been deleted', 'content' => ['application/json' => ['schema' => ['type' => 'object', 'properties' => ['Deleted connectionId' => ['type' => 'integer', 'description' => 'The connectionId that has been marked as deleted', 'default' => 42]]]]]], 400 => ['$ref' => '#/components/responses/BadRequestDeleteConnection'], 401 => ['$ref' => '#/components/responses/UnAuthenticated'], 403 => ['$ref' => '#/components/responses/UnAuthorized'], 404 => ['$ref' => '#/components/responses/NotFoundDeleteConnection'], 500 => ['$ref' => '#/components/responses/InternalServerError']], 'security' => [0 => ['ApiKeyAuth' => []]]]]]]);
  18155. }
  18156. /**
  18157. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  18158. *
  18159. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  18160. */
  18161. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  18162. {
  18163. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  18164. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  18165. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  18166. return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18167. }
  18168. /**
  18169. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  18170. *
  18171. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  18172. */
  18173. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  18174. {
  18175. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  18176. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18177. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18178. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  18179. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  18180. return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  18181. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  18182. yield 1 => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  18183. yield 2 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  18184. }, 3));
  18185. }
  18186. /**
  18187. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  18188. *
  18189. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  18190. */
  18191. protected function getNelmioApiDoc_ModelDescribers_FormService()
  18192. {
  18193. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  18194. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18195. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18196. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  18197. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  18198. return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], false, true);
  18199. }
  18200. /**
  18201. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  18202. *
  18203. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  18204. */
  18205. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  18206. {
  18207. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  18208. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18209. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18210. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  18211. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  18212. return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  18213. }
  18214. /**
  18215. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  18216. *
  18217. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  18218. */
  18219. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  18220. {
  18221. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  18222. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18223. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18224. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  18225. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  18226. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  18227. yield 1 => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  18228. yield 2 => ($this->privates['nelmio_api_doc.object_model.property_describers.uuid'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.uuid'] = new \Nelmio\ApiDocBundle\PropertyDescriber\UuidPropertyDescriber()));
  18229. yield 3 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  18230. yield 4 => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  18231. yield 5 => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  18232. yield 6 => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  18233. yield 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  18234. yield 8 => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  18235. yield 9 => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  18236. yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  18237. yield 11 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  18238. }, 12));
  18239. }
  18240. /**
  18241. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  18242. *
  18243. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  18244. */
  18245. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  18246. {
  18247. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  18248. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18249. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  18250. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18251. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  18252. return $this->privates['nelmio_api_doc.route_describers.route_argument'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  18253. return new \EmptyIterator();
  18254. }, 0));
  18255. }
  18256. /**
  18257. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  18258. *
  18259. * @return \Symfony\Component\Routing\RouteCollection
  18260. */
  18261. protected function getNelmioApiDoc_Routes_DefaultService()
  18262. {
  18263. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  18264. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  18265. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  18266. return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [0 => '^/api(?!/doc$)'], 'host_patterns' => [0 => '^api\\.'], 'name_patterns' => [], 'with_annotation' => false, 'with_attribute' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  18267. }
  18268. /**
  18269. * Gets the private 'nelmio_cors.cors_listener' shared service.
  18270. *
  18271. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  18272. */
  18273. protected function getNelmioCors_CorsListenerService()
  18274. {
  18275. return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  18276. }
  18277. /**
  18278. * Gets the private 'parameter_bag' shared service.
  18279. *
  18280. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  18281. */
  18282. protected function getParameterBagService()
  18283. {
  18284. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  18285. }
  18286. /**
  18287. * Gets the private 'profiler_listener' shared service.
  18288. *
  18289. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  18290. */
  18291. protected function getProfilerListenerService()
  18292. {
  18293. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  18294. if (isset($this->privates['profiler_listener'])) {
  18295. return $this->privates['profiler_listener'];
  18296. }
  18297. return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
  18298. }
  18299. /**
  18300. * Gets the private 'property_accessor' shared service.
  18301. *
  18302. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  18303. */
  18304. protected function getPropertyAccessorService()
  18305. {
  18306. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  18307. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  18308. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  18309. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  18310. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  18311. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  18312. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18313. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  18314. }
  18315. /**
  18316. * Gets the private 'property_info' shared service.
  18317. *
  18318. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  18319. */
  18320. protected function getPropertyInfoService()
  18321. {
  18322. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  18323. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  18324. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18325. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18326. }, 3), new RewindableGenerator(function () {
  18327. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18328. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  18329. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  18330. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18331. }, 4), new RewindableGenerator(function () {
  18332. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  18333. }, 1), new RewindableGenerator(function () {
  18334. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18335. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18336. }, 2), new RewindableGenerator(function () {
  18337. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18338. }, 1));
  18339. }
  18340. /**
  18341. * Gets the private 'property_info.serializer_extractor' shared service.
  18342. *
  18343. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  18344. */
  18345. protected function getPropertyInfo_SerializerExtractorService()
  18346. {
  18347. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  18348. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  18349. }
  18350. /**
  18351. * Gets the private 'router.cache_warmer' shared service.
  18352. *
  18353. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  18354. */
  18355. protected function getRouter_CacheWarmerService()
  18356. {
  18357. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18358. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  18359. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18360. 'router' => ['services', 'router', 'getRouterService', false],
  18361. ], [
  18362. 'router' => '?',
  18363. ]))->withContext('router.cache_warmer', $this));
  18364. }
  18365. /**
  18366. * Gets the private 'router.expression_language_provider' shared service.
  18367. *
  18368. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  18369. */
  18370. protected function getRouter_ExpressionLanguageProviderService()
  18371. {
  18372. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18373. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  18374. ], [
  18375. 'env' => 'Closure',
  18376. ]));
  18377. }
  18378. /**
  18379. * Gets the private 'router.request_context' shared service.
  18380. *
  18381. * @return \Symfony\Component\Routing\RequestContext
  18382. */
  18383. protected function getRouter_RequestContextService()
  18384. {
  18385. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  18386. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  18387. return $instance;
  18388. }
  18389. /**
  18390. * Gets the private 'router_listener' shared service.
  18391. *
  18392. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  18393. */
  18394. protected function getRouterListenerService()
  18395. {
  18396. $a = ($this->services['router'] ?? $this->getRouterService());
  18397. if (isset($this->privates['router_listener'])) {
  18398. return $this->privates['router_listener'];
  18399. }
  18400. return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
  18401. }
  18402. /**
  18403. * Gets the private 'scheb_two_factor.authenticated_token_condition' shared service.
  18404. *
  18405. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition
  18406. */
  18407. protected function getSchebTwoFactor_AuthenticatedTokenConditionService($lazyLoad = true)
  18408. {
  18409. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  18410. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/AuthenticatedTokenCondition.php';
  18411. return $this->privates['scheb_two_factor.authenticated_token_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition($this->parameters['scheb_two_factor.security_tokens']);
  18412. }
  18413. /**
  18414. * Gets the private 'scheb_two_factor.condition_registry' shared service.
  18415. *
  18416. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry
  18417. */
  18418. protected function getSchebTwoFactor_ConditionRegistryService($lazyLoad = true)
  18419. {
  18420. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionRegistry.php';
  18421. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry(new RewindableGenerator(function () {
  18422. yield 0 => ($this->privates['scheb_two_factor.authenticated_token_condition'] ?? $this->getSchebTwoFactor_AuthenticatedTokenConditionService());
  18423. yield 1 => ($this->privates['scheb_two_factor.ip_whitelist_condition'] ?? $this->getSchebTwoFactor_IpWhitelistConditionService());
  18424. }, 2));
  18425. }
  18426. /**
  18427. * Gets the private 'scheb_two_factor.ip_whitelist_condition' shared service.
  18428. *
  18429. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition
  18430. */
  18431. protected function getSchebTwoFactor_IpWhitelistConditionService($lazyLoad = true)
  18432. {
  18433. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  18434. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/IpWhitelistCondition.php';
  18435. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  18436. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  18437. return $this->privates['scheb_two_factor.ip_whitelist_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition(new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  18438. }
  18439. /**
  18440. * Gets the private 'scheb_two_factor.provider_initiator' shared service.
  18441. *
  18442. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator
  18443. */
  18444. protected function getSchebTwoFactor_ProviderInitiatorService($lazyLoad = true)
  18445. {
  18446. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInitiator.php';
  18447. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  18448. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  18449. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  18450. if (isset($this->privates['scheb_two_factor.provider_initiator'])) {
  18451. return $this->privates['scheb_two_factor.provider_initiator'];
  18452. }
  18453. return $this->privates['scheb_two_factor.provider_initiator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator($a, new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
  18454. }
  18455. /**
  18456. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  18457. *
  18458. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  18459. */
  18460. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  18461. {
  18462. return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  18463. }
  18464. /**
  18465. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  18466. *
  18467. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  18468. */
  18469. protected function getSchebTwoFactor_ProviderRegistryService()
  18470. {
  18471. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  18472. yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  18473. }, 1));
  18474. }
  18475. /**
  18476. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  18477. *
  18478. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  18479. */
  18480. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  18481. {
  18482. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  18483. }
  18484. /**
  18485. * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  18486. *
  18487. * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  18488. */
  18489. protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  18490. {
  18491. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  18492. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  18493. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  18494. if (isset($this->privates['scheb_two_factor.security.listener.check_two_factor_code'])) {
  18495. return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'];
  18496. }
  18497. return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener(($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), $a);
  18498. }
  18499. /**
  18500. * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  18501. *
  18502. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  18503. */
  18504. protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad = true)
  18505. {
  18506. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  18507. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  18508. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  18509. if (isset($this->privates['scheb_two_factor.security.totp.default_form_renderer'])) {
  18510. return $this->privates['scheb_two_factor.security.totp.default_form_renderer'];
  18511. }
  18512. return $this->privates['scheb_two_factor.security.totp.default_form_renderer'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer($a, '@User/Security/totp_login.html.twig');
  18513. }
  18514. /**
  18515. * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  18516. *
  18517. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  18518. */
  18519. protected function getSchebTwoFactor_Security_Totp_ProviderService()
  18520. {
  18521. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  18522. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  18523. $a = ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService());
  18524. if (isset($this->privates['scheb_two_factor.security.totp.provider'])) {
  18525. return $this->privates['scheb_two_factor.security.totp.provider'];
  18526. }
  18527. return $this->privates['scheb_two_factor.security.totp.provider'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider(($this->services['scheb_two_factor.security.totp_authenticator'] ?? $this->getSchebTwoFactor_Security_TotpAuthenticatorService()), $a);
  18528. }
  18529. /**
  18530. * Gets the private 'secrets.vault' shared service.
  18531. *
  18532. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  18533. */
  18534. protected function getSecrets_VaultService()
  18535. {
  18536. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18537. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  18538. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  18539. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  18540. return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  18541. }
  18542. /**
  18543. * Gets the private 'security.access_listener' shared service.
  18544. *
  18545. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  18546. */
  18547. protected function getSecurity_AccessListenerService()
  18548. {
  18549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  18550. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18551. if (isset($this->privates['security.access_listener'])) {
  18552. return $this->privates['security.access_listener'];
  18553. }
  18554. return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  18555. }
  18556. /**
  18557. * Gets the private 'security.access_map' shared service.
  18558. *
  18559. * @return \Symfony\Component\Security\Http\AccessMap
  18560. */
  18561. protected function getSecurity_AccessMapService()
  18562. {
  18563. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  18564. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  18565. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  18566. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  18567. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  18568. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/administrator/'), [0 => 'ROLE_ADMIN'], NULL);
  18569. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/easyadmin/'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_EDITOR', 2 => 'ROLE_AUTHOR'], NULL);
  18570. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  18571. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  18572. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/student/'), [0 => 'ROLE_STUDENT'], NULL);
  18573. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(refresh|json)/student'), [0 => 'ROLE_STUDENT'], NULL);
  18574. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/classroom'), [0 => 'ROLE_TEACHER', 1 => 'ROLE_ADMIN'], NULL);
  18575. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  18576. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/unilogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  18577. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/testlogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  18578. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cms'), [0 => 'PUBLIC_ACCESS'], NULL);
  18579. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/register'), [0 => 'PUBLIC_ACCESS'], NULL);
  18580. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/verify-email'), [0 => 'PUBLIC_ACCESS'], NULL);
  18581. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset-password'), [0 => 'PUBLIC_ACCESS'], NULL);
  18582. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/select-existing'), [0 => 'PUBLIC_ACCESS'], NULL);
  18583. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  18584. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  18585. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/2fa'), [0 => 'ROLE_ADMIN'], NULL);
  18586. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  18587. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)'), [0 => 'ROLE_API'], NULL);
  18588. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  18589. return $instance;
  18590. }
  18591. /**
  18592. * Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
  18593. *
  18594. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  18595. */
  18596. protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
  18597. {
  18598. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  18599. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  18600. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18601. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  18602. return $this->privates['security.authentication.access_listener.two_factor.main'];
  18603. }
  18604. $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  18605. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  18606. return $this->privates['security.authentication.access_listener.two_factor.main'];
  18607. }
  18608. return $this->privates['security.authentication.access_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $b));
  18609. }
  18610. /**
  18611. * Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
  18612. *
  18613. * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  18614. */
  18615. protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
  18616. {
  18617. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  18618. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18619. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  18620. return $this->privates['security.authentication.authentication_required_handler.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()));
  18621. }
  18622. /**
  18623. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  18624. *
  18625. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  18626. */
  18627. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  18628. {
  18629. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18630. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  18631. return $this->privates['security.authentication.form_listener.two_factor.main'];
  18632. }
  18633. return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  18634. }
  18635. /**
  18636. * Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
  18637. *
  18638. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  18639. */
  18640. protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
  18641. {
  18642. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  18643. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18644. if (isset($this->privates['security.authentication.kernel_exception_listener.two_factor.main'])) {
  18645. return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'];
  18646. }
  18647. return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener('main', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), $a);
  18648. }
  18649. /**
  18650. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  18651. *
  18652. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  18653. */
  18654. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  18655. {
  18656. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  18657. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  18658. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  18659. }
  18660. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener($a, ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main', false, false);
  18661. }
  18662. /**
  18663. * Gets the private 'security.authentication.session_strategy' shared service.
  18664. *
  18665. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  18666. */
  18667. protected function getSecurity_Authentication_SessionStrategyService()
  18668. {
  18669. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  18670. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  18671. return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  18672. }
  18673. /**
  18674. * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  18675. *
  18676. * @return \UserBundle\Security\Firewall\SwitchUserListener
  18677. */
  18678. protected function getSecurity_Authentication_SwitchuserListener_MainService()
  18679. {
  18680. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Firewall/SwitchUserListener.php';
  18681. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  18682. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  18683. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  18684. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomStudentRepository.php';
  18685. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18686. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  18687. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18688. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  18689. return $this->privates['security.authentication.switchuser_listener.main'];
  18690. }
  18691. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18692. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  18693. return $this->privates['security.authentication.switchuser_listener.main'];
  18694. }
  18695. $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  18696. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  18697. return $this->privates['security.authentication.switchuser_listener.main'];
  18698. }
  18699. $d = ($this->services['router'] ?? $this->getRouterService());
  18700. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  18701. return $this->privates['security.authentication.switchuser_listener.main'];
  18702. }
  18703. return $this->privates['security.authentication.switchuser_listener.main'] = new \UserBundle\Security\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())), 'main', $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user', 'ROLE_ALLOWED_TO_SWITCH', $b, false, ($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService()), $c->getRepository('CoreBundle\\Entity\\ClassroomStudent'), $d);
  18704. }
  18705. /**
  18706. * Gets the private 'security.authentication.token_created_listener.two_factor.main' shared service.
  18707. *
  18708. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener
  18709. */
  18710. protected function getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService()
  18711. {
  18712. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/AuthenticationTokenListener.php';
  18713. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  18714. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  18715. $a = ($this->privates['scheb_two_factor.provider_initiator'] ?? $this->getSchebTwoFactor_ProviderInitiatorService());
  18716. if (isset($this->privates['security.authentication.token_created_listener.two_factor.main'])) {
  18717. return $this->privates['security.authentication.token_created_listener.two_factor.main'];
  18718. }
  18719. return $this->privates['security.authentication.token_created_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener('main', $this->getSchebTwoFactor_ConditionRegistryService(), $a, new \Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory('Scheb\\TwoFactorBundle\\Security\\TwoFactor\\AuthenticationContext'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18720. }
  18721. /**
  18722. * Gets the private 'security.authentication_utils' shared service.
  18723. *
  18724. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  18725. */
  18726. protected function getSecurity_AuthenticationUtilsService()
  18727. {
  18728. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  18729. return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18730. }
  18731. /**
  18732. * Gets the private 'security.authenticator.form_login.main' shared service.
  18733. *
  18734. * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  18735. */
  18736. protected function getSecurity_Authenticator_FormLogin_MainService()
  18737. {
  18738. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18739. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  18740. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18741. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  18742. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  18743. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  18744. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18745. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18746. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  18747. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18748. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  18749. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  18750. if (isset($this->privates['security.authenticator.form_login.main'])) {
  18751. return $this->privates['security.authenticator.form_login.main'];
  18752. }
  18753. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18754. $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18755. $c->setOptions(['login_path' => '/login', 'default_target_path' => 'login_redirect_route', 'always_use_default_target_path' => true, 'target_path_parameter' => '_target_path', 'use_referer' => false]);
  18756. $c->setFirewallName('main');
  18757. $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  18758. $d->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
  18759. return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), $c, $d, ['enable_csrf' => true, 'check_path' => 'fos_user_security_check', 'login_path' => '/login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true, 'form_only' => false]);
  18760. }
  18761. /**
  18762. * Gets the private 'security.authenticator.remember_me.main' shared service.
  18763. *
  18764. * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  18765. */
  18766. protected function getSecurity_Authenticator_RememberMe_MainService()
  18767. {
  18768. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18769. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  18770. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  18771. return $this->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  18772. }
  18773. /**
  18774. * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  18775. *
  18776. * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  18777. */
  18778. protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  18779. {
  18780. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  18781. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  18782. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  18783. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  18784. return $this->privates['security.authenticator.remember_me_handler.main'] = new \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler(new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [0 => 'password'], 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB', NULL, NULL), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB', 'lifetime' => 86400, 'path' => '/', 'always_remember_me' => true, 'user_providers' => [], 'catch_exceptions' => true, 'signature_properties' => [0 => 'password'], 'name' => 'REMEMBERME', 'domain' => NULL, 'secure' => false, 'httponly' => true, 'samesite' => NULL, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  18785. }
  18786. /**
  18787. * Gets the private 'security.authenticator.two_factor.main' shared service.
  18788. *
  18789. * @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
  18790. */
  18791. protected function getSecurity_Authenticator_TwoFactor_MainService()
  18792. {
  18793. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18794. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  18795. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php';
  18796. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18797. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18798. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  18799. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18800. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  18801. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18802. if (isset($this->privates['security.authenticator.two_factor.main'])) {
  18803. return $this->privates['security.authenticator.two_factor.main'];
  18804. }
  18805. $b = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  18806. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18807. return $this->privates['security.authenticator.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator($b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($c, $b), new \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c, $b), ($this->privates['security.authentication.authentication_required_handler.two_factor.main'] ?? $this->getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  18808. }
  18809. /**
  18810. * Gets the private 'security.channel_listener' shared service.
  18811. *
  18812. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  18813. */
  18814. protected function getSecurity_ChannelListenerService()
  18815. {
  18816. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  18817. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  18818. return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  18819. }
  18820. /**
  18821. * Gets the private 'security.command.debug_firewall' shared service.
  18822. *
  18823. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  18824. */
  18825. protected function getSecurity_Command_DebugFirewallService()
  18826. {
  18827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18828. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  18829. $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService()), ($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()), ['api_doc' => [], 'api_gale' => [0 => ($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService())], 'main' => [0 => ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService()), 1 => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), 2 => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())]], true);
  18830. $instance->setName('debug:firewall');
  18831. $instance->setDescription('Display information about your security firewall(s)');
  18832. return $instance;
  18833. }
  18834. /**
  18835. * Gets the private 'security.command.user_password_encoder' shared service.
  18836. *
  18837. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  18838. *
  18839. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  18840. */
  18841. protected function getSecurity_Command_UserPasswordEncoderService()
  18842. {
  18843. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  18844. $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  18845. $instance->setName('security:encode-password');
  18846. $instance->setDescription('Encode a password');
  18847. return $instance;
  18848. }
  18849. /**
  18850. * Gets the private 'security.command.user_password_hash' shared service.
  18851. *
  18852. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  18853. */
  18854. protected function getSecurity_Command_UserPasswordHashService()
  18855. {
  18856. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18857. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  18858. $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  18859. $instance->setName('security:hash-password');
  18860. $instance->setDescription('Hash a user password');
  18861. return $instance;
  18862. }
  18863. /**
  18864. * Gets the private 'security.context_listener.0' shared service.
  18865. *
  18866. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  18867. */
  18868. protected function getSecurity_ContextListener_0Service()
  18869. {
  18870. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  18871. if (isset($this->privates['security.context_listener.0'])) {
  18872. return $this->privates['security.context_listener.0'];
  18873. }
  18874. return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  18875. yield 0 => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  18876. }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
  18877. }
  18878. /**
  18879. * Gets the private 'security.csrf.token_storage' shared service.
  18880. *
  18881. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  18882. */
  18883. protected function getSecurity_Csrf_TokenStorageService()
  18884. {
  18885. return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18886. }
  18887. /**
  18888. * Gets the private 'security.encoder_factory.generic' shared service.
  18889. *
  18890. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18891. *
  18892. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18893. */
  18894. protected function getSecurity_EncoderFactory_GenericService()
  18895. {
  18896. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18897. return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  18898. }
  18899. /**
  18900. * Gets the private 'security.event_dispatcher.api_doc' shared service.
  18901. *
  18902. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18903. */
  18904. protected function getSecurity_EventDispatcher_ApiDocService()
  18905. {
  18906. $this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18907. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18908. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18909. }, 1 => 'preCheckCredentials'], 256);
  18910. $instance->addListener('security.authentication.success', [0 => function () {
  18911. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18912. }, 1 => 'postCheckCredentials'], 256);
  18913. $instance->addListener('security.interactive_login', [0 => function () {
  18914. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18915. }, 1 => 'onLogin'], 0);
  18916. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18917. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18918. }, 1 => 'onLogout'], 0);
  18919. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18920. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18921. }, 1 => 'checkPassport'], 1024);
  18922. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18923. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18924. }, 1 => 'handleLoginSuccessEvent'], 0);
  18925. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18926. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18927. }, 1 => 'checkPassport'], 0);
  18928. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18929. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18930. }, 1 => 'onLoginSuccess'], 0);
  18931. $instance->addListener('security.authentication.success', [0 => function () {
  18932. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18933. }, 1 => 'onLogin'], 9223372036854775807);
  18934. $instance->addListener('security.interactive_login', [0 => function () {
  18935. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18936. }, 1 => 'onSecurityInteractiveLogin'], 0);
  18937. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18938. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18939. }, 1 => 'checkPassport'], 0);
  18940. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18941. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  18942. }, 1 => 'onSuccessfulLogin'], -63);
  18943. $instance->addListener('security.authentication.success', [0 => function () {
  18944. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  18945. }, 1 => 'onLogin'], 9223372036854775806);
  18946. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18947. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18948. }, 1 => 'checkPassport'], 512);
  18949. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18950. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18951. }, 1 => 'onLogout'], 0);
  18952. return $instance;
  18953. }
  18954. /**
  18955. * Gets the private 'security.event_dispatcher.api_gale' shared service.
  18956. *
  18957. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18958. */
  18959. protected function getSecurity_EventDispatcher_ApiGaleService()
  18960. {
  18961. $this->privates['security.event_dispatcher.api_gale'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18962. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18963. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18964. }, 1 => 'preCheckCredentials'], 256);
  18965. $instance->addListener('security.authentication.success', [0 => function () {
  18966. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18967. }, 1 => 'postCheckCredentials'], 256);
  18968. $instance->addListener('security.interactive_login', [0 => function () {
  18969. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18970. }, 1 => 'onLogin'], 0);
  18971. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18972. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18973. }, 1 => 'onLogout'], 0);
  18974. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18975. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18976. }, 1 => 'checkPassport'], 1024);
  18977. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18978. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18979. }, 1 => 'handleLoginSuccessEvent'], 0);
  18980. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18981. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18982. }, 1 => 'checkPassport'], 0);
  18983. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18984. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18985. }, 1 => 'onLoginSuccess'], 0);
  18986. $instance->addListener('security.authentication.success', [0 => function () {
  18987. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18988. }, 1 => 'onLogin'], 9223372036854775807);
  18989. $instance->addListener('security.interactive_login', [0 => function () {
  18990. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  18991. }, 1 => 'onSecurityInteractiveLogin'], 0);
  18992. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18993. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18994. }, 1 => 'checkPassport'], 0);
  18995. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18996. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  18997. }, 1 => 'onSuccessfulLogin'], -63);
  18998. $instance->addListener('security.authentication.success', [0 => function () {
  18999. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  19000. }, 1 => 'onLogin'], 9223372036854775806);
  19001. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19002. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  19003. }, 1 => 'checkPassport'], 512);
  19004. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19005. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  19006. }, 1 => 'onLogout'], 0);
  19007. return $instance;
  19008. }
  19009. /**
  19010. * Gets the private 'security.event_dispatcher.main' shared service.
  19011. *
  19012. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  19013. */
  19014. protected function getSecurity_EventDispatcher_MainService()
  19015. {
  19016. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  19017. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19018. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  19019. }, 1 => 'onSuccessfulLogin'], 0);
  19020. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19021. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  19022. }, 1 => 'onLogout'], 64);
  19023. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19024. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  19025. }, 1 => 'onLogout'], 0);
  19026. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  19027. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService());
  19028. }, 1 => 'onAuthenticationTokenCreated'], 0);
  19029. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19030. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  19031. }, 1 => 'onSuccessfulLogin'], -32);
  19032. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19033. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19034. }, 1 => 'onSuccessfulLogin'], -64);
  19035. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  19036. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19037. }, 1 => 'clearCookie'], 0);
  19038. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19039. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19040. }, 1 => 'clearCookie'], 0);
  19041. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  19042. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19043. }, 1 => 'clearCookie'], 0);
  19044. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19045. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  19046. }, 1 => 'preCheckCredentials'], 256);
  19047. $instance->addListener('security.authentication.success', [0 => function () {
  19048. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  19049. }, 1 => 'postCheckCredentials'], 256);
  19050. $instance->addListener('security.interactive_login', [0 => function () {
  19051. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  19052. }, 1 => 'onLogin'], 0);
  19053. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19054. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  19055. }, 1 => 'onLogout'], 0);
  19056. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19057. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  19058. }, 1 => 'checkPassport'], 1024);
  19059. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19060. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  19061. }, 1 => 'handleLoginSuccessEvent'], 0);
  19062. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19063. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  19064. }, 1 => 'checkPassport'], 0);
  19065. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19066. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  19067. }, 1 => 'onLoginSuccess'], 0);
  19068. $instance->addListener('security.authentication.success', [0 => function () {
  19069. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  19070. }, 1 => 'onLogin'], 9223372036854775807);
  19071. $instance->addListener('security.interactive_login', [0 => function () {
  19072. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  19073. }, 1 => 'onSecurityInteractiveLogin'], 0);
  19074. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19075. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  19076. }, 1 => 'checkPassport'], 0);
  19077. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19078. return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  19079. }, 1 => 'onSuccessfulLogin'], -63);
  19080. $instance->addListener('security.authentication.success', [0 => function () {
  19081. return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  19082. }, 1 => 'onLogin'], 9223372036854775806);
  19083. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19084. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  19085. }, 1 => 'checkPassport'], 512);
  19086. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19087. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  19088. }, 1 => 'onLogout'], 0);
  19089. return $instance;
  19090. }
  19091. /**
  19092. * Gets the private 'security.firewall.map' shared service.
  19093. *
  19094. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  19095. */
  19096. protected function getSecurity_Firewall_MapService()
  19097. {
  19098. $a = ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService());
  19099. if (isset($this->privates['security.firewall.map'])) {
  19100. return $this->privates['security.firewall.map'];
  19101. }
  19102. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  19103. yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
  19104. yield 'security.firewall.map.context.api_gale' => ($this->privates['.security.request_matcher.vdoEwbq'] ?? ($this->privates['.security.request_matcher.vdoEwbq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)')));
  19105. yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  19106. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  19107. }, 4));
  19108. }
  19109. /**
  19110. * Gets the private 'security.firewall.map.context.api_doc' shared service.
  19111. *
  19112. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19113. */
  19114. protected function getSecurity_Firewall_Map_Context_ApiDocService()
  19115. {
  19116. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19117. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19118. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19119. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19120. $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19121. if (isset($this->privates['security.firewall.map.context.api_doc'])) {
  19122. return $this->privates['security.firewall.map.context.api_doc'];
  19123. }
  19124. return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19125. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19126. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiDocService());
  19127. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19128. }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $a, 'api_doc', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_doc', 'security.user_checker', '.security.request_matcher.PfIwdrL', true, true, 'fos_user.user_provider.username', NULL, NULL, NULL, NULL, [], NULL));
  19129. }
  19130. /**
  19131. * Gets the private 'security.firewall.map.context.api_gale' shared service.
  19132. *
  19133. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19134. */
  19135. protected function getSecurity_Firewall_Map_Context_ApiGaleService()
  19136. {
  19137. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19138. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19139. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19140. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  19141. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiAccessDeniedHandler.php';
  19142. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19143. return $this->privates['security.firewall.map.context.api_gale'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19144. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19145. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiGaleService());
  19146. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19147. }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_gale', NULL, NULL, new \UserBundle\Security\ApiAccessDeniedHandler(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_gale', 'security.user_checker', '.security.request_matcher.vdoEwbq', true, true, 'fos_user.user_provider.username', NULL, NULL, 'UserBundle\\Security\\ApiAccessDeniedHandler', NULL, [0 => 'UserBundle\\Security\\ApiKeyAuthenticator'], NULL));
  19148. }
  19149. /**
  19150. * Gets the private 'security.firewall.map.context.dev' shared service.
  19151. *
  19152. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19153. */
  19154. protected function getSecurity_Firewall_Map_Context_DevService()
  19155. {
  19156. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19157. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19158. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19159. return new \EmptyIterator();
  19160. }, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
  19161. }
  19162. /**
  19163. * Gets the private 'security.firewall.map.context.main' shared service.
  19164. *
  19165. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19166. */
  19167. protected function getSecurity_Firewall_Map_Context_MainService()
  19168. {
  19169. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19170. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19171. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19172. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  19173. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/AccessDeniedHandler.php';
  19174. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  19175. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19176. $a = ($this->services['router'] ?? $this->getRouterService());
  19177. if (isset($this->privates['security.firewall.map.context.main'])) {
  19178. return $this->privates['security.firewall.map.context.main'];
  19179. }
  19180. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  19181. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19182. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19183. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19184. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  19185. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  19186. yield 3 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  19187. yield 4 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
  19188. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19189. }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $c, 'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), NULL, new \CoreBundle\Security\AccessDeniedHandler(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'UserBundle\\Security\\UserChecker', '.security.request_matcher.3UEFixr', true, false, 'fos_user.user_provider.username', 'main', 'security.authenticator.form_login.main', 'CoreBundle\\Security\\AccessDeniedHandler', NULL, [0 => 'switch_user', 1 => 'two_factor', 2 => 'form_login', 3 => 'remember_me'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));
  19190. }
  19191. /**
  19192. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  19193. *
  19194. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  19195. */
  19196. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  19197. {
  19198. return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login', 'check_path' => '2fa_login_check', 'enable_csrf' => true, 'post_only' => true, 'always_use_default_target_path' => false, 'default_target_path' => '/', 'success_handler' => NULL, 'failure_handler' => NULL, 'authentication_required_handler' => NULL, 'auth_code_parameter_name' => '_auth_code', 'trusted_parameter_name' => '_trusted', 'remember_me_sets_trusted' => false, 'multi_factor' => false, 'prepare_on_login' => false, 'prepare_on_access_denied' => false, 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'two_factor', 'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  19199. }
  19200. /**
  19201. * Gets the private 'security.helper' shared service.
  19202. *
  19203. * @return \Symfony\Component\Security\Core\Security
  19204. */
  19205. protected function getSecurity_HelperService()
  19206. {
  19207. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  19208. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19209. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  19210. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  19211. ], [
  19212. 'security.authorization_checker' => '?',
  19213. 'security.token_storage' => '?',
  19214. ]));
  19215. }
  19216. /**
  19217. * Gets the private 'security.http_utils' shared service.
  19218. *
  19219. * @return \Symfony\Component\Security\Http\HttpUtils
  19220. */
  19221. protected function getSecurity_HttpUtilsService()
  19222. {
  19223. $a = ($this->services['router'] ?? $this->getRouterService());
  19224. if (isset($this->privates['security.http_utils'])) {
  19225. return $this->privates['security.http_utils'];
  19226. }
  19227. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
  19228. }
  19229. /**
  19230. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  19231. *
  19232. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  19233. */
  19234. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  19235. {
  19236. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  19237. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  19238. }
  19239. /**
  19240. * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  19241. *
  19242. * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  19243. */
  19244. protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  19245. {
  19246. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  19247. return $this->privates['security.listener.check_remember_me_conditions.main'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => true, 'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19248. }
  19249. /**
  19250. * Gets the private 'security.listener.csrf_protection' shared service.
  19251. *
  19252. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  19253. */
  19254. protected function getSecurity_Listener_CsrfProtectionService()
  19255. {
  19256. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  19257. return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  19258. }
  19259. /**
  19260. * Gets the private 'security.listener.password_migrating' shared service.
  19261. *
  19262. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  19263. */
  19264. protected function getSecurity_Listener_PasswordMigratingService()
  19265. {
  19266. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  19267. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  19268. }
  19269. /**
  19270. * Gets the private 'security.listener.remember_me.main' shared service.
  19271. *
  19272. * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  19273. */
  19274. protected function getSecurity_Listener_RememberMe_MainService()
  19275. {
  19276. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  19277. return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  19278. }
  19279. /**
  19280. * Gets the private 'security.listener.session.main' shared service.
  19281. *
  19282. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  19283. */
  19284. protected function getSecurity_Listener_Session_MainService()
  19285. {
  19286. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  19287. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  19288. }
  19289. /**
  19290. * Gets the private 'security.listener.user_checker.api_doc' shared service.
  19291. *
  19292. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  19293. */
  19294. protected function getSecurity_Listener_UserChecker_ApiDocService()
  19295. {
  19296. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  19297. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  19298. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  19299. return $this->privates['security.listener.user_checker.api_doc'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  19300. }
  19301. /**
  19302. * Gets the private 'security.listener.user_checker.api_gale' shared service.
  19303. *
  19304. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  19305. */
  19306. protected function getSecurity_Listener_UserChecker_ApiGaleService()
  19307. {
  19308. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  19309. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  19310. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  19311. return $this->privates['security.listener.user_checker.api_gale'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  19312. }
  19313. /**
  19314. * Gets the private 'security.listener.user_checker.main' shared service.
  19315. *
  19316. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  19317. */
  19318. protected function getSecurity_Listener_UserChecker_MainService()
  19319. {
  19320. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  19321. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  19322. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  19323. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())));
  19324. }
  19325. /**
  19326. * Gets the private 'security.listener.user_provider' shared service.
  19327. *
  19328. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  19329. */
  19330. protected function getSecurity_Listener_UserProviderService()
  19331. {
  19332. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  19333. return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()));
  19334. }
  19335. /**
  19336. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  19337. *
  19338. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  19339. */
  19340. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  19341. {
  19342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  19343. return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  19344. }
  19345. /**
  19346. * Gets the private 'security.logout.listener.default.main' shared service.
  19347. *
  19348. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  19349. */
  19350. protected function getSecurity_Logout_Listener_Default_MainService()
  19351. {
  19352. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  19353. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  19354. }
  19355. /**
  19356. * Gets the private 'security.logout_url_generator' shared service.
  19357. *
  19358. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  19359. */
  19360. protected function getSecurity_LogoutUrlGeneratorService()
  19361. {
  19362. $a = ($this->services['router'] ?? $this->getRouterService());
  19363. if (isset($this->privates['security.logout_url_generator'])) {
  19364. return $this->privates['security.logout_url_generator'];
  19365. }
  19366. $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  19367. $instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
  19368. return $instance;
  19369. }
  19370. /**
  19371. * Gets the private 'security.password_hasher_factory' shared service.
  19372. *
  19373. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  19374. */
  19375. protected function getSecurity_PasswordHasherFactoryService()
  19376. {
  19377. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  19378. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  19379. return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  19380. }
  19381. /**
  19382. * Gets the private 'security.role_hierarchy' shared service.
  19383. *
  19384. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  19385. */
  19386. protected function getSecurity_RoleHierarchyService()
  19387. {
  19388. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  19389. }
  19390. /**
  19391. * Gets the private 'security.user_password_hasher' shared service.
  19392. *
  19393. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  19394. */
  19395. protected function getSecurity_UserPasswordHasherService()
  19396. {
  19397. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  19398. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  19399. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  19400. }
  19401. /**
  19402. * Gets the private 'security.validator.user_password' shared service.
  19403. *
  19404. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  19405. */
  19406. protected function getSecurity_Validator_UserPasswordService()
  19407. {
  19408. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19409. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  19411. return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  19412. }
  19413. /**
  19414. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  19415. *
  19416. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  19417. */
  19418. protected function getSerializer_Mapping_CacheWarmerService()
  19419. {
  19420. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19421. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19422. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  19423. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  19424. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  19425. return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  19426. }
  19427. /**
  19428. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  19429. *
  19430. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  19431. */
  19432. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  19433. {
  19434. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  19435. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  19436. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  19437. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  19438. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  19439. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  19440. return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  19441. }
  19442. /**
  19443. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  19444. *
  19445. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  19446. */
  19447. protected function getSerializer_NameConverter_MetadataAwareService()
  19448. {
  19449. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  19450. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  19451. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  19452. return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  19453. }
  19454. /**
  19455. * Gets the private 'session.factory' shared service.
  19456. *
  19457. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  19458. */
  19459. protected function getSession_FactoryService()
  19460. {
  19461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  19462. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  19463. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  19464. if (isset($this->privates['session.factory'])) {
  19465. return $this->privates['session.factory'];
  19466. }
  19467. return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
  19468. }
  19469. /**
  19470. * Gets the private 'session.flash_bag' shared service.
  19471. *
  19472. * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  19473. *
  19474. * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  19475. */
  19476. protected function getSession_FlashBagService()
  19477. {
  19478. trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  19479. return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  19480. }
  19481. /**
  19482. * Gets the private 'session.storage.factory.service' shared service.
  19483. *
  19484. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  19485. *
  19486. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  19487. */
  19488. protected function getSession_Storage_Factory_ServiceService()
  19489. {
  19490. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  19491. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  19492. }
  19493. /**
  19494. * Gets the private 'session.storage.metadata_bag' shared service.
  19495. *
  19496. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  19497. *
  19498. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  19499. */
  19500. protected function getSession_Storage_MetadataBagService()
  19501. {
  19502. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  19503. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  19504. }
  19505. /**
  19506. * Gets the private 'session.storage.native' shared service.
  19507. *
  19508. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  19509. *
  19510. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  19511. */
  19512. protected function getSession_Storage_NativeService()
  19513. {
  19514. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  19515. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  19516. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  19517. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  19518. return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__, 3).'/sessions/dev'))), $this->getSession_Storage_MetadataBagService());
  19519. }
  19520. /**
  19521. * Gets the private 'session_listener' shared service.
  19522. *
  19523. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  19524. */
  19525. protected function getSessionListenerService()
  19526. {
  19527. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19528. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  19529. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  19530. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  19531. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  19532. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  19533. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  19534. ], [
  19535. 'initialized_session' => '?',
  19536. 'logger' => '?',
  19537. 'request_stack' => '?',
  19538. 'session' => '?',
  19539. 'session_collector' => '?',
  19540. 'session_factory' => '?',
  19541. ]), true, $this->parameters['session.storage.options']);
  19542. }
  19543. /**
  19544. * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  19545. *
  19546. * @return \Gedmo\Sortable\SortableListener
  19547. */
  19548. protected function getStofDoctrineExtensions_Listener_SortableService()
  19549. {
  19550. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19551. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19552. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  19553. $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  19554. $instance->setCacheItemPool(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  19555. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19556. return $instance;
  19557. }
  19558. /**
  19559. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  19560. *
  19561. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  19562. */
  19563. protected function getSymfonycasts_ResetPassword_CleanerService()
  19564. {
  19565. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  19566. return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  19567. }
  19568. /**
  19569. * Gets the private 'translation.extractor' shared service.
  19570. *
  19571. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  19572. */
  19573. protected function getTranslation_ExtractorService()
  19574. {
  19575. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  19576. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  19577. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  19578. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  19579. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  19580. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  19581. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  19582. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  19583. return $instance;
  19584. }
  19585. /**
  19586. * Gets the private 'translation.loader.csv' shared service.
  19587. *
  19588. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  19589. */
  19590. protected function getTranslation_Loader_CsvService()
  19591. {
  19592. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19593. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19594. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19595. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19596. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  19597. }
  19598. /**
  19599. * Gets the private 'translation.loader.dat' shared service.
  19600. *
  19601. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  19602. */
  19603. protected function getTranslation_Loader_DatService()
  19604. {
  19605. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19606. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19607. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19608. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  19609. }
  19610. /**
  19611. * Gets the private 'translation.loader.ini' shared service.
  19612. *
  19613. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  19614. */
  19615. protected function getTranslation_Loader_IniService()
  19616. {
  19617. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19618. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19619. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19620. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19621. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  19622. }
  19623. /**
  19624. * Gets the private 'translation.loader.json' shared service.
  19625. *
  19626. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  19627. */
  19628. protected function getTranslation_Loader_JsonService()
  19629. {
  19630. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19631. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19632. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19633. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19634. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  19635. }
  19636. /**
  19637. * Gets the private 'translation.loader.mo' shared service.
  19638. *
  19639. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  19640. */
  19641. protected function getTranslation_Loader_MoService()
  19642. {
  19643. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19644. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19645. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19646. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19647. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  19648. }
  19649. /**
  19650. * Gets the private 'translation.loader.php' shared service.
  19651. *
  19652. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  19653. */
  19654. protected function getTranslation_Loader_PhpService()
  19655. {
  19656. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19657. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19658. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19659. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19660. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  19661. }
  19662. /**
  19663. * Gets the private 'translation.loader.po' shared service.
  19664. *
  19665. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  19666. */
  19667. protected function getTranslation_Loader_PoService()
  19668. {
  19669. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19670. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19671. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19672. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19673. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  19674. }
  19675. /**
  19676. * Gets the private 'translation.loader.qt' shared service.
  19677. *
  19678. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  19679. */
  19680. protected function getTranslation_Loader_QtService()
  19681. {
  19682. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19683. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19684. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  19685. }
  19686. /**
  19687. * Gets the private 'translation.loader.res' shared service.
  19688. *
  19689. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  19690. */
  19691. protected function getTranslation_Loader_ResService()
  19692. {
  19693. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19694. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19695. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  19696. }
  19697. /**
  19698. * Gets the private 'translation.loader.xliff' shared service.
  19699. *
  19700. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  19701. */
  19702. protected function getTranslation_Loader_XliffService()
  19703. {
  19704. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19705. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19706. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  19707. }
  19708. /**
  19709. * Gets the private 'translation.loader.yml' shared service.
  19710. *
  19711. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  19712. */
  19713. protected function getTranslation_Loader_YmlService()
  19714. {
  19715. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19716. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19717. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19718. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19719. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  19720. }
  19721. /**
  19722. * Gets the private 'translation.provider_collection' shared service.
  19723. *
  19724. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  19725. */
  19726. protected function getTranslation_ProviderCollectionService()
  19727. {
  19728. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  19729. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  19730. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  19731. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  19732. }, 1), []))->fromConfig([]);
  19733. }
  19734. /**
  19735. * Gets the private 'translation.reader' shared service.
  19736. *
  19737. * @return \Symfony\Component\Translation\Reader\TranslationReader
  19738. */
  19739. protected function getTranslation_ReaderService()
  19740. {
  19741. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  19742. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  19743. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19744. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19745. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19746. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19747. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19748. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19749. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19750. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19751. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19752. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19753. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19754. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19755. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19756. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19757. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  19758. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  19759. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  19760. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  19761. $instance->addLoader('yaml', $a);
  19762. $instance->addLoader('yml', $a);
  19763. $instance->addLoader('xlf', $b);
  19764. $instance->addLoader('xliff', $b);
  19765. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  19766. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  19767. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  19768. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  19769. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  19770. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  19771. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  19772. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  19773. return $instance;
  19774. }
  19775. /**
  19776. * Gets the private 'translation.warmer' shared service.
  19777. *
  19778. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  19779. */
  19780. protected function getTranslation_WarmerService()
  19781. {
  19782. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19783. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  19784. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19785. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  19786. ], [
  19787. 'translator' => '?',
  19788. ]))->withContext('translation.warmer', $this));
  19789. }
  19790. /**
  19791. * Gets the private 'translation.writer' shared service.
  19792. *
  19793. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  19794. */
  19795. protected function getTranslation_WriterService()
  19796. {
  19797. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  19798. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  19799. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  19800. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  19801. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  19802. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  19803. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  19804. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  19805. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  19806. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  19807. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  19808. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  19809. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  19810. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  19811. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  19812. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  19813. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  19814. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  19815. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  19816. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  19817. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  19818. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  19819. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  19820. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  19821. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  19822. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  19823. return $instance;
  19824. }
  19825. /**
  19826. * Gets the private 'translator.default' shared service.
  19827. *
  19828. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  19829. */
  19830. protected function getTranslator_DefaultService()
  19831. {
  19832. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19833. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  19834. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  19835. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  19836. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  19837. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  19838. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  19839. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  19840. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  19841. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  19842. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  19843. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  19844. ], [
  19845. 'translation.loader.csv' => '?',
  19846. 'translation.loader.dat' => '?',
  19847. 'translation.loader.ini' => '?',
  19848. 'translation.loader.json' => '?',
  19849. 'translation.loader.mo' => '?',
  19850. 'translation.loader.php' => '?',
  19851. 'translation.loader.po' => '?',
  19852. 'translation.loader.qt' => '?',
  19853. 'translation.loader.res' => '?',
  19854. 'translation.loader.xliff' => '?',
  19855. 'translation.loader.yml' => '?',
  19856. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'da', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ar.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.bg.php')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ca.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.cs.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/SchebTwoFactorBundle.da.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.da.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.da.php'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.da.yml'), 12 => (\dirname(__DIR__, 4).'/translations/ResetPasswordBundle.da.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/abacus-ap.da.yml'), 14 => (\dirname(__DIR__, 4).'/translations/abacus-dansk.da.yml'), 15 => (\dirname(__DIR__, 4).'/translations/abacus-fysik.da.yml'), 16 => (\dirname(__DIR__, 4).'/translations/abacus-kemi.da.yml'), 17 => (\dirname(__DIR__, 4).'/translations/abacus-matematik.da.yml'), 18 => (\dirname(__DIR__, 4).'/translations/abacus-virk.da.yml'), 19 => (\dirname(__DIR__, 4).'/translations/highschool.da.yml'), 20 => (\dirname(__DIR__, 4).'/translations/kvik-dansk.da.yml'), 21 => (\dirname(__DIR__, 4).'/translations/kvik-engelsk.da.yml'), 22 => (\dirname(__DIR__, 4).'/translations/kvik-mat.da.yml'), 23 => (\dirname(__DIR__, 4).'/translations/kvik-tysk.da.yml'), 24 => (\dirname(__DIR__, 4).'/translations/messages.da.yml'), 25 => (\dirname(__DIR__, 4).'/translations/primaryschool.da.yml'), 26 => (\dirname(__DIR__, 4).'/translations/validators.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.de.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.el.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.en.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.yml'), 12 => (\dirname(__DIR__, 4).'/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.es.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.eu.php')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fa.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fi.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.he.php')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hr.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hu.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hy.php')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.id.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.it.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lb.php')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.mk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.nl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.no.php')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ro.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ru.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sk.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sl.php')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sv.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.tr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.uk.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_TW.php')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/src/CoreBundle/translations'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/translations'), 21 => (\dirname(__DIR__, 4).'/src/AdminBundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 4 => 'src/UserBundle/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'vendor/easycorp/easyadmin-bundle/translations', 8 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 9 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 10 => 'vendor/scheb/2fa-bundle/Resources/translations', 11 => 'translations', 12 => 'vendor/symfony/framework-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/twig-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/doctrine/doctrine-bundle/translations', 17 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 18 => 'src/CoreBundle/translations', 19 => 'src/StudentBundle/translations', 20 => 'src/TeacherBundle/translations', 21 => 'src/AdminBundle/translations', 22 => 'vendor/eightpoints/guzzle-bundle/src/translations', 23 => 'vendor/sentry/sentry-symfony/src/translations', 24 => 'vendor/symfony/web-profiler-bundle/translations', 25 => 'vendor/symfony/debug-bundle/translations', 26 => 'vendor/nelmio/api-doc-bundle/translations', 27 => 'vendor/nelmio/cors-bundle/translations', 28 => 'vendor/symfony/maker-bundle/src/translations']]], []);
  19857. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  19858. $instance->setFallbackLocales([0 => 'dk', 1 => 'en']);
  19859. return $instance;
  19860. }
  19861. /**
  19862. * Gets the private 'twig.command.debug' shared service.
  19863. *
  19864. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  19865. */
  19866. protected function getTwig_Command_DebugService()
  19867. {
  19868. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19869. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  19870. $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  19871. $instance->setName('debug:twig');
  19872. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  19873. return $instance;
  19874. }
  19875. /**
  19876. * Gets the private 'twig.command.lint' shared service.
  19877. *
  19878. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  19879. */
  19880. protected function getTwig_Command_LintService()
  19881. {
  19882. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19883. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  19884. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  19885. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19886. $instance->setName('lint:twig');
  19887. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  19888. return $instance;
  19889. }
  19890. /**
  19891. * Gets the private 'twig.form.engine' shared service.
  19892. *
  19893. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  19894. */
  19895. protected function getTwig_Form_EngineService()
  19896. {
  19897. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  19898. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  19899. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  19900. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19901. if (isset($this->privates['twig.form.engine'])) {
  19902. return $this->privates['twig.form.engine'];
  19903. }
  19904. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  19905. }
  19906. /**
  19907. * Gets the private 'twig.form.renderer' shared service.
  19908. *
  19909. * @return \Symfony\Component\Form\FormRenderer
  19910. */
  19911. protected function getTwig_Form_RendererService()
  19912. {
  19913. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  19914. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  19915. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  19916. if (isset($this->privates['twig.form.renderer'])) {
  19917. return $this->privates['twig.form.renderer'];
  19918. }
  19919. return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  19920. }
  19921. /**
  19922. * Gets the private 'twig.mailer.message_listener' shared service.
  19923. *
  19924. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  19925. */
  19926. protected function getTwig_Mailer_MessageListenerService()
  19927. {
  19928. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  19929. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  19930. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  19931. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19932. if (isset($this->privates['twig.mailer.message_listener'])) {
  19933. return $this->privates['twig.mailer.message_listener'];
  19934. }
  19935. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  19936. }
  19937. /**
  19938. * Gets the private 'twig.runtime.httpkernel' shared service.
  19939. *
  19940. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19941. */
  19942. protected function getTwig_Runtime_HttpkernelService()
  19943. {
  19944. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19945. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19946. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19947. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19948. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19949. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19950. return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19951. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  19952. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  19953. ], [
  19954. 'hinclude' => '?',
  19955. 'inline' => '?',
  19956. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('AwhHAPRTNoPBwVVd2kyZE73EK96HhB'))), $a));
  19957. }
  19958. /**
  19959. * Gets the private 'twig.runtime.security_csrf' shared service.
  19960. *
  19961. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  19962. */
  19963. protected function getTwig_Runtime_SecurityCsrfService()
  19964. {
  19965. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  19966. return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  19967. }
  19968. /**
  19969. * Gets the private 'twig.runtime.serializer' shared service.
  19970. *
  19971. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19972. */
  19973. protected function getTwig_Runtime_SerializerService()
  19974. {
  19975. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19976. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19977. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  19978. }
  19979. /**
  19980. * Gets the private 'twig.template_cache_warmer' shared service.
  19981. *
  19982. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19983. */
  19984. protected function getTwig_TemplateCacheWarmerService()
  19985. {
  19986. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19987. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19988. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19989. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19990. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  19991. ], [
  19992. 'twig' => '?',
  19993. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
  19994. }
  19995. /**
  19996. * Gets the private 'validator.builder' shared service.
  19997. *
  19998. * @return \Symfony\Component\Validator\ValidatorBuilder
  19999. */
  20000. protected function getValidator_BuilderService()
  20001. {
  20002. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  20003. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  20004. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20005. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  20006. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  20007. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  20008. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  20009. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  20010. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  20011. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  20012. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  20013. ], [
  20014. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  20015. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  20016. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  20017. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  20018. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  20019. 'doctrine.orm.validator.unique' => '?',
  20020. 'security.validator.user_password' => '?',
  20021. 'validator.expression' => '?',
  20022. ])));
  20023. if ($this->has('translator')) {
  20024. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  20025. }
  20026. $instance->setTranslationDomain('validators');
  20027. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  20028. $instance->enableAnnotationMapping(true);
  20029. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20030. $instance->addMethodMapping('loadValidatorMetadata');
  20031. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  20032. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^src\\\\CoreBundle\\\\Entity$}'));
  20033. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^src\\\\CoreBundle\\\\Entity$}'));
  20034. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  20035. return $instance;
  20036. }
  20037. /**
  20038. * Gets the private 'validator.email' shared service.
  20039. *
  20040. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  20041. */
  20042. protected function getValidator_EmailService()
  20043. {
  20044. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20045. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20046. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  20047. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  20048. }
  20049. /**
  20050. * Gets the private 'validator.expression' shared service.
  20051. *
  20052. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  20053. */
  20054. protected function getValidator_ExpressionService()
  20055. {
  20056. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20057. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20058. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  20059. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  20060. return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  20061. }
  20062. /**
  20063. * Gets the private 'validator.mapping.cache_warmer' shared service.
  20064. *
  20065. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  20066. */
  20067. protected function getValidator_Mapping_CacheWarmerService()
  20068. {
  20069. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20070. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  20071. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  20072. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  20073. }
  20074. /**
  20075. * Gets the private 'validator.not_compromised_password' shared service.
  20076. *
  20077. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  20078. */
  20079. protected function getValidator_NotCompromisedPasswordService()
  20080. {
  20081. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20082. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20083. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  20084. return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
  20085. }
  20086. /**
  20087. * Gets the private 'var_dumper.command.server_dump' shared service.
  20088. *
  20089. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  20090. */
  20091. protected function getVarDumper_Command_ServerDumpService()
  20092. {
  20093. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20094. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  20095. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  20096. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  20097. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  20098. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  20099. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  20100. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20101. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  20102. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20103. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20104. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20105. $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  20106. $instance->setName('server:dump');
  20107. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  20108. return $instance;
  20109. }
  20110. /**
  20111. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  20112. *
  20113. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  20114. */
  20115. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  20116. {
  20117. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  20118. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  20119. return $instance;
  20120. }
  20121. /**
  20122. * Gets the private 'var_dumper.html_dumper' shared service.
  20123. *
  20124. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  20125. */
  20126. protected function getVarDumper_HtmlDumperService()
  20127. {
  20128. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  20129. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  20130. return $instance;
  20131. }
  20132. /**
  20133. * Gets the private 'var_dumper.server_connection' shared service.
  20134. *
  20135. * @return \Symfony\Component\VarDumper\Server\Connection
  20136. */
  20137. protected function getVarDumper_ServerConnectionService()
  20138. {
  20139. return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  20140. }
  20141. /**
  20142. * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  20143. *
  20144. * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  20145. */
  20146. protected function getVichUploader_Command_MappingDebugService()
  20147. {
  20148. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20149. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  20150. $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  20151. $instance->setName('vich:mapping:debug');
  20152. return $instance;
  20153. }
  20154. /**
  20155. * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  20156. *
  20157. * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  20158. */
  20159. protected function getVichUploader_Command_MappingDebugClassService()
  20160. {
  20161. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20162. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  20163. $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  20164. $instance->setName('vich:mapping:debug-class');
  20165. return $instance;
  20166. }
  20167. /**
  20168. * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  20169. *
  20170. * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  20171. */
  20172. protected function getVichUploader_Command_MappingListClassesService()
  20173. {
  20174. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20175. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  20176. $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  20177. $instance->setName('vich:mapping:list-classes');
  20178. return $instance;
  20179. }
  20180. /**
  20181. * Gets the private 'vich_uploader.listener.clean.peer_solution_file' shared service.
  20182. *
  20183. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  20184. */
  20185. protected function getVichUploader_Listener_Clean_PeerSolutionFileService()
  20186. {
  20187. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20188. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20189. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  20190. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20191. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20192. return $this->privates['vich_uploader.listener.clean.peer_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('peer_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20193. }
  20194. /**
  20195. * Gets the private 'vich_uploader.listener.clean.worksheet_solution_file' shared service.
  20196. *
  20197. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  20198. */
  20199. protected function getVichUploader_Listener_Clean_WorksheetSolutionFileService()
  20200. {
  20201. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20202. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20203. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  20204. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20205. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20206. return $this->privates['vich_uploader.listener.clean.worksheet_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('worksheet_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20207. }
  20208. /**
  20209. * Gets the private 'vich_uploader.listener.remove.peer_solution_file' shared service.
  20210. *
  20211. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  20212. */
  20213. protected function getVichUploader_Listener_Remove_PeerSolutionFileService()
  20214. {
  20215. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20216. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20217. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  20218. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20219. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20220. return $this->privates['vich_uploader.listener.remove.peer_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('peer_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20221. }
  20222. /**
  20223. * Gets the private 'vich_uploader.listener.remove.worksheet_solution_file' shared service.
  20224. *
  20225. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  20226. */
  20227. protected function getVichUploader_Listener_Remove_WorksheetSolutionFileService()
  20228. {
  20229. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20230. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20231. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  20232. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20233. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20234. return $this->privates['vich_uploader.listener.remove.worksheet_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('worksheet_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20235. }
  20236. /**
  20237. * Gets the private 'vich_uploader.listener.upload.peer_solution_file' shared service.
  20238. *
  20239. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  20240. */
  20241. protected function getVichUploader_Listener_Upload_PeerSolutionFileService()
  20242. {
  20243. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20244. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20245. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  20246. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20247. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20248. return $this->privates['vich_uploader.listener.upload.peer_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('peer_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20249. }
  20250. /**
  20251. * Gets the private 'vich_uploader.listener.upload.worksheet_solution_file' shared service.
  20252. *
  20253. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  20254. */
  20255. protected function getVichUploader_Listener_Upload_WorksheetSolutionFileService()
  20256. {
  20257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20258. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20259. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  20260. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20261. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20262. return $this->privates['vich_uploader.listener.upload.worksheet_solution_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('worksheet_solution_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  20263. }
  20264. /**
  20265. * Gets the private 'vich_uploader.metadata_reader' shared service.
  20266. *
  20267. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  20268. */
  20269. protected function getVichUploader_MetadataReaderService()
  20270. {
  20271. $a = new \Metadata\Driver\FileLocator([]);
  20272. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  20273. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  20274. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  20275. }
  20276. /**
  20277. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  20278. *
  20279. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  20280. */
  20281. protected function getVichUploader_PropertyMappingFactoryService()
  20282. {
  20283. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  20284. return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  20285. }
  20286. /**
  20287. * Gets the private 'vich_uploader.storage.file_system' shared service.
  20288. *
  20289. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  20290. */
  20291. protected function getVichUploader_Storage_FileSystemService()
  20292. {
  20293. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  20294. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  20295. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  20296. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  20297. }
  20298. /**
  20299. * Gets the private 'web_profiler.csp.handler' shared service.
  20300. *
  20301. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  20302. */
  20303. protected function getWebProfiler_Csp_HandlerService()
  20304. {
  20305. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  20306. }
  20307. /**
  20308. * Gets the private 'web_profiler.debug_toolbar' shared service.
  20309. *
  20310. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  20311. */
  20312. protected function getWebProfiler_DebugToolbarService()
  20313. {
  20314. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20315. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  20316. return $this->privates['web_profiler.debug_toolbar'];
  20317. }
  20318. $b = ($this->services['router'] ?? $this->getRouterService());
  20319. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  20320. return $this->privates['web_profiler.debug_toolbar'];
  20321. }
  20322. return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  20323. }
  20324. /**
  20325. * Gets the public 'cache_clearer' alias.
  20326. *
  20327. * @return object The ".container.private.cache_clearer" service.
  20328. */
  20329. protected function getCacheClearerService()
  20330. {
  20331. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  20332. return $this->get('.container.private.cache_clearer');
  20333. }
  20334. /**
  20335. * Gets the public 'filesystem' alias.
  20336. *
  20337. * @return object The ".container.private.filesystem" service.
  20338. */
  20339. protected function getFilesystemService()
  20340. {
  20341. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  20342. return $this->get('.container.private.filesystem');
  20343. }
  20344. /**
  20345. * Gets the public 'serializer' alias.
  20346. *
  20347. * @return object The ".container.private.serializer" service.
  20348. */
  20349. protected function getSerializerService()
  20350. {
  20351. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  20352. return $this->get('.container.private.serializer');
  20353. }
  20354. /**
  20355. * Gets the public 'security.csrf.token_manager' alias.
  20356. *
  20357. * @return object The ".container.private.security.csrf.token_manager" service.
  20358. */
  20359. protected function getSecurity_Csrf_TokenManagerService()
  20360. {
  20361. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  20362. return $this->get('.container.private.security.csrf.token_manager');
  20363. }
  20364. /**
  20365. * Gets the public 'form.factory' alias.
  20366. *
  20367. * @return object The ".container.private.form.factory" service.
  20368. */
  20369. protected function getForm_FactoryService()
  20370. {
  20371. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  20372. return $this->get('.container.private.form.factory');
  20373. }
  20374. /**
  20375. * Gets the public 'form.type.file' alias.
  20376. *
  20377. * @return object The ".container.private.form.type.file" service.
  20378. */
  20379. protected function getForm_Type_FileService()
  20380. {
  20381. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  20382. return $this->get('.container.private.form.type.file');
  20383. }
  20384. /**
  20385. * Gets the public 'profiler' alias.
  20386. *
  20387. * @return object The ".container.private.profiler" service.
  20388. */
  20389. protected function getProfilerService()
  20390. {
  20391. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  20392. return $this->get('.container.private.profiler');
  20393. }
  20394. /**
  20395. * Gets the public 'security.authorization_checker' alias.
  20396. *
  20397. * @return object The ".container.private.security.authorization_checker" service.
  20398. */
  20399. protected function getSecurity_AuthorizationCheckerService()
  20400. {
  20401. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  20402. return $this->get('.container.private.security.authorization_checker');
  20403. }
  20404. /**
  20405. * Gets the public 'security.token_storage' alias.
  20406. *
  20407. * @return object The ".container.private.security.token_storage" service.
  20408. */
  20409. protected function getSecurity_TokenStorageService()
  20410. {
  20411. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  20412. return $this->get('.container.private.security.token_storage');
  20413. }
  20414. /**
  20415. * Gets the public 'twig' alias.
  20416. *
  20417. * @return object The ".container.private.twig" service.
  20418. */
  20419. protected function getTwigService()
  20420. {
  20421. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  20422. return $this->get('.container.private.twig');
  20423. }
  20424. /**
  20425. * Gets the public 'security.password_encoder' alias.
  20426. *
  20427. * @return object The ".container.private.security.password_encoder" service.
  20428. */
  20429. protected function getSecurity_PasswordEncoderService()
  20430. {
  20431. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  20432. return $this->get('.container.private.security.password_encoder');
  20433. }
  20434. /**
  20435. * Gets the public 'session' alias.
  20436. *
  20437. * @return object The ".container.private.session" service.
  20438. */
  20439. protected function getSessionService()
  20440. {
  20441. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  20442. return $this->get('.container.private.session');
  20443. }
  20444. /**
  20445. * Gets the public 'validator' alias.
  20446. *
  20447. * @return object The ".container.private.validator" service.
  20448. */
  20449. protected function getValidatorService()
  20450. {
  20451. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  20452. return $this->get('.container.private.validator');
  20453. }
  20454. /**
  20455. * @return array|bool|float|int|string|\UnitEnum|null
  20456. */
  20457. public function getParameter(string $name)
  20458. {
  20459. if (isset($this->buildParameters[$name])) {
  20460. return $this->buildParameters[$name];
  20461. }
  20462. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  20463. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  20464. }
  20465. if (isset($this->loadedDynamicParameters[$name])) {
  20466. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  20467. }
  20468. return $this->parameters[$name];
  20469. }
  20470. public function hasParameter(string $name): bool
  20471. {
  20472. if (isset($this->buildParameters[$name])) {
  20473. return true;
  20474. }
  20475. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  20476. }
  20477. public function setParameter(string $name, $value): void
  20478. {
  20479. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  20480. }
  20481. public function getParameterBag(): ParameterBagInterface
  20482. {
  20483. if (null === $this->parameterBag) {
  20484. $parameters = $this->parameters;
  20485. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  20486. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  20487. }
  20488. foreach ($this->buildParameters as $name => $value) {
  20489. $parameters[$name] = $value;
  20490. }
  20491. $this->parameterBag = new FrozenParameterBag($parameters);
  20492. }
  20493. return $this->parameterBag;
  20494. }
  20495. private $loadedDynamicParameters = [
  20496. 'kernel.runtime_environment' => false,
  20497. 'kernel.build_dir' => false,
  20498. 'kernel.cache_dir' => false,
  20499. 'debug.container.dump' => false,
  20500. 'serializer.mapping.cache.file' => false,
  20501. 'validator.mapping.cache.file' => false,
  20502. 'profiler.storage.dsn' => false,
  20503. 'doctrine.orm.proxy_dir' => false,
  20504. ];
  20505. private $dynamicParameters = [];
  20506. private function getDynamicParameter(string $name)
  20507. {
  20508. switch ($name) {
  20509. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  20510. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  20511. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  20512. case 'debug.container.dump': $value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  20513. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  20514. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  20515. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  20516. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  20517. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  20518. }
  20519. $this->loadedDynamicParameters[$name] = true;
  20520. return $this->dynamicParameters[$name] = $value;
  20521. }
  20522. protected function getDefaultParameters(): array
  20523. {
  20524. return [
  20525. 'kernel.project_dir' => \dirname(__DIR__, 4),
  20526. 'kernel.environment' => 'dev',
  20527. 'kernel.debug' => true,
  20528. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
  20529. 'kernel.bundles' => [
  20530. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  20531. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  20532. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  20533. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  20534. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  20535. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  20536. 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  20537. 'ABaCusCoreBundle' => 'CoreBundle\\ABaCusCoreBundle',
  20538. 'UserBundle' => 'UserBundle\\UserBundle',
  20539. 'ABaCusStudentBundle' => 'StudentBundle\\ABaCusStudentBundle',
  20540. 'ABaCusTeacherBundle' => 'TeacherBundle\\ABaCusTeacherBundle',
  20541. 'ABaCusAdminBundle' => 'AdminBundle\\ABaCusAdminBundle',
  20542. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  20543. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  20544. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  20545. 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  20546. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  20547. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  20548. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  20549. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  20550. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  20551. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  20552. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  20553. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  20554. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  20555. ],
  20556. 'kernel.bundles_metadata' => [
  20557. 'FrameworkBundle' => [
  20558. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  20559. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  20560. ],
  20561. 'SecurityBundle' => [
  20562. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  20563. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  20564. ],
  20565. 'TwigBundle' => [
  20566. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  20567. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  20568. ],
  20569. 'MonologBundle' => [
  20570. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  20571. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  20572. ],
  20573. 'DoctrineBundle' => [
  20574. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  20575. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  20576. ],
  20577. 'StofDoctrineExtensionsBundle' => [
  20578. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  20579. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  20580. ],
  20581. 'FOSUserBundle' => [
  20582. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
  20583. 'namespace' => 'FOS\\UserBundle',
  20584. ],
  20585. 'ABaCusCoreBundle' => [
  20586. 'path' => (\dirname(__DIR__, 4).'/src/CoreBundle'),
  20587. 'namespace' => 'CoreBundle',
  20588. ],
  20589. 'UserBundle' => [
  20590. 'path' => (\dirname(__DIR__, 4).'/src/UserBundle'),
  20591. 'namespace' => 'UserBundle',
  20592. ],
  20593. 'ABaCusStudentBundle' => [
  20594. 'path' => (\dirname(__DIR__, 4).'/src/StudentBundle'),
  20595. 'namespace' => 'StudentBundle',
  20596. ],
  20597. 'ABaCusTeacherBundle' => [
  20598. 'path' => (\dirname(__DIR__, 4).'/src/TeacherBundle'),
  20599. 'namespace' => 'TeacherBundle',
  20600. ],
  20601. 'ABaCusAdminBundle' => [
  20602. 'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
  20603. 'namespace' => 'AdminBundle',
  20604. ],
  20605. 'KnpPaginatorBundle' => [
  20606. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  20607. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  20608. ],
  20609. 'VichUploaderBundle' => [
  20610. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  20611. 'namespace' => 'Vich\\UploaderBundle',
  20612. ],
  20613. 'EightPointsGuzzleBundle' => [
  20614. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  20615. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  20616. ],
  20617. 'SentryBundle' => [
  20618. 'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
  20619. 'namespace' => 'Sentry\\SentryBundle',
  20620. ],
  20621. 'WebProfilerBundle' => [
  20622. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  20623. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  20624. ],
  20625. 'DebugBundle' => [
  20626. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  20627. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  20628. ],
  20629. 'NelmioApiDocBundle' => [
  20630. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  20631. 'namespace' => 'Nelmio\\ApiDocBundle',
  20632. ],
  20633. 'NelmioCorsBundle' => [
  20634. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  20635. 'namespace' => 'Nelmio\\CorsBundle',
  20636. ],
  20637. 'EasyAdminBundle' => [
  20638. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle'),
  20639. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  20640. ],
  20641. 'MakerBundle' => [
  20642. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  20643. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  20644. ],
  20645. 'SymfonyCastsVerifyEmailBundle' => [
  20646. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  20647. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  20648. ],
  20649. 'SymfonyCastsResetPasswordBundle' => [
  20650. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  20651. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  20652. ],
  20653. 'SchebTwoFactorBundle' => [
  20654. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  20655. 'namespace' => 'Scheb\\TwoFactorBundle',
  20656. ],
  20657. ],
  20658. 'kernel.charset' => 'UTF-8',
  20659. 'kernel.container_class' => 'KernelDevDebugContainer',
  20660. 'container.dumper.inline_class_loader' => true,
  20661. 'container.dumper.inline_factories' => true,
  20662. 'database_driver' => 'pdo_mysql',
  20663. 'database_host' => '127.0.0.1',
  20664. 'database_port' => NULL,
  20665. 'database_name' => 'gale_indhold',
  20666. 'database_user' => 'symfony',
  20667. 'database_password' => 'nscc752ja8TZxKwYkzyNhSYP',
  20668. 'mailer_transport' => 'smtp',
  20669. 'mailer_host' => '127.0.0.1',
  20670. 'mailer_user' => 'test@test.dk',
  20671. 'mailer_password' => NULL,
  20672. 'locale' => 'da',
  20673. 'secret' => 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB',
  20674. 'abacus_environment' => 'primaryschool',
  20675. 'abacus.scope' => 'gale',
  20676. 'abacus.publisher' => 'gyldendal',
  20677. 'abacus.use_mathjax' => false,
  20678. 'abacus.use_aws_polly' => false,
  20679. 'abacus.use_editor_features' => false,
  20680. 'abacus.use_bug_report' => true,
  20681. 'abacus.show_self_study' => true,
  20682. 'abacus.show_textbook' => true,
  20683. 'abacus.show_aids_option' => false,
  20684. 'abacus.max_difficulty' => 3,
  20685. 'abacus.use_gamification' => false,
  20686. 'abacus.hotjar_enabled' => false,
  20687. 'abacus.activity_types' => [
  20688. 'peer' => true,
  20689. 'textbook' => true,
  20690. 'worksheet' => false,
  20691. 'quiz' => true,
  20692. 'adaptive' => false,
  20693. 'cramming' => true,
  20694. 'dictate' => false,
  20695. 'reading_test' => false,
  20696. ],
  20697. 'abacus_testmode' => 0,
  20698. 'abacus_base_url' => 'https://galecms.indhold.tibalo.dk',
  20699. 'abacus_filter_content_name' => 0,
  20700. 'abacus.loginconnector.base_url' => 'https://test-loginconnector.gyldendal.dk',
  20701. 'abacus.loginconnector.api_key' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137',
  20702. 'abacus.loginconnector.client_name' => 'gu-abacus',
  20703. 'abacus.loginconnector.shared_secret' => 'gu-abac-437a-404',
  20704. 'abacus.loginconnector.require_license' => 0,
  20705. 'abacus.loginconnector.isbns' => [
  20706. ],
  20707. 'abacus.gas.api_key' => '4799e1fe7f294f7bb145e8c1ddf319e6',
  20708. 'abacus.gas.base_url' => 'https://gdapim-production.azure-api.net',
  20709. 'abacus.gas.v3_product_path' => '/GAS-v3-QA/v3',
  20710. 'abacus.gas.v4_product_path' => '/GAS-v4-QA/v4',
  20711. 'abacus.gas.api_key_header_name' => 'Ocp-Apim-Subscription-Key',
  20712. 'abacus_logout_success_url' => 'https://galecms.indhold.tibalo.dk',
  20713. 'hashids_salt' => 'c9ca7eda-8abd-4574-9359-a603ab883612',
  20714. 'maxstudents_resultpages' => 100,
  20715. 'aws_sdk' => [
  20716. 'version' => 'latest',
  20717. 'region' => 'eu-west-2',
  20718. 'credentials' => [
  20719. 'key' => 'AKIAXK54U276X656SIO4',
  20720. 'secret' => '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',
  20721. ],
  20722. ],
  20723. 'system_topic' => 'math',
  20724. 'sentry_dsn' => 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140',
  20725. 'sentry_js_dsn' => 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644',
  20726. 'allow_sentry_logging' => 1,
  20727. 'allow_two_attempts_in_cramming' => 1,
  20728. 'abacus.systime.require_license' => 0,
  20729. 'abacus.appendices_dir' => '/appendices/',
  20730. 'gale_api_shared_secret' => 'a799271fb677d0bb6a9cf0e1e3dd7b4e97e7deabbf1e14c5a0a0d9199f3aeb1928b13adec51e21cca1a173e58d00baef17eb2417b96adb258f96780b27d56917',
  20731. 'gale_api_jwt_public_key' => '$(GALE_API_JWT_PUBLIC_KEY)',
  20732. 'gale_users.base_url' => 'https://account-data-api-staging.services.systime.dk',
  20733. 'gale_users.api_key' => 'EhJOIvGi1hEXab4yZ4fc54Y97r53Clv3awltVr3s8oTQA1tEuyGZ7qht30aatmYi93VCSDCIBifFFLAkPNd2pe94224uFaN3mHeONbq899Qk5ccKFLzeraT0RBBoZEi7',
  20734. 'systime_users.base_url' => 'https://dev-users.systime.dk/api/',
  20735. 'systime_users.api_key' => '!jkbnuiph80HY(Yhgbkl90l!77uuajsk_temp',
  20736. 'systime_users.sha256_hash_key' => 'sha256_hash_systime_global_tables_config_dev-users.systime.dk_2024_BHJVutgug7cvb!',
  20737. 'systime_users.isbn' => '9788743303145',
  20738. 'clickstream.api.url' => '',
  20739. 'clickstream.api.key' => '',
  20740. 'clickstream.isbn' => '',
  20741. 'event_dispatcher.event_aliases' => [
  20742. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  20743. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  20744. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  20745. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  20746. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  20747. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  20748. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  20749. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  20750. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  20751. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  20752. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  20753. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  20754. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  20755. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  20756. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  20757. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  20758. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  20759. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  20760. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  20761. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  20762. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  20763. ],
  20764. 'fragment.renderer.hinclude.global_template' => NULL,
  20765. 'fragment.path' => '/_fragment',
  20766. 'kernel.secret' => 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB',
  20767. 'kernel.http_method_override' => true,
  20768. 'kernel.trusted_hosts' => [
  20769. ],
  20770. 'kernel.default_locale' => 'da',
  20771. 'kernel.enabled_locales' => [
  20772. ],
  20773. 'kernel.error_controller' => 'error_controller',
  20774. 'debug.file_link_format' => NULL,
  20775. 'asset.request_context.base_path' => NULL,
  20776. 'asset.request_context.secure' => NULL,
  20777. 'translator.logging' => false,
  20778. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  20779. 'debug.error_handler.throw_at' => -1,
  20780. 'router.request_context.host' => 'localhost',
  20781. 'router.request_context.scheme' => 'http',
  20782. 'router.request_context.base_url' => '',
  20783. 'router.resource' => 'kernel::loadRoutes',
  20784. 'request_listener.http_port' => 80,
  20785. 'request_listener.https_port' => 443,
  20786. 'session.metadata.storage_key' => '_sf2_meta',
  20787. 'session.storage.options' => [
  20788. 'cache_limiter' => '0',
  20789. 'cookie_lifetime' => 31536000,
  20790. 'cookie_httponly' => true,
  20791. 'gc_maxlifetime' => 31536000,
  20792. 'gc_probability' => 0,
  20793. ],
  20794. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  20795. 'session.metadata.update_threshold' => 0,
  20796. 'form.type_extension.csrf.enabled' => true,
  20797. 'form.type_extension.csrf.field_name' => '_token',
  20798. 'validator.translation_domain' => 'validators',
  20799. 'profiler_listener.only_exceptions' => false,
  20800. 'profiler_listener.only_main_requests' => false,
  20801. 'security.role_hierarchy.roles' => [
  20802. 'ROLE_SUPER_ADMIN' => [
  20803. 0 => 'ROLE_ADMIN',
  20804. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20805. ],
  20806. 'ROLE_ADMIN' => [
  20807. 0 => 'ROLE_USER',
  20808. 1 => 'ROLE_EDITOR',
  20809. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  20810. 3 => 'ROLE_TEACHER',
  20811. ],
  20812. 'ROLE_EDITOR' => [
  20813. 0 => 'ROLE_USER',
  20814. 1 => 'ROLE_AUTHOR',
  20815. ],
  20816. 'ROLE_AUTHOR' => [
  20817. 0 => 'ROLE_USER',
  20818. ],
  20819. 'ROLE_TEACHER' => [
  20820. 0 => 'ROLE_USER',
  20821. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20822. ],
  20823. 'ROLE_STUDENT' => [
  20824. 0 => 'ROLE_USER',
  20825. ],
  20826. 'ROLE_SINGLE_STUDENT' => [
  20827. 0 => 'ROLE_USER',
  20828. ],
  20829. 'ROLE_API_CREATOR' => [
  20830. 0 => 'ROLE_API',
  20831. ],
  20832. 'ROLE_API_TEACHER' => [
  20833. 0 => 'ROLE_API',
  20834. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20835. ],
  20836. 'ROLE_API_STUDENT' => [
  20837. 0 => 'ROLE_API',
  20838. ],
  20839. 'ROLE_API' => [
  20840. 0 => 'ROLE_USER',
  20841. ],
  20842. ],
  20843. 'security.access.denied_url' => NULL,
  20844. 'security.authentication.manager.erase_credentials' => true,
  20845. 'security.authentication.session_strategy.strategy' => 'migrate',
  20846. 'security.access.always_authenticate_before_granting' => false,
  20847. 'security.authentication.hide_user_not_found' => true,
  20848. 'security.firewalls' => [
  20849. 0 => 'api_doc',
  20850. 1 => 'api_gale',
  20851. 2 => 'dev',
  20852. 3 => 'main',
  20853. ],
  20854. 'twig.form.resources' => [
  20855. 0 => '@VichUploader/Form/fields.html.twig',
  20856. 1 => 'form_div_layout.html.twig',
  20857. ],
  20858. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  20859. 'monolog.use_microseconds' => true,
  20860. 'monolog.swift_mailer.handlers' => [
  20861. ],
  20862. 'monolog.handlers_to_channels' => [
  20863. 'monolog.handler.deprecation' => [
  20864. 'type' => 'inclusive',
  20865. 'elements' => [
  20866. 0 => 'deprecation',
  20867. ],
  20868. ],
  20869. 'monolog.handler.console' => [
  20870. 'type' => 'exclusive',
  20871. 'elements' => [
  20872. 0 => 'event',
  20873. 1 => 'doctrine',
  20874. 2 => 'console',
  20875. ],
  20876. ],
  20877. 'monolog.handler.main' => [
  20878. 'type' => 'exclusive',
  20879. 'elements' => [
  20880. 0 => 'event',
  20881. ],
  20882. ],
  20883. ],
  20884. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  20885. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  20886. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  20887. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  20888. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  20889. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  20890. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  20891. 'doctrine.entity_managers' => [
  20892. 'default' => 'doctrine.orm.default_entity_manager',
  20893. ],
  20894. 'doctrine.default_entity_manager' => 'default',
  20895. 'doctrine.dbal.connection_factory.types' => [
  20896. 'uuid' => [
  20897. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  20898. ],
  20899. 'ulid' => [
  20900. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  20901. ],
  20902. ],
  20903. 'doctrine.connections' => [
  20904. 'default' => 'doctrine.dbal.default_connection',
  20905. ],
  20906. 'doctrine.default_connection' => 'default',
  20907. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  20908. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  20909. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  20910. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  20911. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  20912. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  20913. 'doctrine.orm.cache.memcache_host' => 'localhost',
  20914. 'doctrine.orm.cache.memcache_port' => 11211,
  20915. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  20916. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  20917. 'doctrine.orm.cache.memcached_host' => 'localhost',
  20918. 'doctrine.orm.cache.memcached_port' => 11211,
  20919. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  20920. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  20921. 'doctrine.orm.cache.redis_host' => 'localhost',
  20922. 'doctrine.orm.cache.redis_port' => 6379,
  20923. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  20924. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  20925. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  20926. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  20927. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  20928. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  20929. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  20930. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  20931. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  20932. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  20933. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  20934. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  20935. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  20936. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  20937. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  20938. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  20939. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  20940. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  20941. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  20942. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  20943. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  20944. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  20945. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  20946. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  20947. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  20948. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  20949. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  20950. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  20951. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  20952. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  20953. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  20954. 'doctrine.orm.auto_generate_proxy_classes' => true,
  20955. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  20956. 'doctrine.orm.proxy_namespace' => 'Proxies',
  20957. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  20958. 'stof_doctrine_extensions.default_locale' => 'en',
  20959. 'stof_doctrine_extensions.translation_fallback' => false,
  20960. 'stof_doctrine_extensions.persist_default_translation' => false,
  20961. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  20962. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  20963. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  20964. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  20965. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  20966. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  20967. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  20968. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  20969. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  20970. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  20971. 'fos_user.backend_type_orm' => true,
  20972. 'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  20973. 'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  20974. 'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  20975. 'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  20976. 'fos_user.registration.confirmation.from_email' => [
  20977. 'test@test.dk' => 'abacus.dk',
  20978. ],
  20979. 'fos_user.resetting.email.from_email' => [
  20980. 'test@test.dk' => 'abacus.dk',
  20981. ],
  20982. 'fos_user.registration.confirmation.from_address' => [
  20983. 'address' => 'test@test.dk',
  20984. 'sender_name' => 'abacus.dk',
  20985. ],
  20986. 'fos_user.resetting.email.from_address' => [
  20987. 'address' => 'test@test.dk',
  20988. 'sender_name' => 'abacus.dk',
  20989. ],
  20990. 'fos_user.storage' => 'orm',
  20991. 'fos_user.firewall_name' => 'main',
  20992. 'fos_user.model_manager_name' => NULL,
  20993. 'fos_user.model.user.class' => 'UserBundle\\Entity\\User',
  20994. 'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  20995. 'fos_user.profile.form.name' => 'fos_user_profile_form',
  20996. 'fos_user.profile.form.validation_groups' => [
  20997. 0 => 'Profile',
  20998. 1 => 'Default',
  20999. ],
  21000. 'fos_user.registration.confirmation.enabled' => false,
  21001. 'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  21002. 'fos_user.registration.form.name' => 'fos_user_registration_form',
  21003. 'fos_user.registration.form.validation_groups' => [
  21004. 0 => 'Registration',
  21005. 1 => 'Default',
  21006. ],
  21007. 'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  21008. 'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  21009. 'fos_user.change_password.form.validation_groups' => [
  21010. 0 => 'ChangePassword',
  21011. 1 => 'Default',
  21012. ],
  21013. 'fos_user.resetting.retry_ttl' => 7200,
  21014. 'fos_user.resetting.token_ttl' => 86400,
  21015. 'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  21016. 'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  21017. 'fos_user.resetting.form.validation_groups' => [
  21018. 0 => 'ResetPassword',
  21019. 1 => 'Default',
  21020. ],
  21021. 'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:sliding.html.twig',
  21022. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  21023. 'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  21024. 'knp_paginator.page_range' => 5,
  21025. 'knp_paginator.page_limit' => NULL,
  21026. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  21027. 'vich_uploader.mappings' => [
  21028. 'peer_solution_file' => [
  21029. 'uri_prefix' => '/uploads/peer_solution_files',
  21030. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/peer_solution_files'),
  21031. 'namer' => [
  21032. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file',
  21033. 'options' => [
  21034. ],
  21035. ],
  21036. 'directory_namer' => [
  21037. 'service' => NULL,
  21038. 'options' => NULL,
  21039. ],
  21040. 'delete_on_remove' => true,
  21041. 'delete_on_update' => true,
  21042. 'inject_on_load' => false,
  21043. 'db_driver' => 'orm',
  21044. ],
  21045. 'worksheet_solution_file' => [
  21046. 'uri_prefix' => '/uploads/worksheet_solution_files',
  21047. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/worksheet_solution_files'),
  21048. 'namer' => [
  21049. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file',
  21050. 'options' => [
  21051. ],
  21052. ],
  21053. 'directory_namer' => [
  21054. 'service' => NULL,
  21055. 'options' => NULL,
  21056. ],
  21057. 'delete_on_remove' => true,
  21058. 'delete_on_update' => true,
  21059. 'inject_on_load' => false,
  21060. 'db_driver' => 'orm',
  21061. ],
  21062. ],
  21063. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  21064. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  21065. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  21066. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  21067. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  21068. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  21069. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  21070. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  21071. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  21072. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  21073. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  21074. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  21075. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  21076. 'eight_points_guzzle.plugin.header.headers' => [
  21077. ],
  21078. 'env(SENTRY_RELEASE)' => '3.11.0',
  21079. 'sentry.tracing.enabled' => true,
  21080. 'sentry.tracing.dbal.enabled' => true,
  21081. 'sentry.tracing.dbal.connections' => [
  21082. ],
  21083. 'sentry.tracing.cache.enabled' => true,
  21084. 'sentry.tracing.http_client.enabled' => true,
  21085. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  21086. 'web_profiler.debug_toolbar.mode' => 2,
  21087. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  21088. 'nelmio_api_doc.areas' => [
  21089. 0 => 'default',
  21090. ],
  21091. 'nelmio_api_doc.use_validation_groups' => false,
  21092. 'nelmio_cors.map' => [
  21093. '^/api/' => [
  21094. 'allow_origin' => true,
  21095. 'allow_headers' => [
  21096. 0 => 'origin',
  21097. 1 => 'content-type',
  21098. 2 => 'userid',
  21099. 3 => 'hmac',
  21100. 4 => 'myaccountid',
  21101. 5 => 'authorization',
  21102. 6 => 'external-user-id',
  21103. 7 => 'is-external',
  21104. ],
  21105. 'allow_methods' => [
  21106. 0 => 'POST',
  21107. 1 => 'PUT',
  21108. 2 => 'GET',
  21109. 3 => 'OPTIONS',
  21110. 4 => 'DELETE',
  21111. 5 => 'PATCH',
  21112. ],
  21113. 'allow_credentials' => true,
  21114. 'max_age' => 3600,
  21115. ],
  21116. ],
  21117. 'nelmio_cors.defaults' => [
  21118. 'allow_origin' => [
  21119. ],
  21120. 'allow_credentials' => false,
  21121. 'allow_headers' => [
  21122. ],
  21123. 'allow_private_network' => false,
  21124. 'expose_headers' => [
  21125. ],
  21126. 'allow_methods' => [
  21127. ],
  21128. 'max_age' => 0,
  21129. 'hosts' => [
  21130. ],
  21131. 'origin_regex' => false,
  21132. 'skip_same_as_origin' => true,
  21133. 'forced_allow_origin_value' => NULL,
  21134. ],
  21135. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  21136. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  21137. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  21138. 'scheb_two_factor.model_manager_name' => NULL,
  21139. 'scheb_two_factor.security_tokens' => [
  21140. 0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  21141. 1 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  21142. ],
  21143. 'scheb_two_factor.ip_whitelist' => [
  21144. ],
  21145. 'scheb_two_factor.totp.issuer' => NULL,
  21146. 'scheb_two_factor.totp.server_name' => NULL,
  21147. 'scheb_two_factor.totp.window' => 1,
  21148. 'scheb_two_factor.totp.parameters' => [
  21149. ],
  21150. 'scheb_two_factor.totp.template' => '@User/Security/totp_login.html.twig',
  21151. 'scheb_two_factor.totp.leeway' => NULL,
  21152. 'scheb_two_factor.trusted_device.enabled' => false,
  21153. 'data_collector.templates' => [
  21154. 'data_collector.request' => [
  21155. 0 => 'request',
  21156. 1 => '@WebProfiler/Collector/request.html.twig',
  21157. ],
  21158. 'data_collector.time' => [
  21159. 0 => 'time',
  21160. 1 => '@WebProfiler/Collector/time.html.twig',
  21161. ],
  21162. 'data_collector.memory' => [
  21163. 0 => 'memory',
  21164. 1 => '@WebProfiler/Collector/memory.html.twig',
  21165. ],
  21166. 'data_collector.validator' => [
  21167. 0 => 'validator',
  21168. 1 => '@WebProfiler/Collector/validator.html.twig',
  21169. ],
  21170. 'data_collector.ajax' => [
  21171. 0 => 'ajax',
  21172. 1 => '@WebProfiler/Collector/ajax.html.twig',
  21173. ],
  21174. 'data_collector.form' => [
  21175. 0 => 'form',
  21176. 1 => '@WebProfiler/Collector/form.html.twig',
  21177. ],
  21178. 'data_collector.exception' => [
  21179. 0 => 'exception',
  21180. 1 => '@WebProfiler/Collector/exception.html.twig',
  21181. ],
  21182. 'data_collector.logger' => [
  21183. 0 => 'logger',
  21184. 1 => '@WebProfiler/Collector/logger.html.twig',
  21185. ],
  21186. 'data_collector.events' => [
  21187. 0 => 'events',
  21188. 1 => '@WebProfiler/Collector/events.html.twig',
  21189. ],
  21190. 'data_collector.router' => [
  21191. 0 => 'router',
  21192. 1 => '@WebProfiler/Collector/router.html.twig',
  21193. ],
  21194. 'data_collector.cache' => [
  21195. 0 => 'cache',
  21196. 1 => '@WebProfiler/Collector/cache.html.twig',
  21197. ],
  21198. 'data_collector.translation' => [
  21199. 0 => 'translation',
  21200. 1 => '@WebProfiler/Collector/translation.html.twig',
  21201. ],
  21202. 'data_collector.security' => [
  21203. 0 => 'security',
  21204. 1 => '@Security/Collector/security.html.twig',
  21205. ],
  21206. 'data_collector.twig' => [
  21207. 0 => 'twig',
  21208. 1 => '@WebProfiler/Collector/twig.html.twig',
  21209. ],
  21210. 'data_collector.http_client' => [
  21211. 0 => 'http_client',
  21212. 1 => '@WebProfiler/Collector/http_client.html.twig',
  21213. ],
  21214. 'data_collector.doctrine' => [
  21215. 0 => 'db',
  21216. 1 => '@Doctrine/Collector/db.html.twig',
  21217. ],
  21218. 'data_collector.dump' => [
  21219. 0 => 'dump',
  21220. 1 => '@Debug/Profiler/dump.html.twig',
  21221. ],
  21222. 'data_collector.messenger' => [
  21223. 0 => 'messenger',
  21224. 1 => '@WebProfiler/Collector/messenger.html.twig',
  21225. ],
  21226. 'mailer.data_collector' => [
  21227. 0 => 'mailer',
  21228. 1 => '@WebProfiler/Collector/mailer.html.twig',
  21229. ],
  21230. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  21231. 0 => 'vich_uploader.mapping_collector',
  21232. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  21233. ],
  21234. 'eight_points_guzzle.data_collector' => [
  21235. 0 => 'eight_points_guzzle',
  21236. 1 => '@EightPointsGuzzle/debug.html.twig',
  21237. ],
  21238. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  21239. 0 => 'easyadmin',
  21240. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  21241. ],
  21242. 'data_collector.config' => [
  21243. 0 => 'config',
  21244. 1 => '@WebProfiler/Collector/config.html.twig',
  21245. ],
  21246. ],
  21247. 'console.command.ids' => [
  21248. 0 => 'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand',
  21249. 1 => 'CoreBundle\\Command\\FulfilDeletionRequestsCommand',
  21250. 2 => 'CoreBundle\\Command\\RetentionCleanupCommand',
  21251. 3 => 'CoreBundle\\Command\\MigrateWordOptionsCommand',
  21252. 4 => 'CoreBundle\\Command\\DeleteOldLogEventsCommand',
  21253. 5 => 'CoreBundle\\Command\\UpdateSystimeUsersCommand',
  21254. 6 => 'CoreBundle\\Command\\SetupEndToEndTestDataCommand',
  21255. 7 => 'CoreBundle\\Command\\RemoveEndToEndTestDataCommand',
  21256. 8 => 'CoreBundle\\Command\\AbacusProblemdndMigrateCommand',
  21257. ],
  21258. ];
  21259. }
  21260. protected function throw($message)
  21261. {
  21262. throw new RuntimeException($message);
  21263. }
  21264. }