var/cache/dev/ContainerPnnoXcd/KernelDevDebugContainer.php line 617

Open in your IDE?
  1. <?php
  2. namespace ContainerPnnoXcd;
  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. 'App\\Command\\AbacusDispatchEventsToClickstreamCommand' => 'getAbacusDispatchEventsToClickstreamCommandService',
  47. 'App\\Command\\UpdateSystimeUsersCommand' => 'getUpdateSystimeUsersCommandService',
  48. 'App\\Controller\\Admin\\BugReportsController' => 'getBugReportsControllerService',
  49. 'App\\Controller\\Admin\\ContentController' => 'getContentControllerService',
  50. 'App\\Controller\\Admin\\DefaultController' => 'getDefaultControllerService',
  51. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController' => 'getAudioReferenceCrudControllerService',
  52. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController' => 'getAuthorCrudControllerService',
  53. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController' => 'getBugReportCrudControllerService',
  54. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  55. 'App\\Controller\\Admin\\EasyAdmin\\ContentOverviewController' => 'getContentOverviewControllerService',
  56. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController' => 'getDashboardControllerService',
  57. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController' => 'getEditorCrudControllerService',
  58. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController' => 'getImageReferenceCrudControllerService',
  59. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController' => 'getInfoCrudControllerService',
  60. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController' => 'getInvitationCrudControllerService',
  61. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController' => 'getProblemCrudControllerService',
  62. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController' => 'getProblemFromQuizCrudControllerService',
  63. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController' => 'getProblemFromTemplateCrudControllerService',
  64. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController' => 'getProductQuizCrudControllerService',
  65. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController' => 'getPublicationCrudControllerService',
  66. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController' => 'getPublicationFromPublisherCrudControllerService',
  67. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController' => 'getPublisherCrudControllerService',
  68. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController' => 'getQuizCrudControllerService',
  69. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController' => 'getQuizFromPublicationCrudControllerService',
  70. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController' => 'getQuizTypeCrudControllerService',
  71. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'getSelfStudyExamQuizCrudControllerService',
  72. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController' => 'getTagCrudControllerService',
  73. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController' => 'getTemplateCrudControllerService',
  74. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController' => 'getTemplateFromTopicCrudControllerService',
  75. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController' => 'getTemplateSetCrudControllerService',
  76. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController' => 'getTopicCrudControllerService',
  77. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController' => 'getTopicFromCategoryCrudControllerService',
  78. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController' => 'getUserCrudControllerService',
  79. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController' => 'getWorksheetCrudControllerService',
  80. 'App\\Controller\\Admin\\InstitutionController' => 'getInstitutionControllerService',
  81. 'App\\Controller\\Admin\\MathproblemController' => 'getMathproblemControllerService',
  82. 'App\\Controller\\Admin\\ProblemController' => 'getProblemControllerService',
  83. 'App\\Controller\\Admin\\ResetPasswordController' => 'getResetPasswordControllerService',
  84. 'App\\Controller\\Admin\\TagController' => 'getTagControllerService',
  85. 'App\\Controller\\Admin\\TemplateController' => 'getTemplateControllerService',
  86. 'App\\Controller\\Admin\\TopicController' => 'getTopicControllerService',
  87. 'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  88. 'App\\Controller\\Core\\API\\PollyController' => 'getPollyControllerService',
  89. 'App\\Controller\\Core\\API\\ProblemController' => 'getProblemController2Service',
  90. 'App\\Controller\\Core\\API\\SharedQuizController' => 'getSharedQuizControllerService',
  91. 'App\\Controller\\Core\\API\\VideoController' => 'getVideoControllerService',
  92. 'App\\Controller\\Core\\BugReportController' => 'getBugReportControllerService',
  93. 'App\\Controller\\Core\\DataController' => 'getDataControllerService',
  94. 'App\\Controller\\Core\\DefaultController' => 'getDefaultController2Service',
  95. 'App\\Controller\\Core\\EventLoggerController' => 'getEventLoggerControllerService',
  96. 'App\\Controller\\Core\\KombiMatController' => 'getKombiMatControllerService',
  97. 'App\\Controller\\Core\\MathProblemController' => 'getMathProblemController2Service',
  98. 'App\\Controller\\Core\\ResultsController' => 'getResultsControllerService',
  99. 'App\\Controller\\Core\\TestController' => 'getTestControllerService',
  100. 'App\\Controller\\Core\\TextbookController' => 'getTextbookControllerService',
  101. 'App\\Controller\\Student\\API\\ActivityMetadataController' => 'getActivityMetadataControllerService',
  102. 'App\\Controller\\Student\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsControllerService',
  103. 'App\\Controller\\Student\\API\\DictateActivityResultsController' => 'getDictateActivityResultsControllerService',
  104. 'App\\Controller\\Student\\API\\GamificationProfileController' => 'getGamificationProfileControllerService',
  105. 'App\\Controller\\Student\\API\\HistoryController' => 'getHistoryControllerService',
  106. 'App\\Controller\\Student\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsControllerService',
  107. 'App\\Controller\\Student\\API\\PeerActivityResultsController' => 'getPeerActivityResultsControllerService',
  108. 'App\\Controller\\Student\\API\\ProblemController' => 'getProblemController3Service',
  109. 'App\\Controller\\Student\\API\\QuizActivityController' => 'getQuizActivityControllerService',
  110. 'App\\Controller\\Student\\API\\QuizActivityResultsController' => 'getQuizActivityResultsControllerService',
  111. 'App\\Controller\\Student\\API\\ReadingTestResultsController' => 'getReadingTestResultsControllerService',
  112. 'App\\Controller\\Student\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsControllerService',
  113. 'App\\Controller\\Student\\ClassroomsController' => 'getClassroomsControllerService',
  114. 'App\\Controller\\Student\\CrammingActivityController' => 'getCrammingActivityControllerService',
  115. 'App\\Controller\\Student\\DashboardController' => 'getDashboardController2Service',
  116. 'App\\Controller\\Student\\DefaultController' => 'getDefaultController3Service',
  117. 'App\\Controller\\Student\\DictateController' => 'getDictateControllerService',
  118. 'App\\Controller\\Student\\HistoryController' => 'getHistoryController2Service',
  119. 'App\\Controller\\Student\\HomeworkController' => 'getHomeworkControllerService',
  120. 'App\\Controller\\Student\\KvikDansk\\SelfStudyController' => 'getSelfStudyControllerService',
  121. 'App\\Controller\\Student\\KvikMat\\SelfStudyController' => 'getSelfStudyController2Service',
  122. 'App\\Controller\\Student\\PeerSessionController' => 'getPeerSessionControllerService',
  123. 'App\\Controller\\Student\\PerformanceController' => 'getPerformanceControllerService',
  124. 'App\\Controller\\Student\\PretestController' => 'getPretestControllerService',
  125. 'App\\Controller\\Student\\QuizSessionController' => 'getQuizSessionControllerService',
  126. 'App\\Controller\\Student\\ReadingTestController' => 'getReadingTestControllerService',
  127. 'App\\Controller\\Student\\ResultsController' => 'getResultsController2Service',
  128. 'App\\Controller\\Student\\SelfStudyController' => 'getSelfStudyController3Service',
  129. 'App\\Controller\\Student\\StatisticsController' => 'getStatisticsControllerService',
  130. 'App\\Controller\\Student\\TextbookController' => 'getTextbookController2Service',
  131. 'App\\Controller\\Student\\TrainingController' => 'getTrainingControllerService',
  132. 'App\\Controller\\Student\\WorksheetSessionController' => 'getWorksheetSessionControllerService',
  133. 'App\\Controller\\Teacher\\API\\ActivityController' => 'getActivityControllerService',
  134. 'App\\Controller\\Teacher\\API\\ActivityFolderController' => 'getActivityFolderControllerService',
  135. 'App\\Controller\\Teacher\\API\\ActivityMetadataController' => 'getActivityMetadataController2Service',
  136. 'App\\Controller\\Teacher\\API\\CategoryController' => 'getCategoryControllerService',
  137. 'App\\Controller\\Teacher\\API\\ClassroomController' => 'getClassroomControllerService',
  138. 'App\\Controller\\Teacher\\API\\ClassroomReportController' => 'getClassroomReportControllerService',
  139. 'App\\Controller\\Teacher\\API\\ClassroomTypeController' => 'getClassroomTypeControllerService',
  140. 'App\\Controller\\Teacher\\API\\CrammingActivityController' => 'getCrammingActivityController2Service',
  141. 'App\\Controller\\Teacher\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsController2Service',
  142. 'App\\Controller\\Teacher\\API\\DictateActivityController' => 'getDictateActivityControllerService',
  143. 'App\\Controller\\Teacher\\API\\DictateActivityResultsController' => 'getDictateActivityResultsController2Service',
  144. 'App\\Controller\\Teacher\\API\\DictateController' => 'getDictateController2Service',
  145. 'App\\Controller\\Teacher\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsController2Service',
  146. 'App\\Controller\\Teacher\\API\\HomeworkController' => 'getHomeworkController2Service',
  147. 'App\\Controller\\Teacher\\API\\OnboardingController' => 'getOnboardingControllerService',
  148. 'App\\Controller\\Teacher\\API\\PeerActivityController' => 'getPeerActivityControllerService',
  149. 'App\\Controller\\Teacher\\API\\PeerActivityResultsController' => 'getPeerActivityResultsController2Service',
  150. 'App\\Controller\\Teacher\\API\\PeerProblemController' => 'getPeerProblemControllerService',
  151. 'App\\Controller\\Teacher\\API\\PeerThemeClassTypeController' => 'getPeerThemeClassTypeControllerService',
  152. 'App\\Controller\\Teacher\\API\\PeerThemeController' => 'getPeerThemeControllerService',
  153. 'App\\Controller\\Teacher\\API\\ProblemController' => 'getProblemController4Service',
  154. 'App\\Controller\\Teacher\\API\\QuizActivityController' => 'getQuizActivityController2Service',
  155. 'App\\Controller\\Teacher\\API\\QuizActivityResultsController' => 'getQuizActivityResultsController2Service',
  156. 'App\\Controller\\Teacher\\API\\QuizController' => 'getQuizControllerService',
  157. 'App\\Controller\\Teacher\\API\\QuizTypeController' => 'getQuizTypeControllerService',
  158. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController' => 'getReadingTestActivityControllerService',
  159. 'App\\Controller\\Teacher\\API\\ReadingTestController' => 'getReadingTestController2Service',
  160. 'App\\Controller\\Teacher\\API\\ReadingTestResultsController' => 'getReadingTestResultsController2Service',
  161. 'App\\Controller\\Teacher\\API\\ResultsOverviewController' => 'getResultsOverviewControllerService',
  162. 'App\\Controller\\Teacher\\API\\SessionController' => 'getSessionControllerService',
  163. 'App\\Controller\\Teacher\\API\\StudentController' => 'getStudentControllerService',
  164. 'App\\Controller\\Teacher\\API\\StudentReportController' => 'getStudentReportControllerService',
  165. 'App\\Controller\\Teacher\\API\\TagController' => 'getTagController2Service',
  166. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController' => 'getTemplateMathproblemControllerService',
  167. 'App\\Controller\\Teacher\\API\\TemplateSetController' => 'getTemplateSetControllerService',
  168. 'App\\Controller\\Teacher\\API\\TrainingActivityController' => 'getTrainingActivityControllerService',
  169. 'App\\Controller\\Teacher\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsController2Service',
  170. 'App\\Controller\\Teacher\\API\\WorksheetActivityController' => 'getWorksheetActivityControllerService',
  171. 'App\\Controller\\Teacher\\API\\WorksheetActivityResultsController' => 'getWorksheetActivityResultsControllerService',
  172. 'App\\Controller\\Teacher\\API\\WorksheetController' => 'getWorksheetControllerService',
  173. 'App\\Controller\\Teacher\\CampaignController' => 'getCampaignControllerService',
  174. 'App\\Controller\\Teacher\\ClassroomController' => 'getClassroomController2Service',
  175. 'App\\Controller\\Teacher\\ContentController' => 'getContentController2Service',
  176. 'App\\Controller\\Teacher\\CrammingActivityController' => 'getCrammingActivityController3Service',
  177. 'App\\Controller\\Teacher\\DefaultController' => 'getDefaultController4Service',
  178. 'App\\Controller\\Teacher\\ExtendActivityController' => 'getExtendActivityControllerService',
  179. 'App\\Controller\\Teacher\\HistoryController' => 'getHistoryController3Service',
  180. 'App\\Controller\\Teacher\\HomeworkController' => 'getHomeworkController3Service',
  181. 'App\\Controller\\Teacher\\PeerTrainingController' => 'getPeerTrainingControllerService',
  182. 'App\\Controller\\Teacher\\QuizController' => 'getQuizController2Service',
  183. 'App\\Controller\\Teacher\\QuizSessionController' => 'getQuizSessionController2Service',
  184. 'App\\Controller\\Teacher\\ReportPdfExportController' => 'getReportPdfExportControllerService',
  185. 'App\\Controller\\Teacher\\ResultsController' => 'getResultsController3Service',
  186. 'App\\Controller\\Teacher\\ResultsOverviewController' => 'getResultsOverviewController2Service',
  187. 'App\\Controller\\Teacher\\StudentController' => 'getStudentController2Service',
  188. 'App\\Controller\\Teacher\\TextbookController' => 'getTextbookController3Service',
  189. 'App\\Controller\\Teacher\\TrainingController' => 'getTrainingController2Service',
  190. 'App\\Controller\\Teacher\\WorksheetController' => 'getWorksheetController2Service',
  191. 'App\\Controller\\Teacher\\WorksheetSessionController' => 'getWorksheetSessionController2Service',
  192. 'App\\Controller\\User\\DefaultController' => 'getDefaultController5Service',
  193. 'App\\Controller\\User\\RegistrationController' => 'getRegistrationControllerService',
  194. 'App\\Controller\\User\\ResetPasswordController' => 'getResetPasswordController2Service',
  195. 'App\\Controller\\User\\SecurityController' => 'getSecurityControllerService',
  196. 'App\\Controller\\User\\SetupTwoFactorAuthController' => 'getSetupTwoFactorAuthControllerService',
  197. 'App\\Entity\\Core\\Classroom\\ClassroomRepository' => 'getClassroomRepositoryService',
  198. 'App\\EventListener\\User\\LogoutSubscriber' => 'getLogoutSubscriberService',
  199. 'App\\Helpers\\Core\\InternalSyntaxHelper' => 'getInternalSyntaxHelperService',
  200. 'App\\Helpers\\Core\\TokenizeHelper' => 'getTokenizeHelperService',
  201. 'App\\Helpers\\Core\\ValidationHelper' => 'getValidationHelperService',
  202. 'App\\Repository\\User\\ResetPasswordRequestRepository' => 'getResetPasswordRequestRepositoryService',
  203. 'App\\Services\\Core\\API\\AdaptiveActivityResultsService' => 'getAdaptiveActivityResultsServiceService',
  204. 'App\\Services\\Core\\API\\AnswerService' => 'getAnswerServiceService',
  205. 'App\\Services\\Core\\API\\ExtractQuestionAnswers' => 'getExtractQuestionAnswersService',
  206. 'App\\Services\\Core\\API\\ProblemService' => 'getProblemServiceService',
  207. 'App\\Services\\Core\\API\\SharedQuizService' => 'getSharedQuizServiceService',
  208. 'App\\Services\\Core\\ActivityFolderService' => 'getActivityFolderServiceService',
  209. 'App\\Services\\Core\\ActivityResolverService' => 'getActivityResolverServiceService',
  210. 'App\\Services\\Core\\ActivityTypeMappingService' => 'getActivityTypeMappingServiceService',
  211. 'App\\Services\\Core\\ScoreService' => 'getScoreServiceService',
  212. 'App\\Services\\Core\\TestDataService' => 'getTestDataServiceService',
  213. 'App\\Services\\Core\\TextbookService' => 'getTextbookServiceService',
  214. 'App\\Services\\Core\\TrainingSessionService' => 'getTrainingSessionServiceService',
  215. 'App\\Services\\Student\\MathproblemService' => 'getMathproblemServiceService',
  216. 'App\\Services\\Student\\QuizSessionService' => 'getQuizSessionServiceService',
  217. 'App\\Services\\Student\\Transform' => 'getTransformService',
  218. 'App\\Services\\Student\\WorksheetSessionService' => 'getWorksheetSessionServiceService',
  219. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service' => 'getServiceService',
  220. 'App\\Services\\Teacher\\API\\DictateActivityService' => 'getDictateActivityServiceService',
  221. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsServiceService',
  222. 'App\\Services\\Teacher\\API\\QuizActivityResultsService' => 'getQuizActivityResultsServiceService',
  223. 'App\\Services\\Teacher\\API\\ResultsOverviewService' => 'getResultsOverviewServiceService',
  224. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsServiceService',
  225. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService' => 'getWorksheetActivityResultsServiceService',
  226. 'App\\Services\\Teacher\\CategoryService' => 'getCategoryServiceService',
  227. 'App\\Services\\User\\GaleUserService' => 'getGaleUserServiceService',
  228. 'App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver' => 'getPeerSessionTimeStatusResolverService',
  229. 'App\\Session\\Core\\SessionPlayer' => 'getSessionPlayerService',
  230. 'App\\Transformer\\Core\\ActivityFolderTransformer' => 'getActivityFolderTransformerService',
  231. 'App\\Util\\Core\\Aws\\AwsPollyUtil' => 'getAwsPollyUtilService',
  232. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  233. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  234. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  235. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  236. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  237. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  238. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  239. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  240. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  241. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  242. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  243. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  244. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  245. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  246. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file' => 'getUniqidNamer_PeerSolutionFileService',
  247. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file' => 'getUniqidNamer_WorksheetSolutionFileService',
  248. 'abacus.core.training_session' => 'getAbacus_Core_TrainingSessionService',
  249. 'abacus_core.math_problem.selection.difficulty_resolver' => 'getAbacusCore_MathProblem_Selection_DifficultyResolverService',
  250. 'abacus_core.math_problem.selection.math_problem_type_provider' => 'getAbacusCore_MathProblem_Selection_MathProblemTypeProviderService',
  251. 'abacus_core.repository.topic' => 'getAbacusCore_Repository_TopicService',
  252. 'cache.app' => 'getCache_AppService',
  253. 'cache.app_clearer' => 'getCache_AppClearerService',
  254. 'cache.easyadmin' => 'getCache_EasyadminService',
  255. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  256. 'cache.system' => 'getCache_SystemService',
  257. 'cache.system_clearer' => 'getCache_SystemClearerService',
  258. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  259. 'cache_warmer' => 'getCacheWarmerService',
  260. 'console.command.public_alias.App\\Command\\AbacusProblemdndMigrateCommand' => 'getAbacusProblemdndMigrateCommandService',
  261. 'console.command.public_alias.App\\Command\\DeleteOldLogEventsCommand' => 'getDeleteOldLogEventsCommandService',
  262. 'console.command.public_alias.App\\Command\\FulfilDeletionRequestsCommand' => 'getFulfilDeletionRequestsCommandService',
  263. 'console.command.public_alias.App\\Command\\GaleDuplicateProblemDataFix' => 'getGaleDuplicateProblemDataFixService',
  264. 'console.command.public_alias.App\\Command\\MigrateWordOptionsCommand' => 'getMigrateWordOptionsCommandService',
  265. 'console.command.public_alias.App\\Command\\RemoveEndToEndTestDataCommand' => 'getRemoveEndToEndTestDataCommandService',
  266. 'console.command.public_alias.App\\Command\\RemoveStudentFromClassroomsCommand' => 'getRemoveStudentFromClassroomsCommandService',
  267. 'console.command.public_alias.App\\Command\\RetentionCleanupCommand' => 'getRetentionCleanupCommandService',
  268. 'console.command.public_alias.App\\Command\\SetupEndToEndTestDataCommand' => 'getSetupEndToEndTestDataCommandService',
  269. 'console.command_loader' => 'getConsole_CommandLoaderService',
  270. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  271. 'data_collector.dump' => 'getDataCollector_DumpService',
  272. 'doctrine' => 'getDoctrineService',
  273. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  274. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  275. 'eight_points_guzzle.client.gale_users' => 'getEightPointsGuzzle_Client_GaleUsersService',
  276. 'eight_points_guzzle.client.gyldendalaccessservice' => 'getEightPointsGuzzle_Client_GyldendalaccessserviceService',
  277. 'eight_points_guzzle.client.loginconnector' => 'getEightPointsGuzzle_Client_LoginconnectorService',
  278. 'eight_points_guzzle.client.systime_users' => 'getEightPointsGuzzle_Client_SystimeUsersService',
  279. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  280. 'eight_points_guzzle.handler_stack.gale_users' => 'getEightPointsGuzzle_HandlerStack_GaleUsersService',
  281. 'eight_points_guzzle.handler_stack.gyldendalaccessservice' => 'getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService',
  282. 'eight_points_guzzle.handler_stack.loginconnector' => 'getEightPointsGuzzle_HandlerStack_LoginconnectorService',
  283. 'eight_points_guzzle.handler_stack.systime_users' => 'getEightPointsGuzzle_HandlerStack_SystimeUsersService',
  284. 'eight_points_guzzle.middleware.event_dispatch.gale_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService',
  285. 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService',
  286. 'eight_points_guzzle.middleware.event_dispatch.loginconnector' => 'getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService',
  287. 'eight_points_guzzle.middleware.event_dispatch.systime_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService',
  288. 'eight_points_guzzle.middleware.log.gale_users' => 'getEightPointsGuzzle_Middleware_Log_GaleUsersService',
  289. 'eight_points_guzzle.middleware.log.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService',
  290. 'eight_points_guzzle.middleware.log.loginconnector' => 'getEightPointsGuzzle_Middleware_Log_LoginconnectorService',
  291. 'eight_points_guzzle.middleware.log.systime_users' => 'getEightPointsGuzzle_Middleware_Log_SystimeUsersService',
  292. 'eight_points_guzzle.middleware.profile.gale_users' => 'getEightPointsGuzzle_Middleware_Profile_GaleUsersService',
  293. 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService',
  294. 'eight_points_guzzle.middleware.profile.loginconnector' => 'getEightPointsGuzzle_Middleware_Profile_LoginconnectorService',
  295. 'eight_points_guzzle.middleware.profile.systime_users' => 'getEightPointsGuzzle_Middleware_Profile_SystimeUsersService',
  296. 'eight_points_guzzle.middleware.request_time.gale_users' => 'getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService',
  297. 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService',
  298. 'eight_points_guzzle.middleware.request_time.loginconnector' => 'getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService',
  299. 'eight_points_guzzle.middleware.request_time.systime_users' => 'getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService',
  300. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  301. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  302. 'error_controller' => 'getErrorControllerService',
  303. 'event_dispatcher' => 'getEventDispatcherService',
  304. 'http_kernel' => 'getHttpKernelService',
  305. 'knp_paginator' => 'getKnpPaginatorService',
  306. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  307. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  308. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  309. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  310. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  311. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  312. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  313. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  314. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  315. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  316. 'request_stack' => 'getRequestStackService',
  317. 'router' => 'getRouterService',
  318. 'routing.loader' => 'getRouting_LoaderService',
  319. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  320. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  321. 'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  322. 'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  323. 'services_resetter' => 'getServicesResetterService',
  324. 'translator' => 'getTranslatorService',
  325. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  326. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  327. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  328. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  329. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  330. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  331. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  332. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  333. 'cache_clearer' => 'getCacheClearerService',
  334. 'filesystem' => 'getFilesystemService',
  335. 'serializer' => 'getSerializerService',
  336. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  337. 'form.factory' => 'getForm_FactoryService',
  338. 'form.type.file' => 'getForm_Type_FileService',
  339. 'profiler' => 'getProfilerService',
  340. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  341. 'security.token_storage' => 'getSecurity_TokenStorageService',
  342. 'twig' => 'getTwigService',
  343. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  344. 'session' => 'getSessionService',
  345. 'validator' => 'getValidatorService',
  346. ];
  347. $this->aliases = [
  348. 'database_connection' => 'doctrine.dbal.default_connection',
  349. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  350. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  351. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  352. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  353. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  354. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  355. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  356. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  357. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  358. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  359. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  360. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  361. ];
  362. $this->privates['service_container'] = function () {
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  369. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  370. include_once \dirname(__DIR__, 4).'/src/Services/Core/SelfStudyVoterService.php';
  371. include_once \dirname(__DIR__, 4).'/src/Services/Core/TextbookVoterService.php';
  372. include_once \dirname(__DIR__, 4).'/src/Event/RequestListener.php';
  373. include_once \dirname(__DIR__, 4).'/src/Logger/Core/SessionRequestProcessor.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/ColocatedMappingDriver.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileDriver.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Context/AdminContextInterface.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Provider/AdminContextProviderInterface.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Registry/AdminControllerRegistryInterface.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/AdminControllerRegistry.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Router/AdminRouteGeneratorInterface.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Translation/EntityTranslationIdGeneratorInterface.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Translation/EntityTranslationIdGenerator.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/EventListener/TwigComponentLoggerListener.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/DataCollector/TwigComponentDataCollector.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  795. include_once \dirname(__DIR__, 4).'/src/Twig/Core/AppExtension.php';
  796. include_once \dirname(__DIR__, 4).'/src/Twig/Core/TranslationExtension.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/twig/html-extra/HtmlExtension.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  819. };
  820. }
  821. public function compile(): void
  822. {
  823. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  824. }
  825. public function isCompiled(): bool
  826. {
  827. return true;
  828. }
  829. public function getRemovedIds(): array
  830. {
  831. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  832. }
  833. /**
  834. * Gets the public '.container.private.cache_clearer' shared service.
  835. *
  836. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  837. */
  838. protected function get_Container_Private_CacheClearerService()
  839. {
  840. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  842. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  843. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  844. }, 1));
  845. }
  846. /**
  847. * Gets the public '.container.private.filesystem' shared service.
  848. *
  849. * @return \Symfony\Component\Filesystem\Filesystem
  850. */
  851. protected function get_Container_Private_FilesystemService()
  852. {
  853. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  854. }
  855. /**
  856. * Gets the public '.container.private.form.factory' shared service.
  857. *
  858. * @return \Symfony\Component\Form\FormFactory
  859. */
  860. protected function get_Container_Private_Form_FactoryService()
  861. {
  862. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  864. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  865. if (isset($this->services['.container.private.form.factory'])) {
  866. return $this->services['.container.private.form.factory'];
  867. }
  868. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  869. }
  870. /**
  871. * Gets the public '.container.private.form.type.file' shared service.
  872. *
  873. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  874. */
  875. protected function get_Container_Private_Form_Type_FileService()
  876. {
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  880. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  881. }
  882. /**
  883. * Gets the public '.container.private.profiler' shared service.
  884. *
  885. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  886. */
  887. protected function get_Container_Private_ProfilerService()
  888. {
  889. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  890. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  891. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  892. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  893. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  894. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  895. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  896. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  897. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  898. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  899. $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  900. $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  901. $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  902. $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  903. $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  904. $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  905. $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  906. $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  907. $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  908. $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  909. $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  910. $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  911. $d->addInstance('cache.easyadmin.traceable', ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  912. $d->addInstance('cache.ux.twig_component.traceable', ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService()));
  913. $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  914. $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  915. $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  916. $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  917. $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  918. $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  919. if ($this->has('kernel')) {
  920. $h->setKernel($b);
  921. }
  922. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  923. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  924. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  925. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  926. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  927. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  928. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  929. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  930. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  931. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  932. $instance->add($d);
  933. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  934. $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));
  935. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  936. $instance->add(new \Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector(($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener())), $e, true));
  937. $instance->add($f);
  938. $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([])))));
  939. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  940. $instance->add($g);
  941. $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()))));
  942. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  943. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  944. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  945. $instance->add($h);
  946. return $instance;
  947. }
  948. /**
  949. * Gets the public '.container.private.security.authorization_checker' shared service.
  950. *
  951. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  952. */
  953. protected function get_Container_Private_Security_AuthorizationCheckerService()
  954. {
  955. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  956. if (isset($this->services['.container.private.security.authorization_checker'])) {
  957. return $this->services['.container.private.security.authorization_checker'];
  958. }
  959. 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);
  960. }
  961. /**
  962. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  963. *
  964. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  965. */
  966. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  967. {
  968. 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())));
  969. }
  970. /**
  971. * Gets the public '.container.private.security.password_encoder' shared service.
  972. *
  973. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  974. *
  975. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  976. */
  977. protected function get_Container_Private_Security_PasswordEncoderService()
  978. {
  979. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  980. 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()));
  981. }
  982. /**
  983. * Gets the public '.container.private.security.token_storage' shared service.
  984. *
  985. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  986. */
  987. protected function get_Container_Private_Security_TokenStorageService()
  988. {
  989. 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, [
  990. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  991. ], [
  992. 'request_stack' => '?',
  993. ]));
  994. }
  995. /**
  996. * Gets the public '.container.private.serializer' shared service.
  997. *
  998. * @return \Symfony\Component\Serializer\Serializer
  999. */
  1000. protected function get_Container_Private_SerializerService()
  1001. {
  1002. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  1003. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1004. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1005. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1006. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1007. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1008. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1009. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1010. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1011. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  1012. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1013. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1014. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1015. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1016. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1017. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1018. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1019. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1020. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1021. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1022. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1023. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1024. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1025. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1026. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1027. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1028. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1029. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1030. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1031. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1032. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1033. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1034. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1035. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1036. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1037. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1038. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1039. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1040. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1041. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1042. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1043. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1044. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1045. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1046. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1047. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1048. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1049. 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()]);
  1050. }
  1051. /**
  1052. * Gets the public '.container.private.session' shared service.
  1053. *
  1054. * @return \Symfony\Component\HttpFoundation\Session\Session
  1055. */
  1056. protected function get_Container_Private_SessionService()
  1057. {
  1058. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1059. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  1060. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1061. if (isset($this->services['.container.private.session'])) {
  1062. return $this->services['.container.private.session'];
  1063. }
  1064. return $this->services['.container.private.session'] = $a->createSession();
  1065. }
  1066. /**
  1067. * Gets the public '.container.private.twig' shared service.
  1068. *
  1069. * @return \Twig\Environment
  1070. */
  1071. protected function get_Container_Private_TwigService()
  1072. {
  1073. $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1074. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1075. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1076. $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1077. $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1078. $e = new \Symfony\Bridge\Twig\Extension\TranslationExtension($d);
  1079. $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1080. $g = 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($a, $f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  1081. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService());
  1082. }, 1)));
  1083. $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1084. $i = ($this->services['router'] ?? $this->getRouterService());
  1085. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1086. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
  1087. $k = new \Symfony\Bridge\Twig\AppVariable();
  1088. $k->setEnvironment('dev');
  1089. $k->setDebug(true);
  1090. if ($this->has('.container.private.security.token_storage')) {
  1091. $k->setTokenStorage($b);
  1092. }
  1093. if ($this->has('request_stack')) {
  1094. $k->setRequestStack($a);
  1095. }
  1096. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1097. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1098. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1099. $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($a, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $b)));
  1100. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1101. $instance->addExtension($e);
  1102. $instance->addExtension($g);
  1103. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
  1104. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1105. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1106. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($c, true));
  1107. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1108. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1109. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a, $i)));
  1110. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1111. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1112. $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())));
  1113. $instance->addExtension(new \App\Twig\Core\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1114. $instance->addExtension(new \App\Twig\Core\TranslationExtension($e, 'gale'));
  1115. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1116. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i, $d)));
  1117. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1118. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1119. $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1120. $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1121. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1122. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($g));
  1123. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1124. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1125. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1126. ], [
  1127. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1128. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  1129. ]), ($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, $d, NULL));
  1130. $instance->addExtension(new \Twig\Extra\Html\HtmlExtension());
  1131. $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension());
  1132. $instance->addGlobal('app', $k);
  1133. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1134. 'App\\Twig\\Core\\AppRuntime' => ['privates', 'core.twig_runtime', 'getCore_TwigRuntimeService', false],
  1135. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  1136. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  1137. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  1138. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  1139. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
  1140. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => ['privates', 'ux.twig_component.twig.component_runtime', 'getUx_TwigComponent_Twig_ComponentRuntimeService', false],
  1141. ], [
  1142. 'App\\Twig\\Core\\AppRuntime' => '?',
  1143. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1144. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1145. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1146. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1147. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1148. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => '?',
  1149. ])));
  1150. $instance->addGlobal('abacus_loginconnector_base_url', 'https://test-loginconnector.gyldendal.dk');
  1151. $instance->addGlobal('abacus_loginconnector_client_name', 'gu-abacus');
  1152. $instance->addGlobal('environment', 'primaryschool');
  1153. $instance->addGlobal('scope', 'gale');
  1154. $instance->addGlobal('__PUBLISHER__', 'gyldendal');
  1155. $instance->addGlobal('__USE_MATHJAX__', false);
  1156. $instance->addGlobal('__USE_GAMIFICATION__', false);
  1157. $instance->addGlobal('__USE_EDITOR_FEATURES__', false);
  1158. $instance->addGlobal('__USE_BUG_REPORT__', true);
  1159. $instance->addGlobal('__SHOW_SELF_STUDY__', true);
  1160. $instance->addGlobal('__SHOW_TEXTBOOK__', true);
  1161. $instance->addGlobal('__SHOW_AIDS_OPTION__', false);
  1162. $instance->addGlobal('__MAX_DIFFICULTY__', 3);
  1163. $instance->addGlobal('__HOTJAR_ENABLED__', false);
  1164. $instance->addGlobal('maxstudents', 100);
  1165. $instance->addGlobal('system_topic', 'math');
  1166. $instance->addGlobal('sentry_dsn', 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140');
  1167. $instance->addGlobal('abacus_base_url', 'https://galecms.dev.tibalo.dk');
  1168. $instance->addGlobal('abacus_testmode', 0);
  1169. $instance->addGlobal('appendices_dir', '/appendices/');
  1170. $instance->addGlobal('textbook_voter_service', ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()));
  1171. $instance->addGlobal('self_study_voter_service', ($this->privates['App\\Services\\Core\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()));
  1172. $instance->addGlobal('activities', $this->parameters['abacus.activity_types']);
  1173. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1174. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1175. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1176. (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',')))->configure($instance);
  1177. return $instance;
  1178. }
  1179. /**
  1180. * Gets the public '.container.private.validator' shared service.
  1181. *
  1182. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1183. */
  1184. protected function get_Container_Private_ValidatorService()
  1185. {
  1186. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1187. if (isset($this->services['.container.private.validator'])) {
  1188. return $this->services['.container.private.validator'];
  1189. }
  1190. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1191. }
  1192. /**
  1193. * Gets the public 'App\Command\AbacusDispatchEventsToClickstreamCommand' shared autowired service.
  1194. *
  1195. * @return \App\Command\AbacusDispatchEventsToClickstreamCommand
  1196. */
  1197. protected function getAbacusDispatchEventsToClickstreamCommandService()
  1198. {
  1199. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1200. include_once \dirname(__DIR__, 4).'/src/Command/AbacusDispatchEventsToClickstreamCommand.php';
  1201. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamLoggerService.php';
  1202. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamDtoPopulatorService.php';
  1203. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamConnectorService.php';
  1204. $this->services['App\\Command\\AbacusDispatchEventsToClickstreamCommand'] = $instance = new \App\Command\AbacusDispatchEventsToClickstreamCommand(\dirname(__DIR__, 4), '', '', new \App\Services\Core\ClickstreamLoggerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Services\Core\ClickstreamDtoPopulatorService('gale', \dirname(__DIR__, 4), '', ($this->services['translator'] ?? $this->getTranslatorService())), new \App\Services\Core\ClickstreamConnectorService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), '', '')));
  1205. $instance->setName('abacus:dispatch-events-to-clickstream-log');
  1206. $instance->setDescription('Dispatch events to Clickstream Log');
  1207. return $instance;
  1208. }
  1209. /**
  1210. * Gets the public 'App\Command\UpdateSystimeUsersCommand' shared autowired service.
  1211. *
  1212. * @return \App\Command\UpdateSystimeUsersCommand
  1213. */
  1214. protected function getUpdateSystimeUsersCommandService()
  1215. {
  1216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1217. include_once \dirname(__DIR__, 4).'/src/Command/UpdateSystimeUsersCommand.php';
  1218. return $this->services['App\\Command\\UpdateSystimeUsersCommand'] = new \App\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!', '9788743303084');
  1219. }
  1220. /**
  1221. * Gets the public 'App\Controller\Admin\BugReportsController' shared autowired service.
  1222. *
  1223. * @return \App\Controller\Admin\BugReportsController
  1224. */
  1225. protected function getBugReportsControllerService()
  1226. {
  1227. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1228. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/BugReportsController.php';
  1229. $this->services['App\\Controller\\Admin\\BugReportsController'] = $instance = new \App\Controller\Admin\BugReportsController();
  1230. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\BugReportsController', $this));
  1231. return $instance;
  1232. }
  1233. /**
  1234. * Gets the public 'App\Controller\Admin\ContentController' shared autowired service.
  1235. *
  1236. * @return \App\Controller\Admin\ContentController
  1237. */
  1238. protected function getContentControllerService()
  1239. {
  1240. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1241. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ContentController.php';
  1242. $this->services['App\\Controller\\Admin\\ContentController'] = $instance = new \App\Controller\Admin\ContentController();
  1243. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ContentController', $this));
  1244. return $instance;
  1245. }
  1246. /**
  1247. * Gets the public 'App\Controller\Admin\DefaultController' shared autowired service.
  1248. *
  1249. * @return \App\Controller\Admin\DefaultController
  1250. */
  1251. protected function getDefaultControllerService()
  1252. {
  1253. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1254. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DefaultController.php';
  1255. $this->services['App\\Controller\\Admin\\DefaultController'] = $instance = new \App\Controller\Admin\DefaultController();
  1256. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\DefaultController', $this));
  1257. return $instance;
  1258. }
  1259. /**
  1260. * Gets the public 'App\Controller\Admin\EasyAdmin\AudioReferenceCrudController' shared autowired service.
  1261. *
  1262. * @return \App\Controller\Admin\EasyAdmin\AudioReferenceCrudController
  1263. */
  1264. protected function getAudioReferenceCrudControllerService()
  1265. {
  1266. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1267. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1268. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1269. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/AudioReferenceCrudController.php';
  1270. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1271. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'])) {
  1272. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'];
  1273. }
  1274. $b = ($this->privates['App\\Services\\Admin\\MediaService'] ?? $this->getMediaServiceService());
  1275. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'])) {
  1276. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'];
  1277. }
  1278. $this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\AudioReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $b, ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1279. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController', $this));
  1280. return $instance;
  1281. }
  1282. /**
  1283. * Gets the public 'App\Controller\Admin\EasyAdmin\AuthorCrudController' shared autowired service.
  1284. *
  1285. * @return \App\Controller\Admin\EasyAdmin\AuthorCrudController
  1286. */
  1287. protected function getAuthorCrudControllerService()
  1288. {
  1289. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1290. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1291. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1292. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/UserCrudController.php';
  1293. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/AuthorCrudController.php';
  1294. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1295. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'])) {
  1296. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'];
  1297. }
  1298. $this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\AuthorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1299. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController', $this));
  1300. return $instance;
  1301. }
  1302. /**
  1303. * Gets the public 'App\Controller\Admin\EasyAdmin\BugReportCrudController' shared autowired service.
  1304. *
  1305. * @return \App\Controller\Admin\EasyAdmin\BugReportCrudController
  1306. */
  1307. protected function getBugReportCrudControllerService()
  1308. {
  1309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1310. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1311. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1312. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/BugReportCrudController.php';
  1313. $this->services['App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\BugReportCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1314. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController', $this));
  1315. return $instance;
  1316. }
  1317. /**
  1318. * Gets the public 'App\Controller\Admin\EasyAdmin\CategoryCrudController' shared autowired service.
  1319. *
  1320. * @return \App\Controller\Admin\EasyAdmin\CategoryCrudController
  1321. */
  1322. protected function getCategoryCrudControllerService()
  1323. {
  1324. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1325. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1326. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1327. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/CategoryCrudController.php';
  1328. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1329. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'])) {
  1330. return $this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'];
  1331. }
  1332. $this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\CategoryCrudController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $a);
  1333. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController', $this));
  1334. return $instance;
  1335. }
  1336. /**
  1337. * Gets the public 'App\Controller\Admin\EasyAdmin\ContentOverviewController' shared autowired service.
  1338. *
  1339. * @return \App\Controller\Admin\EasyAdmin\ContentOverviewController
  1340. */
  1341. protected function getContentOverviewControllerService()
  1342. {
  1343. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1344. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ContentOverviewController.php';
  1345. $this->services['App\\Controller\\Admin\\EasyAdmin\\ContentOverviewController'] = $instance = new \App\Controller\Admin\EasyAdmin\ContentOverviewController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1346. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ContentOverviewController', $this));
  1347. return $instance;
  1348. }
  1349. /**
  1350. * Gets the public 'App\Controller\Admin\EasyAdmin\DashboardController' shared autowired service.
  1351. *
  1352. * @return \App\Controller\Admin\EasyAdmin\DashboardController
  1353. */
  1354. protected function getDashboardControllerService()
  1355. {
  1356. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1357. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  1358. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  1359. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/DashboardController.php';
  1360. $this->services['App\\Controller\\Admin\\EasyAdmin\\DashboardController'] = $instance = new \App\Controller\Admin\EasyAdmin\DashboardController();
  1361. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1362. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1363. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1364. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  1365. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  1366. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  1367. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1368. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1369. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  1370. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1371. 'router' => ['services', 'router', 'getRouterService', false],
  1372. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  1373. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  1374. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  1375. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  1376. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  1377. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1378. ], [
  1379. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1380. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  1381. 'doctrine' => '?',
  1382. 'form.factory' => '?',
  1383. 'http_kernel' => '?',
  1384. 'message_bus' => '?',
  1385. 'messenger.default_bus' => '?',
  1386. 'parameter_bag' => '?',
  1387. 'request_stack' => '?',
  1388. 'router' => '?',
  1389. 'security.authorization_checker' => '?',
  1390. 'security.csrf.token_manager' => '?',
  1391. 'security.token_storage' => '?',
  1392. 'serializer' => '?',
  1393. 'session' => '.session.deprecated',
  1394. 'twig' => '?',
  1395. ]))->withContext('App\\Controller\\Admin\\EasyAdmin\\DashboardController', $this));
  1396. return $instance;
  1397. }
  1398. /**
  1399. * Gets the public 'App\Controller\Admin\EasyAdmin\EditorCrudController' shared autowired service.
  1400. *
  1401. * @return \App\Controller\Admin\EasyAdmin\EditorCrudController
  1402. */
  1403. protected function getEditorCrudControllerService()
  1404. {
  1405. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1406. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1407. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1408. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/UserCrudController.php';
  1409. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/EditorCrudController.php';
  1410. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1411. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'])) {
  1412. return $this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'];
  1413. }
  1414. $this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\EditorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1415. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\EditorCrudController', $this));
  1416. return $instance;
  1417. }
  1418. /**
  1419. * Gets the public 'App\Controller\Admin\EasyAdmin\ImageReferenceCrudController' shared autowired service.
  1420. *
  1421. * @return \App\Controller\Admin\EasyAdmin\ImageReferenceCrudController
  1422. */
  1423. protected function getImageReferenceCrudControllerService()
  1424. {
  1425. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1426. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1427. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1428. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ImageReferenceCrudController.php';
  1429. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1430. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'])) {
  1431. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'];
  1432. }
  1433. $this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\ImageReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Services\\Admin\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  1434. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController', $this));
  1435. return $instance;
  1436. }
  1437. /**
  1438. * Gets the public 'App\Controller\Admin\EasyAdmin\InfoCrudController' shared autowired service.
  1439. *
  1440. * @return \App\Controller\Admin\EasyAdmin\InfoCrudController
  1441. */
  1442. protected function getInfoCrudControllerService()
  1443. {
  1444. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1445. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1446. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1447. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/InfoCrudController.php';
  1448. $this->services['App\\Controller\\Admin\\EasyAdmin\\InfoCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\InfoCrudController();
  1449. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\InfoCrudController', $this));
  1450. return $instance;
  1451. }
  1452. /**
  1453. * Gets the public 'App\Controller\Admin\EasyAdmin\InvitationCrudController' shared autowired service.
  1454. *
  1455. * @return \App\Controller\Admin\EasyAdmin\InvitationCrudController
  1456. */
  1457. protected function getInvitationCrudControllerService()
  1458. {
  1459. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1460. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1461. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1462. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/InvitationCrudController.php';
  1463. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  1464. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1465. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'])) {
  1466. return $this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'];
  1467. }
  1468. $this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\InvitationCrudController($a, ($this->privates['App\\Services\\Core\\EmailHelperService'] ?? ($this->privates['App\\Services\\Core\\EmailHelperService'] = new \App\Services\Core\EmailHelperService('gale'))));
  1469. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController', $this));
  1470. return $instance;
  1471. }
  1472. /**
  1473. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemCrudController' shared autowired service.
  1474. *
  1475. * @return \App\Controller\Admin\EasyAdmin\ProblemCrudController
  1476. */
  1477. protected function getProblemCrudControllerService()
  1478. {
  1479. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1480. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1481. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1482. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1483. $a = ($this->privates['App\\Services\\Admin\\CsvImportService'] ?? $this->getCsvImportServiceService());
  1484. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'])) {
  1485. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'];
  1486. }
  1487. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1488. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'])) {
  1489. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'];
  1490. }
  1491. $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), $a, ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $b, ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1492. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController', $this));
  1493. return $instance;
  1494. }
  1495. /**
  1496. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemFromQuizCrudController' shared autowired service.
  1497. *
  1498. * @return \App\Controller\Admin\EasyAdmin\ProblemFromQuizCrudController
  1499. */
  1500. protected function getProblemFromQuizCrudControllerService()
  1501. {
  1502. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1503. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1504. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1505. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1506. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemFromQuizCrudController.php';
  1507. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  1508. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  1509. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1510. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1511. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'];
  1512. }
  1513. $b = ($this->privates['App\\Services\\Admin\\TopicService'] ?? $this->getTopicServiceService());
  1514. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1515. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'];
  1516. }
  1517. $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Admin\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['App\\Services\\Admin\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()), ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()), $b, ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da'))));
  1518. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController', $this));
  1519. return $instance;
  1520. }
  1521. /**
  1522. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemFromTemplateCrudController' shared autowired service.
  1523. *
  1524. * @return \App\Controller\Admin\EasyAdmin\ProblemFromTemplateCrudController
  1525. */
  1526. protected function getProblemFromTemplateCrudControllerService()
  1527. {
  1528. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1529. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1530. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1531. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1532. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemFromTemplateCrudController.php';
  1533. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1534. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'])) {
  1535. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'];
  1536. }
  1537. $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Services\\Admin\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1538. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController', $this));
  1539. return $instance;
  1540. }
  1541. /**
  1542. * Gets the public 'App\Controller\Admin\EasyAdmin\ProductQuizCrudController' shared autowired service.
  1543. *
  1544. * @return \App\Controller\Admin\EasyAdmin\ProductQuizCrudController
  1545. */
  1546. protected function getProductQuizCrudControllerService()
  1547. {
  1548. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1549. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1550. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1551. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProductQuizCrudController.php';
  1552. $this->services['App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\ProductQuizCrudController();
  1553. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController', $this));
  1554. return $instance;
  1555. }
  1556. /**
  1557. * Gets the public 'App\Controller\Admin\EasyAdmin\PublicationCrudController' shared autowired service.
  1558. *
  1559. * @return \App\Controller\Admin\EasyAdmin\PublicationCrudController
  1560. */
  1561. protected function getPublicationCrudControllerService()
  1562. {
  1563. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1564. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1565. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1566. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublicationCrudController.php';
  1567. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1568. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'])) {
  1569. return $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'];
  1570. }
  1571. $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\PublicationCrudController($a);
  1572. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController', $this));
  1573. return $instance;
  1574. }
  1575. /**
  1576. * Gets the public 'App\Controller\Admin\EasyAdmin\PublicationFromPublisherCrudController' shared autowired service.
  1577. *
  1578. * @return \App\Controller\Admin\EasyAdmin\PublicationFromPublisherCrudController
  1579. */
  1580. protected function getPublicationFromPublisherCrudControllerService()
  1581. {
  1582. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1583. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1584. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1585. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublicationCrudController.php';
  1586. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublicationFromPublisherCrudController.php';
  1587. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1588. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'])) {
  1589. return $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'];
  1590. }
  1591. $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\PublicationFromPublisherCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1592. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController', $this));
  1593. return $instance;
  1594. }
  1595. /**
  1596. * Gets the public 'App\Controller\Admin\EasyAdmin\PublisherCrudController' shared autowired service.
  1597. *
  1598. * @return \App\Controller\Admin\EasyAdmin\PublisherCrudController
  1599. */
  1600. protected function getPublisherCrudControllerService()
  1601. {
  1602. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1603. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1604. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1605. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublisherCrudController.php';
  1606. $this->services['App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\PublisherCrudController();
  1607. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController', $this));
  1608. return $instance;
  1609. }
  1610. /**
  1611. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizCrudController' shared autowired service.
  1612. *
  1613. * @return \App\Controller\Admin\EasyAdmin\QuizCrudController
  1614. */
  1615. protected function getQuizCrudControllerService()
  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/Controller/Admin/EasyAdmin/QuizCrudController.php';
  1621. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1622. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'])) {
  1623. return $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'];
  1624. }
  1625. $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\QuizCrudController($a);
  1626. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizCrudController', $this));
  1627. return $instance;
  1628. }
  1629. /**
  1630. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizFromPublicationCrudController' shared autowired service.
  1631. *
  1632. * @return \App\Controller\Admin\EasyAdmin\QuizFromPublicationCrudController
  1633. */
  1634. protected function getQuizFromPublicationCrudControllerService()
  1635. {
  1636. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1637. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1638. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1639. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizCrudController.php';
  1640. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizFromPublicationCrudController.php';
  1641. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1642. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'])) {
  1643. return $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'];
  1644. }
  1645. $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['App\\Services\\Admin\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['App\\Services\\Admin\\MediaService'] ?? $this->getMediaServiceService()));
  1646. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController', $this));
  1647. return $instance;
  1648. }
  1649. /**
  1650. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizTypeCrudController' shared autowired service.
  1651. *
  1652. * @return \App\Controller\Admin\EasyAdmin\QuizTypeCrudController
  1653. */
  1654. protected function getQuizTypeCrudControllerService()
  1655. {
  1656. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1657. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1658. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1659. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizTypeCrudController.php';
  1660. $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\QuizTypeCrudController();
  1661. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController', $this));
  1662. return $instance;
  1663. }
  1664. /**
  1665. * Gets the public 'App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController' shared autowired service.
  1666. *
  1667. * @return \App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController
  1668. */
  1669. protected function getSelfStudyExamQuizCrudControllerService()
  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/Controller/Admin/EasyAdmin/SelfStudyExamQuizCrudController.php';
  1675. $this->services['App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController();
  1676. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController', $this));
  1677. return $instance;
  1678. }
  1679. /**
  1680. * Gets the public 'App\Controller\Admin\EasyAdmin\TagCrudController' shared autowired service.
  1681. *
  1682. * @return \App\Controller\Admin\EasyAdmin\TagCrudController
  1683. */
  1684. protected function getTagCrudControllerService()
  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/Controller/Admin/EasyAdmin/TagCrudController.php';
  1690. $this->services['App\\Controller\\Admin\\EasyAdmin\\TagCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TagCrudController();
  1691. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TagCrudController', $this));
  1692. return $instance;
  1693. }
  1694. /**
  1695. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateCrudController' shared autowired service.
  1696. *
  1697. * @return \App\Controller\Admin\EasyAdmin\TemplateCrudController
  1698. */
  1699. protected function getTemplateCrudControllerService()
  1700. {
  1701. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1702. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1703. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1704. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateCrudController.php';
  1705. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1706. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'])) {
  1707. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'];
  1708. }
  1709. $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TemplateCrudController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  1710. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController', $this));
  1711. return $instance;
  1712. }
  1713. /**
  1714. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateFromTopicCrudController' shared autowired service.
  1715. *
  1716. * @return \App\Controller\Admin\EasyAdmin\TemplateFromTopicCrudController
  1717. */
  1718. protected function getTemplateFromTopicCrudControllerService()
  1719. {
  1720. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1721. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1722. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1723. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateCrudController.php';
  1724. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateFromTopicCrudController.php';
  1725. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1726. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'])) {
  1727. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'];
  1728. }
  1729. $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  1730. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController', $this));
  1731. return $instance;
  1732. }
  1733. /**
  1734. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateSetCrudController' shared autowired service.
  1735. *
  1736. * @return \App\Controller\Admin\EasyAdmin\TemplateSetCrudController
  1737. */
  1738. protected function getTemplateSetCrudControllerService()
  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/Controller/Admin/EasyAdmin/TemplateSetCrudController.php';
  1744. $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TemplateSetCrudController();
  1745. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController', $this));
  1746. return $instance;
  1747. }
  1748. /**
  1749. * Gets the public 'App\Controller\Admin\EasyAdmin\TopicCrudController' shared autowired service.
  1750. *
  1751. * @return \App\Controller\Admin\EasyAdmin\TopicCrudController
  1752. */
  1753. protected function getTopicCrudControllerService()
  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/Controller/Admin/EasyAdmin/TopicCrudController.php';
  1759. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1760. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'])) {
  1761. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'];
  1762. }
  1763. $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TopicCrudController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Services\\Admin\\TopicService'] ?? $this->getTopicServiceService()));
  1764. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TopicCrudController', $this));
  1765. return $instance;
  1766. }
  1767. /**
  1768. * Gets the public 'App\Controller\Admin\EasyAdmin\TopicFromCategoryCrudController' shared autowired service.
  1769. *
  1770. * @return \App\Controller\Admin\EasyAdmin\TopicFromCategoryCrudController
  1771. */
  1772. protected function getTopicFromCategoryCrudControllerService()
  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/Controller/Admin/EasyAdmin/TopicCrudController.php';
  1778. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TopicFromCategoryCrudController.php';
  1779. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1780. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'])) {
  1781. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'];
  1782. }
  1783. $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'] = $instance = new \App\Controller\Admin\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['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Services\\Admin\\TopicService'] ?? $this->getTopicServiceService()));
  1784. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController', $this));
  1785. return $instance;
  1786. }
  1787. /**
  1788. * Gets the public 'App\Controller\Admin\EasyAdmin\UserCrudController' shared autowired service.
  1789. *
  1790. * @return \App\Controller\Admin\EasyAdmin\UserCrudController
  1791. */
  1792. protected function getUserCrudControllerService()
  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/Controller/Admin/EasyAdmin/UserCrudController.php';
  1798. $this->services['App\\Controller\\Admin\\EasyAdmin\\UserCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\UserCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1799. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\UserCrudController', $this));
  1800. return $instance;
  1801. }
  1802. /**
  1803. * Gets the public 'App\Controller\Admin\EasyAdmin\WorksheetCrudController' shared autowired service.
  1804. *
  1805. * @return \App\Controller\Admin\EasyAdmin\WorksheetCrudController
  1806. */
  1807. protected function getWorksheetCrudControllerService()
  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/Controller/Admin/EasyAdmin/WorksheetCrudController.php';
  1813. $this->services['App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\WorksheetCrudController();
  1814. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController', $this));
  1815. return $instance;
  1816. }
  1817. /**
  1818. * Gets the public 'App\Controller\Admin\InstitutionController' shared autowired service.
  1819. *
  1820. * @return \App\Controller\Admin\InstitutionController
  1821. */
  1822. protected function getInstitutionControllerService()
  1823. {
  1824. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1825. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/InstitutionController.php';
  1826. $this->services['App\\Controller\\Admin\\InstitutionController'] = $instance = new \App\Controller\Admin\InstitutionController(($this->privates['App\\Services\\Admin\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1827. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\InstitutionController', $this));
  1828. return $instance;
  1829. }
  1830. /**
  1831. * Gets the public 'App\Controller\Admin\MathproblemController' shared autowired service.
  1832. *
  1833. * @return \App\Controller\Admin\MathproblemController
  1834. */
  1835. protected function getMathproblemControllerService()
  1836. {
  1837. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1838. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/MathproblemController.php';
  1839. $this->services['App\\Controller\\Admin\\MathproblemController'] = $instance = new \App\Controller\Admin\MathproblemController();
  1840. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\MathproblemController', $this));
  1841. return $instance;
  1842. }
  1843. /**
  1844. * Gets the public 'App\Controller\Admin\ProblemController' shared autowired service.
  1845. *
  1846. * @return \App\Controller\Admin\ProblemController
  1847. */
  1848. protected function getProblemControllerService()
  1849. {
  1850. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1851. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ProblemController.php';
  1852. $this->services['App\\Controller\\Admin\\ProblemController'] = $instance = new \App\Controller\Admin\ProblemController(($this->privates['App\\Services\\Admin\\ProblemService'] ?? $this->getProblemService2Service()), ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Teacher\\MathProblemService'] ?? $this->getMathProblemService2Service()));
  1853. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ProblemController', $this));
  1854. return $instance;
  1855. }
  1856. /**
  1857. * Gets the public 'App\Controller\Admin\ResetPasswordController' shared autowired service.
  1858. *
  1859. * @return \App\Controller\Admin\ResetPasswordController
  1860. */
  1861. protected function getResetPasswordControllerService()
  1862. {
  1863. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1864. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ResetPasswordController.php';
  1865. $this->services['App\\Controller\\Admin\\ResetPasswordController'] = $instance = new \App\Controller\Admin\ResetPasswordController();
  1866. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ResetPasswordController', $this));
  1867. return $instance;
  1868. }
  1869. /**
  1870. * Gets the public 'App\Controller\Admin\TagController' shared autowired service.
  1871. *
  1872. * @return \App\Controller\Admin\TagController
  1873. */
  1874. protected function getTagControllerService()
  1875. {
  1876. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1877. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TagController.php';
  1878. $this->services['App\\Controller\\Admin\\TagController'] = $instance = new \App\Controller\Admin\TagController();
  1879. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TagController', $this));
  1880. return $instance;
  1881. }
  1882. /**
  1883. * Gets the public 'App\Controller\Admin\TemplateController' shared autowired service.
  1884. *
  1885. * @return \App\Controller\Admin\TemplateController
  1886. */
  1887. protected function getTemplateControllerService()
  1888. {
  1889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1890. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TemplateController.php';
  1891. $this->services['App\\Controller\\Admin\\TemplateController'] = $instance = new \App\Controller\Admin\TemplateController();
  1892. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TemplateController', $this));
  1893. return $instance;
  1894. }
  1895. /**
  1896. * Gets the public 'App\Controller\Admin\TopicController' shared autowired service.
  1897. *
  1898. * @return \App\Controller\Admin\TopicController
  1899. */
  1900. protected function getTopicControllerService()
  1901. {
  1902. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1903. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TopicController.php';
  1904. $this->services['App\\Controller\\Admin\\TopicController'] = $instance = new \App\Controller\Admin\TopicController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1905. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TopicController', $this));
  1906. return $instance;
  1907. }
  1908. /**
  1909. * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  1910. *
  1911. * @return \App\Controller\Admin\UserController
  1912. */
  1913. protected function getUserControllerService()
  1914. {
  1915. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1916. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/UserController.php';
  1917. include_once \dirname(__DIR__, 4).'/src/Services/Admin/UserService.php';
  1918. $this->services['App\\Controller\\Admin\\UserController'] = $instance = new \App\Controller\Admin\UserController(new \App\Services\Admin\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['App\\Services\\Admin\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1919. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\UserController', $this));
  1920. return $instance;
  1921. }
  1922. /**
  1923. * Gets the public 'App\Controller\Core\API\PollyController' shared autowired service.
  1924. *
  1925. * @return \App\Controller\Core\API\PollyController
  1926. */
  1927. protected function getPollyControllerService()
  1928. {
  1929. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1930. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/PollyController.php';
  1931. $this->services['App\\Controller\\Core\\API\\PollyController'] = $instance = new \App\Controller\Core\API\PollyController();
  1932. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\PollyController', $this));
  1933. return $instance;
  1934. }
  1935. /**
  1936. * Gets the public 'App\Controller\Core\API\ProblemController' shared autowired service.
  1937. *
  1938. * @return \App\Controller\Core\API\ProblemController
  1939. */
  1940. protected function getProblemController2Service()
  1941. {
  1942. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1943. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/ProblemController.php';
  1944. include_once \dirname(__DIR__, 4).'/src/Validator/Core/QuizUnitValidator.php';
  1945. $this->services['App\\Controller\\Core\\API\\ProblemController'] = $instance = new \App\Controller\Core\API\ProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->privates['App\\Validator\\Core\\QuizUnitValidator'] ?? ($this->privates['App\\Validator\\Core\\QuizUnitValidator'] = new \App\Validator\Core\QuizUnitValidator())));
  1946. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\ProblemController', $this));
  1947. return $instance;
  1948. }
  1949. /**
  1950. * Gets the public 'App\Controller\Core\API\SharedQuizController' shared autowired service.
  1951. *
  1952. * @return \App\Controller\Core\API\SharedQuizController
  1953. */
  1954. protected function getSharedQuizControllerService()
  1955. {
  1956. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1957. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/SharedQuizController.php';
  1958. include_once \dirname(__DIR__, 4).'/src/Validator/Core/QuizUnitValidator.php';
  1959. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  1960. $this->services['App\\Controller\\Core\\API\\SharedQuizController'] = $instance = new \App\Controller\Core\API\SharedQuizController(($this->privates['App\\Validator\\Core\\QuizUnitValidator'] ?? ($this->privates['App\\Validator\\Core\\QuizUnitValidator'] = new \App\Validator\Core\QuizUnitValidator())), ($this->services['App\\Helpers\\Core\\ValidationHelper'] ?? ($this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper())));
  1961. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\SharedQuizController', $this));
  1962. return $instance;
  1963. }
  1964. /**
  1965. * Gets the public 'App\Controller\Core\API\VideoController' shared autowired service.
  1966. *
  1967. * @return \App\Controller\Core\API\VideoController
  1968. */
  1969. protected function getVideoControllerService()
  1970. {
  1971. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1972. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/VideoController.php';
  1973. $this->services['App\\Controller\\Core\\API\\VideoController'] = $instance = new \App\Controller\Core\API\VideoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1974. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\VideoController', $this));
  1975. return $instance;
  1976. }
  1977. /**
  1978. * Gets the public 'App\Controller\Core\BugReportController' shared autowired service.
  1979. *
  1980. * @return \App\Controller\Core\BugReportController
  1981. */
  1982. protected function getBugReportControllerService()
  1983. {
  1984. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1985. include_once \dirname(__DIR__, 4).'/src/Controller/Core/BugReportController.php';
  1986. $this->services['App\\Controller\\Core\\BugReportController'] = $instance = new \App\Controller\Core\BugReportController();
  1987. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\BugReportController', $this));
  1988. return $instance;
  1989. }
  1990. /**
  1991. * Gets the public 'App\Controller\Core\DataController' shared autowired service.
  1992. *
  1993. * @return \App\Controller\Core\DataController
  1994. */
  1995. protected function getDataControllerService()
  1996. {
  1997. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1998. include_once \dirname(__DIR__, 4).'/src/Controller/Core/DataController.php';
  1999. $this->services['App\\Controller\\Core\\DataController'] = $instance = new \App\Controller\Core\DataController(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2000. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\DataController', $this));
  2001. return $instance;
  2002. }
  2003. /**
  2004. * Gets the public 'App\Controller\Core\DefaultController' shared autowired service.
  2005. *
  2006. * @return \App\Controller\Core\DefaultController
  2007. */
  2008. protected function getDefaultController2Service()
  2009. {
  2010. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2011. include_once \dirname(__DIR__, 4).'/src/Controller/Core/DefaultController.php';
  2012. $this->services['App\\Controller\\Core\\DefaultController'] = $instance = new \App\Controller\Core\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2013. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\DefaultController', $this));
  2014. return $instance;
  2015. }
  2016. /**
  2017. * Gets the public 'App\Controller\Core\EventLoggerController' shared autowired service.
  2018. *
  2019. * @return \App\Controller\Core\EventLoggerController
  2020. */
  2021. protected function getEventLoggerControllerService()
  2022. {
  2023. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2024. include_once \dirname(__DIR__, 4).'/src/Controller/Core/EventLoggerController.php';
  2025. $this->services['App\\Controller\\Core\\EventLoggerController'] = $instance = new \App\Controller\Core\EventLoggerController();
  2026. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\EventLoggerController', $this));
  2027. return $instance;
  2028. }
  2029. /**
  2030. * Gets the public 'App\Controller\Core\KombiMatController' shared autowired service.
  2031. *
  2032. * @return \App\Controller\Core\KombiMatController
  2033. */
  2034. protected function getKombiMatControllerService()
  2035. {
  2036. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2037. include_once \dirname(__DIR__, 4).'/src/Controller/Core/KombiMatController.php';
  2038. $this->services['App\\Controller\\Core\\KombiMatController'] = $instance = new \App\Controller\Core\KombiMatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2039. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\KombiMatController', $this));
  2040. return $instance;
  2041. }
  2042. /**
  2043. * Gets the public 'App\Controller\Core\MathProblemController' shared autowired service.
  2044. *
  2045. * @return \App\Controller\Core\MathProblemController
  2046. */
  2047. protected function getMathProblemController2Service()
  2048. {
  2049. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2050. include_once \dirname(__DIR__, 4).'/src/Controller/Core/MathProblemController.php';
  2051. $this->services['App\\Controller\\Core\\MathProblemController'] = $instance = new \App\Controller\Core\MathProblemController();
  2052. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\MathProblemController', $this));
  2053. return $instance;
  2054. }
  2055. /**
  2056. * Gets the public 'App\Controller\Core\ResultsController' shared autowired service.
  2057. *
  2058. * @return \App\Controller\Core\ResultsController
  2059. */
  2060. protected function getResultsControllerService()
  2061. {
  2062. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2063. include_once \dirname(__DIR__, 4).'/src/Controller/Core/ResultsController.php';
  2064. $this->services['App\\Controller\\Core\\ResultsController'] = $instance = new \App\Controller\Core\ResultsController();
  2065. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\ResultsController', $this));
  2066. return $instance;
  2067. }
  2068. /**
  2069. * Gets the public 'App\Controller\Core\TestController' shared autowired service.
  2070. *
  2071. * @return \App\Controller\Core\TestController
  2072. */
  2073. protected function getTestControllerService()
  2074. {
  2075. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2076. include_once \dirname(__DIR__, 4).'/src/Controller/Core/TestController.php';
  2077. $this->services['App\\Controller\\Core\\TestController'] = $instance = new \App\Controller\Core\TestController();
  2078. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\TestController', $this));
  2079. return $instance;
  2080. }
  2081. /**
  2082. * Gets the public 'App\Controller\Core\TextbookController' shared autowired service.
  2083. *
  2084. * @return \App\Controller\Core\TextbookController
  2085. */
  2086. protected function getTextbookControllerService()
  2087. {
  2088. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2089. include_once \dirname(__DIR__, 4).'/src/Controller/Core/TextbookController.php';
  2090. $this->services['App\\Controller\\Core\\TextbookController'] = $instance = new \App\Controller\Core\TextbookController(($this->services['App\\Services\\Core\\TextbookService'] ?? $this->getTextbookServiceService()));
  2091. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\TextbookController', $this));
  2092. return $instance;
  2093. }
  2094. /**
  2095. * Gets the public 'App\Controller\Student\API\ActivityMetadataController' shared autowired service.
  2096. *
  2097. * @return \App\Controller\Student\API\ActivityMetadataController
  2098. */
  2099. protected function getActivityMetadataControllerService()
  2100. {
  2101. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2102. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ActivityMetadataController.php';
  2103. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ActivityMetadataService.php';
  2104. $this->services['App\\Controller\\Student\\API\\ActivityMetadataController'] = $instance = new \App\Controller\Student\API\ActivityMetadataController(new \App\Services\Student\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2105. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ActivityMetadataController', $this));
  2106. return $instance;
  2107. }
  2108. /**
  2109. * Gets the public 'App\Controller\Student\API\CrammingActivityResultsController' shared autowired service.
  2110. *
  2111. * @return \App\Controller\Student\API\CrammingActivityResultsController
  2112. */
  2113. protected function getCrammingActivityResultsControllerService()
  2114. {
  2115. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2116. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/CrammingActivityResultsController.php';
  2117. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/CrammingActivityResultsService.php';
  2118. $this->services['App\\Controller\\Student\\API\\CrammingActivityResultsController'] = $instance = new \App\Controller\Student\API\CrammingActivityResultsController(new \App\Services\Student\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService())));
  2119. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\CrammingActivityResultsController', $this));
  2120. return $instance;
  2121. }
  2122. /**
  2123. * Gets the public 'App\Controller\Student\API\DictateActivityResultsController' shared autowired service.
  2124. *
  2125. * @return \App\Controller\Student\API\DictateActivityResultsController
  2126. */
  2127. protected function getDictateActivityResultsControllerService()
  2128. {
  2129. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2130. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/DictateActivityResultsController.php';
  2131. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/DictateActivityResultsService.php';
  2132. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  2133. $this->services['App\\Controller\\Student\\API\\DictateActivityResultsController'] = $instance = new \App\Controller\Student\API\DictateActivityResultsController(new \App\Services\Student\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] = new \App\Services\Core\API\DictateActivityResultsService()))));
  2134. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\DictateActivityResultsController', $this));
  2135. return $instance;
  2136. }
  2137. /**
  2138. * Gets the public 'App\Controller\Student\API\GamificationProfileController' shared autowired service.
  2139. *
  2140. * @return \App\Controller\Student\API\GamificationProfileController
  2141. */
  2142. protected function getGamificationProfileControllerService()
  2143. {
  2144. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2145. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/GamificationProfileController.php';
  2146. $this->services['App\\Controller\\Student\\API\\GamificationProfileController'] = $instance = new \App\Controller\Student\API\GamificationProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2147. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\GamificationProfileController', $this));
  2148. return $instance;
  2149. }
  2150. /**
  2151. * Gets the public 'App\Controller\Student\API\HistoryController' shared autowired service.
  2152. *
  2153. * @return \App\Controller\Student\API\HistoryController
  2154. */
  2155. protected function getHistoryControllerService()
  2156. {
  2157. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2158. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/HistoryController.php';
  2159. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/HistoryService.php';
  2160. $this->services['App\\Controller\\Student\\API\\HistoryController'] = $instance = new \App\Controller\Student\API\HistoryController(new \App\Services\Student\API\HistoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2161. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\HistoryController', $this));
  2162. return $instance;
  2163. }
  2164. /**
  2165. * Gets the public 'App\Controller\Student\API\HomeworkActivityResultsController' shared autowired service.
  2166. *
  2167. * @return \App\Controller\Student\API\HomeworkActivityResultsController
  2168. */
  2169. protected function getHomeworkActivityResultsControllerService()
  2170. {
  2171. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2172. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/HomeworkActivityResultsController.php';
  2173. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/HomeworkActivityResultsService.php';
  2174. $this->services['App\\Controller\\Student\\API\\HomeworkActivityResultsController'] = $instance = new \App\Controller\Student\API\HomeworkActivityResultsController(new \App\Services\Student\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService2Service())));
  2175. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\HomeworkActivityResultsController', $this));
  2176. return $instance;
  2177. }
  2178. /**
  2179. * Gets the public 'App\Controller\Student\API\PeerActivityResultsController' shared autowired service.
  2180. *
  2181. * @return \App\Controller\Student\API\PeerActivityResultsController
  2182. */
  2183. protected function getPeerActivityResultsControllerService()
  2184. {
  2185. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2186. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/PeerActivityResultsController.php';
  2187. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/PeerActivityResultsService.php';
  2188. $this->services['App\\Controller\\Student\\API\\PeerActivityResultsController'] = $instance = new \App\Controller\Student\API\PeerActivityResultsController(new \App\Services\Student\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2189. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\PeerActivityResultsController', $this));
  2190. return $instance;
  2191. }
  2192. /**
  2193. * Gets the public 'App\Controller\Student\API\ProblemController' shared autowired service.
  2194. *
  2195. * @return \App\Controller\Student\API\ProblemController
  2196. */
  2197. protected function getProblemController3Service()
  2198. {
  2199. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2200. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ProblemController.php';
  2201. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ProblemService.php';
  2202. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2203. $this->services['App\\Controller\\Student\\API\\ProblemController'] = $instance = new \App\Controller\Student\API\ProblemController(new \App\Services\Student\API\ProblemService($a, ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService())), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $a);
  2204. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ProblemController', $this));
  2205. return $instance;
  2206. }
  2207. /**
  2208. * Gets the public 'App\Controller\Student\API\QuizActivityController' shared autowired service.
  2209. *
  2210. * @return \App\Controller\Student\API\QuizActivityController
  2211. */
  2212. protected function getQuizActivityControllerService()
  2213. {
  2214. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2215. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/QuizActivityController.php';
  2216. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/QuizActivityService.php';
  2217. $this->services['App\\Controller\\Student\\API\\QuizActivityController'] = $instance = new \App\Controller\Student\API\QuizActivityController(new \App\Services\Student\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2218. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\QuizActivityController', $this));
  2219. return $instance;
  2220. }
  2221. /**
  2222. * Gets the public 'App\Controller\Student\API\QuizActivityResultsController' shared autowired service.
  2223. *
  2224. * @return \App\Controller\Student\API\QuizActivityResultsController
  2225. */
  2226. protected function getQuizActivityResultsControllerService()
  2227. {
  2228. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2229. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/QuizActivityResultsController.php';
  2230. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/QuizActivityResultsService.php';
  2231. $this->services['App\\Controller\\Student\\API\\QuizActivityResultsController'] = $instance = new \App\Controller\Student\API\QuizActivityResultsController(new \App\Services\Student\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService())));
  2232. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\QuizActivityResultsController', $this));
  2233. return $instance;
  2234. }
  2235. /**
  2236. * Gets the public 'App\Controller\Student\API\ReadingTestResultsController' shared autowired service.
  2237. *
  2238. * @return \App\Controller\Student\API\ReadingTestResultsController
  2239. */
  2240. protected function getReadingTestResultsControllerService()
  2241. {
  2242. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2243. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ReadingTestResultsController.php';
  2244. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ReadingTestResultsService.php';
  2245. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  2246. $this->services['App\\Controller\\Student\\API\\ReadingTestResultsController'] = $instance = new \App\Controller\Student\API\ReadingTestResultsController(new \App\Services\Student\API\ReadingTestResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] = new \App\Services\Core\API\ReadingTestResultsService())), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService())));
  2247. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ReadingTestResultsController', $this));
  2248. return $instance;
  2249. }
  2250. /**
  2251. * Gets the public 'App\Controller\Student\API\TrainingActivityResultsController' shared autowired service.
  2252. *
  2253. * @return \App\Controller\Student\API\TrainingActivityResultsController
  2254. */
  2255. protected function getTrainingActivityResultsControllerService()
  2256. {
  2257. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2258. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/TrainingActivityResultsController.php';
  2259. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/TrainingActivityResultsService.php';
  2260. $this->services['App\\Controller\\Student\\API\\TrainingActivityResultsController'] = $instance = new \App\Controller\Student\API\TrainingActivityResultsController(new \App\Services\Student\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService2Service())));
  2261. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\TrainingActivityResultsController', $this));
  2262. return $instance;
  2263. }
  2264. /**
  2265. * Gets the public 'App\Controller\Student\ClassroomsController' shared autowired service.
  2266. *
  2267. * @return \App\Controller\Student\ClassroomsController
  2268. */
  2269. protected function getClassroomsControllerService()
  2270. {
  2271. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2272. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ClassroomsController.php';
  2273. $this->services['App\\Controller\\Student\\ClassroomsController'] = $instance = new \App\Controller\Student\ClassroomsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2274. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ClassroomsController', $this));
  2275. return $instance;
  2276. }
  2277. /**
  2278. * Gets the public 'App\Controller\Student\CrammingActivityController' shared autowired service.
  2279. *
  2280. * @return \App\Controller\Student\CrammingActivityController
  2281. */
  2282. protected function getCrammingActivityControllerService()
  2283. {
  2284. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2285. include_once \dirname(__DIR__, 4).'/src/Controller/Student/CrammingActivityController.php';
  2286. $this->services['App\\Controller\\Student\\CrammingActivityController'] = $instance = new \App\Controller\Student\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale');
  2287. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\CrammingActivityController', $this));
  2288. return $instance;
  2289. }
  2290. /**
  2291. * Gets the public 'App\Controller\Student\DashboardController' shared autowired service.
  2292. *
  2293. * @return \App\Controller\Student\DashboardController
  2294. */
  2295. protected function getDashboardController2Service()
  2296. {
  2297. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2298. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DashboardController.php';
  2299. include_once \dirname(__DIR__, 4).'/src/Services/Student/SelfStudyService.php';
  2300. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2301. $b = ($this->privates['App\\Services\\Core\\QuizSessionService'] ?? $this->getQuizSessionService2Service());
  2302. $this->services['App\\Controller\\Student\\DashboardController'] = $instance = new \App\Controller\Student\DashboardController($a, ($this->services['translator'] ?? $this->getTranslatorService()), $b, ($this->services['App\\Services\\Core\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), new \App\Services\Student\SelfStudyService($a, $b, $this), ($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyServiceService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2303. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DashboardController', $this));
  2304. return $instance;
  2305. }
  2306. /**
  2307. * Gets the public 'App\Controller\Student\DefaultController' shared autowired service.
  2308. *
  2309. * @return \App\Controller\Student\DefaultController
  2310. */
  2311. protected function getDefaultController3Service()
  2312. {
  2313. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2314. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DefaultController.php';
  2315. $this->services['App\\Controller\\Student\\DefaultController'] = $instance = new \App\Controller\Student\DefaultController('gale', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2316. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DefaultController', $this));
  2317. return $instance;
  2318. }
  2319. /**
  2320. * Gets the public 'App\Controller\Student\DictateController' shared autowired service.
  2321. *
  2322. * @return \App\Controller\Student\DictateController
  2323. */
  2324. protected function getDictateControllerService()
  2325. {
  2326. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2327. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DictateController.php';
  2328. $this->services['App\\Controller\\Student\\DictateController'] = $instance = new \App\Controller\Student\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Student\\DictateService'] ?? $this->getDictateService2Service()));
  2329. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DictateController', $this));
  2330. return $instance;
  2331. }
  2332. /**
  2333. * Gets the public 'App\Controller\Student\HistoryController' shared autowired service.
  2334. *
  2335. * @return \App\Controller\Student\HistoryController
  2336. */
  2337. protected function getHistoryController2Service()
  2338. {
  2339. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2340. include_once \dirname(__DIR__, 4).'/src/Controller/Student/HistoryController.php';
  2341. $this->services['App\\Controller\\Student\\HistoryController'] = $instance = new \App\Controller\Student\HistoryController();
  2342. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\HistoryController', $this));
  2343. return $instance;
  2344. }
  2345. /**
  2346. * Gets the public 'App\Controller\Student\HomeworkController' shared autowired service.
  2347. *
  2348. * @return \App\Controller\Student\HomeworkController
  2349. */
  2350. protected function getHomeworkControllerService()
  2351. {
  2352. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2353. include_once \dirname(__DIR__, 4).'/src/Controller/Student/HomeworkController.php';
  2354. $this->services['App\\Controller\\Student\\HomeworkController'] = $instance = new \App\Controller\Student\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  2355. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\HomeworkController', $this));
  2356. return $instance;
  2357. }
  2358. /**
  2359. * Gets the public 'App\Controller\Student\KvikDansk\SelfStudyController' shared autowired service.
  2360. *
  2361. * @return \App\Controller\Student\KvikDansk\SelfStudyController
  2362. */
  2363. protected function getSelfStudyControllerService()
  2364. {
  2365. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2366. include_once \dirname(__DIR__, 4).'/src/Controller/Student/KvikDansk/SelfStudyController.php';
  2367. include_once \dirname(__DIR__, 4).'/src/Services/Student/Kvik/Dansk/SelfStudyService.php';
  2368. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2369. $this->services['App\\Controller\\Student\\KvikDansk\\SelfStudyController'] = $instance = new \App\Controller\Student\KvikDansk\SelfStudyController('gale', $a, ($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyServiceService()), new \App\Services\Student\Kvik\Dansk\SelfStudyService($a), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2370. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\KvikDansk\\SelfStudyController', $this));
  2371. return $instance;
  2372. }
  2373. /**
  2374. * Gets the public 'App\Controller\Student\KvikMat\SelfStudyController' shared autowired service.
  2375. *
  2376. * @return \App\Controller\Student\KvikMat\SelfStudyController
  2377. */
  2378. protected function getSelfStudyController2Service()
  2379. {
  2380. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2381. include_once \dirname(__DIR__, 4).'/src/Controller/Student/KvikMat/SelfStudyController.php';
  2382. $this->services['App\\Controller\\Student\\KvikMat\\SelfStudyController'] = $instance = new \App\Controller\Student\KvikMat\SelfStudyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2383. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\KvikMat\\SelfStudyController', $this));
  2384. return $instance;
  2385. }
  2386. /**
  2387. * Gets the public 'App\Controller\Student\PeerSessionController' shared autowired service.
  2388. *
  2389. * @return \App\Controller\Student\PeerSessionController
  2390. */
  2391. protected function getPeerSessionControllerService()
  2392. {
  2393. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2394. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PeerSessionController.php';
  2395. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  2396. $this->services['App\\Controller\\Student\\PeerSessionController'] = $instance = new \App\Controller\Student\PeerSessionController('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] = new \App\Session\Core\Peer\PeerSessionTimeStatusResolver())));
  2397. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PeerSessionController', $this));
  2398. return $instance;
  2399. }
  2400. /**
  2401. * Gets the public 'App\Controller\Student\PerformanceController' shared autowired service.
  2402. *
  2403. * @return \App\Controller\Student\PerformanceController
  2404. */
  2405. protected function getPerformanceControllerService()
  2406. {
  2407. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2408. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PerformanceController.php';
  2409. $this->services['App\\Controller\\Student\\PerformanceController'] = $instance = new \App\Controller\Student\PerformanceController();
  2410. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PerformanceController', $this));
  2411. return $instance;
  2412. }
  2413. /**
  2414. * Gets the public 'App\Controller\Student\PretestController' shared autowired service.
  2415. *
  2416. * @return \App\Controller\Student\PretestController
  2417. */
  2418. protected function getPretestControllerService()
  2419. {
  2420. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2421. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PretestController.php';
  2422. $this->services['App\\Controller\\Student\\PretestController'] = $instance = new \App\Controller\Student\PretestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  2423. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PretestController', $this));
  2424. return $instance;
  2425. }
  2426. /**
  2427. * Gets the public 'App\Controller\Student\QuizSessionController' shared autowired service.
  2428. *
  2429. * @return \App\Controller\Student\QuizSessionController
  2430. */
  2431. protected function getQuizSessionControllerService()
  2432. {
  2433. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2434. include_once \dirname(__DIR__, 4).'/src/Controller/Student/QuizSessionController.php';
  2435. $this->services['App\\Controller\\Student\\QuizSessionController'] = $instance = new \App\Controller\Student\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  2436. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\QuizSessionController', $this));
  2437. return $instance;
  2438. }
  2439. /**
  2440. * Gets the public 'App\Controller\Student\ReadingTestController' shared autowired service.
  2441. *
  2442. * @return \App\Controller\Student\ReadingTestController
  2443. */
  2444. protected function getReadingTestControllerService()
  2445. {
  2446. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2447. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ReadingTestController.php';
  2448. $this->services['App\\Controller\\Student\\ReadingTestController'] = $instance = new \App\Controller\Student\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Student\\ReadingTestService'] ?? $this->getReadingTestService2Service()));
  2449. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ReadingTestController', $this));
  2450. return $instance;
  2451. }
  2452. /**
  2453. * Gets the public 'App\Controller\Student\ResultsController' shared autowired service.
  2454. *
  2455. * @return \App\Controller\Student\ResultsController
  2456. */
  2457. protected function getResultsController2Service()
  2458. {
  2459. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2460. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ResultsController.php';
  2461. $this->services['App\\Controller\\Student\\ResultsController'] = $instance = new \App\Controller\Student\ResultsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()));
  2462. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ResultsController', $this));
  2463. return $instance;
  2464. }
  2465. /**
  2466. * Gets the public 'App\Controller\Student\SelfStudyController' shared autowired service.
  2467. *
  2468. * @return \App\Controller\Student\SelfStudyController
  2469. */
  2470. protected function getSelfStudyController3Service()
  2471. {
  2472. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2473. include_once \dirname(__DIR__, 4).'/src/Controller/Student/SelfStudyController.php';
  2474. $this->services['App\\Controller\\Student\\SelfStudyController'] = $instance = new \App\Controller\Student\SelfStudyController('gale');
  2475. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\SelfStudyController', $this));
  2476. return $instance;
  2477. }
  2478. /**
  2479. * Gets the public 'App\Controller\Student\StatisticsController' shared autowired service.
  2480. *
  2481. * @return \App\Controller\Student\StatisticsController
  2482. */
  2483. protected function getStatisticsControllerService()
  2484. {
  2485. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2486. include_once \dirname(__DIR__, 4).'/src/Controller/Student/StatisticsController.php';
  2487. $this->services['App\\Controller\\Student\\StatisticsController'] = $instance = new \App\Controller\Student\StatisticsController();
  2488. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\StatisticsController', $this));
  2489. return $instance;
  2490. }
  2491. /**
  2492. * Gets the public 'App\Controller\Student\TextbookController' shared autowired service.
  2493. *
  2494. * @return \App\Controller\Student\TextbookController
  2495. */
  2496. protected function getTextbookController2Service()
  2497. {
  2498. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2499. include_once \dirname(__DIR__, 4).'/src/Controller/Student/TextbookController.php';
  2500. include_once \dirname(__DIR__, 4).'/src/Services/Student/TextbookSessionService.php';
  2501. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2502. $this->services['App\\Controller\\Student\\TextbookController'] = $instance = new \App\Controller\Student\TextbookController($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Core\\TextbookService'] ?? $this->getTextbookServiceService()), new \App\Services\Student\TextbookSessionService($a));
  2503. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\TextbookController', $this));
  2504. return $instance;
  2505. }
  2506. /**
  2507. * Gets the public 'App\Controller\Student\TrainingController' shared autowired service.
  2508. *
  2509. * @return \App\Controller\Student\TrainingController
  2510. */
  2511. protected function getTrainingControllerService()
  2512. {
  2513. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2514. include_once \dirname(__DIR__, 4).'/src/Controller/Student/TrainingController.php';
  2515. $this->services['App\\Controller\\Student\\TrainingController'] = $instance = new \App\Controller\Student\TrainingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()), 'gale', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  2516. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\TrainingController', $this));
  2517. return $instance;
  2518. }
  2519. /**
  2520. * Gets the public 'App\Controller\Student\WorksheetSessionController' shared autowired service.
  2521. *
  2522. * @return \App\Controller\Student\WorksheetSessionController
  2523. */
  2524. protected function getWorksheetSessionControllerService()
  2525. {
  2526. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2527. include_once \dirname(__DIR__, 4).'/src/Controller/Student/WorksheetSessionController.php';
  2528. $this->services['App\\Controller\\Student\\WorksheetSessionController'] = $instance = new \App\Controller\Student\WorksheetSessionController();
  2529. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\WorksheetSessionController', $this));
  2530. return $instance;
  2531. }
  2532. /**
  2533. * Gets the public 'App\Controller\Teacher\API\ActivityController' shared autowired service.
  2534. *
  2535. * @return \App\Controller\Teacher\API\ActivityController
  2536. */
  2537. protected function getActivityControllerService()
  2538. {
  2539. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2540. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityController.php';
  2541. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2542. $this->services['App\\Controller\\Teacher\\API\\ActivityController'] = $instance = new \App\Controller\Teacher\API\ActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'gale', ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))), ($this->privates['App\\Services\\Teacher\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()));
  2543. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityController', $this));
  2544. return $instance;
  2545. }
  2546. /**
  2547. * Gets the public 'App\Controller\Teacher\API\ActivityFolderController' shared autowired service.
  2548. *
  2549. * @return \App\Controller\Teacher\API\ActivityFolderController
  2550. */
  2551. protected function getActivityFolderControllerService()
  2552. {
  2553. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2554. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityFolderController.php';
  2555. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2556. $this->services['App\\Controller\\Teacher\\API\\ActivityFolderController'] = $instance = new \App\Controller\Teacher\API\ActivityFolderController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Transformer\\Core\\ActivityFolderTransformer'] ?? $this->getActivityFolderTransformerService()), ($this->services['App\\Services\\Core\\ActivityFolderService'] ?? $this->getActivityFolderServiceService()), ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2557. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityFolderController', $this));
  2558. return $instance;
  2559. }
  2560. /**
  2561. * Gets the public 'App\Controller\Teacher\API\ActivityMetadataController' shared autowired service.
  2562. *
  2563. * @return \App\Controller\Teacher\API\ActivityMetadataController
  2564. */
  2565. protected function getActivityMetadataController2Service()
  2566. {
  2567. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2568. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityMetadataController.php';
  2569. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ClassroomActivityMetadataService.php';
  2570. $this->services['App\\Controller\\Teacher\\API\\ActivityMetadataController'] = $instance = new \App\Controller\Teacher\API\ActivityMetadataController(($this->privates['App\\Services\\Teacher\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()), new \App\Services\Teacher\API\ClassroomActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2571. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityMetadataController', $this));
  2572. return $instance;
  2573. }
  2574. /**
  2575. * Gets the public 'App\Controller\Teacher\API\CategoryController' shared autowired service.
  2576. *
  2577. * @return \App\Controller\Teacher\API\CategoryController
  2578. */
  2579. protected function getCategoryControllerService()
  2580. {
  2581. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2582. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CategoryController.php';
  2583. $this->services['App\\Controller\\Teacher\\API\\CategoryController'] = $instance = new \App\Controller\Teacher\API\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2584. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CategoryController', $this));
  2585. return $instance;
  2586. }
  2587. /**
  2588. * Gets the public 'App\Controller\Teacher\API\ClassroomController' shared autowired service.
  2589. *
  2590. * @return \App\Controller\Teacher\API\ClassroomController
  2591. */
  2592. protected function getClassroomControllerService()
  2593. {
  2594. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2595. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomController.php';
  2596. $this->services['App\\Controller\\Teacher\\API\\ClassroomController'] = $instance = new \App\Controller\Teacher\API\ClassroomController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2597. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomController', $this));
  2598. return $instance;
  2599. }
  2600. /**
  2601. * Gets the public 'App\Controller\Teacher\API\ClassroomReportController' shared autowired service.
  2602. *
  2603. * @return \App\Controller\Teacher\API\ClassroomReportController
  2604. */
  2605. protected function getClassroomReportControllerService()
  2606. {
  2607. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2608. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomReportController.php';
  2609. $this->services['App\\Controller\\Teacher\\API\\ClassroomReportController'] = $instance = new \App\Controller\Teacher\API\ClassroomReportController(($this->privates['App\\Services\\Teacher\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()));
  2610. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomReportController', $this));
  2611. return $instance;
  2612. }
  2613. /**
  2614. * Gets the public 'App\Controller\Teacher\API\ClassroomTypeController' shared autowired service.
  2615. *
  2616. * @return \App\Controller\Teacher\API\ClassroomTypeController
  2617. */
  2618. protected function getClassroomTypeControllerService()
  2619. {
  2620. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2621. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomTypeController.php';
  2622. $this->services['App\\Controller\\Teacher\\API\\ClassroomTypeController'] = $instance = new \App\Controller\Teacher\API\ClassroomTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Teacher\\CategoryService'] ?? $this->getCategoryServiceService()), 'gyldendal', 'primaryschool', 'gale');
  2623. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomTypeController', $this));
  2624. return $instance;
  2625. }
  2626. /**
  2627. * Gets the public 'App\Controller\Teacher\API\CrammingActivityController' shared autowired service.
  2628. *
  2629. * @return \App\Controller\Teacher\API\CrammingActivityController
  2630. */
  2631. protected function getCrammingActivityController2Service()
  2632. {
  2633. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2634. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityController.php';
  2635. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityService.php';
  2636. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2637. $this->services['App\\Controller\\Teacher\\API\\CrammingActivityController'] = $instance = new \App\Controller\Teacher\API\CrammingActivityController('gale', $a, new \App\Services\Teacher\API\CrammingActivityService($a), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2638. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CrammingActivityController', $this));
  2639. return $instance;
  2640. }
  2641. /**
  2642. * Gets the public 'App\Controller\Teacher\API\CrammingActivityResultsController' shared autowired service.
  2643. *
  2644. * @return \App\Controller\Teacher\API\CrammingActivityResultsController
  2645. */
  2646. protected function getCrammingActivityResultsController2Service()
  2647. {
  2648. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2649. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityResultsController.php';
  2650. $this->services['App\\Controller\\Teacher\\API\\CrammingActivityResultsController'] = $instance = new \App\Controller\Teacher\API\CrammingActivityResultsController(($this->services['App\\Services\\Teacher\\API\\CrammingActivityResults\\Service'] ?? $this->getServiceService()));
  2651. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CrammingActivityResultsController', $this));
  2652. return $instance;
  2653. }
  2654. /**
  2655. * Gets the public 'App\Controller\Teacher\API\DictateActivityController' shared autowired service.
  2656. *
  2657. * @return \App\Controller\Teacher\API\DictateActivityController
  2658. */
  2659. protected function getDictateActivityControllerService()
  2660. {
  2661. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2662. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateActivityController.php';
  2663. $this->services['App\\Controller\\Teacher\\API\\DictateActivityController'] = $instance = new \App\Controller\Teacher\API\DictateActivityController(($this->services['App\\Services\\Teacher\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2664. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateActivityController', $this));
  2665. return $instance;
  2666. }
  2667. /**
  2668. * Gets the public 'App\Controller\Teacher\API\DictateActivityResultsController' shared autowired service.
  2669. *
  2670. * @return \App\Controller\Teacher\API\DictateActivityResultsController
  2671. */
  2672. protected function getDictateActivityResultsController2Service()
  2673. {
  2674. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2675. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateActivityResultsController.php';
  2676. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/DictateActivityResultsService.php';
  2677. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  2678. $this->services['App\\Controller\\Teacher\\API\\DictateActivityResultsController'] = $instance = new \App\Controller\Teacher\API\DictateActivityResultsController(new \App\Services\Teacher\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] = new \App\Services\Core\API\DictateActivityResultsService()))));
  2679. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateActivityResultsController', $this));
  2680. return $instance;
  2681. }
  2682. /**
  2683. * Gets the public 'App\Controller\Teacher\API\DictateController' shared autowired service.
  2684. *
  2685. * @return \App\Controller\Teacher\API\DictateController
  2686. */
  2687. protected function getDictateController2Service()
  2688. {
  2689. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2690. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateController.php';
  2691. $this->services['App\\Controller\\Teacher\\API\\DictateController'] = $instance = new \App\Controller\Teacher\API\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2692. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateController', $this));
  2693. return $instance;
  2694. }
  2695. /**
  2696. * Gets the public 'App\Controller\Teacher\API\HomeworkActivityResultsController' shared autowired service.
  2697. *
  2698. * @return \App\Controller\Teacher\API\HomeworkActivityResultsController
  2699. */
  2700. protected function getHomeworkActivityResultsController2Service()
  2701. {
  2702. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2703. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/HomeworkActivityResultsController.php';
  2704. $this->services['App\\Controller\\Teacher\\API\\HomeworkActivityResultsController'] = $instance = new \App\Controller\Teacher\API\HomeworkActivityResultsController(($this->services['App\\Services\\Teacher\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()));
  2705. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\HomeworkActivityResultsController', $this));
  2706. return $instance;
  2707. }
  2708. /**
  2709. * Gets the public 'App\Controller\Teacher\API\HomeworkController' shared autowired service.
  2710. *
  2711. * @return \App\Controller\Teacher\API\HomeworkController
  2712. */
  2713. protected function getHomeworkController2Service()
  2714. {
  2715. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2716. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/HomeworkController.php';
  2717. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/HomeworkService.php';
  2718. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2719. $this->services['App\\Controller\\Teacher\\API\\HomeworkController'] = $instance = new \App\Controller\Teacher\API\HomeworkController($a, new \App\Services\Teacher\API\HomeworkService($a, ($this->privates['App\\Services\\Teacher\\TrainingService'] ?? $this->getTrainingServiceService())), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2720. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\HomeworkController', $this));
  2721. return $instance;
  2722. }
  2723. /**
  2724. * Gets the public 'App\Controller\Teacher\API\OnboardingController' shared autowired service.
  2725. *
  2726. * @return \App\Controller\Teacher\API\OnboardingController
  2727. */
  2728. protected function getOnboardingControllerService()
  2729. {
  2730. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2731. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/OnboardingController.php';
  2732. $this->services['App\\Controller\\Teacher\\API\\OnboardingController'] = $instance = new \App\Controller\Teacher\API\OnboardingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'gale');
  2733. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\OnboardingController', $this));
  2734. return $instance;
  2735. }
  2736. /**
  2737. * Gets the public 'App\Controller\Teacher\API\PeerActivityController' shared autowired service.
  2738. *
  2739. * @return \App\Controller\Teacher\API\PeerActivityController
  2740. */
  2741. protected function getPeerActivityControllerService()
  2742. {
  2743. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2744. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerActivityController.php';
  2745. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/PeerActivityService.php';
  2746. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionInitializer.php';
  2747. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  2748. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  2749. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  2750. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Peer/PeerMathproblemRepository.php';
  2751. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2752. $this->services['App\\Controller\\Teacher\\API\\PeerActivityController'] = $instance = new \App\Controller\Teacher\API\PeerActivityController(new \App\Services\Teacher\API\PeerActivityService($a, new \App\Session\Core\Peer\PeerSessionInitializer($a, ($this->services['translator'] ?? $this->getTranslatorService()), $a->getRepository('App\\Entity\\Core\\Peer\\PeerMathproblem')), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService())));
  2753. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerActivityController', $this));
  2754. return $instance;
  2755. }
  2756. /**
  2757. * Gets the public 'App\Controller\Teacher\API\PeerActivityResultsController' shared autowired service.
  2758. *
  2759. * @return \App\Controller\Teacher\API\PeerActivityResultsController
  2760. */
  2761. protected function getPeerActivityResultsController2Service()
  2762. {
  2763. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2764. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerActivityResultsController.php';
  2765. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/PeerActivityResultsService.php';
  2766. $this->services['App\\Controller\\Teacher\\API\\PeerActivityResultsController'] = $instance = new \App\Controller\Teacher\API\PeerActivityResultsController(new \App\Services\Teacher\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2767. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerActivityResultsController', $this));
  2768. return $instance;
  2769. }
  2770. /**
  2771. * Gets the public 'App\Controller\Teacher\API\PeerProblemController' shared autowired service.
  2772. *
  2773. * @return \App\Controller\Teacher\API\PeerProblemController
  2774. */
  2775. protected function getPeerProblemControllerService()
  2776. {
  2777. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2778. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerProblemController.php';
  2779. $this->services['App\\Controller\\Teacher\\API\\PeerProblemController'] = $instance = new \App\Controller\Teacher\API\PeerProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2780. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerProblemController', $this));
  2781. return $instance;
  2782. }
  2783. /**
  2784. * Gets the public 'App\Controller\Teacher\API\PeerThemeClassTypeController' shared autowired service.
  2785. *
  2786. * @return \App\Controller\Teacher\API\PeerThemeClassTypeController
  2787. */
  2788. protected function getPeerThemeClassTypeControllerService()
  2789. {
  2790. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2791. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerThemeClassTypeController.php';
  2792. $this->services['App\\Controller\\Teacher\\API\\PeerThemeClassTypeController'] = $instance = new \App\Controller\Teacher\API\PeerThemeClassTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2793. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerThemeClassTypeController', $this));
  2794. return $instance;
  2795. }
  2796. /**
  2797. * Gets the public 'App\Controller\Teacher\API\PeerThemeController' shared autowired service.
  2798. *
  2799. * @return \App\Controller\Teacher\API\PeerThemeController
  2800. */
  2801. protected function getPeerThemeControllerService()
  2802. {
  2803. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2804. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerThemeController.php';
  2805. $this->services['App\\Controller\\Teacher\\API\\PeerThemeController'] = $instance = new \App\Controller\Teacher\API\PeerThemeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2806. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerThemeController', $this));
  2807. return $instance;
  2808. }
  2809. /**
  2810. * Gets the public 'App\Controller\Teacher\API\ProblemController' shared autowired service.
  2811. *
  2812. * @return \App\Controller\Teacher\API\ProblemController
  2813. */
  2814. protected function getProblemController4Service()
  2815. {
  2816. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2817. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ProblemController.php';
  2818. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ProblemService.php';
  2819. $this->services['App\\Controller\\Teacher\\API\\ProblemController'] = $instance = new \App\Controller\Teacher\API\ProblemController(new \App\Services\Teacher\API\ProblemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService())), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  2820. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ProblemController', $this));
  2821. return $instance;
  2822. }
  2823. /**
  2824. * Gets the public 'App\Controller\Teacher\API\QuizActivityController' shared autowired service.
  2825. *
  2826. * @return \App\Controller\Teacher\API\QuizActivityController
  2827. */
  2828. protected function getQuizActivityController2Service()
  2829. {
  2830. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2831. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizActivityController.php';
  2832. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  2833. $this->services['App\\Controller\\Teacher\\API\\QuizActivityController'] = $instance = new \App\Controller\Teacher\API\QuizActivityController(($this->privates['App\\Services\\Teacher\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()), ($this->services['App\\Helpers\\Core\\ValidationHelper'] ?? ($this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper())));
  2834. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizActivityController', $this));
  2835. return $instance;
  2836. }
  2837. /**
  2838. * Gets the public 'App\Controller\Teacher\API\QuizActivityResultsController' shared autowired service.
  2839. *
  2840. * @return \App\Controller\Teacher\API\QuizActivityResultsController
  2841. */
  2842. protected function getQuizActivityResultsController2Service()
  2843. {
  2844. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2845. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizActivityResultsController.php';
  2846. $this->services['App\\Controller\\Teacher\\API\\QuizActivityResultsController'] = $instance = new \App\Controller\Teacher\API\QuizActivityResultsController(($this->services['App\\Services\\Teacher\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()));
  2847. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizActivityResultsController', $this));
  2848. return $instance;
  2849. }
  2850. /**
  2851. * Gets the public 'App\Controller\Teacher\API\QuizController' shared autowired service.
  2852. *
  2853. * @return \App\Controller\Teacher\API\QuizController
  2854. */
  2855. protected function getQuizControllerService()
  2856. {
  2857. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2858. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizController.php';
  2859. $this->services['App\\Controller\\Teacher\\API\\QuizController'] = $instance = new \App\Controller\Teacher\API\QuizController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2860. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizController', $this));
  2861. return $instance;
  2862. }
  2863. /**
  2864. * Gets the public 'App\Controller\Teacher\API\QuizTypeController' shared autowired service.
  2865. *
  2866. * @return \App\Controller\Teacher\API\QuizTypeController
  2867. */
  2868. protected function getQuizTypeControllerService()
  2869. {
  2870. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2871. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizTypeController.php';
  2872. $this->services['App\\Controller\\Teacher\\API\\QuizTypeController'] = $instance = new \App\Controller\Teacher\API\QuizTypeController();
  2873. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizTypeController', $this));
  2874. return $instance;
  2875. }
  2876. /**
  2877. * Gets the public 'App\Controller\Teacher\API\ReadingTestActivityController' shared autowired service.
  2878. *
  2879. * @return \App\Controller\Teacher\API\ReadingTestActivityController
  2880. */
  2881. protected function getReadingTestActivityControllerService()
  2882. {
  2883. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2884. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestActivityController.php';
  2885. $this->services['App\\Controller\\Teacher\\API\\ReadingTestActivityController'] = $instance = new \App\Controller\Teacher\API\ReadingTestActivityController(($this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2886. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestActivityController', $this));
  2887. return $instance;
  2888. }
  2889. /**
  2890. * Gets the public 'App\Controller\Teacher\API\ReadingTestController' shared autowired service.
  2891. *
  2892. * @return \App\Controller\Teacher\API\ReadingTestController
  2893. */
  2894. protected function getReadingTestController2Service()
  2895. {
  2896. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2897. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestController.php';
  2898. $this->services['App\\Controller\\Teacher\\API\\ReadingTestController'] = $instance = new \App\Controller\Teacher\API\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2899. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestController', $this));
  2900. return $instance;
  2901. }
  2902. /**
  2903. * Gets the public 'App\Controller\Teacher\API\ReadingTestResultsController' shared autowired service.
  2904. *
  2905. * @return \App\Controller\Teacher\API\ReadingTestResultsController
  2906. */
  2907. protected function getReadingTestResultsController2Service()
  2908. {
  2909. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2910. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestResultsController.php';
  2911. $this->services['App\\Controller\\Teacher\\API\\ReadingTestResultsController'] = $instance = new \App\Controller\Teacher\API\ReadingTestResultsController(($this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  2912. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestResultsController', $this));
  2913. return $instance;
  2914. }
  2915. /**
  2916. * Gets the public 'App\Controller\Teacher\API\ResultsOverviewController' shared autowired service.
  2917. *
  2918. * @return \App\Controller\Teacher\API\ResultsOverviewController
  2919. */
  2920. protected function getResultsOverviewControllerService()
  2921. {
  2922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2923. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ResultsOverviewController.php';
  2924. $this->services['App\\Controller\\Teacher\\API\\ResultsOverviewController'] = $instance = new \App\Controller\Teacher\API\ResultsOverviewController(($this->services['App\\Services\\Teacher\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  2925. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ResultsOverviewController', $this));
  2926. return $instance;
  2927. }
  2928. /**
  2929. * Gets the public 'App\Controller\Teacher\API\SessionController' shared autowired service.
  2930. *
  2931. * @return \App\Controller\Teacher\API\SessionController
  2932. */
  2933. protected function getSessionControllerService()
  2934. {
  2935. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2936. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/SessionController.php';
  2937. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2938. $this->services['App\\Controller\\Teacher\\API\\SessionController'] = $instance = new \App\Controller\Teacher\API\SessionController(($this->services['App\\Services\\Core\\ActivityResolverService'] ?? $this->getActivityResolverServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))));
  2939. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\SessionController', $this));
  2940. return $instance;
  2941. }
  2942. /**
  2943. * Gets the public 'App\Controller\Teacher\API\StudentController' shared autowired service.
  2944. *
  2945. * @return \App\Controller\Teacher\API\StudentController
  2946. */
  2947. protected function getStudentControllerService()
  2948. {
  2949. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2950. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/StudentController.php';
  2951. $this->services['App\\Controller\\Teacher\\API\\StudentController'] = $instance = new \App\Controller\Teacher\API\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2952. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\StudentController', $this));
  2953. return $instance;
  2954. }
  2955. /**
  2956. * Gets the public 'App\Controller\Teacher\API\StudentReportController' shared autowired service.
  2957. *
  2958. * @return \App\Controller\Teacher\API\StudentReportController
  2959. */
  2960. protected function getStudentReportControllerService()
  2961. {
  2962. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2963. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/StudentReportController.php';
  2964. $this->services['App\\Controller\\Teacher\\API\\StudentReportController'] = $instance = new \App\Controller\Teacher\API\StudentReportController(($this->privates['App\\Services\\Teacher\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()));
  2965. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\StudentReportController', $this));
  2966. return $instance;
  2967. }
  2968. /**
  2969. * Gets the public 'App\Controller\Teacher\API\TagController' shared autowired service.
  2970. *
  2971. * @return \App\Controller\Teacher\API\TagController
  2972. */
  2973. protected function getTagController2Service()
  2974. {
  2975. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2976. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TagController.php';
  2977. $this->services['App\\Controller\\Teacher\\API\\TagController'] = $instance = new \App\Controller\Teacher\API\TagController();
  2978. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TagController', $this));
  2979. return $instance;
  2980. }
  2981. /**
  2982. * Gets the public 'App\Controller\Teacher\API\TemplateMathproblemController' shared autowired service.
  2983. *
  2984. * @return \App\Controller\Teacher\API\TemplateMathproblemController
  2985. */
  2986. protected function getTemplateMathproblemControllerService()
  2987. {
  2988. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2989. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TemplateMathproblemController.php';
  2990. $this->services['App\\Controller\\Teacher\\API\\TemplateMathproblemController'] = $instance = new \App\Controller\Teacher\API\TemplateMathproblemController();
  2991. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TemplateMathproblemController', $this));
  2992. return $instance;
  2993. }
  2994. /**
  2995. * Gets the public 'App\Controller\Teacher\API\TemplateSetController' shared autowired service.
  2996. *
  2997. * @return \App\Controller\Teacher\API\TemplateSetController
  2998. */
  2999. protected function getTemplateSetControllerService()
  3000. {
  3001. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3002. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TemplateSetController.php';
  3003. $this->services['App\\Controller\\Teacher\\API\\TemplateSetController'] = $instance = new \App\Controller\Teacher\API\TemplateSetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3004. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TemplateSetController', $this));
  3005. return $instance;
  3006. }
  3007. /**
  3008. * Gets the public 'App\Controller\Teacher\API\TrainingActivityController' shared autowired service.
  3009. *
  3010. * @return \App\Controller\Teacher\API\TrainingActivityController
  3011. */
  3012. protected function getTrainingActivityControllerService()
  3013. {
  3014. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3015. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TrainingActivityController.php';
  3016. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/TrainingActivityService.php';
  3017. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3018. $this->services['App\\Controller\\Teacher\\API\\TrainingActivityController'] = $instance = new \App\Controller\Teacher\API\TrainingActivityController($a, new \App\Services\Teacher\API\TrainingActivityService($a, ($this->privates['App\\Services\\Teacher\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Services\\Core\\MakeTeamsService'] ?? $this->getMakeTeamsServiceService())), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3019. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TrainingActivityController', $this));
  3020. return $instance;
  3021. }
  3022. /**
  3023. * Gets the public 'App\Controller\Teacher\API\TrainingActivityResultsController' shared autowired service.
  3024. *
  3025. * @return \App\Controller\Teacher\API\TrainingActivityResultsController
  3026. */
  3027. protected function getTrainingActivityResultsController2Service()
  3028. {
  3029. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3030. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TrainingActivityResultsController.php';
  3031. $this->services['App\\Controller\\Teacher\\API\\TrainingActivityResultsController'] = $instance = new \App\Controller\Teacher\API\TrainingActivityResultsController(($this->services['App\\Services\\Teacher\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()));
  3032. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TrainingActivityResultsController', $this));
  3033. return $instance;
  3034. }
  3035. /**
  3036. * Gets the public 'App\Controller\Teacher\API\WorksheetActivityController' shared autowired service.
  3037. *
  3038. * @return \App\Controller\Teacher\API\WorksheetActivityController
  3039. */
  3040. protected function getWorksheetActivityControllerService()
  3041. {
  3042. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3043. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetActivityController.php';
  3044. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/WorksheetActivityService.php';
  3045. $this->services['App\\Controller\\Teacher\\API\\WorksheetActivityController'] = $instance = new \App\Controller\Teacher\API\WorksheetActivityController(new \App\Services\Teacher\API\WorksheetActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Teacher\\WorksheetService'] ?? $this->getWorksheetServiceService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService())));
  3046. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetActivityController', $this));
  3047. return $instance;
  3048. }
  3049. /**
  3050. * Gets the public 'App\Controller\Teacher\API\WorksheetActivityResultsController' shared autowired service.
  3051. *
  3052. * @return \App\Controller\Teacher\API\WorksheetActivityResultsController
  3053. */
  3054. protected function getWorksheetActivityResultsControllerService()
  3055. {
  3056. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3057. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetActivityResultsController.php';
  3058. $this->services['App\\Controller\\Teacher\\API\\WorksheetActivityResultsController'] = $instance = new \App\Controller\Teacher\API\WorksheetActivityResultsController(($this->services['App\\Services\\Teacher\\API\\WorksheetActivityResultsService'] ?? $this->getWorksheetActivityResultsServiceService()));
  3059. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetActivityResultsController', $this));
  3060. return $instance;
  3061. }
  3062. /**
  3063. * Gets the public 'App\Controller\Teacher\API\WorksheetController' shared autowired service.
  3064. *
  3065. * @return \App\Controller\Teacher\API\WorksheetController
  3066. */
  3067. protected function getWorksheetControllerService()
  3068. {
  3069. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3070. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetController.php';
  3071. $this->services['App\\Controller\\Teacher\\API\\WorksheetController'] = $instance = new \App\Controller\Teacher\API\WorksheetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3072. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetController', $this));
  3073. return $instance;
  3074. }
  3075. /**
  3076. * Gets the public 'App\Controller\Teacher\CampaignController' shared autowired service.
  3077. *
  3078. * @return \App\Controller\Teacher\CampaignController
  3079. */
  3080. protected function getCampaignControllerService()
  3081. {
  3082. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3083. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/CampaignController.php';
  3084. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CampaignService.php';
  3085. $this->services['App\\Controller\\Teacher\\CampaignController'] = $instance = new \App\Controller\Teacher\CampaignController(new \App\Services\Teacher\CampaignService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Student\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService())));
  3086. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\CampaignController', $this));
  3087. return $instance;
  3088. }
  3089. /**
  3090. * Gets the public 'App\Controller\Teacher\ClassroomController' shared autowired service.
  3091. *
  3092. * @return \App\Controller\Teacher\ClassroomController
  3093. */
  3094. protected function getClassroomController2Service()
  3095. {
  3096. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3097. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ClassroomController.php';
  3098. $this->services['App\\Controller\\Teacher\\ClassroomController'] = $instance = new \App\Controller\Teacher\ClassroomController();
  3099. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ClassroomController', $this));
  3100. return $instance;
  3101. }
  3102. /**
  3103. * Gets the public 'App\Controller\Teacher\ContentController' shared autowired service.
  3104. *
  3105. * @return \App\Controller\Teacher\ContentController
  3106. */
  3107. protected function getContentController2Service()
  3108. {
  3109. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3110. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ContentController.php';
  3111. $this->services['App\\Controller\\Teacher\\ContentController'] = $instance = new \App\Controller\Teacher\ContentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), 'gale', ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['App\\Services\\Teacher\\MathProblemService'] ?? $this->getMathProblemService2Service()), ($this->privates['App\\Services\\Teacher\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  3112. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ContentController', $this));
  3113. return $instance;
  3114. }
  3115. /**
  3116. * Gets the public 'App\Controller\Teacher\CrammingActivityController' shared autowired service.
  3117. *
  3118. * @return \App\Controller\Teacher\CrammingActivityController
  3119. */
  3120. protected function getCrammingActivityController3Service()
  3121. {
  3122. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3123. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/CrammingActivityController.php';
  3124. $this->services['App\\Controller\\Teacher\\CrammingActivityController'] = $instance = new \App\Controller\Teacher\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\ProblemService'] ?? $this->getProblemService2Service()), ($this->privates['App\\Services\\Teacher\\CrammingActivityService'] ?? $this->getCrammingActivityService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3125. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\CrammingActivityController', $this));
  3126. return $instance;
  3127. }
  3128. /**
  3129. * Gets the public 'App\Controller\Teacher\DefaultController' shared autowired service.
  3130. *
  3131. * @return \App\Controller\Teacher\DefaultController
  3132. */
  3133. protected function getDefaultController4Service()
  3134. {
  3135. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3136. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/DefaultController.php';
  3137. $this->services['App\\Controller\\Teacher\\DefaultController'] = $instance = new \App\Controller\Teacher\DefaultController('gale', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3138. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\DefaultController', $this));
  3139. return $instance;
  3140. }
  3141. /**
  3142. * Gets the public 'App\Controller\Teacher\ExtendActivityController' shared autowired service.
  3143. *
  3144. * @return \App\Controller\Teacher\ExtendActivityController
  3145. */
  3146. protected function getExtendActivityControllerService()
  3147. {
  3148. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3149. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ExtendActivityController.php';
  3150. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ExtendActivityService.php';
  3151. $this->services['App\\Controller\\Teacher\\ExtendActivityController'] = $instance = new \App\Controller\Teacher\ExtendActivityController(new \App\Services\Teacher\ExtendActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Teacher\\QuizService'] ?? $this->getQuizServiceService()), ($this->services['App\\Services\\Teacher\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService())));
  3152. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ExtendActivityController', $this));
  3153. return $instance;
  3154. }
  3155. /**
  3156. * Gets the public 'App\Controller\Teacher\HistoryController' shared autowired service.
  3157. *
  3158. * @return \App\Controller\Teacher\HistoryController
  3159. */
  3160. protected function getHistoryController3Service()
  3161. {
  3162. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3163. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/HistoryController.php';
  3164. $this->services['App\\Controller\\Teacher\\HistoryController'] = $instance = new \App\Controller\Teacher\HistoryController();
  3165. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\HistoryController', $this));
  3166. return $instance;
  3167. }
  3168. /**
  3169. * Gets the public 'App\Controller\Teacher\HomeworkController' shared autowired service.
  3170. *
  3171. * @return \App\Controller\Teacher\HomeworkController
  3172. */
  3173. protected function getHomeworkController3Service()
  3174. {
  3175. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3176. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/HomeworkController.php';
  3177. $this->services['App\\Controller\\Teacher\\HomeworkController'] = $instance = new \App\Controller\Teacher\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3178. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\HomeworkController', $this));
  3179. return $instance;
  3180. }
  3181. /**
  3182. * Gets the public 'App\Controller\Teacher\PeerTrainingController' shared autowired service.
  3183. *
  3184. * @return \App\Controller\Teacher\PeerTrainingController
  3185. */
  3186. protected function getPeerTrainingControllerService()
  3187. {
  3188. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3189. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/PeerTrainingController.php';
  3190. $this->services['App\\Controller\\Teacher\\PeerTrainingController'] = $instance = new \App\Controller\Teacher\PeerTrainingController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3191. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\PeerTrainingController', $this));
  3192. return $instance;
  3193. }
  3194. /**
  3195. * Gets the public 'App\Controller\Teacher\QuizController' shared autowired service.
  3196. *
  3197. * @return \App\Controller\Teacher\QuizController
  3198. */
  3199. protected function getQuizController2Service()
  3200. {
  3201. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3202. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/QuizController.php';
  3203. $this->services['App\\Controller\\Teacher\\QuizController'] = $instance = new \App\Controller\Teacher\QuizController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  3204. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\QuizController', $this));
  3205. return $instance;
  3206. }
  3207. /**
  3208. * Gets the public 'App\Controller\Teacher\QuizSessionController' shared autowired service.
  3209. *
  3210. * @return \App\Controller\Teacher\QuizSessionController
  3211. */
  3212. protected function getQuizSessionController2Service()
  3213. {
  3214. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3215. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/QuizSessionController.php';
  3216. $this->services['App\\Controller\\Teacher\\QuizSessionController'] = $instance = new \App\Controller\Teacher\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3217. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\QuizSessionController', $this));
  3218. return $instance;
  3219. }
  3220. /**
  3221. * Gets the public 'App\Controller\Teacher\ReportPdfExportController' shared autowired service.
  3222. *
  3223. * @return \App\Controller\Teacher\ReportPdfExportController
  3224. */
  3225. protected function getReportPdfExportControllerService()
  3226. {
  3227. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3228. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ReportPdfExportController.php';
  3229. $this->services['App\\Controller\\Teacher\\ReportPdfExportController'] = $instance = new \App\Controller\Teacher\ReportPdfExportController(($this->privates['App\\Services\\Teacher\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()), ($this->privates['App\\Services\\Teacher\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'gale');
  3230. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ReportPdfExportController', $this));
  3231. return $instance;
  3232. }
  3233. /**
  3234. * Gets the public 'App\Controller\Teacher\ResultsController' shared autowired service.
  3235. *
  3236. * @return \App\Controller\Teacher\ResultsController
  3237. */
  3238. protected function getResultsController3Service()
  3239. {
  3240. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3241. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ResultsController.php';
  3242. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CompetitionService.php';
  3243. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3244. $this->services['App\\Controller\\Teacher\\ResultsController'] = $instance = new \App\Controller\Teacher\ResultsController($a, new \App\Services\Teacher\CompetitionService($a));
  3245. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ResultsController', $this));
  3246. return $instance;
  3247. }
  3248. /**
  3249. * Gets the public 'App\Controller\Teacher\ResultsOverviewController' shared autowired service.
  3250. *
  3251. * @return \App\Controller\Teacher\ResultsOverviewController
  3252. */
  3253. protected function getResultsOverviewController2Service()
  3254. {
  3255. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3256. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ResultsOverviewController.php';
  3257. $this->services['App\\Controller\\Teacher\\ResultsOverviewController'] = $instance = new \App\Controller\Teacher\ResultsOverviewController(($this->services['App\\Services\\Teacher\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  3258. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ResultsOverviewController', $this));
  3259. return $instance;
  3260. }
  3261. /**
  3262. * Gets the public 'App\Controller\Teacher\StudentController' shared autowired service.
  3263. *
  3264. * @return \App\Controller\Teacher\StudentController
  3265. */
  3266. protected function getStudentController2Service()
  3267. {
  3268. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3269. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/StudentController.php';
  3270. $this->services['App\\Controller\\Teacher\\StudentController'] = $instance = new \App\Controller\Teacher\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['App\\Services\\Student\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService()));
  3271. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\StudentController', $this));
  3272. return $instance;
  3273. }
  3274. /**
  3275. * Gets the public 'App\Controller\Teacher\TextbookController' shared autowired service.
  3276. *
  3277. * @return \App\Controller\Teacher\TextbookController
  3278. */
  3279. protected function getTextbookController3Service()
  3280. {
  3281. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3282. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/TextbookController.php';
  3283. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/TextbookSessionService.php';
  3284. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3285. $this->services['App\\Controller\\Teacher\\TextbookController'] = $instance = new \App\Controller\Teacher\TextbookController($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Core\\TextbookService'] ?? $this->getTextbookServiceService()), new \App\Services\Teacher\TextbookSessionService($a), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3286. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\TextbookController', $this));
  3287. return $instance;
  3288. }
  3289. /**
  3290. * Gets the public 'App\Controller\Teacher\TrainingController' shared autowired service.
  3291. *
  3292. * @return \App\Controller\Teacher\TrainingController
  3293. */
  3294. protected function getTrainingController2Service()
  3295. {
  3296. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3297. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/TrainingController.php';
  3298. $this->services['App\\Controller\\Teacher\\TrainingController'] = $instance = new \App\Controller\Teacher\TrainingController(($this->privates['App\\Services\\Teacher\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3299. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\TrainingController', $this));
  3300. return $instance;
  3301. }
  3302. /**
  3303. * Gets the public 'App\Controller\Teacher\WorksheetController' shared autowired service.
  3304. *
  3305. * @return \App\Controller\Teacher\WorksheetController
  3306. */
  3307. protected function getWorksheetController2Service()
  3308. {
  3309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3310. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/WorksheetController.php';
  3311. $this->services['App\\Controller\\Teacher\\WorksheetController'] = $instance = new \App\Controller\Teacher\WorksheetController(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3312. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\WorksheetController', $this));
  3313. return $instance;
  3314. }
  3315. /**
  3316. * Gets the public 'App\Controller\Teacher\WorksheetSessionController' shared autowired service.
  3317. *
  3318. * @return \App\Controller\Teacher\WorksheetSessionController
  3319. */
  3320. protected function getWorksheetSessionController2Service()
  3321. {
  3322. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3323. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/WorksheetSessionController.php';
  3324. $this->services['App\\Controller\\Teacher\\WorksheetSessionController'] = $instance = new \App\Controller\Teacher\WorksheetSessionController(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3325. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\WorksheetSessionController', $this));
  3326. return $instance;
  3327. }
  3328. /**
  3329. * Gets the public 'App\Controller\User\DefaultController' shared autowired service.
  3330. *
  3331. * @return \App\Controller\User\DefaultController
  3332. */
  3333. protected function getDefaultController5Service()
  3334. {
  3335. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3336. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3337. include_once \dirname(__DIR__, 4).'/src/Controller/User/DefaultController.php';
  3338. $this->services['App\\Controller\\User\\DefaultController'] = $instance = new \App\Controller\User\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');
  3339. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\DefaultController', $this));
  3340. return $instance;
  3341. }
  3342. /**
  3343. * Gets the public 'App\Controller\User\RegistrationController' shared autowired service.
  3344. *
  3345. * @return \App\Controller\User\RegistrationController
  3346. */
  3347. protected function getRegistrationControllerService()
  3348. {
  3349. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3350. include_once \dirname(__DIR__, 4).'/src/Controller/User/RegistrationController.php';
  3351. include_once \dirname(__DIR__, 4).'/src/Security/EmailVerifier.php';
  3352. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  3353. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  3354. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  3355. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  3356. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  3357. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  3358. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3359. $this->services['App\\Controller\\User\\RegistrationController'] = $instance = new \App\Controller\User\RegistrationController(new \App\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()), $a), $a, ($this->privates['App\\Services\\Core\\EmailHelperService'] ?? ($this->privates['App\\Services\\Core\\EmailHelperService'] = new \App\Services\Core\EmailHelperService('gale'))));
  3360. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\RegistrationController', $this));
  3361. return $instance;
  3362. }
  3363. /**
  3364. * Gets the public 'App\Controller\User\ResetPasswordController' shared autowired service.
  3365. *
  3366. * @return \App\Controller\User\ResetPasswordController
  3367. */
  3368. protected function getResetPasswordController2Service()
  3369. {
  3370. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3371. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  3372. include_once \dirname(__DIR__, 4).'/src/Controller/User/ResetPasswordController.php';
  3373. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  3374. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  3375. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  3376. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  3377. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  3378. $this->services['App\\Controller\\User\\ResetPasswordController'] = $instance = new \App\Controller\User\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['App\\Repository\\User\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 3600, 3600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EmailHelperService'] ?? ($this->privates['App\\Services\\Core\\EmailHelperService'] = new \App\Services\Core\EmailHelperService('gale'))));
  3379. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ResetPasswordController', $this));
  3380. return $instance;
  3381. }
  3382. /**
  3383. * Gets the public 'App\Controller\User\SecurityController' shared autowired service.
  3384. *
  3385. * @return \App\Controller\User\SecurityController
  3386. */
  3387. protected function getSecurityControllerService()
  3388. {
  3389. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3391. include_once \dirname(__DIR__, 4).'/src/Controller/User/SecurityController.php';
  3392. include_once \dirname(__DIR__, 4).'/src/Services/User/LoginManager.php';
  3393. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  3394. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallAwareTrait.php';
  3395. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/RememberMe/FirewallAwareRememberMeHandler.php';
  3396. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3397. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3398. $this->services['App\\Controller\\User\\SecurityController'] = $instance = new \App\Controller\User\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->privates['App\\Services\\Core\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()), new \App\Services\User\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $a, new \Symfony\Bundle\SecurityBundle\RememberMe\FirewallAwareRememberMeHandler(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3399. 'main' => ['privates', 'security.authenticator.remember_me_handler.main', 'getSecurity_Authenticator_RememberMeHandler_MainService', false],
  3400. ], [
  3401. 'main' => 'Symfony\\Component\\Security\\Http\\RememberMe\\SignatureRememberMeHandler',
  3402. ]), $a)), ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService()), ($this->privates['App\\Services\\Core\\AuthService'] ?? $this->getAuthServiceService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), $a, new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils($a), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3403. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SecurityController', $this));
  3404. return $instance;
  3405. }
  3406. /**
  3407. * Gets the public 'App\Controller\User\SetupTwoFactorAuthController' shared autowired service.
  3408. *
  3409. * @return \App\Controller\User\SetupTwoFactorAuthController
  3410. */
  3411. protected function getSetupTwoFactorAuthControllerService()
  3412. {
  3413. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3414. include_once \dirname(__DIR__, 4).'/src/Controller/User/SetupTwoFactorAuthController.php';
  3415. $this->services['App\\Controller\\User\\SetupTwoFactorAuthController'] = $instance = new \App\Controller\User\SetupTwoFactorAuthController('https://galecms.dev.tibalo.dk', 'gale');
  3416. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SetupTwoFactorAuthController', $this));
  3417. return $instance;
  3418. }
  3419. /**
  3420. * Gets the public 'App\Entity\Core\Classroom\ClassroomRepository' shared service.
  3421. *
  3422. * @return \App\Entity\Core\Classroom\ClassroomRepository
  3423. */
  3424. protected function getClassroomRepositoryService()
  3425. {
  3426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  3427. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3428. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3429. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Classroom/ClassroomRepository.php';
  3430. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3431. if (isset($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'])) {
  3432. return $this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'];
  3433. }
  3434. return $this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] = $a->getRepository('App\\Entity\\Core\\Classroom\\Classroom');
  3435. }
  3436. /**
  3437. * Gets the public 'App\EventListener\User\LogoutSubscriber' shared autowired service.
  3438. *
  3439. * @return \App\EventListener\User\LogoutSubscriber
  3440. */
  3441. protected function getLogoutSubscriberService()
  3442. {
  3443. include_once \dirname(__DIR__, 4).'/src/EventListener/User/LogoutSubscriber.php';
  3444. return $this->services['App\\EventListener\\User\\LogoutSubscriber'] = new \App\EventListener\User\LogoutSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3445. }
  3446. /**
  3447. * Gets the public 'App\Helpers\Core\InternalSyntaxHelper' shared autowired service.
  3448. *
  3449. * @return \App\Helpers\Core\InternalSyntaxHelper
  3450. */
  3451. protected function getInternalSyntaxHelperService()
  3452. {
  3453. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/InternalSyntaxHelper.php';
  3454. return $this->services['App\\Helpers\\Core\\InternalSyntaxHelper'] = new \App\Helpers\Core\InternalSyntaxHelper();
  3455. }
  3456. /**
  3457. * Gets the public 'App\Helpers\Core\TokenizeHelper' shared autowired service.
  3458. *
  3459. * @return \App\Helpers\Core\TokenizeHelper
  3460. */
  3461. protected function getTokenizeHelperService()
  3462. {
  3463. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/TokenizeHelper.php';
  3464. return $this->services['App\\Helpers\\Core\\TokenizeHelper'] = new \App\Helpers\Core\TokenizeHelper();
  3465. }
  3466. /**
  3467. * Gets the public 'App\Helpers\Core\ValidationHelper' shared autowired service.
  3468. *
  3469. * @return \App\Helpers\Core\ValidationHelper
  3470. */
  3471. protected function getValidationHelperService()
  3472. {
  3473. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  3474. return $this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper();
  3475. }
  3476. /**
  3477. * Gets the public 'App\Repository\User\ResetPasswordRequestRepository' shared autowired service.
  3478. *
  3479. * @return \App\Repository\User\ResetPasswordRequestRepository
  3480. */
  3481. protected function getResetPasswordRequestRepositoryService()
  3482. {
  3483. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  3484. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3485. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3486. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  3487. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  3488. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  3489. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3490. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3491. include_once \dirname(__DIR__, 4).'/src/Repository/User/ResetPasswordRequestRepository.php';
  3492. return $this->services['App\\Repository\\User\\ResetPasswordRequestRepository'] = new \App\Repository\User\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3493. }
  3494. /**
  3495. * Gets the public 'App\Services\Core\API\AdaptiveActivityResultsService' shared autowired service.
  3496. *
  3497. * @return \App\Services\Core\API\AdaptiveActivityResultsService
  3498. */
  3499. protected function getAdaptiveActivityResultsServiceService()
  3500. {
  3501. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AdaptiveActivityResultsService.php';
  3502. return $this->services['App\\Services\\Core\\API\\AdaptiveActivityResultsService'] = new \App\Services\Core\API\AdaptiveActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService()), 'primaryschool');
  3503. }
  3504. /**
  3505. * Gets the public 'App\Services\Core\API\AnswerService' shared autowired service.
  3506. *
  3507. * @return \App\Services\Core\API\AnswerService
  3508. */
  3509. protected function getAnswerServiceService()
  3510. {
  3511. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  3512. return $this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale');
  3513. }
  3514. /**
  3515. * Gets the public 'App\Services\Core\API\ExtractQuestionAnswers' shared autowired service.
  3516. *
  3517. * @return \App\Services\Core\API\ExtractQuestionAnswers
  3518. */
  3519. protected function getExtractQuestionAnswersService()
  3520. {
  3521. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ExtractQuestionAnswers.php';
  3522. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3523. if (isset($this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'])) {
  3524. return $this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'];
  3525. }
  3526. return $this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'] = new \App\Services\Core\API\ExtractQuestionAnswers($a);
  3527. }
  3528. /**
  3529. * Gets the public 'App\Services\Core\API\ProblemService' shared autowired service.
  3530. *
  3531. * @return \App\Services\Core\API\ProblemService
  3532. */
  3533. protected function getProblemServiceService()
  3534. {
  3535. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ProblemService.php';
  3536. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  3537. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/TokenizeHelper.php';
  3538. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/InternalSyntaxHelper.php';
  3539. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  3540. $a = ($this->services['App\\Services\\Student\\MathproblemService'] ?? $this->getMathproblemServiceService());
  3541. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3542. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3543. }
  3544. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3545. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3546. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3547. }
  3548. $c = ($this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService());
  3549. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3550. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3551. }
  3552. $d = ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService());
  3553. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3554. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3555. }
  3556. return $this->services['App\\Services\\Core\\API\\ProblemService'] = new \App\Services\Core\API\ProblemService(($this->privates['App\\Services\\Teacher\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->privates['App\\Services\\Student\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), $a, ($this->services['App\\Services\\Core\\API\\AnswerService'] ?? ($this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale'))), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $b, $c, $d, 'gale', 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->services['App\\Helpers\\Core\\TokenizeHelper'] ?? ($this->services['App\\Helpers\\Core\\TokenizeHelper'] = new \App\Helpers\Core\TokenizeHelper())), ($this->services['App\\Helpers\\Core\\InternalSyntaxHelper'] ?? ($this->services['App\\Helpers\\Core\\InternalSyntaxHelper'] = new \App\Helpers\Core\InternalSyntaxHelper())), ($this->services['App\\Helpers\\Core\\ValidationHelper'] ?? ($this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper())));
  3557. }
  3558. /**
  3559. * Gets the public 'App\Services\Core\API\SharedQuizService' shared autowired service.
  3560. *
  3561. * @return \App\Services\Core\API\SharedQuizService
  3562. */
  3563. protected function getSharedQuizServiceService()
  3564. {
  3565. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/SharedQuizService.php';
  3566. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3567. if (isset($this->services['App\\Services\\Core\\API\\SharedQuizService'])) {
  3568. return $this->services['App\\Services\\Core\\API\\SharedQuizService'];
  3569. }
  3570. $b = ($this->services['App\\Services\\User\\GaleUserService'] ?? $this->getGaleUserServiceService());
  3571. if (isset($this->services['App\\Services\\Core\\API\\SharedQuizService'])) {
  3572. return $this->services['App\\Services\\Core\\API\\SharedQuizService'];
  3573. }
  3574. return $this->services['App\\Services\\Core\\API\\SharedQuizService'] = new \App\Services\Core\API\SharedQuizService($a, ($this->privates['App\\Services\\Core\\QuizSessionService'] ?? $this->getQuizSessionService2Service()), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  3575. }
  3576. /**
  3577. * Gets the public 'App\Services\Core\ActivityFolderService' shared autowired service.
  3578. *
  3579. * @return \App\Services\Core\ActivityFolderService
  3580. */
  3581. protected function getActivityFolderServiceService()
  3582. {
  3583. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityFolderService.php';
  3584. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3585. $a = ($this->services['App\\Transformer\\Core\\ActivityFolderTransformer'] ?? $this->getActivityFolderTransformerService());
  3586. if (isset($this->services['App\\Services\\Core\\ActivityFolderService'])) {
  3587. return $this->services['App\\Services\\Core\\ActivityFolderService'];
  3588. }
  3589. return $this->services['App\\Services\\Core\\ActivityFolderService'] = new \App\Services\Core\ActivityFolderService(($this->services['App\\Services\\Core\\ActivityResolverService'] ?? $this->getActivityResolverServiceService()), ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, 'gale', ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['App\\Services\\Teacher\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()), ($this->privates['App\\Services\\Teacher\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()));
  3590. }
  3591. /**
  3592. * Gets the public 'App\Services\Core\ActivityResolverService' shared autowired service.
  3593. *
  3594. * @return \App\Services\Core\ActivityResolverService
  3595. */
  3596. protected function getActivityResolverServiceService()
  3597. {
  3598. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityResolverService.php';
  3599. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3600. return $this->services['App\\Services\\Core\\ActivityResolverService'] = new \App\Services\Core\ActivityResolverService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))));
  3601. }
  3602. /**
  3603. * Gets the public 'App\Services\Core\ActivityTypeMappingService' shared autowired service.
  3604. *
  3605. * @return \App\Services\Core\ActivityTypeMappingService
  3606. */
  3607. protected function getActivityTypeMappingServiceService()
  3608. {
  3609. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3610. return $this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale');
  3611. }
  3612. /**
  3613. * Gets the public 'App\Services\Core\ScoreService' shared autowired service.
  3614. *
  3615. * @return \App\Services\Core\ScoreService
  3616. */
  3617. protected function getScoreServiceService()
  3618. {
  3619. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  3620. return $this->services['App\\Services\\Core\\ScoreService'] = new \App\Services\Core\ScoreService('primaryschool');
  3621. }
  3622. /**
  3623. * Gets the public 'App\Services\Core\TestDataService' shared autowired service.
  3624. *
  3625. * @return \App\Services\Core\TestDataService
  3626. */
  3627. protected function getTestDataServiceService()
  3628. {
  3629. include_once \dirname(__DIR__, 4).'/src/Services/Core/TestDataService.php';
  3630. return $this->services['App\\Services\\Core\\TestDataService'] = new \App\Services\Core\TestDataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['App\\Services\\Teacher\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  3631. }
  3632. /**
  3633. * Gets the public 'App\Services\Core\TextbookService' shared autowired service.
  3634. *
  3635. * @return \App\Services\Core\TextbookService
  3636. */
  3637. protected function getTextbookServiceService()
  3638. {
  3639. include_once \dirname(__DIR__, 4).'/src/Services/Core/TextbookService.php';
  3640. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3641. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3642. return $this->services['App\\Services\\Core\\TextbookService'];
  3643. }
  3644. $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3645. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3646. return $this->services['App\\Services\\Core\\TextbookService'];
  3647. }
  3648. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3649. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3650. return $this->services['App\\Services\\Core\\TextbookService'];
  3651. }
  3652. return $this->services['App\\Services\\Core\\TextbookService'] = new \App\Services\Core\TextbookService($a, $b, $c, 'primaryschool', 'gale');
  3653. }
  3654. /**
  3655. * Gets the public 'App\Services\Core\TrainingSessionService' shared autowired service.
  3656. *
  3657. * @return \App\Services\Core\TrainingSessionService
  3658. */
  3659. protected function getTrainingSessionServiceService()
  3660. {
  3661. include_once \dirname(__DIR__, 4).'/src/Services/Core/TrainingSessionService.php';
  3662. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3663. if (isset($this->services['App\\Services\\Core\\TrainingSessionService'])) {
  3664. return $this->services['App\\Services\\Core\\TrainingSessionService'];
  3665. }
  3666. return $this->services['App\\Services\\Core\\TrainingSessionService'] = new \App\Services\Core\TrainingSessionService($a);
  3667. }
  3668. /**
  3669. * Gets the public 'App\Services\Student\MathproblemService' shared autowired service.
  3670. *
  3671. * @return \App\Services\Student\MathproblemService
  3672. */
  3673. protected function getMathproblemServiceService()
  3674. {
  3675. include_once \dirname(__DIR__, 4).'/src/Services/Student/MathproblemService.php';
  3676. include_once \dirname(__DIR__, 4).'/src/Services/Student/Transform.php';
  3677. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3678. if (isset($this->services['App\\Services\\Student\\MathproblemService'])) {
  3679. return $this->services['App\\Services\\Student\\MathproblemService'];
  3680. }
  3681. return $this->services['App\\Services\\Student\\MathproblemService'] = new \App\Services\Student\MathproblemService($a, ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), ($this->privates['App\\Services\\Student\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->privates['App\\Services\\Teacher\\MathProblemService'] ?? $this->getMathProblemService2Service()), ($this->privates['App\\Services\\Admin\\ProblemService'] ?? $this->getProblemService2Service()), ($this->services['App\\Services\\Student\\Transform'] ?? ($this->services['App\\Services\\Student\\Transform'] = new \App\Services\Student\Transform(\dirname(__DIR__, 4), false, false))), ($this->privates['App\\Services\\Core\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService()), 'gale');
  3682. }
  3683. /**
  3684. * Gets the public 'App\Services\Student\QuizSessionService' shared autowired service.
  3685. *
  3686. * @return \App\Services\Student\QuizSessionService
  3687. */
  3688. protected function getQuizSessionServiceService()
  3689. {
  3690. include_once \dirname(__DIR__, 4).'/src/Services/Student/QuizSessionService.php';
  3691. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3692. if (isset($this->services['App\\Services\\Student\\QuizSessionService'])) {
  3693. return $this->services['App\\Services\\Student\\QuizSessionService'];
  3694. }
  3695. return $this->services['App\\Services\\Student\\QuizSessionService'] = new \App\Services\Student\QuizSessionService($a, ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['App\\Services\\Student\\MathproblemService'] ?? $this->getMathproblemServiceService()), ($this->privates['App\\Services\\Student\\ProblemDndService'] ?? $this->getProblemDndServiceService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', 'gale');
  3696. }
  3697. /**
  3698. * Gets the public 'App\Services\Student\Transform' shared autowired service.
  3699. *
  3700. * @return \App\Services\Student\Transform
  3701. */
  3702. protected function getTransformService()
  3703. {
  3704. include_once \dirname(__DIR__, 4).'/src/Services/Student/Transform.php';
  3705. return $this->services['App\\Services\\Student\\Transform'] = new \App\Services\Student\Transform(\dirname(__DIR__, 4), false, false);
  3706. }
  3707. /**
  3708. * Gets the public 'App\Services\Student\WorksheetSessionService' shared autowired service.
  3709. *
  3710. * @return \App\Services\Student\WorksheetSessionService
  3711. */
  3712. protected function getWorksheetSessionServiceService()
  3713. {
  3714. include_once \dirname(__DIR__, 4).'/src/Services/Student/WorksheetSessionService.php';
  3715. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3716. if (isset($this->services['App\\Services\\Student\\WorksheetSessionService'])) {
  3717. return $this->services['App\\Services\\Student\\WorksheetSessionService'];
  3718. }
  3719. return $this->services['App\\Services\\Student\\WorksheetSessionService'] = new \App\Services\Student\WorksheetSessionService($a, 'c9ca7eda-8abd-4574-9359-a603ab883612', 0);
  3720. }
  3721. /**
  3722. * Gets the public 'App\Services\Teacher\API\CrammingActivityResults\Service' shared autowired service.
  3723. *
  3724. * @return \App\Services\Teacher\API\CrammingActivityResults\Service
  3725. */
  3726. protected function getServiceService()
  3727. {
  3728. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityResults/Service.php';
  3729. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityResults/Helper.php';
  3730. return $this->services['App\\Services\\Teacher\\API\\CrammingActivityResults\\Service'] = new \App\Services\Teacher\API\CrammingActivityResults\Service(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Services\Teacher\API\CrammingActivityResults\Helper(), 100, ($this->privates['App\\Services\\Core\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  3731. }
  3732. /**
  3733. * Gets the public 'App\Services\Teacher\API\DictateActivityService' shared autowired service.
  3734. *
  3735. * @return \App\Services\Teacher\API\DictateActivityService
  3736. */
  3737. protected function getDictateActivityServiceService()
  3738. {
  3739. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/DictateActivityService.php';
  3740. return $this->services['App\\Services\\Teacher\\API\\DictateActivityService'] = new \App\Services\Teacher\API\DictateActivityService('gale', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Teacher\\DictateService'] ?? $this->getDictateServiceService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3741. }
  3742. /**
  3743. * Gets the public 'App\Services\Teacher\API\HomeworkActivityResultsService' shared autowired service.
  3744. *
  3745. * @return \App\Services\Teacher\API\HomeworkActivityResultsService
  3746. */
  3747. protected function getHomeworkActivityResultsServiceService()
  3748. {
  3749. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/HomeworkActivityResultsService.php';
  3750. return $this->services['App\\Services\\Teacher\\API\\HomeworkActivityResultsService'] = new \App\Services\Teacher\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->privates['App\\Services\\Core\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService2Service()), 100);
  3751. }
  3752. /**
  3753. * Gets the public 'App\Services\Teacher\API\QuizActivityResultsService' shared autowired service.
  3754. *
  3755. * @return \App\Services\Teacher\API\QuizActivityResultsService
  3756. */
  3757. protected function getQuizActivityResultsServiceService()
  3758. {
  3759. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/QuizActivityResultsService.php';
  3760. return $this->services['App\\Services\\Teacher\\API\\QuizActivityResultsService'] = new \App\Services\Teacher\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->privates['App\\Services\\Core\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()), 100);
  3761. }
  3762. /**
  3763. * Gets the public 'App\Services\Teacher\API\ResultsOverviewService' shared autowired service.
  3764. *
  3765. * @return \App\Services\Teacher\API\ResultsOverviewService
  3766. */
  3767. protected function getResultsOverviewServiceService()
  3768. {
  3769. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ResultsOverviewService.php';
  3770. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  3771. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  3772. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  3773. return $this->services['App\\Services\\Teacher\\API\\ResultsOverviewService'] = new \App\Services\Teacher\API\ResultsOverviewService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['App\\Services\\Core\\ScoreService'] ?? ($this->services['App\\Services\\Core\\ScoreService'] = new \App\Services\Core\ScoreService('primaryschool'))), 'gale', 3, ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\DictateActivityResultsService'] = new \App\Services\Core\API\DictateActivityResultsService())), ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] = new \App\Services\Core\API\ReadingTestResultsService())), ($this->privates['App\\Services\\Core\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()), ($this->privates['App\\Services\\Core\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  3774. }
  3775. /**
  3776. * Gets the public 'App\Services\Teacher\API\TrainingActivityResultsService' shared autowired service.
  3777. *
  3778. * @return \App\Services\Teacher\API\TrainingActivityResultsService
  3779. */
  3780. protected function getTrainingActivityResultsServiceService()
  3781. {
  3782. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/TrainingActivityResultsService.php';
  3783. return $this->services['App\\Services\\Teacher\\API\\TrainingActivityResultsService'] = new \App\Services\Teacher\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->privates['App\\Services\\Core\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService2Service()), 100);
  3784. }
  3785. /**
  3786. * Gets the public 'App\Services\Teacher\API\WorksheetActivityResultsService' shared autowired service.
  3787. *
  3788. * @return \App\Services\Teacher\API\WorksheetActivityResultsService
  3789. */
  3790. protected function getWorksheetActivityResultsServiceService()
  3791. {
  3792. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/WorksheetActivityResultsService.php';
  3793. return $this->services['App\\Services\\Teacher\\API\\WorksheetActivityResultsService'] = new \App\Services\Teacher\API\WorksheetActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 100);
  3794. }
  3795. /**
  3796. * Gets the public 'App\Services\Teacher\CategoryService' shared autowired service.
  3797. *
  3798. * @return \App\Services\Teacher\CategoryService
  3799. */
  3800. protected function getCategoryServiceService()
  3801. {
  3802. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CategoryService.php';
  3803. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3804. if (isset($this->services['App\\Services\\Teacher\\CategoryService'])) {
  3805. return $this->services['App\\Services\\Teacher\\CategoryService'];
  3806. }
  3807. return $this->services['App\\Services\\Teacher\\CategoryService'] = new \App\Services\Teacher\CategoryService($a, 'gale');
  3808. }
  3809. /**
  3810. * Gets the public 'App\Services\User\GaleUserService' shared autowired service.
  3811. *
  3812. * @return \App\Services\User\GaleUserService
  3813. */
  3814. protected function getGaleUserServiceService()
  3815. {
  3816. include_once \dirname(__DIR__, 4).'/src/Services/User/GaleUserService.php';
  3817. $a = ($this->services['eight_points_guzzle.client.gale_users'] ?? $this->getEightPointsGuzzle_Client_GaleUsersService());
  3818. if (isset($this->services['App\\Services\\User\\GaleUserService'])) {
  3819. return $this->services['App\\Services\\User\\GaleUserService'];
  3820. }
  3821. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3822. if (isset($this->services['App\\Services\\User\\GaleUserService'])) {
  3823. return $this->services['App\\Services\\User\\GaleUserService'];
  3824. }
  3825. return $this->services['App\\Services\\User\\GaleUserService'] = new \App\Services\User\GaleUserService($a, $b);
  3826. }
  3827. /**
  3828. * Gets the public 'App\Session\Core\Peer\PeerSessionTimeStatusResolver' shared autowired service.
  3829. *
  3830. * @return \App\Session\Core\Peer\PeerSessionTimeStatusResolver
  3831. */
  3832. protected function getPeerSessionTimeStatusResolverService()
  3833. {
  3834. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  3835. return $this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] = new \App\Session\Core\Peer\PeerSessionTimeStatusResolver();
  3836. }
  3837. /**
  3838. * Gets the public 'App\Session\Core\SessionPlayer' shared autowired service.
  3839. *
  3840. * @return \App\Session\Core\SessionPlayer
  3841. */
  3842. protected function getSessionPlayerService()
  3843. {
  3844. include_once \dirname(__DIR__, 4).'/src/Session/Core/SessionPlayer.php';
  3845. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3846. if (isset($this->services['App\\Session\\Core\\SessionPlayer'])) {
  3847. return $this->services['App\\Session\\Core\\SessionPlayer'];
  3848. }
  3849. return $this->services['App\\Session\\Core\\SessionPlayer'] = new \App\Session\Core\SessionPlayer($a);
  3850. }
  3851. /**
  3852. * Gets the public 'App\Transformer\Core\ActivityFolderTransformer' shared autowired service.
  3853. *
  3854. * @return \App\Transformer\Core\ActivityFolderTransformer
  3855. */
  3856. protected function getActivityFolderTransformerService()
  3857. {
  3858. include_once \dirname(__DIR__, 4).'/src/Transformer/Core/ActivityFolderTransformer.php';
  3859. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3860. $this->services['App\\Transformer\\Core\\ActivityFolderTransformer'] = $instance = new \App\Transformer\Core\ActivityFolderTransformer(($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('gale'))));
  3861. $instance->setActivityFolderService(($this->services['App\\Services\\Core\\ActivityFolderService'] ?? $this->getActivityFolderServiceService()));
  3862. return $instance;
  3863. }
  3864. /**
  3865. * Gets the public 'App\Util\Core\Aws\AwsPollyUtil' shared autowired service.
  3866. *
  3867. * @return \App\Util\Core\Aws\AwsPollyUtil
  3868. */
  3869. protected function getAwsPollyUtilService()
  3870. {
  3871. include_once \dirname(__DIR__, 4).'/src/Util/Core/Aws/AwsUtil.php';
  3872. include_once \dirname(__DIR__, 4).'/src/Util/Core/Aws/AwsPollyUtil.php';
  3873. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
  3874. return $this->services['App\\Util\\Core\\Aws\\AwsPollyUtil'] = new \App\Util\Core\Aws\AwsPollyUtil(new \Aws\Sdk($this->parameters['aws_sdk']));
  3875. }
  3876. /**
  3877. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  3878. *
  3879. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  3880. */
  3881. protected function getProfilerControllerService()
  3882. {
  3883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  3884. 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()));
  3885. }
  3886. /**
  3887. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  3888. *
  3889. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  3890. */
  3891. protected function getMakeAdminDashboardCommandService()
  3892. {
  3893. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3894. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  3895. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  3896. $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));
  3897. $instance->setName('make:admin:dashboard');
  3898. $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  3899. return $instance;
  3900. }
  3901. /**
  3902. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  3903. *
  3904. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  3905. */
  3906. protected function getMakeCrudControllerCommandService()
  3907. {
  3908. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3909. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  3910. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  3911. $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()));
  3912. $instance->setName('make:admin:crud');
  3913. $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  3914. return $instance;
  3915. }
  3916. /**
  3917. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3918. *
  3919. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3920. */
  3921. protected function getRedirectControllerService()
  3922. {
  3923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3924. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3925. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3926. }
  3927. /**
  3928. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3929. *
  3930. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3931. */
  3932. protected function getTemplateController2Service()
  3933. {
  3934. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3935. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3936. }
  3937. /**
  3938. * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  3939. *
  3940. * @return \Vich\UploaderBundle\Naming\Base64Namer
  3941. */
  3942. protected function getBase64NamerService()
  3943. {
  3944. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3945. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3946. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3947. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  3948. return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  3949. }
  3950. /**
  3951. * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  3952. *
  3953. * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  3954. */
  3955. protected function getCurrentDateTimeDirectoryNamerService()
  3956. {
  3957. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  3958. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3959. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  3960. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  3961. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  3962. return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3963. }
  3964. /**
  3965. * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  3966. *
  3967. * @return \Vich\UploaderBundle\Naming\HashNamer
  3968. */
  3969. protected function getHashNamerService()
  3970. {
  3971. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3972. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3973. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  3974. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  3975. return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  3976. }
  3977. /**
  3978. * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  3979. *
  3980. * @return \Vich\UploaderBundle\Naming\OrignameNamer
  3981. */
  3982. protected function getOrignameNamerService()
  3983. {
  3984. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  3985. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3986. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  3987. return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  3988. }
  3989. /**
  3990. * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  3991. *
  3992. * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  3993. */
  3994. protected function getPropertyDirectoryNamerService()
  3995. {
  3996. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  3997. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  3998. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  3999. 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()));
  4000. }
  4001. /**
  4002. * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  4003. *
  4004. * @return \Vich\UploaderBundle\Naming\PropertyNamer
  4005. */
  4006. protected function getPropertyNamerService()
  4007. {
  4008. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4009. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4010. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4011. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  4012. return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  4013. }
  4014. /**
  4015. * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  4016. *
  4017. * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  4018. */
  4019. protected function getSmartUniqueNamerService()
  4020. {
  4021. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4022. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  4023. return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  4024. }
  4025. /**
  4026. * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  4027. *
  4028. * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  4029. */
  4030. protected function getSubdirDirectoryNamerService()
  4031. {
  4032. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  4033. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  4034. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  4035. return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  4036. }
  4037. /**
  4038. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  4039. *
  4040. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  4041. */
  4042. protected function getUniqidNamerService()
  4043. {
  4044. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4045. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4046. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  4047. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  4048. }
  4049. /**
  4050. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.peer_solution_file' shared service.
  4051. *
  4052. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  4053. */
  4054. protected function getUniqidNamer_PeerSolutionFileService()
  4055. {
  4056. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4057. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4058. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  4059. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  4060. }
  4061. /**
  4062. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.worksheet_solution_file' shared service.
  4063. *
  4064. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  4065. */
  4066. protected function getUniqidNamer_WorksheetSolutionFileService()
  4067. {
  4068. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  4069. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  4070. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  4071. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  4072. }
  4073. /**
  4074. * Gets the public 'abacus.core.training_session' shared autowired service.
  4075. *
  4076. * @return \App\Services\Core\TrainingSessionService
  4077. */
  4078. protected function getAbacus_Core_TrainingSessionService()
  4079. {
  4080. include_once \dirname(__DIR__, 4).'/src/Services/Core/TrainingSessionService.php';
  4081. return $this->services['abacus.core.training_session'] = new \App\Services\Core\TrainingSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4082. }
  4083. /**
  4084. * Gets the public 'abacus_core.math_problem.selection.difficulty_resolver' shared autowired service.
  4085. *
  4086. * @return \App\MathProblem\Core\Selection\DifficultyResolver
  4087. */
  4088. protected function getAbacusCore_MathProblem_Selection_DifficultyResolverService()
  4089. {
  4090. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/DifficultyResolver.php';
  4091. return $this->services['abacus_core.math_problem.selection.difficulty_resolver'] = new \App\MathProblem\Core\Selection\DifficultyResolver(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4092. }
  4093. /**
  4094. * Gets the public 'abacus_core.math_problem.selection.math_problem_type_provider' shared autowired service.
  4095. *
  4096. * @return \App\MathProblem\Core\Selection\MathProblemTypeProvider
  4097. */
  4098. protected function getAbacusCore_MathProblem_Selection_MathProblemTypeProviderService()
  4099. {
  4100. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/MathProblemTypeProvider.php';
  4101. return $this->services['abacus_core.math_problem.selection.math_problem_type_provider'] = new \App\MathProblem\Core\Selection\MathProblemTypeProvider('App\\\\MathProblem\\\\Core\\\\Selection\\\\UsedMathProblemTypeProvider', 'App\\\\Entity\\\\Core\\\\TemplateMathproblem');
  4102. }
  4103. /**
  4104. * Gets the public 'abacus_core.repository.topic' shared service.
  4105. *
  4106. * @return \App\Entity\Core\Topic\TopicRepository
  4107. */
  4108. protected function getAbacusCore_Repository_TopicService()
  4109. {
  4110. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  4111. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4112. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4113. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Topic/TopicRepository.php';
  4114. return $this->services['abacus_core.repository.topic'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('App\\Entity\\Core\\Topic');
  4115. }
  4116. /**
  4117. * Gets the public 'cache.app' shared service.
  4118. *
  4119. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4120. */
  4121. protected function getCache_AppService()
  4122. {
  4123. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('j6xUxrnI7S', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  4124. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4125. 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));
  4126. }
  4127. /**
  4128. * Gets the public 'cache.app_clearer' shared service.
  4129. *
  4130. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4131. */
  4132. protected function getCache_AppClearerService()
  4133. {
  4134. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4135. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4136. 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())]);
  4137. }
  4138. /**
  4139. * Gets the public 'cache.easyadmin' shared service.
  4140. *
  4141. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4142. */
  4143. protected function getCache_EasyadminService()
  4144. {
  4145. 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('lXspKNJyy9', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  4146. }
  4147. /**
  4148. * Gets the public 'cache.global_clearer' shared service.
  4149. *
  4150. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4151. */
  4152. protected function getCache_GlobalClearerService()
  4153. {
  4154. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4155. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4156. 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()), 'cache.ux.twig_component' => ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService())]);
  4157. }
  4158. /**
  4159. * Gets the public 'cache.system' shared service.
  4160. *
  4161. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4162. */
  4163. protected function getCache_SystemService()
  4164. {
  4165. 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('vJXU+R7GFg', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  4166. }
  4167. /**
  4168. * Gets the public 'cache.system_clearer' shared service.
  4169. *
  4170. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4171. */
  4172. protected function getCache_SystemClearerService()
  4173. {
  4174. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4175. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4176. 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()), 'cache.ux.twig_component' => ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService())]);
  4177. }
  4178. /**
  4179. * Gets the public 'cache.validator_expression_language' shared service.
  4180. *
  4181. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4182. */
  4183. protected function getCache_ValidatorExpressionLanguageService()
  4184. {
  4185. 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('bxKCLHRx1W', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  4186. }
  4187. /**
  4188. * Gets the public 'cache_warmer' shared service.
  4189. *
  4190. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4191. */
  4192. protected function getCacheWarmerService()
  4193. {
  4194. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4195. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4196. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4197. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4198. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4199. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4200. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4201. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4202. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4203. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4204. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4205. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4206. yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
  4207. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  4208. yield 11 => ($this->privates['ux.twig_component.cache_warmer'] ?? $this->getUx_TwigComponent_CacheWarmerService());
  4209. }, 12), true, ($this->targetDir.''.'/KernelDevDebugContainerDeprecations.log'));
  4210. }
  4211. /**
  4212. * Gets the public 'console.command.public_alias.App\Command\AbacusProblemdndMigrateCommand' shared autowired service.
  4213. *
  4214. * @return \App\Command\AbacusProblemdndMigrateCommand
  4215. */
  4216. protected function getAbacusProblemdndMigrateCommandService()
  4217. {
  4218. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4219. include_once \dirname(__DIR__, 4).'/src/Command/AbacusProblemdndMigrateCommand.php';
  4220. return $this->services['console.command.public_alias.App\\Command\\AbacusProblemdndMigrateCommand'] = new \App\Command\AbacusProblemdndMigrateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4221. }
  4222. /**
  4223. * Gets the public 'console.command.public_alias.App\Command\DeleteOldLogEventsCommand' shared autowired service.
  4224. *
  4225. * @return \App\Command\DeleteOldLogEventsCommand
  4226. */
  4227. protected function getDeleteOldLogEventsCommandService()
  4228. {
  4229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4230. include_once \dirname(__DIR__, 4).'/src/Command/DeleteOldLogEventsCommand.php';
  4231. return $this->services['console.command.public_alias.App\\Command\\DeleteOldLogEventsCommand'] = new \App\Command\DeleteOldLogEventsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4232. }
  4233. /**
  4234. * Gets the public 'console.command.public_alias.App\Command\FulfilDeletionRequestsCommand' shared autowired service.
  4235. *
  4236. * @return \App\Command\FulfilDeletionRequestsCommand
  4237. */
  4238. protected function getFulfilDeletionRequestsCommandService()
  4239. {
  4240. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4241. include_once \dirname(__DIR__, 4).'/src/Command/FulfilDeletionRequestsCommand.php';
  4242. return $this->services['console.command.public_alias.App\\Command\\FulfilDeletionRequestsCommand'] = new \App\Command\FulfilDeletionRequestsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4243. }
  4244. /**
  4245. * Gets the public 'console.command.public_alias.App\Command\GaleDuplicateProblemDataFix' shared autowired service.
  4246. *
  4247. * @return \App\Command\GaleDuplicateProblemDataFix
  4248. */
  4249. protected function getGaleDuplicateProblemDataFixService()
  4250. {
  4251. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4252. include_once \dirname(__DIR__, 4).'/src/Command/GaleDuplicateProblemDataFix.php';
  4253. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  4254. return $this->services['console.command.public_alias.App\\Command\\GaleDuplicateProblemDataFix'] = new \App\Command\GaleDuplicateProblemDataFix(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\TemplateCloningService'] ?? ($this->privates['App\\Services\\Admin\\TemplateCloningService'] = new \App\Services\Admin\TemplateCloningService())));
  4255. }
  4256. /**
  4257. * Gets the public 'console.command.public_alias.App\Command\MigrateWordOptionsCommand' shared autowired service.
  4258. *
  4259. * @return \App\Command\MigrateWordOptionsCommand
  4260. */
  4261. protected function getMigrateWordOptionsCommandService()
  4262. {
  4263. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4264. include_once \dirname(__DIR__, 4).'/src/Command/MigrateWordOptionsCommand.php';
  4265. return $this->services['console.command.public_alias.App\\Command\\MigrateWordOptionsCommand'] = new \App\Command\MigrateWordOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4266. }
  4267. /**
  4268. * Gets the public 'console.command.public_alias.App\Command\RemoveEndToEndTestDataCommand' shared autowired service.
  4269. *
  4270. * @return \App\Command\RemoveEndToEndTestDataCommand
  4271. */
  4272. protected function getRemoveEndToEndTestDataCommandService()
  4273. {
  4274. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4275. include_once \dirname(__DIR__, 4).'/src/Command/RemoveEndToEndTestDataCommand.php';
  4276. return $this->services['console.command.public_alias.App\\Command\\RemoveEndToEndTestDataCommand'] = new \App\Command\RemoveEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4277. }
  4278. /**
  4279. * Gets the public 'console.command.public_alias.App\Command\RemoveStudentFromClassroomsCommand' shared autowired service.
  4280. *
  4281. * @return \App\Command\RemoveStudentFromClassroomsCommand
  4282. */
  4283. protected function getRemoveStudentFromClassroomsCommandService()
  4284. {
  4285. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4286. include_once \dirname(__DIR__, 4).'/src/Command/RemoveStudentFromClassroomsCommand.php';
  4287. return $this->services['console.command.public_alias.App\\Command\\RemoveStudentFromClassroomsCommand'] = new \App\Command\RemoveStudentFromClassroomsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4288. }
  4289. /**
  4290. * Gets the public 'console.command.public_alias.App\Command\RetentionCleanupCommand' shared autowired service.
  4291. *
  4292. * @return \App\Command\RetentionCleanupCommand
  4293. */
  4294. protected function getRetentionCleanupCommandService()
  4295. {
  4296. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4297. include_once \dirname(__DIR__, 4).'/src/Command/RetentionCleanupCommand.php';
  4298. return $this->services['console.command.public_alias.App\\Command\\RetentionCleanupCommand'] = new \App\Command\RetentionCleanupCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4299. }
  4300. /**
  4301. * Gets the public 'console.command.public_alias.App\Command\SetupEndToEndTestDataCommand' shared autowired service.
  4302. *
  4303. * @return \App\Command\SetupEndToEndTestDataCommand
  4304. */
  4305. protected function getSetupEndToEndTestDataCommandService()
  4306. {
  4307. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4308. include_once \dirname(__DIR__, 4).'/src/Command/SetupEndToEndTestDataCommand.php';
  4309. return $this->services['console.command.public_alias.App\\Command\\SetupEndToEndTestDataCommand'] = new \App\Command\SetupEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\TestDataService'] ?? $this->getTestDataServiceService()));
  4310. }
  4311. /**
  4312. * Gets the public 'console.command_loader' shared service.
  4313. *
  4314. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4315. */
  4316. protected function getConsole_CommandLoaderService()
  4317. {
  4318. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4319. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4320. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4321. 'App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => ['privates', '.App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy', 'getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService', false],
  4322. 'App\\Command\\AbacusDispatchEventsToClickstreamCommand' => ['privates', '.App\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy', 'getAbacusDispatchEventsToClickstreamCommand_LazyService', false],
  4323. 'App\\Command\\AbacusFetchSiteCommand' => ['privates', '.App\\Command\\AbacusFetchSiteCommand.lazy', 'getAbacusFetchSiteCommand_LazyService', false],
  4324. 'App\\Command\\AbacusLoadTestDataCommand' => ['privates', '.App\\Command\\AbacusLoadTestDataCommand.lazy', 'getAbacusLoadTestDataCommand_LazyService', false],
  4325. 'App\\Command\\AbacusLocateInlineImagesCommand' => ['privates', '.App\\Command\\AbacusLocateInlineImagesCommand.lazy', 'getAbacusLocateInlineImagesCommand_LazyService', false],
  4326. 'App\\Command\\AbacusLocateMissingFilesCommand' => ['privates', '.App\\Command\\AbacusLocateMissingFilesCommand.lazy', 'getAbacusLocateMissingFilesCommand_LazyService', false],
  4327. 'App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' => ['privates', '.App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.lazy', 'getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand_LazyService', false],
  4328. 'App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => ['privates', '.App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy', 'getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService', false],
  4329. 'App\\Command\\AbacusRearrangeMathProblemsCommand' => ['privates', '.App\\Command\\AbacusRearrangeMathProblemsCommand.lazy', 'getAbacusRearrangeMathProblemsCommand_LazyService', false],
  4330. 'App\\Command\\AbacusValidateAllMathproblemsCommand' => ['privates', '.App\\Command\\AbacusValidateAllMathproblemsCommand.lazy', 'getAbacusValidateAllMathproblemsCommand_LazyService', false],
  4331. 'App\\Command\\AbacusValidateExistingMathproblemsCommand' => ['privates', '.App\\Command\\AbacusValidateExistingMathproblemsCommand.lazy', 'getAbacusValidateExistingMathproblemsCommand_LazyService', false],
  4332. 'App\\Command\\DispatchMigrateFilesToReferencesCommand' => ['privates', '.App\\Command\\DispatchMigrateFilesToReferencesCommand.lazy', 'getDispatchMigrateFilesToReferencesCommand_LazyService', false],
  4333. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  4334. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  4335. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  4336. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  4337. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  4338. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  4339. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  4340. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  4341. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  4342. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  4343. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  4344. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  4345. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  4346. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  4347. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  4348. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  4349. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  4350. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  4351. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  4352. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  4353. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  4354. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  4355. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  4356. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  4357. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  4358. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  4359. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  4360. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  4361. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  4362. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  4363. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  4364. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  4365. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  4366. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  4367. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  4368. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  4369. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  4370. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  4371. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  4372. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  4373. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  4374. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  4375. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  4376. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  4377. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  4378. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  4379. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  4380. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  4381. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  4382. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  4383. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  4384. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  4385. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  4386. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  4387. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  4388. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  4389. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  4390. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  4391. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  4392. 'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
  4393. 'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
  4394. 'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
  4395. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
  4396. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  4397. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  4398. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  4399. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
  4400. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
  4401. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  4402. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  4403. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  4404. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  4405. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  4406. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  4407. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  4408. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  4409. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  4410. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  4411. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  4412. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  4413. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  4414. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  4415. 'ux.twig_component.command.debug' => ['privates', '.ux.twig_component.command.debug.lazy', 'get_Ux_TwigComponent_Command_Debug_LazyService', false],
  4416. ], [
  4417. 'App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => '?',
  4418. 'App\\Command\\AbacusDispatchEventsToClickstreamCommand' => '?',
  4419. 'App\\Command\\AbacusFetchSiteCommand' => '?',
  4420. 'App\\Command\\AbacusLoadTestDataCommand' => '?',
  4421. 'App\\Command\\AbacusLocateInlineImagesCommand' => '?',
  4422. 'App\\Command\\AbacusLocateMissingFilesCommand' => '?',
  4423. 'App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' => '?',
  4424. 'App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => '?',
  4425. 'App\\Command\\AbacusRearrangeMathProblemsCommand' => '?',
  4426. 'App\\Command\\AbacusValidateAllMathproblemsCommand' => '?',
  4427. 'App\\Command\\AbacusValidateExistingMathproblemsCommand' => '?',
  4428. 'App\\Command\\DispatchMigrateFilesToReferencesCommand' => '?',
  4429. 'console.command.about' => '?',
  4430. 'console.command.assets_install' => '?',
  4431. 'console.command.cache_clear' => '?',
  4432. 'console.command.cache_pool_clear' => '?',
  4433. 'console.command.cache_pool_prune' => '?',
  4434. 'console.command.cache_pool_delete' => '?',
  4435. 'console.command.cache_pool_list' => '?',
  4436. 'console.command.cache_warmup' => '?',
  4437. 'console.command.config_debug' => '?',
  4438. 'console.command.config_dump_reference' => '?',
  4439. 'console.command.container_debug' => '?',
  4440. 'console.command.container_lint' => '?',
  4441. 'console.command.debug_autowiring' => '?',
  4442. 'console.command.dotenv_debug' => '?',
  4443. 'console.command.event_dispatcher_debug' => '?',
  4444. 'console.command.messenger_consume_messages' => '?',
  4445. 'console.command.messenger_setup_transports' => '?',
  4446. 'console.command.messenger_debug' => '?',
  4447. 'console.command.messenger_stop_workers' => '?',
  4448. 'console.command.router_debug' => '?',
  4449. 'console.command.router_match' => '?',
  4450. 'console.command.translation_debug' => '?',
  4451. 'console.command.translation_extract' => '?',
  4452. 'console.command.validator_debug' => '?',
  4453. 'console.command.translation_pull' => '?',
  4454. 'console.command.translation_push' => '?',
  4455. 'console.command.xliff_lint' => '?',
  4456. 'console.command.yaml_lint' => '?',
  4457. 'console.command.form_debug' => '?',
  4458. 'console.command.secrets_set' => '?',
  4459. 'console.command.secrets_remove' => '?',
  4460. 'console.command.secrets_generate_key' => '?',
  4461. 'console.command.secrets_list' => '?',
  4462. 'console.command.secrets_decrypt_to_local' => '?',
  4463. 'console.command.secrets_encrypt_from_local' => '?',
  4464. 'security.command.debug_firewall' => '?',
  4465. 'security.command.user_password_encoder' => '?',
  4466. 'security.command.user_password_hash' => '?',
  4467. 'twig.command.debug' => '?',
  4468. 'twig.command.lint' => '?',
  4469. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4470. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4471. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4472. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  4473. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  4474. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  4475. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  4476. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  4477. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  4478. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  4479. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  4480. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  4481. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  4482. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  4483. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  4484. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  4485. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  4486. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  4487. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4488. 'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  4489. 'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  4490. 'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  4491. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  4492. 'var_dumper.command.server_dump' => '?',
  4493. 'monolog.command.server_log' => '?',
  4494. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  4495. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  4496. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  4497. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  4498. 'doctrine_migrations.diff_command' => '?',
  4499. 'doctrine_migrations.sync_metadata_command' => '?',
  4500. 'doctrine_migrations.versions_command' => '?',
  4501. 'doctrine_migrations.current_command' => '?',
  4502. 'doctrine_migrations.dump_schema_command' => '?',
  4503. 'doctrine_migrations.execute_command' => '?',
  4504. 'doctrine_migrations.generate_command' => '?',
  4505. 'doctrine_migrations.latest_command' => '?',
  4506. 'doctrine_migrations.migrate_command' => '?',
  4507. 'doctrine_migrations.rollup_command' => '?',
  4508. 'doctrine_migrations.status_command' => '?',
  4509. 'doctrine_migrations.up_to_date_command' => '?',
  4510. 'doctrine_migrations.version_command' => '?',
  4511. 'ux.twig_component.command.debug' => '?',
  4512. ]), ['abacus:copy-anonymized-prod-data-to-test-server' => 'App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand', 'abacus:dispatch-events-to-clickstream-log' => 'App\\Command\\AbacusDispatchEventsToClickstreamCommand', 'abacus:fetch-site' => 'App\\Command\\AbacusFetchSiteCommand', 'abacus:load-test-data' => 'App\\Command\\AbacusLoadTestDataCommand', 'abacus:locate-inline-images' => 'App\\Command\\AbacusLocateInlineImagesCommand', 'abacus:locate-missing-files' => 'App\\Command\\AbacusLocateMissingFilesCommand', 'abacus:migrate-self-study-typical-exam-problem-element-images-to-references' => 'App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand', 'abacus:migrate-textbook-element-images-to-references' => 'App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand', 'abacus:rearrange' => 'App\\Command\\AbacusRearrangeMathProblemsCommand', 'abacus:validate-all-mathproblems' => 'App\\Command\\AbacusValidateAllMathproblemsCommand', 'abacus:validate-existing-mathproblems' => 'App\\Command\\AbacusValidateExistingMathproblemsCommand', 'abacus:dispatch-migrate-files' => 'App\\Command\\DispatchMigrateFilesToReferencesCommand', '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', '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', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:twig-component' => 'ux.twig_component.command.debug']);
  4513. }
  4514. /**
  4515. * Gets the public 'container.env_var_processors_locator' shared service.
  4516. *
  4517. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4518. */
  4519. protected function getContainer_EnvVarProcessorsLocatorService()
  4520. {
  4521. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4522. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4523. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4524. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4525. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4526. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4527. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4528. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4529. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4530. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4531. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4532. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4533. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4534. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4535. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4536. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4537. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4538. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4539. ], [
  4540. 'base64' => '?',
  4541. 'bool' => '?',
  4542. 'const' => '?',
  4543. 'csv' => '?',
  4544. 'default' => '?',
  4545. 'file' => '?',
  4546. 'float' => '?',
  4547. 'int' => '?',
  4548. 'json' => '?',
  4549. 'key' => '?',
  4550. 'not' => '?',
  4551. 'query_string' => '?',
  4552. 'require' => '?',
  4553. 'resolve' => '?',
  4554. 'string' => '?',
  4555. 'trim' => '?',
  4556. 'url' => '?',
  4557. ]);
  4558. }
  4559. /**
  4560. * Gets the public 'data_collector.dump' shared service.
  4561. *
  4562. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  4563. */
  4564. protected function getDataCollector_DumpService()
  4565. {
  4566. 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()));
  4567. }
  4568. /**
  4569. * Gets the public 'doctrine' shared service.
  4570. *
  4571. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4572. */
  4573. protected function getDoctrineService()
  4574. {
  4575. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  4576. }
  4577. /**
  4578. * Gets the public 'doctrine.dbal.default_connection' shared service.
  4579. *
  4580. * @return \Doctrine\DBAL\Connection
  4581. */
  4582. protected function getDoctrine_Dbal_DefaultConnectionService()
  4583. {
  4584. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4585. if (isset($this->services['doctrine.dbal.default_connection'])) {
  4586. return $this->services['doctrine.dbal.default_connection'];
  4587. }
  4588. $b = new \Doctrine\DBAL\Configuration();
  4589. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4590. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4591. $c->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  4592. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4593. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  4594. $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))));
  4595. $d->setConnectionName('default');
  4596. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  4597. $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  4598. $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())))]);
  4599. 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_dev', 'user' => 'symfony', 'password' => 'nscc752ja8TZxKwYkzyNhSYP', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.6.12', 'defaultTableOptions' => []], $b, $a, []);
  4600. }
  4601. /**
  4602. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4603. *
  4604. * @return \Doctrine\ORM\EntityManager
  4605. */
  4606. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  4607. {
  4608. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4609. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4610. return $this->services['doctrine.orm.default_entity_manager'];
  4611. }
  4612. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4613. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4614. return $this->services['doctrine.orm.default_entity_manager'];
  4615. }
  4616. $c = new \Doctrine\ORM\Configuration();
  4617. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  4618. $e = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity/User'), 1 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  4619. $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  4620. $f->setGlobalBasename('mapping');
  4621. $d->addDriver($e, 'App\\Entity\\User\\');
  4622. $d->addDriver($e, 'App\\Entity');
  4623. $d->addDriver($f, 'Vich\\UploaderBundle\\Entity');
  4624. $c->setEntityNamespaces(['AppUser' => 'App\\Entity\\User\\', 'App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  4625. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4626. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  4627. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  4628. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4629. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  4630. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  4631. ], [
  4632. 'doctrine.ulid_generator' => '?',
  4633. 'doctrine.uuid_generator' => '?',
  4634. ])));
  4635. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4636. $c->setProxyNamespace('Proxies');
  4637. $c->setAutoGenerateProxyClasses(true);
  4638. $c->setSchemaIgnoreClasses([]);
  4639. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  4640. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4641. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  4642. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4643. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  4644. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  4645. $c->setLazyGhostObjectEnabled(false);
  4646. $c->setIdentityGenerationPreferences([]);
  4647. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4648. 'App\\Repository\\User\\ResetPasswordRequestRepository' => ['services', 'App\\Repository\\User\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
  4649. ], [
  4650. 'App\\Repository\\User\\ResetPasswordRequestRepository' => '?',
  4651. ])));
  4652. $c->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
  4653. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  4654. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  4655. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  4656. return $instance;
  4657. }
  4658. /**
  4659. * Gets the public 'eight_points_guzzle.client.gale_users' shared service.
  4660. *
  4661. * @return \GuzzleHttp\Client
  4662. */
  4663. protected function getEightPointsGuzzle_Client_GaleUsersService()
  4664. {
  4665. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4666. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4667. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4668. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4669. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4670. $a = \GuzzleHttp\HandlerStack::create();
  4671. $a->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  4672. $a->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  4673. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  4674. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4675. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  4676. 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']]);
  4677. }
  4678. /**
  4679. * Gets the public 'eight_points_guzzle.client.gyldendalaccessservice' shared service.
  4680. *
  4681. * @return \GuzzleHttp\Client
  4682. */
  4683. protected function getEightPointsGuzzle_Client_GyldendalaccessserviceService()
  4684. {
  4685. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4686. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4687. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4688. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4689. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4690. $a = \GuzzleHttp\HandlerStack::create();
  4691. $a->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  4692. $a->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  4693. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  4694. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4695. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  4696. return $this->services['eight_points_guzzle.client.gyldendalaccessservice'] = new \GuzzleHttp\Client(['base_uri' => 'https://dev-apim.gyldendal.dk', 'handler' => $a, 'synchronous' => true, 'timeout' => 5.0, 'headers' => ['Accept' => 'application/json', 'Ocp-Apim-Subscription-Key' => 'e6fe017f95f041dd950fa882bdc7e8a5']]);
  4697. }
  4698. /**
  4699. * Gets the public 'eight_points_guzzle.client.loginconnector' shared service.
  4700. *
  4701. * @return \GuzzleHttp\Client
  4702. */
  4703. protected function getEightPointsGuzzle_Client_LoginconnectorService()
  4704. {
  4705. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4706. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4707. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4708. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4709. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4710. $a = \GuzzleHttp\HandlerStack::create();
  4711. $a->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  4712. $a->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  4713. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  4714. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4715. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  4716. 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']]);
  4717. }
  4718. /**
  4719. * Gets the public 'eight_points_guzzle.client.systime_users' shared service.
  4720. *
  4721. * @return \GuzzleHttp\Client
  4722. */
  4723. protected function getEightPointsGuzzle_Client_SystimeUsersService()
  4724. {
  4725. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4726. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4727. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4728. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4729. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4730. $a = \GuzzleHttp\HandlerStack::create();
  4731. $a->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  4732. $a->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  4733. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  4734. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4735. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  4736. 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]);
  4737. }
  4738. /**
  4739. * Gets the public 'eight_points_guzzle.formatter' shared service.
  4740. *
  4741. * @return \GuzzleHttp\MessageFormatter
  4742. */
  4743. protected function getEightPointsGuzzle_FormatterService()
  4744. {
  4745. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4746. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4747. return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  4748. }
  4749. /**
  4750. * Gets the public 'eight_points_guzzle.handler_stack.gale_users' shared service.
  4751. *
  4752. * @return \GuzzleHttp\HandlerStack
  4753. */
  4754. protected function getEightPointsGuzzle_HandlerStack_GaleUsersService()
  4755. {
  4756. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4757. $this->services['eight_points_guzzle.handler_stack.gale_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  4758. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  4759. $instance->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  4760. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  4761. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4762. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  4763. return $instance;
  4764. }
  4765. /**
  4766. * Gets the public 'eight_points_guzzle.handler_stack.gyldendalaccessservice' shared service.
  4767. *
  4768. * @return \GuzzleHttp\HandlerStack
  4769. */
  4770. protected function getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService()
  4771. {
  4772. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4773. $this->services['eight_points_guzzle.handler_stack.gyldendalaccessservice'] = $instance = \GuzzleHttp\HandlerStack::create();
  4774. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  4775. $instance->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  4776. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  4777. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4778. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  4779. return $instance;
  4780. }
  4781. /**
  4782. * Gets the public 'eight_points_guzzle.handler_stack.loginconnector' shared service.
  4783. *
  4784. * @return \GuzzleHttp\HandlerStack
  4785. */
  4786. protected function getEightPointsGuzzle_HandlerStack_LoginconnectorService()
  4787. {
  4788. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4789. $this->services['eight_points_guzzle.handler_stack.loginconnector'] = $instance = \GuzzleHttp\HandlerStack::create();
  4790. $instance->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  4791. $instance->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  4792. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  4793. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4794. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  4795. return $instance;
  4796. }
  4797. /**
  4798. * Gets the public 'eight_points_guzzle.handler_stack.systime_users' shared service.
  4799. *
  4800. * @return \GuzzleHttp\HandlerStack
  4801. */
  4802. protected function getEightPointsGuzzle_HandlerStack_SystimeUsersService()
  4803. {
  4804. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4805. $this->services['eight_points_guzzle.handler_stack.systime_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  4806. $instance->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  4807. $instance->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  4808. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  4809. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4810. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  4811. return $instance;
  4812. }
  4813. /**
  4814. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gale_users' shared service.
  4815. *
  4816. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4817. */
  4818. protected function getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService()
  4819. {
  4820. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4821. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4822. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'])) {
  4823. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'];
  4824. }
  4825. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gale_users');
  4826. }
  4827. /**
  4828. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' shared service.
  4829. *
  4830. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4831. */
  4832. protected function getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService()
  4833. {
  4834. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4835. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4836. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'])) {
  4837. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'];
  4838. }
  4839. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gyldendalaccessservice');
  4840. }
  4841. /**
  4842. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.loginconnector' shared service.
  4843. *
  4844. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4845. */
  4846. protected function getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService()
  4847. {
  4848. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4849. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4850. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'])) {
  4851. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'];
  4852. }
  4853. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'loginconnector');
  4854. }
  4855. /**
  4856. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.systime_users' shared service.
  4857. *
  4858. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4859. */
  4860. protected function getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService()
  4861. {
  4862. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4863. 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');
  4864. }
  4865. /**
  4866. * Gets the public 'eight_points_guzzle.middleware.log.gale_users' shared service.
  4867. *
  4868. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4869. */
  4870. protected function getEightPointsGuzzle_Middleware_Log_GaleUsersService()
  4871. {
  4872. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4873. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4874. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4875. 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())));
  4876. }
  4877. /**
  4878. * Gets the public 'eight_points_guzzle.middleware.log.gyldendalaccessservice' shared service.
  4879. *
  4880. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4881. */
  4882. protected function getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService()
  4883. {
  4884. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4885. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4886. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4887. 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())));
  4888. }
  4889. /**
  4890. * Gets the public 'eight_points_guzzle.middleware.log.loginconnector' shared service.
  4891. *
  4892. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4893. */
  4894. protected function getEightPointsGuzzle_Middleware_Log_LoginconnectorService()
  4895. {
  4896. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4897. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4898. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4899. 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())));
  4900. }
  4901. /**
  4902. * Gets the public 'eight_points_guzzle.middleware.log.systime_users' shared service.
  4903. *
  4904. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4905. */
  4906. protected function getEightPointsGuzzle_Middleware_Log_SystimeUsersService()
  4907. {
  4908. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4909. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4910. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4911. 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())));
  4912. }
  4913. /**
  4914. * Gets the public 'eight_points_guzzle.middleware.profile.gale_users' shared service.
  4915. *
  4916. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4917. */
  4918. protected function getEightPointsGuzzle_Middleware_Profile_GaleUsersService()
  4919. {
  4920. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4921. 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))));
  4922. }
  4923. /**
  4924. * Gets the public 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' shared service.
  4925. *
  4926. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4927. */
  4928. protected function getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService()
  4929. {
  4930. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4931. 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))));
  4932. }
  4933. /**
  4934. * Gets the public 'eight_points_guzzle.middleware.profile.loginconnector' shared service.
  4935. *
  4936. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4937. */
  4938. protected function getEightPointsGuzzle_Middleware_Profile_LoginconnectorService()
  4939. {
  4940. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4941. 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))));
  4942. }
  4943. /**
  4944. * Gets the public 'eight_points_guzzle.middleware.profile.systime_users' shared service.
  4945. *
  4946. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4947. */
  4948. protected function getEightPointsGuzzle_Middleware_Profile_SystimeUsersService()
  4949. {
  4950. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4951. 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))));
  4952. }
  4953. /**
  4954. * Gets the public 'eight_points_guzzle.middleware.request_time.gale_users' shared service.
  4955. *
  4956. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4957. */
  4958. protected function getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()
  4959. {
  4960. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4961. 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()));
  4962. }
  4963. /**
  4964. * Gets the public 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' shared service.
  4965. *
  4966. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4967. */
  4968. protected function getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()
  4969. {
  4970. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4971. 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()));
  4972. }
  4973. /**
  4974. * Gets the public 'eight_points_guzzle.middleware.request_time.loginconnector' shared service.
  4975. *
  4976. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4977. */
  4978. protected function getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()
  4979. {
  4980. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4981. 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()));
  4982. }
  4983. /**
  4984. * Gets the public 'eight_points_guzzle.middleware.request_time.systime_users' shared service.
  4985. *
  4986. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4987. */
  4988. protected function getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()
  4989. {
  4990. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4991. 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()));
  4992. }
  4993. /**
  4994. * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  4995. *
  4996. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  4997. */
  4998. protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  4999. {
  5000. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  5001. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5002. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5003. $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  5004. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5005. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5006. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5007. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5008. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5009. 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}'))));
  5010. }
  5011. /**
  5012. * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  5013. *
  5014. * @return \GuzzleHttp\MessageFormatter
  5015. */
  5016. protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  5017. {
  5018. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5019. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5020. return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  5021. }
  5022. /**
  5023. * Gets the public 'error_controller' shared service.
  5024. *
  5025. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  5026. */
  5027. protected function getErrorControllerService()
  5028. {
  5029. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  5030. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5031. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  5032. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  5033. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5034. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5035. 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)));
  5036. }
  5037. /**
  5038. * Gets the public 'event_dispatcher' shared service.
  5039. *
  5040. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  5041. */
  5042. protected function getEventDispatcherService()
  5043. {
  5044. $a = new \Symfony\Bridge\Monolog\Logger('event');
  5045. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5046. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5047. $a->pushHandler(new \Monolog\Handler\NullHandler());
  5048. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5049. $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())));
  5050. $instance->addListener('security.interactive_login', [0 => function () {
  5051. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  5052. }, 1 => 'onLogin'], 0);
  5053. $instance->addListener('kernel.exception', [0 => function () {
  5054. return ($this->privates['abacus_exception_handler.listener'] ?? $this->getAbacusExceptionHandler_ListenerService());
  5055. }, 1 => 'onKernelException'], 0);
  5056. $instance->addListener('kernel.request', [0 => function () {
  5057. return ($this->privates['abacus_request.listener'] ?? $this->getAbacusRequest_ListenerService());
  5058. }, 1 => 'onKernelRequest'], 0);
  5059. $instance->addListener('kernel.controller', [0 => function () {
  5060. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  5061. }, 1 => 'onKernelController'], 0);
  5062. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5063. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5064. }, 1 => 'checkPassport'], 1024);
  5065. $instance->addListener('kernel.response', [0 => function () {
  5066. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5067. }, 1 => 'onKernelResponse'], 0);
  5068. $instance->addListener('kernel.request', [0 => function () {
  5069. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5070. }, 1 => 'onKernelRequest'], 0);
  5071. $instance->addListener('console.command', [0 => function () {
  5072. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5073. }, 1 => 'handleConsoleCommandEvent'], 128);
  5074. $instance->addListener('console.terminate', [0 => function () {
  5075. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5076. }, 1 => 'handleConsoleTerminateEvent'], -64);
  5077. $instance->addListener('console.error', [0 => function () {
  5078. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5079. }, 1 => 'handleConsoleErrorEvent'], -64);
  5080. $instance->addListener('kernel.exception', [0 => function () {
  5081. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  5082. }, 1 => 'handleExceptionEvent'], 128);
  5083. $instance->addListener('kernel.request', [0 => function () {
  5084. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5085. }, 1 => 'handleKernelRequestEvent'], 5);
  5086. $instance->addListener('kernel.controller', [0 => function () {
  5087. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5088. }, 1 => 'handleKernelControllerEvent'], 10);
  5089. $instance->addListener('kernel.request', [0 => function () {
  5090. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5091. }, 1 => 'handleKernelRequestEvent'], 3);
  5092. $instance->addListener('kernel.finish_request', [0 => function () {
  5093. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5094. }, 1 => 'handleKernelFinishRequestEvent'], 5);
  5095. $instance->addListener('kernel.request', [0 => function () {
  5096. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5097. }, 1 => 'handleKernelRequestEvent'], 4);
  5098. $instance->addListener('kernel.response', [0 => function () {
  5099. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5100. }, 1 => 'handleKernelResponseEvent'], 15);
  5101. $instance->addListener('kernel.terminate', [0 => function () {
  5102. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5103. }, 1 => 'handleKernelTerminateEvent'], 5);
  5104. $instance->addListener('kernel.request', [0 => function () {
  5105. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5106. }, 1 => 'handleKernelRequestEvent'], 2);
  5107. $instance->addListener('kernel.finish_request', [0 => function () {
  5108. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5109. }, 1 => 'handleKernelFinishRequestEvent'], 10);
  5110. $instance->addListener('kernel.response', [0 => function () {
  5111. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5112. }, 1 => 'handleKernelResponseEvent'], 15);
  5113. $instance->addListener('console.command', [0 => function () {
  5114. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  5115. }, 1 => 'handleConsoleCommandEvent'], 118);
  5116. $instance->addListener('console.terminate', [0 => function () {
  5117. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  5118. }, 1 => 'handleConsoleTerminateEvent'], -54);
  5119. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5120. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  5121. }, 1 => 'handleWorkerMessageFailedEvent'], 50);
  5122. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  5123. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  5124. }, 1 => 'handleWorkerMessageHandledEvent'], 50);
  5125. $instance->addListener('kernel.request', [0 => function () {
  5126. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  5127. }, 1 => 'handleKernelRequestEvent'], 0);
  5128. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  5129. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  5130. }, 1 => 'handleLoginSuccessEvent'], 0);
  5131. $instance->addListener('kernel.request', [0 => function () {
  5132. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  5133. }, 1 => 'onKernelRequest'], 250);
  5134. $instance->addListener('kernel.response', [0 => function () {
  5135. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  5136. }, 1 => 'onKernelResponse'], 0);
  5137. $instance->addListener('kernel.response', [0 => function () {
  5138. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  5139. }, 1 => 'onResponse'], -15);
  5140. $instance->addListener('kernel.exception', [0 => function () {
  5141. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  5142. }, 1 => 'onKernelException'], -64);
  5143. $instance->addListener('kernel.view', [0 => function () {
  5144. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  5145. }, 1 => 'onKernelView'], 0);
  5146. $instance->addListener('console.command', [0 => function () {
  5147. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  5148. }, 1 => 'onConsoleCommand'], 0);
  5149. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  5150. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  5151. }, 1 => 'onLogout'], 0);
  5152. $instance->addListener('form.pre_set_data', [0 => function () {
  5153. return ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] ?? ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] = new \App\Form\Teacher\EventListener\TextbookSessionTypeEventListener()));
  5154. }, 1 => 'onPreSetData'], 0);
  5155. $instance->addListener('form.submit', [0 => function () {
  5156. return ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] ?? ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] = new \App\Form\Teacher\EventListener\TextbookSessionTypeEventListener()));
  5157. }, 1 => 'onSubmit'], 0);
  5158. $instance->addListener('kernel.response', [0 => function () {
  5159. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  5160. }, 1 => 'onKernelResponse'], 0);
  5161. $instance->addListener('kernel.response', [0 => function () {
  5162. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  5163. }, 1 => 'onKernelResponse'], -1024);
  5164. $instance->addListener('kernel.request', [0 => function () {
  5165. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5166. }, 1 => 'setDefaultLocale'], 100);
  5167. $instance->addListener('kernel.request', [0 => function () {
  5168. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5169. }, 1 => 'onKernelRequest'], 16);
  5170. $instance->addListener('kernel.finish_request', [0 => function () {
  5171. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5172. }, 1 => 'onKernelFinishRequest'], 0);
  5173. $instance->addListener('kernel.request', [0 => function () {
  5174. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  5175. }, 1 => 'onKernelRequest'], 256);
  5176. $instance->addListener('kernel.response', [0 => function () {
  5177. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  5178. }, 1 => 'onResponse'], -255);
  5179. $instance->addListener('kernel.controller_arguments', [0 => function () {
  5180. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5181. }, 1 => 'onControllerArguments'], 0);
  5182. $instance->addListener('kernel.exception', [0 => function () {
  5183. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5184. }, 1 => 'logKernelException'], 0);
  5185. $instance->addListener('kernel.exception', [0 => function () {
  5186. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5187. }, 1 => 'onKernelException'], -128);
  5188. $instance->addListener('kernel.response', [0 => function () {
  5189. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5190. }, 1 => 'removeCspHeader'], -128);
  5191. $instance->addListener('kernel.request', [0 => function () {
  5192. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5193. }, 1 => 'onKernelRequest'], 15);
  5194. $instance->addListener('kernel.finish_request', [0 => function () {
  5195. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5196. }, 1 => 'onKernelFinishRequest'], -15);
  5197. $instance->addListener('console.error', [0 => function () {
  5198. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5199. }, 1 => 'onConsoleError'], -128);
  5200. $instance->addListener('console.terminate', [0 => function () {
  5201. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5202. }, 1 => 'onConsoleTerminate'], -128);
  5203. $instance->addListener('console.error', [0 => function () {
  5204. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  5205. }, 1 => 'onConsoleError'], 0);
  5206. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5207. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  5208. }, 1 => 'onMessage'], -255);
  5209. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5210. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  5211. }, 1 => 'onMessage'], -255);
  5212. $instance->addListener('kernel.request', [0 => function () {
  5213. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  5214. }, 1 => 'onKernelRequest'], 48);
  5215. $instance->addListener('kernel.request', [0 => function () {
  5216. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5217. }, 1 => 'configure'], 2048);
  5218. $instance->addListener('console.command', [0 => function () {
  5219. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5220. }, 1 => 'configure'], 2048);
  5221. $instance->addListener('kernel.request', [0 => function () {
  5222. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5223. }, 1 => 'onKernelRequest'], 32);
  5224. $instance->addListener('kernel.finish_request', [0 => function () {
  5225. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5226. }, 1 => 'onKernelFinishRequest'], 0);
  5227. $instance->addListener('kernel.exception', [0 => function () {
  5228. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5229. }, 1 => 'onKernelException'], -64);
  5230. $instance->addListener('kernel.request', [0 => function () {
  5231. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5232. }, 1 => 'onKernelRequest'], 128);
  5233. $instance->addListener('kernel.response', [0 => function () {
  5234. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5235. }, 1 => 'onKernelResponse'], -1000);
  5236. $instance->addListener('kernel.finish_request', [0 => function () {
  5237. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5238. }, 1 => 'onFinishRequest'], 0);
  5239. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5240. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  5241. }, 1 => 'onMessageFailed'], 100);
  5242. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5243. 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()));
  5244. }, 1 => 'onMessageFailed'], 200);
  5245. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5246. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  5247. }, 1 => 'onWorkerRunning'], 100);
  5248. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  5249. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5250. }, 1 => 'onWorkerStarted'], 0);
  5251. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5252. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5253. }, 1 => 'onWorkerRunning'], 0);
  5254. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  5255. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  5256. }, 1 => 'onWorkerStarted'], 100);
  5257. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5258. 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()));
  5259. }, 1 => 'onMessageFailed'], 0);
  5260. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5261. 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()));
  5262. }, 1 => 'onWorkerRunning'], 0);
  5263. $instance->addListener('kernel.response', [0 => function () {
  5264. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5265. }, 1 => 'onKernelResponse'], -100);
  5266. $instance->addListener('kernel.exception', [0 => function () {
  5267. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5268. }, 1 => 'onKernelException'], 0);
  5269. $instance->addListener('kernel.terminate', [0 => function () {
  5270. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5271. }, 1 => 'onKernelTerminate'], -1024);
  5272. $instance->addListener('kernel.controller', [0 => function () {
  5273. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5274. }, 1 => 'onKernelController'], 0);
  5275. $instance->addListener('kernel.response', [0 => function () {
  5276. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5277. }, 1 => 'onKernelResponse'], 0);
  5278. $instance->addListener('kernel.response', [0 => function () {
  5279. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5280. }, 1 => 'onKernelResponse'], 0);
  5281. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5282. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5283. }, 1 => 'checkPassport'], 0);
  5284. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  5285. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5286. }, 1 => 'onLoginSuccess'], 0);
  5287. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  5288. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  5289. }, 1 => 'onVoterVote'], 0);
  5290. $instance->addListener('kernel.request', [0 => function () {
  5291. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5292. }, 1 => 'configureLogoutUrlGenerator'], 8);
  5293. $instance->addListener('kernel.request', [0 => function () {
  5294. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5295. }, 1 => 'onKernelRequest'], 8);
  5296. $instance->addListener('kernel.finish_request', [0 => function () {
  5297. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5298. }, 1 => 'onKernelFinishRequest'], 0);
  5299. $instance->addListener('kernel.exception', [0 => function () {
  5300. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
  5301. }, 1 => 'onKernelException'], 2);
  5302. $instance->addListener('kernel.request', [0 => function () {
  5303. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  5304. }, 1 => 'onKernelRequest'], 0);
  5305. $instance->addListener('security.authentication.success', [0 => function () {
  5306. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5307. }, 1 => 'onLogin'], 9223372036854775807);
  5308. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  5309. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5310. }, 1 => 'onAccessDenied'], 0);
  5311. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  5312. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5313. }, 1 => 'onTwoFactorForm'], 0);
  5314. $instance->addListener('kernel.response', [0 => function () {
  5315. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5316. }, 1 => 'onKernelResponse'], 1);
  5317. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5318. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  5319. }, 1 => 'onMessage'], 0);
  5320. $instance->addListener('console.command', [0 => function () {
  5321. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5322. }, 1 => 'onCommand'], 255);
  5323. $instance->addListener('console.terminate', [0 => function () {
  5324. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5325. }, 1 => 'onTerminate'], -255);
  5326. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  5327. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5328. }, 1 => 'onWorkerMessageHandled'], 0);
  5329. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5330. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5331. }, 1 => 'onWorkerMessageFailed'], 0);
  5332. $instance->addListener('knp_pager.before', [0 => function () {
  5333. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5334. }, 1 => 'before'], 0);
  5335. $instance->addListener('knp_pager.pagination', [0 => function () {
  5336. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5337. }, 1 => 'pagination'], 0);
  5338. $instance->addListener('knp_pager.before', [0 => function () {
  5339. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  5340. }, 1 => 'before'], 1);
  5341. $instance->addListener('knp_pager.before', [0 => function () {
  5342. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  5343. }, 1 => 'before'], 1);
  5344. $instance->addListener('knp_pager.pagination', [0 => function () {
  5345. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5346. }, 1 => 'pagination'], 1);
  5347. $instance->addListener('kernel.response', [0 => function () {
  5348. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5349. }, 1 => 'onKernelResponse'], -128);
  5350. $instance->addListener('console.command', [0 => function () {
  5351. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  5352. }, 1 => 'configure'], 1024);
  5353. $instance->addListener('kernel.request', [0 => function () {
  5354. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5355. }, 1 => 'onKernelRequestPrettyUrls'], 1);
  5356. $instance->addListener('kernel.request', [0 => function () {
  5357. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5358. }, 1 => 'onKernelRequest'], 0);
  5359. $instance->addListener('kernel.controller', [0 => function () {
  5360. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5361. }, 1 => 'onKernelController'], 128);
  5362. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5363. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  5364. }, 1 => 'checkPassport'], 0);
  5365. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  5366. 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()));
  5367. }, 1 => 'onSuccessfulLogin'], -63);
  5368. $instance->addListener('security.authentication.success', [0 => function () {
  5369. 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()));
  5370. }, 1 => 'onLogin'], 9223372036854775806);
  5371. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
  5372. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  5373. }, 1 => 'onPreRender'], 255);
  5374. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
  5375. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  5376. }, 1 => 'onPostRender'], -255);
  5377. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5378. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5379. }, 1 => 'checkPassport'], 512);
  5380. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  5381. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5382. }, 1 => 'onLogout'], 0);
  5383. return $instance;
  5384. }
  5385. /**
  5386. * Gets the public 'http_kernel' shared service.
  5387. *
  5388. * @return \Symfony\Component\HttpKernel\HttpKernel
  5389. */
  5390. protected function getHttpKernelService()
  5391. {
  5392. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5393. if (isset($this->services['http_kernel'])) {
  5394. return $this->services['http_kernel'];
  5395. }
  5396. 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 () {
  5397. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5398. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5399. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5400. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5401. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  5402. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  5403. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5404. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5405. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5406. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5407. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  5408. }
  5409. /**
  5410. * Gets the public 'knp_paginator' shared service.
  5411. *
  5412. * @return \Knp\Component\Pager\Paginator
  5413. */
  5414. protected function getKnpPaginatorService($lazyLoad = true)
  5415. {
  5416. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  5417. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  5418. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5419. if (isset($this->services['knp_paginator'])) {
  5420. return $this->services['knp_paginator'];
  5421. }
  5422. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5423. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  5424. return $instance;
  5425. }
  5426. /**
  5427. * Gets the public 'messenger.default_bus' shared service.
  5428. *
  5429. * @return \Symfony\Component\Messenger\TraceableMessageBus
  5430. */
  5431. protected function getMessenger_DefaultBusService()
  5432. {
  5433. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  5434. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  5435. 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')));
  5436. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  5437. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  5438. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  5439. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  5440. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  5441. }, 7)));
  5442. }
  5443. /**
  5444. * Gets the public 'monolog.logger.deprecation' shared service.
  5445. *
  5446. * @return \Symfony\Bridge\Monolog\Logger
  5447. */
  5448. protected function getMonolog_Logger_DeprecationService()
  5449. {
  5450. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  5451. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5452. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5453. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5454. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5455. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5456. return $instance;
  5457. }
  5458. /**
  5459. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  5460. *
  5461. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  5462. */
  5463. protected function getNelmioApiDoc_Command_DumpService()
  5464. {
  5465. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5466. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  5467. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5468. $instance->setName('nelmio:apidoc:dump');
  5469. return $instance;
  5470. }
  5471. /**
  5472. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  5473. *
  5474. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5475. */
  5476. protected function getNelmioApiDoc_Controller_RedoclyService()
  5477. {
  5478. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5479. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  5480. }
  5481. /**
  5482. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  5483. *
  5484. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5485. */
  5486. protected function getNelmioApiDoc_Controller_StoplightService()
  5487. {
  5488. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5489. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  5490. }
  5491. /**
  5492. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  5493. *
  5494. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  5495. */
  5496. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  5497. {
  5498. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  5499. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5500. }
  5501. /**
  5502. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  5503. *
  5504. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5505. */
  5506. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  5507. {
  5508. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5509. 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');
  5510. }
  5511. /**
  5512. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  5513. *
  5514. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  5515. */
  5516. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  5517. {
  5518. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  5519. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5520. }
  5521. /**
  5522. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  5523. *
  5524. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  5525. */
  5526. protected function getNelmioApiDoc_Generator_DefaultService()
  5527. {
  5528. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  5529. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  5530. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  5531. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  5532. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  5533. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  5534. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  5535. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  5536. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  5537. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  5538. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  5539. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  5540. }, 5), new RewindableGenerator(function () {
  5541. 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()));
  5542. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  5543. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  5544. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  5545. }, 4), NULL, 'openapi_doc.default', $a);
  5546. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  5547. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5548. $b->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5549. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5550. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5551. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5552. $instance->setAlternativeNames([]);
  5553. $instance->setMediaTypes([0 => 'json']);
  5554. $instance->setLogger($b);
  5555. $instance->setOpenApiVersion(NULL);
  5556. return $instance;
  5557. }
  5558. /**
  5559. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  5560. *
  5561. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  5562. */
  5563. protected function getNelmioApiDoc_RenderDocsService()
  5564. {
  5565. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  5566. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  5567. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  5568. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  5569. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  5570. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5571. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  5572. ], [
  5573. 'default' => '?',
  5574. ]), 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' => []]));
  5575. }
  5576. /**
  5577. * Gets the public 'request_stack' shared service.
  5578. *
  5579. * @return \Symfony\Component\HttpFoundation\RequestStack
  5580. */
  5581. protected function getRequestStackService()
  5582. {
  5583. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5584. }
  5585. /**
  5586. * Gets the public 'router' shared service.
  5587. *
  5588. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5589. */
  5590. protected function getRouterService()
  5591. {
  5592. $a = new \Symfony\Bridge\Monolog\Logger('router');
  5593. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5594. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5595. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5596. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5597. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5598. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5599. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  5600. ], [
  5601. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5602. ]))->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');
  5603. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5604. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5605. return $instance;
  5606. }
  5607. /**
  5608. * Gets the public 'routing.loader' shared service.
  5609. *
  5610. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5611. */
  5612. protected function getRouting_LoaderService()
  5613. {
  5614. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5615. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  5616. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5617. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5618. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5619. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5620. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  5621. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  5622. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  5623. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  5624. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5625. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  5626. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  5627. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  5628. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5629. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5630. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5631. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5632. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5633. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5634. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php';
  5635. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5636. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5637. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5638. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5639. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  5640. if (isset($this->services['routing.loader'])) {
  5641. return $this->services['routing.loader'];
  5642. }
  5643. $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  5644. $c = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  5645. $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  5646. $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
  5647. $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
  5648. $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
  5649. $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
  5650. $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
  5651. $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5652. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  5653. ], [
  5654. 'kernel' => 'Kernel',
  5655. ]), 'dev'));
  5656. $b->addLoader(new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader($a, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->targetDir.''));
  5657. $b->addLoader($d);
  5658. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
  5659. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
  5660. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  5661. }
  5662. /**
  5663. * Gets the public 'scheb_two_factor.firewall_context' shared service.
  5664. *
  5665. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  5666. */
  5667. protected function getSchebTwoFactor_FirewallContextService()
  5668. {
  5669. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  5670. 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())]);
  5671. }
  5672. /**
  5673. * Gets the public 'scheb_two_factor.form_controller' shared service.
  5674. *
  5675. * @return \Scheb\TwoFactorBundle\Controller\FormController
  5676. */
  5677. protected function getSchebTwoFactor_FormControllerService()
  5678. {
  5679. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  5680. 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);
  5681. }
  5682. /**
  5683. * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  5684. *
  5685. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  5686. */
  5687. protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  5688. {
  5689. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  5690. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  5691. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  5692. 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);
  5693. }
  5694. /**
  5695. * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  5696. *
  5697. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  5698. */
  5699. protected function getSchebTwoFactor_Security_TotpFactoryService()
  5700. {
  5701. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  5702. return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []);
  5703. }
  5704. /**
  5705. * Gets the public 'services_resetter' shared service.
  5706. *
  5707. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5708. */
  5709. protected function getServicesResetterService()
  5710. {
  5711. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5712. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5713. if (isset($this->services['cache.app'])) {
  5714. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5715. }
  5716. if (isset($this->services['cache.system'])) {
  5717. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5718. }
  5719. if (isset($this->privates['cache.validator.traceable'])) {
  5720. yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  5721. }
  5722. if (isset($this->privates['cache.serializer.traceable'])) {
  5723. yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  5724. }
  5725. if (isset($this->privates['cache.annotations.traceable'])) {
  5726. yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  5727. }
  5728. if (isset($this->privates['cache.property_info.traceable'])) {
  5729. yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  5730. }
  5731. if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  5732. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  5733. }
  5734. if (isset($this->privates['.debug.http_client'])) {
  5735. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  5736. }
  5737. if (isset($this->privates['mailer.message_logger_listener'])) {
  5738. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  5739. }
  5740. if (isset($this->privates['debug.stopwatch'])) {
  5741. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5742. }
  5743. if (isset($this->services['event_dispatcher'])) {
  5744. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5745. }
  5746. if (isset($this->privates['session_listener'])) {
  5747. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  5748. }
  5749. if (isset($this->privates['form.choice_list_factory.cached'])) {
  5750. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5751. }
  5752. if (isset($this->services['cache.validator_expression_language'])) {
  5753. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  5754. }
  5755. if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  5756. yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  5757. }
  5758. if (isset($this->services['.container.private.profiler'])) {
  5759. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  5760. }
  5761. if (isset($this->services['.container.private.validator'])) {
  5762. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  5763. }
  5764. if (isset($this->services['.container.private.security.token_storage'])) {
  5765. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  5766. }
  5767. if (isset($this->privates['cache.security_expression_language.traceable'])) {
  5768. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  5769. }
  5770. if (isset($this->privates['debug.security.firewall'])) {
  5771. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  5772. }
  5773. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  5774. yield 'debug.security.firewall.authenticator.api_doc' => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? null);
  5775. }
  5776. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  5777. yield 'debug.security.firewall.authenticator.api_gale' => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? null);
  5778. }
  5779. if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  5780. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  5781. }
  5782. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  5783. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  5784. }
  5785. if (isset($this->services['.container.private.twig'])) {
  5786. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  5787. }
  5788. if (isset($this->privates['twig.form.engine'])) {
  5789. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  5790. }
  5791. if (isset($this->privates['monolog.handler.main'])) {
  5792. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5793. }
  5794. if (isset($this->privates['monolog.handler.console'])) {
  5795. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5796. }
  5797. if (isset($this->services['doctrine'])) {
  5798. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5799. }
  5800. if (isset($this->privates['doctrine.debug_data_holder'])) {
  5801. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  5802. }
  5803. if (isset($this->privates['form.type.entity'])) {
  5804. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5805. }
  5806. if (isset($this->services['cache.easyadmin'])) {
  5807. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? null);
  5808. }
  5809. if (isset($this->privates['ux.twig_component.component_factory'])) {
  5810. yield 'ux.twig_component.component_factory' => ($this->privates['ux.twig_component.component_factory'] ?? null);
  5811. }
  5812. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  5813. yield 'ux.twig_component.component_renderer' => ($this->privates['ux.twig_component.component_renderer'] ?? null);
  5814. }
  5815. if (isset($this->privates['cache.ux.twig_component.traceable'])) {
  5816. yield 'cache.ux.twig_component' => ($this->privates['cache.ux.twig_component.traceable'] ?? null);
  5817. }
  5818. if (isset($this->privates['.debug.http_client'])) {
  5819. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5820. }
  5821. }, function () {
  5822. 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->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (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['ux.twig_component.component_factory'])) + (int) (isset($this->privates['ux.twig_component.component_renderer'])) + (int) (isset($this->privates['cache.ux.twig_component.traceable'])) + (int) (isset($this->privates['.debug.http_client']));
  5823. }), ['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' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'cache.easyadmin' => [0 => 'reset'], 'ux.twig_component.component_factory' => [0 => 'reset'], 'ux.twig_component.component_renderer' => [0 => 'reset'], 'cache.ux.twig_component' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  5824. }
  5825. /**
  5826. * Gets the public 'translator' shared service.
  5827. *
  5828. * @return \Symfony\Component\Translation\DataCollectorTranslator
  5829. */
  5830. protected function getTranslatorService()
  5831. {
  5832. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5833. }
  5834. /**
  5835. * Gets the public 'var_dumper.cloner' shared service.
  5836. *
  5837. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5838. */
  5839. protected function getVarDumper_ClonerService()
  5840. {
  5841. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5842. $instance->setMaxItems(2500);
  5843. $instance->setMinDepth(1);
  5844. $instance->setMaxString(-1);
  5845. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5846. return $instance;
  5847. }
  5848. /**
  5849. * Gets the public 'vich_uploader.download_handler' shared service.
  5850. *
  5851. * @return \Vich\UploaderBundle\Handler\DownloadHandler
  5852. */
  5853. protected function getVichUploader_DownloadHandlerService()
  5854. {
  5855. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5856. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  5857. 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()));
  5858. }
  5859. /**
  5860. * Gets the public 'vich_uploader.form.type.file' shared service.
  5861. *
  5862. * @return \Vich\UploaderBundle\Form\Type\VichFileType
  5863. */
  5864. protected function getVichUploader_Form_Type_FileService()
  5865. {
  5866. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5867. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5868. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5869. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5870. if (isset($this->services['vich_uploader.form.type.file'])) {
  5871. return $this->services['vich_uploader.form.type.file'];
  5872. }
  5873. 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()));
  5874. }
  5875. /**
  5876. * Gets the public 'vich_uploader.form.type.image' shared service.
  5877. *
  5878. * @return \Vich\UploaderBundle\Form\Type\VichImageType
  5879. */
  5880. protected function getVichUploader_Form_Type_ImageService()
  5881. {
  5882. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5883. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5884. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5885. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  5886. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5887. if (isset($this->services['vich_uploader.form.type.image'])) {
  5888. return $this->services['vich_uploader.form.type.image'];
  5889. }
  5890. 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);
  5891. }
  5892. /**
  5893. * Gets the public 'vich_uploader.upload_handler' shared service.
  5894. *
  5895. * @return \Vich\UploaderBundle\Handler\UploadHandler
  5896. */
  5897. protected function getVichUploader_UploadHandlerService()
  5898. {
  5899. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5900. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  5901. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  5902. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  5903. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5904. if (isset($this->services['vich_uploader.upload_handler'])) {
  5905. return $this->services['vich_uploader.upload_handler'];
  5906. }
  5907. $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  5908. 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);
  5909. }
  5910. /**
  5911. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5912. *
  5913. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5914. */
  5915. protected function getWebProfiler_Controller_ExceptionPanelService()
  5916. {
  5917. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5918. 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()));
  5919. }
  5920. /**
  5921. * Gets the public 'web_profiler.controller.profiler' shared service.
  5922. *
  5923. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5924. */
  5925. protected function getWebProfiler_Controller_ProfilerService()
  5926. {
  5927. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5928. 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));
  5929. }
  5930. /**
  5931. * Gets the public 'web_profiler.controller.router' shared service.
  5932. *
  5933. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5934. */
  5935. protected function getWebProfiler_Controller_RouterService()
  5936. {
  5937. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5938. 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 () {
  5939. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5940. }, 1));
  5941. }
  5942. /**
  5943. * Gets the private '.App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy' shared service.
  5944. *
  5945. * @return \Symfony\Component\Console\Command\LazyCommand
  5946. */
  5947. protected function getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService()
  5948. {
  5949. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5950. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5951. return $this->privates['.App\\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 (): \App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand {
  5952. return ($this->privates['App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] ?? $this->getAbacusCopyAnonymizedProdDataToTestServerCommandService());
  5953. });
  5954. }
  5955. /**
  5956. * Gets the private '.App\Command\AbacusDispatchEventsToClickstreamCommand.lazy' shared service.
  5957. *
  5958. * @return \Symfony\Component\Console\Command\LazyCommand
  5959. */
  5960. protected function getAbacusDispatchEventsToClickstreamCommand_LazyService()
  5961. {
  5962. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5963. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5964. return $this->privates['.App\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-events-to-clickstream-log', [], 'Dispatch events to Clickstream Log', false, function (): \App\Command\AbacusDispatchEventsToClickstreamCommand {
  5965. return ($this->services['App\\Command\\AbacusDispatchEventsToClickstreamCommand'] ?? $this->getAbacusDispatchEventsToClickstreamCommandService());
  5966. });
  5967. }
  5968. /**
  5969. * Gets the private '.App\Command\AbacusFetchSiteCommand.lazy' shared service.
  5970. *
  5971. * @return \Symfony\Component\Console\Command\LazyCommand
  5972. */
  5973. protected function getAbacusFetchSiteCommand_LazyService()
  5974. {
  5975. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5976. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5977. return $this->privates['.App\\Command\\AbacusFetchSiteCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:fetch-site', [], 'Fetch site database and/or media folder from test server', false, function (): \App\Command\AbacusFetchSiteCommand {
  5978. return ($this->privates['App\\Command\\AbacusFetchSiteCommand'] ?? $this->getAbacusFetchSiteCommandService());
  5979. });
  5980. }
  5981. /**
  5982. * Gets the private '.App\Command\AbacusLoadTestDataCommand.lazy' shared service.
  5983. *
  5984. * @return \Symfony\Component\Console\Command\LazyCommand
  5985. */
  5986. protected function getAbacusLoadTestDataCommand_LazyService()
  5987. {
  5988. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5989. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5990. return $this->privates['.App\\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 (): \App\Command\AbacusLoadTestDataCommand {
  5991. return ($this->privates['App\\Command\\AbacusLoadTestDataCommand'] ?? $this->getAbacusLoadTestDataCommandService());
  5992. });
  5993. }
  5994. /**
  5995. * Gets the private '.App\Command\AbacusLocateInlineImagesCommand.lazy' shared service.
  5996. *
  5997. * @return \Symfony\Component\Console\Command\LazyCommand
  5998. */
  5999. protected function getAbacusLocateInlineImagesCommand_LazyService()
  6000. {
  6001. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6002. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6003. return $this->privates['.App\\Command\\AbacusLocateInlineImagesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-inline-images', [], 'Lists inline images across specific tables', false, function (): \App\Command\AbacusLocateInlineImagesCommand {
  6004. return ($this->privates['App\\Command\\AbacusLocateInlineImagesCommand'] ?? $this->getAbacusLocateInlineImagesCommandService());
  6005. });
  6006. }
  6007. /**
  6008. * Gets the private '.App\Command\AbacusLocateMissingFilesCommand.lazy' shared service.
  6009. *
  6010. * @return \Symfony\Component\Console\Command\LazyCommand
  6011. */
  6012. protected function getAbacusLocateMissingFilesCommand_LazyService()
  6013. {
  6014. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6015. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6016. return $this->privates['.App\\Command\\AbacusLocateMissingFilesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-missing-files', [], 'Lists missing media files on various entity types', false, function (): \App\Command\AbacusLocateMissingFilesCommand {
  6017. return ($this->privates['App\\Command\\AbacusLocateMissingFilesCommand'] ?? $this->getAbacusLocateMissingFilesCommandService());
  6018. });
  6019. }
  6020. /**
  6021. * Gets the private '.App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.lazy' shared service.
  6022. *
  6023. * @return \Symfony\Component\Console\Command\LazyCommand
  6024. */
  6025. protected function getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand_LazyService()
  6026. {
  6027. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6028. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6029. return $this->privates['.App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:migrate-self-study-typical-exam-problem-element-images-to-references', [], 'Migrate inline images in self_study_typical_exam_problem_element.content to image references', false, function (): \App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand {
  6030. return ($this->privates['App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommandService());
  6031. });
  6032. }
  6033. /**
  6034. * Gets the private '.App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy' shared service.
  6035. *
  6036. * @return \Symfony\Component\Console\Command\LazyCommand
  6037. */
  6038. protected function getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService()
  6039. {
  6040. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6042. return $this->privates['.App\\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 (): \App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand {
  6043. return ($this->privates['App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateTextbookElementImagesToReferencesCommandService());
  6044. });
  6045. }
  6046. /**
  6047. * Gets the private '.App\Command\AbacusRearrangeMathProblemsCommand.lazy' shared service.
  6048. *
  6049. * @return \Symfony\Component\Console\Command\LazyCommand
  6050. */
  6051. protected function getAbacusRearrangeMathProblemsCommand_LazyService()
  6052. {
  6053. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6054. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6055. return $this->privates['.App\\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 (): \App\Command\AbacusRearrangeMathProblemsCommand {
  6056. return ($this->privates['App\\Command\\AbacusRearrangeMathProblemsCommand'] ?? $this->getAbacusRearrangeMathProblemsCommandService());
  6057. });
  6058. }
  6059. /**
  6060. * Gets the private '.App\Command\AbacusValidateAllMathproblemsCommand.lazy' shared service.
  6061. *
  6062. * @return \Symfony\Component\Console\Command\LazyCommand
  6063. */
  6064. protected function getAbacusValidateAllMathproblemsCommand_LazyService()
  6065. {
  6066. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6067. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6068. return $this->privates['.App\\Command\\AbacusValidateAllMathproblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:validate-all-mathproblems', [], 'Re-validates all mathproblems', false, function (): \App\Command\AbacusValidateAllMathproblemsCommand {
  6069. return ($this->privates['App\\Command\\AbacusValidateAllMathproblemsCommand'] ?? $this->getAbacusValidateAllMathproblemsCommandService());
  6070. });
  6071. }
  6072. /**
  6073. * Gets the private '.App\Command\AbacusValidateExistingMathproblemsCommand.lazy' shared service.
  6074. *
  6075. * @return \Symfony\Component\Console\Command\LazyCommand
  6076. */
  6077. protected function getAbacusValidateExistingMathproblemsCommand_LazyService()
  6078. {
  6079. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6080. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6081. return $this->privates['.App\\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 (): \App\Command\AbacusValidateExistingMathproblemsCommand {
  6082. return ($this->privates['App\\Command\\AbacusValidateExistingMathproblemsCommand'] ?? $this->getAbacusValidateExistingMathproblemsCommandService());
  6083. });
  6084. }
  6085. /**
  6086. * Gets the private '.App\Command\DispatchMigrateFilesToReferencesCommand.lazy' shared service.
  6087. *
  6088. * @return \Symfony\Component\Console\Command\LazyCommand
  6089. */
  6090. protected function getDispatchMigrateFilesToReferencesCommand_LazyService()
  6091. {
  6092. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6093. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6094. return $this->privates['.App\\Command\\DispatchMigrateFilesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-migrate-files', [], 'Migrate files to references in Abacus using Message bus', false, function (): \App\Command\DispatchMigrateFilesToReferencesCommand {
  6095. return ($this->privates['App\\Command\\DispatchMigrateFilesToReferencesCommand'] ?? $this->getDispatchMigrateFilesToReferencesCommandService());
  6096. });
  6097. }
  6098. /**
  6099. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  6100. *
  6101. * @return \Symfony\Component\Console\Command\LazyCommand
  6102. */
  6103. protected function getMakeAdminDashboardCommand_LazyService()
  6104. {
  6105. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6106. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6107. 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 {
  6108. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  6109. });
  6110. }
  6111. /**
  6112. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  6113. *
  6114. * @return \Symfony\Component\Console\Command\LazyCommand
  6115. */
  6116. protected function getMakeCrudControllerCommand_LazyService()
  6117. {
  6118. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6119. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6120. 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 {
  6121. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  6122. });
  6123. }
  6124. /**
  6125. * Gets the private '.console.command.about.lazy' shared service.
  6126. *
  6127. * @return \Symfony\Component\Console\Command\LazyCommand
  6128. */
  6129. protected function get_Console_Command_About_LazyService()
  6130. {
  6131. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6132. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6133. 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 {
  6134. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  6135. });
  6136. }
  6137. /**
  6138. * Gets the private '.console.command.assets_install.lazy' shared service.
  6139. *
  6140. * @return \Symfony\Component\Console\Command\LazyCommand
  6141. */
  6142. protected function get_Console_Command_AssetsInstall_LazyService()
  6143. {
  6144. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6145. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6146. 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 {
  6147. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  6148. });
  6149. }
  6150. /**
  6151. * Gets the private '.console.command.cache_clear.lazy' shared service.
  6152. *
  6153. * @return \Symfony\Component\Console\Command\LazyCommand
  6154. */
  6155. protected function get_Console_Command_CacheClear_LazyService()
  6156. {
  6157. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6158. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6159. 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 {
  6160. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  6161. });
  6162. }
  6163. /**
  6164. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  6165. *
  6166. * @return \Symfony\Component\Console\Command\LazyCommand
  6167. */
  6168. protected function get_Console_Command_CachePoolClear_LazyService()
  6169. {
  6170. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6171. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6172. 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 {
  6173. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  6174. });
  6175. }
  6176. /**
  6177. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  6178. *
  6179. * @return \Symfony\Component\Console\Command\LazyCommand
  6180. */
  6181. protected function get_Console_Command_CachePoolDelete_LazyService()
  6182. {
  6183. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6184. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6185. 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 {
  6186. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  6187. });
  6188. }
  6189. /**
  6190. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  6191. *
  6192. * @return \Symfony\Component\Console\Command\LazyCommand
  6193. */
  6194. protected function get_Console_Command_CachePoolList_LazyService()
  6195. {
  6196. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6197. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6198. 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 {
  6199. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  6200. });
  6201. }
  6202. /**
  6203. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  6204. *
  6205. * @return \Symfony\Component\Console\Command\LazyCommand
  6206. */
  6207. protected function get_Console_Command_CachePoolPrune_LazyService()
  6208. {
  6209. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6210. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6211. 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 {
  6212. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  6213. });
  6214. }
  6215. /**
  6216. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  6217. *
  6218. * @return \Symfony\Component\Console\Command\LazyCommand
  6219. */
  6220. protected function get_Console_Command_CacheWarmup_LazyService()
  6221. {
  6222. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6223. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6224. 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 {
  6225. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  6226. });
  6227. }
  6228. /**
  6229. * Gets the private '.console.command.config_debug.lazy' shared service.
  6230. *
  6231. * @return \Symfony\Component\Console\Command\LazyCommand
  6232. */
  6233. protected function get_Console_Command_ConfigDebug_LazyService()
  6234. {
  6235. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6236. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6237. 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 {
  6238. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  6239. });
  6240. }
  6241. /**
  6242. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  6243. *
  6244. * @return \Symfony\Component\Console\Command\LazyCommand
  6245. */
  6246. protected function get_Console_Command_ConfigDumpReference_LazyService()
  6247. {
  6248. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6249. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6250. 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 {
  6251. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  6252. });
  6253. }
  6254. /**
  6255. * Gets the private '.console.command.container_debug.lazy' shared service.
  6256. *
  6257. * @return \Symfony\Component\Console\Command\LazyCommand
  6258. */
  6259. protected function get_Console_Command_ContainerDebug_LazyService()
  6260. {
  6261. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6262. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6263. 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 {
  6264. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  6265. });
  6266. }
  6267. /**
  6268. * Gets the private '.console.command.container_lint.lazy' shared service.
  6269. *
  6270. * @return \Symfony\Component\Console\Command\LazyCommand
  6271. */
  6272. protected function get_Console_Command_ContainerLint_LazyService()
  6273. {
  6274. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6276. 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 {
  6277. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  6278. });
  6279. }
  6280. /**
  6281. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  6282. *
  6283. * @return \Symfony\Component\Console\Command\LazyCommand
  6284. */
  6285. protected function get_Console_Command_DebugAutowiring_LazyService()
  6286. {
  6287. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6288. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6289. 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 {
  6290. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  6291. });
  6292. }
  6293. /**
  6294. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  6295. *
  6296. * @return \Symfony\Component\Console\Command\LazyCommand
  6297. */
  6298. protected function get_Console_Command_DotenvDebug_LazyService()
  6299. {
  6300. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6301. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6302. 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 {
  6303. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  6304. });
  6305. }
  6306. /**
  6307. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  6308. *
  6309. * @return \Symfony\Component\Console\Command\LazyCommand
  6310. */
  6311. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  6312. {
  6313. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6314. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6315. 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 {
  6316. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  6317. });
  6318. }
  6319. /**
  6320. * Gets the private '.console.command.form_debug.lazy' shared service.
  6321. *
  6322. * @return \Symfony\Component\Console\Command\LazyCommand
  6323. */
  6324. protected function get_Console_Command_FormDebug_LazyService()
  6325. {
  6326. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6327. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6328. 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 {
  6329. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  6330. });
  6331. }
  6332. /**
  6333. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  6334. *
  6335. * @return \Symfony\Component\Console\Command\LazyCommand
  6336. */
  6337. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  6338. {
  6339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6340. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6341. 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 {
  6342. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  6343. });
  6344. }
  6345. /**
  6346. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  6347. *
  6348. * @return \Symfony\Component\Console\Command\LazyCommand
  6349. */
  6350. protected function get_Console_Command_MessengerDebug_LazyService()
  6351. {
  6352. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6353. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6354. 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 {
  6355. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  6356. });
  6357. }
  6358. /**
  6359. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  6360. *
  6361. * @return \Symfony\Component\Console\Command\LazyCommand
  6362. */
  6363. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  6364. {
  6365. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6366. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6367. 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 {
  6368. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  6369. });
  6370. }
  6371. /**
  6372. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  6373. *
  6374. * @return \Symfony\Component\Console\Command\LazyCommand
  6375. */
  6376. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  6377. {
  6378. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6379. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6380. 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 {
  6381. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  6382. });
  6383. }
  6384. /**
  6385. * Gets the private '.console.command.router_debug.lazy' shared service.
  6386. *
  6387. * @return \Symfony\Component\Console\Command\LazyCommand
  6388. */
  6389. protected function get_Console_Command_RouterDebug_LazyService()
  6390. {
  6391. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6393. 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 {
  6394. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  6395. });
  6396. }
  6397. /**
  6398. * Gets the private '.console.command.router_match.lazy' shared service.
  6399. *
  6400. * @return \Symfony\Component\Console\Command\LazyCommand
  6401. */
  6402. protected function get_Console_Command_RouterMatch_LazyService()
  6403. {
  6404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6405. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6406. 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 {
  6407. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  6408. });
  6409. }
  6410. /**
  6411. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  6412. *
  6413. * @return \Symfony\Component\Console\Command\LazyCommand
  6414. */
  6415. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  6416. {
  6417. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6419. 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 {
  6420. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  6421. });
  6422. }
  6423. /**
  6424. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  6425. *
  6426. * @return \Symfony\Component\Console\Command\LazyCommand
  6427. */
  6428. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  6429. {
  6430. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6431. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6432. 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 {
  6433. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  6434. });
  6435. }
  6436. /**
  6437. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  6438. *
  6439. * @return \Symfony\Component\Console\Command\LazyCommand
  6440. */
  6441. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  6442. {
  6443. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6445. 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 {
  6446. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  6447. });
  6448. }
  6449. /**
  6450. * Gets the private '.console.command.secrets_list.lazy' shared service.
  6451. *
  6452. * @return \Symfony\Component\Console\Command\LazyCommand
  6453. */
  6454. protected function get_Console_Command_SecretsList_LazyService()
  6455. {
  6456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6458. 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 {
  6459. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  6460. });
  6461. }
  6462. /**
  6463. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  6464. *
  6465. * @return \Symfony\Component\Console\Command\LazyCommand
  6466. */
  6467. protected function get_Console_Command_SecretsRemove_LazyService()
  6468. {
  6469. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6470. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6471. 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 {
  6472. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  6473. });
  6474. }
  6475. /**
  6476. * Gets the private '.console.command.secrets_set.lazy' shared service.
  6477. *
  6478. * @return \Symfony\Component\Console\Command\LazyCommand
  6479. */
  6480. protected function get_Console_Command_SecretsSet_LazyService()
  6481. {
  6482. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6483. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6484. 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 {
  6485. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  6486. });
  6487. }
  6488. /**
  6489. * Gets the private '.console.command.translation_debug.lazy' shared service.
  6490. *
  6491. * @return \Symfony\Component\Console\Command\LazyCommand
  6492. */
  6493. protected function get_Console_Command_TranslationDebug_LazyService()
  6494. {
  6495. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6496. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6497. 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 {
  6498. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  6499. });
  6500. }
  6501. /**
  6502. * Gets the private '.console.command.translation_extract.lazy' shared service.
  6503. *
  6504. * @return \Symfony\Component\Console\Command\LazyCommand
  6505. */
  6506. protected function get_Console_Command_TranslationExtract_LazyService()
  6507. {
  6508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6509. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6510. 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 {
  6511. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  6512. });
  6513. }
  6514. /**
  6515. * Gets the private '.console.command.translation_pull.lazy' shared service.
  6516. *
  6517. * @return \Symfony\Component\Console\Command\LazyCommand
  6518. */
  6519. protected function get_Console_Command_TranslationPull_LazyService()
  6520. {
  6521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6523. 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 {
  6524. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  6525. });
  6526. }
  6527. /**
  6528. * Gets the private '.console.command.translation_push.lazy' shared service.
  6529. *
  6530. * @return \Symfony\Component\Console\Command\LazyCommand
  6531. */
  6532. protected function get_Console_Command_TranslationPush_LazyService()
  6533. {
  6534. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6535. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6536. 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 {
  6537. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  6538. });
  6539. }
  6540. /**
  6541. * Gets the private '.console.command.validator_debug.lazy' shared service.
  6542. *
  6543. * @return \Symfony\Component\Console\Command\LazyCommand
  6544. */
  6545. protected function get_Console_Command_ValidatorDebug_LazyService()
  6546. {
  6547. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6549. 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 {
  6550. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  6551. });
  6552. }
  6553. /**
  6554. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  6555. *
  6556. * @return \Symfony\Component\Console\Command\LazyCommand
  6557. */
  6558. protected function get_Console_Command_XliffLint_LazyService()
  6559. {
  6560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6562. 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 {
  6563. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  6564. });
  6565. }
  6566. /**
  6567. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  6568. *
  6569. * @return \Symfony\Component\Console\Command\LazyCommand
  6570. */
  6571. protected function get_Console_Command_YamlLint_LazyService()
  6572. {
  6573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6574. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6575. 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 {
  6576. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  6577. });
  6578. }
  6579. /**
  6580. * Gets the private '.debug.http_client' shared service.
  6581. *
  6582. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  6583. */
  6584. protected function get_Debug_HttpClientService()
  6585. {
  6586. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  6587. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  6588. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6589. $b->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6590. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6591. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6592. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6593. $a->setLogger($b);
  6594. 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))));
  6595. }
  6596. /**
  6597. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  6598. *
  6599. * @return \Symfony\Component\Console\Command\LazyCommand
  6600. */
  6601. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  6602. {
  6603. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6604. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6605. return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  6606. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  6607. });
  6608. }
  6609. /**
  6610. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  6611. *
  6612. * @return \Symfony\Component\Console\Command\LazyCommand
  6613. */
  6614. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  6615. {
  6616. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6617. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6618. return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  6619. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  6620. });
  6621. }
  6622. /**
  6623. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  6624. *
  6625. * @return \Symfony\Component\Console\Command\LazyCommand
  6626. */
  6627. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  6628. {
  6629. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6630. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6631. return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  6632. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  6633. });
  6634. }
  6635. /**
  6636. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  6637. *
  6638. * @return \Symfony\Component\Console\Command\LazyCommand
  6639. */
  6640. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  6641. {
  6642. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6643. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6644. return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  6645. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  6646. });
  6647. }
  6648. /**
  6649. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  6650. *
  6651. * @return \Symfony\Component\Console\Command\LazyCommand
  6652. */
  6653. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  6654. {
  6655. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6656. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6657. return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  6658. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  6659. });
  6660. }
  6661. /**
  6662. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  6663. *
  6664. * @return \Symfony\Component\Console\Command\LazyCommand
  6665. */
  6666. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  6667. {
  6668. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6669. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6670. return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  6671. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  6672. });
  6673. }
  6674. /**
  6675. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  6676. *
  6677. * @return \Symfony\Component\Console\Command\LazyCommand
  6678. */
  6679. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  6680. {
  6681. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6682. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6683. return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  6684. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  6685. });
  6686. }
  6687. /**
  6688. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  6689. *
  6690. * @return \Symfony\Component\Console\Command\LazyCommand
  6691. */
  6692. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  6693. {
  6694. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6695. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6696. return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  6697. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  6698. });
  6699. }
  6700. /**
  6701. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  6702. *
  6703. * @return \Symfony\Component\Console\Command\LazyCommand
  6704. */
  6705. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  6706. {
  6707. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6708. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6709. return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  6710. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  6711. });
  6712. }
  6713. /**
  6714. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  6715. *
  6716. * @return \Symfony\Component\Console\Command\LazyCommand
  6717. */
  6718. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  6719. {
  6720. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6721. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6722. return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  6723. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  6724. });
  6725. }
  6726. /**
  6727. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  6728. *
  6729. * @return \Symfony\Component\Console\Command\LazyCommand
  6730. */
  6731. protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  6732. {
  6733. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6734. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6735. return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  6736. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  6737. });
  6738. }
  6739. /**
  6740. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  6741. *
  6742. * @return \Symfony\Component\Console\Command\LazyCommand
  6743. */
  6744. protected function get_DoctrineMigrations_VersionCommand_LazyService()
  6745. {
  6746. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6747. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6748. return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  6749. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  6750. });
  6751. }
  6752. /**
  6753. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  6754. *
  6755. * @return \Symfony\Component\Console\Command\LazyCommand
  6756. */
  6757. protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  6758. {
  6759. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6760. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6761. return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  6762. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  6763. });
  6764. }
  6765. /**
  6766. * Gets the private '.errored..service_locator.AGdInHP.App\Entity\Core\Publication' shared service.
  6767. *
  6768. * @return \App\Entity\Core\Publication
  6769. */
  6770. protected function getPublicationService()
  6771. {
  6772. $this->throw('Cannot autowire service ".service_locator.AGdInHP": it references class "App\\Entity\\Core\\Publication" but no such service exists.');
  6773. }
  6774. /**
  6775. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  6776. *
  6777. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  6778. */
  6779. protected function getFieldCollectionService()
  6780. {
  6781. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  6782. }
  6783. /**
  6784. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  6785. *
  6786. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  6787. */
  6788. protected function getFilterCollectionService()
  6789. {
  6790. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  6791. }
  6792. /**
  6793. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  6794. *
  6795. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  6796. */
  6797. protected function getEntityDtoService()
  6798. {
  6799. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  6800. }
  6801. /**
  6802. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  6803. *
  6804. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  6805. */
  6806. protected function getSearchDtoService()
  6807. {
  6808. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  6809. }
  6810. /**
  6811. * Gets the private '.errored..service_locator.HWjvTzb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6812. *
  6813. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6814. */
  6815. protected function getAdminContextService()
  6816. {
  6817. $this->throw('Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6818. }
  6819. /**
  6820. * Gets the private '.errored..service_locator.IrH.2wH.App\Entity\Core\Dictate\DictateSession' shared service.
  6821. *
  6822. * @return \App\Entity\Core\Dictate\DictateSession
  6823. */
  6824. protected function getDictateSessionService()
  6825. {
  6826. $this->throw('Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\Core\\Dictate\\DictateSession" but no such service exists.');
  6827. }
  6828. /**
  6829. * Gets the private '.errored..service_locator.IrH.2wH.App\Entity\User\User' shared service.
  6830. *
  6831. * @return \App\Entity\User\User
  6832. */
  6833. protected function getUserService()
  6834. {
  6835. $this->throw('Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\User\\User" but no such service exists.');
  6836. }
  6837. /**
  6838. * Gets the private '.errored..service_locator.IxStZ1Y.App\Entity\User\User' shared service.
  6839. *
  6840. * @return \App\Entity\User\User
  6841. */
  6842. protected function getUser2Service()
  6843. {
  6844. $this->throw('Cannot autowire service ".service_locator.IxStZ1Y": it references class "App\\Entity\\User\\User" but no such service exists.');
  6845. }
  6846. /**
  6847. * Gets the private '.errored..service_locator.N0jOcuE.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6848. *
  6849. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6850. */
  6851. protected function getAdminContext2Service()
  6852. {
  6853. $this->throw('Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6854. }
  6855. /**
  6856. * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  6857. *
  6858. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  6859. */
  6860. protected function getFiltersService()
  6861. {
  6862. $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  6863. }
  6864. /**
  6865. * Gets the private '.errored..service_locator.QbrfNad.App\Entity\Core\Quiz\QuizSessionRepository' shared service.
  6866. *
  6867. * @return \App\Entity\Core\Quiz\QuizSessionRepository
  6868. */
  6869. protected function getQuizSessionRepositoryService()
  6870. {
  6871. $this->throw('Cannot autowire service ".service_locator.QbrfNad": it references class "App\\Entity\\Core\\Quiz\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.');
  6872. }
  6873. /**
  6874. * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  6875. *
  6876. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  6877. */
  6878. protected function getActionsService()
  6879. {
  6880. $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  6881. }
  6882. /**
  6883. * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  6884. *
  6885. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  6886. */
  6887. protected function getKeyValueStoreService()
  6888. {
  6889. $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  6890. }
  6891. /**
  6892. * Gets the private '.errored..service_locator.WyXuWVF.App\Entity\Core\Classroom\ClassroomStudent' shared service.
  6893. *
  6894. * @return \App\Entity\Core\Classroom\ClassroomStudent
  6895. */
  6896. protected function getClassroomStudentService()
  6897. {
  6898. $this->throw('Cannot autowire service ".service_locator.WyXuWVF": it references class "App\\Entity\\Core\\Classroom\\ClassroomStudent" but no such service exists.');
  6899. }
  6900. /**
  6901. * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  6902. *
  6903. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  6904. */
  6905. protected function getAssetsService()
  6906. {
  6907. $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  6908. }
  6909. /**
  6910. * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  6911. *
  6912. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  6913. */
  6914. protected function getCrudService()
  6915. {
  6916. $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  6917. }
  6918. /**
  6919. * Gets the private '.errored..service_locator.cGeBdxZ.App\Entity\Core\Quiz\Quiz' shared service.
  6920. *
  6921. * @return \App\Entity\Core\Quiz\Quiz
  6922. */
  6923. protected function getQuizService()
  6924. {
  6925. $this->throw('Cannot autowire service ".service_locator.cGeBdxZ": it references class "App\\Entity\\Core\\Quiz\\Quiz" but no such service exists.');
  6926. }
  6927. /**
  6928. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6929. *
  6930. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6931. */
  6932. protected function getAdminContext3Service()
  6933. {
  6934. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6935. }
  6936. /**
  6937. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  6938. *
  6939. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  6940. */
  6941. protected function getBatchActionDtoService()
  6942. {
  6943. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  6944. }
  6945. /**
  6946. * Gets the private '.errored..service_locator.hMfVZkt.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6947. *
  6948. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6949. */
  6950. protected function getAdminContext4Service()
  6951. {
  6952. $this->throw('Cannot autowire service ".service_locator.hMfVZkt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6953. }
  6954. /**
  6955. * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6956. *
  6957. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6958. */
  6959. protected function getAdminContext5Service()
  6960. {
  6961. $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6962. }
  6963. /**
  6964. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  6965. *
  6966. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  6967. */
  6968. protected function getKeyValueStore2Service()
  6969. {
  6970. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  6971. }
  6972. /**
  6973. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6974. *
  6975. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6976. */
  6977. protected function getAdminContext6Service()
  6978. {
  6979. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6980. }
  6981. /**
  6982. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  6983. *
  6984. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  6985. */
  6986. protected function getEntityDto2Service()
  6987. {
  6988. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  6989. }
  6990. /**
  6991. * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  6992. *
  6993. * @return \Symfony\Component\Security\Core\User\UserInterface
  6994. */
  6995. protected function getUserInterfaceService()
  6996. {
  6997. $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?');
  6998. }
  6999. /**
  7000. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  7001. *
  7002. * @return \Symfony\Component\Config\Loader\LoaderInterface
  7003. */
  7004. protected function getLoaderInterfaceService()
  7005. {
  7006. $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".');
  7007. }
  7008. /**
  7009. * Gets the private '.messenger.handler_descriptor.1ZnfUJQ' shared service.
  7010. *
  7011. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7012. */
  7013. protected function get_Messenger_HandlerDescriptor_1ZnfUJQService()
  7014. {
  7015. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7016. include_once \dirname(__DIR__, 4).'/src/MessageHandler/Core/ValidateMathproblemMessageHandler.php';
  7017. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7018. if (isset($this->privates['.messenger.handler_descriptor.1ZnfUJQ'])) {
  7019. return $this->privates['.messenger.handler_descriptor.1ZnfUJQ'];
  7020. }
  7021. return $this->privates['.messenger.handler_descriptor.1ZnfUJQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Core\ValidateMathproblemMessageHandler($a, 'App\\Services\\Admin\\ProblemEditorService', 'App\\Services\\ProblemEditors\\ProblemEditorFactory'), []);
  7022. }
  7023. /**
  7024. * Gets the private '.messenger.handler_descriptor.WlOCJPB' shared service.
  7025. *
  7026. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7027. */
  7028. protected function get_Messenger_HandlerDescriptor_WlOCJPBService()
  7029. {
  7030. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7031. include_once \dirname(__DIR__, 4).'/src/MessageHandler/Core/MigrateFilesToReferencesMessageHandler.php';
  7032. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7033. if (isset($this->privates['.messenger.handler_descriptor.WlOCJPB'])) {
  7034. return $this->privates['.messenger.handler_descriptor.WlOCJPB'];
  7035. }
  7036. return $this->privates['.messenger.handler_descriptor.WlOCJPB'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Core\MigrateFilesToReferencesMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'App\\Service\\Admin\\EasyAdminService'), []);
  7037. }
  7038. /**
  7039. * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  7040. *
  7041. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7042. */
  7043. protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  7044. {
  7045. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7046. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  7047. 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())), []);
  7048. }
  7049. /**
  7050. * Gets the private '.monolog.command.server_log.lazy' shared service.
  7051. *
  7052. * @return \Symfony\Component\Console\Command\LazyCommand
  7053. */
  7054. protected function get_Monolog_Command_ServerLog_LazyService()
  7055. {
  7056. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7057. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7058. 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 {
  7059. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  7060. });
  7061. }
  7062. /**
  7063. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  7064. *
  7065. * @return \Symfony\Component\Console\Command\LazyCommand
  7066. */
  7067. protected function get_Security_Command_DebugFirewall_LazyService()
  7068. {
  7069. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7070. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7071. 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 {
  7072. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  7073. });
  7074. }
  7075. /**
  7076. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  7077. *
  7078. * @return \Symfony\Component\Console\Command\LazyCommand
  7079. */
  7080. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  7081. {
  7082. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7083. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7084. 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 {
  7085. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  7086. });
  7087. }
  7088. /**
  7089. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  7090. *
  7091. * @return \Symfony\Component\Console\Command\LazyCommand
  7092. */
  7093. protected function get_Security_Command_UserPasswordHash_LazyService()
  7094. {
  7095. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7096. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7097. 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 {
  7098. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  7099. });
  7100. }
  7101. /**
  7102. * Gets the private '.service_locator..RiiPmv' shared service.
  7103. *
  7104. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7105. */
  7106. protected function get_ServiceLocator__RiiPmvService()
  7107. {
  7108. return $this->privates['.service_locator..RiiPmv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7109. 'activityDisplayService' => ['privates', 'App\\Services\\Core\\ActivityDisplayService', 'getActivityDisplayServiceService', false],
  7110. 'activityRoutingService' => ['privates', 'App\\Services\\Core\\ActivityRoutingService', 'getActivityRoutingServiceService', false],
  7111. ], [
  7112. 'activityDisplayService' => 'App\\Services\\Core\\ActivityDisplayService',
  7113. 'activityRoutingService' => 'App\\Services\\Core\\ActivityRoutingService',
  7114. ]);
  7115. }
  7116. /**
  7117. * Gets the private '.service_locator.1qvtrLb' shared service.
  7118. *
  7119. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7120. */
  7121. protected function get_ServiceLocator_1qvtrLbService()
  7122. {
  7123. return $this->privates['.service_locator.1qvtrLb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7124. 'makeTeamsService' => ['privates', 'App\\Services\\Core\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  7125. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  7126. ], [
  7127. 'makeTeamsService' => 'App\\Services\\Core\\MakeTeamsService',
  7128. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  7129. ]);
  7130. }
  7131. /**
  7132. * Gets the private '.service_locator.41kfURs' shared service.
  7133. *
  7134. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7135. */
  7136. protected function get_ServiceLocator_41kfURsService()
  7137. {
  7138. return $this->privates['.service_locator.41kfURs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7139. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  7140. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7141. 'mathProblemService' => ['privates', 'App\\Services\\Teacher\\MathProblemService', 'getMathProblemService2Service', false],
  7142. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  7143. ], [
  7144. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  7145. 'em' => '?',
  7146. 'mathProblemService' => 'App\\Services\\Teacher\\MathProblemService',
  7147. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  7148. ]);
  7149. }
  7150. /**
  7151. * Gets the private '.service_locator.4nIpmWU' shared service.
  7152. *
  7153. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7154. */
  7155. protected function get_ServiceLocator_4nIpmWUService()
  7156. {
  7157. return $this->privates['.service_locator.4nIpmWU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7158. 'userManager' => ['privates', 'App\\Services\\User\\UserManager', 'getUserManagerService', false],
  7159. ], [
  7160. 'userManager' => 'App\\Services\\User\\UserManager',
  7161. ]);
  7162. }
  7163. /**
  7164. * Gets the private '.service_locator.6Boci2H' shared service.
  7165. *
  7166. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7167. */
  7168. protected function get_ServiceLocator_6Boci2HService()
  7169. {
  7170. return $this->privates['.service_locator.6Boci2H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7171. 'quizUnitService' => ['privates', 'App\\Services\\Core\\QuizUnitService', 'getQuizUnitServiceService', false],
  7172. ], [
  7173. 'quizUnitService' => 'App\\Services\\Core\\QuizUnitService',
  7174. ]);
  7175. }
  7176. /**
  7177. * Gets the private '.service_locator.6IZwllm' shared service.
  7178. *
  7179. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7180. */
  7181. protected function get_ServiceLocator_6IZwllmService()
  7182. {
  7183. return $this->privates['.service_locator.6IZwllm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7184. 'classroomSignUpService' => ['privates', 'App\\Services\\Student\\ClassroomSignUpService', 'getClassroomSignUpServiceService', false],
  7185. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  7186. ], [
  7187. 'classroomSignUpService' => 'App\\Services\\Student\\ClassroomSignUpService',
  7188. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  7189. ]);
  7190. }
  7191. /**
  7192. * Gets the private '.service_locator.6XxFdB9' shared service.
  7193. *
  7194. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7195. */
  7196. protected function get_ServiceLocator_6XxFdB9Service()
  7197. {
  7198. return $this->privates['.service_locator.6XxFdB9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7199. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7200. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7201. ], [
  7202. 'em' => '?',
  7203. 'paginator' => '?',
  7204. ]);
  7205. }
  7206. /**
  7207. * Gets the private '.service_locator.6kHAYIh' shared service.
  7208. *
  7209. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7210. */
  7211. protected function get_ServiceLocator_6kHAYIhService()
  7212. {
  7213. return $this->privates['.service_locator.6kHAYIh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7214. 'quizSessionService' => ['privates', 'App\\Services\\Core\\QuizSessionService', 'getQuizSessionService2Service', false],
  7215. ], [
  7216. 'quizSessionService' => 'App\\Services\\Core\\QuizSessionService',
  7217. ]);
  7218. }
  7219. /**
  7220. * Gets the private '.service_locator.6ssLsj2' shared service.
  7221. *
  7222. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7223. */
  7224. protected function get_ServiceLocator_6ssLsj2Service()
  7225. {
  7226. return $this->privates['.service_locator.6ssLsj2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7227. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  7228. ], [
  7229. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  7230. ]);
  7231. }
  7232. /**
  7233. * Gets the private '.service_locator.8kBk.q6' shared service.
  7234. *
  7235. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7236. */
  7237. protected function get_ServiceLocator_8kBk_Q6Service()
  7238. {
  7239. return $this->privates['.service_locator.8kBk.q6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7240. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7241. 'totpAuthenticator' => ['services', 'scheb_two_factor.security.totp_authenticator', 'getSchebTwoFactor_Security_TotpAuthenticatorService', false],
  7242. ], [
  7243. 'em' => '?',
  7244. 'totpAuthenticator' => '?',
  7245. ]);
  7246. }
  7247. /**
  7248. * Gets the private '.service_locator.AGdInHP' shared service.
  7249. *
  7250. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7251. */
  7252. protected function get_ServiceLocator_AGdInHPService()
  7253. {
  7254. return $this->privates['.service_locator.AGdInHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7255. 'publication' => ['privates', '.errored..service_locator.AGdInHP.App\\Entity\\Core\\Publication', NULL, 'Cannot autowire service ".service_locator.AGdInHP": it references class "App\\Entity\\Core\\Publication" but no such service exists.'],
  7256. ], [
  7257. 'publication' => 'App\\Entity\\Core\\Publication',
  7258. ]);
  7259. }
  7260. /**
  7261. * Gets the private '.service_locator.B4dyivW' shared service.
  7262. *
  7263. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7264. */
  7265. protected function get_ServiceLocator_B4dyivWService()
  7266. {
  7267. return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7268. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  7269. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  7270. ], [
  7271. 'async' => '?',
  7272. 'messenger.transport.async' => '?',
  7273. ]);
  7274. }
  7275. /**
  7276. * Gets the private '.service_locator.BMfTRHi' shared service.
  7277. *
  7278. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7279. */
  7280. protected function get_ServiceLocator_BMfTRHiService()
  7281. {
  7282. return $this->privates['.service_locator.BMfTRHi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7283. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7284. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7285. ], [
  7286. 'em' => '?',
  7287. 'translator' => '?',
  7288. ]);
  7289. }
  7290. /**
  7291. * Gets the private '.service_locator.BjDinDi' shared service.
  7292. *
  7293. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7294. */
  7295. protected function get_ServiceLocator_BjDinDiService()
  7296. {
  7297. return $this->privates['.service_locator.BjDinDi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7298. 'authService' => ['privates', 'App\\Services\\Core\\AuthService', 'getAuthServiceService', false],
  7299. ], [
  7300. 'authService' => 'App\\Services\\Core\\AuthService',
  7301. ]);
  7302. }
  7303. /**
  7304. * Gets the private '.service_locator.ENGuM7_' shared service.
  7305. *
  7306. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7307. */
  7308. protected function get_ServiceLocator_ENGuM7Service()
  7309. {
  7310. return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7311. '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.'],
  7312. '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.'],
  7313. '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.'],
  7314. '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.'],
  7315. ], [
  7316. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  7317. 'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  7318. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  7319. 'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  7320. ]);
  7321. }
  7322. /**
  7323. * Gets the private '.service_locator.ETw7bh_' shared service.
  7324. *
  7325. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7326. */
  7327. protected function get_ServiceLocator_ETw7bhService()
  7328. {
  7329. return $this->privates['.service_locator.ETw7bh_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7330. 'dataService' => ['privates', 'App\\Services\\Core\\DataService', 'getDataServiceService', false],
  7331. ], [
  7332. 'dataService' => 'App\\Services\\Core\\DataService',
  7333. ]);
  7334. }
  7335. /**
  7336. * Gets the private '.service_locator.F7.eOlQ' shared service.
  7337. *
  7338. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7339. */
  7340. protected function get_ServiceLocator_F7_EOlQService()
  7341. {
  7342. return $this->privates['.service_locator.F7.eOlQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7343. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7344. 'worksheetSessionService' => ['privates', 'App\\Services\\Teacher\\WorksheetSessionService', 'getWorksheetSessionService2Service', false],
  7345. ], [
  7346. 'em' => '?',
  7347. 'worksheetSessionService' => 'App\\Services\\Teacher\\WorksheetSessionService',
  7348. ]);
  7349. }
  7350. /**
  7351. * Gets the private '.service_locator.F9gdgkw' shared service.
  7352. *
  7353. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7354. */
  7355. protected function get_ServiceLocator_F9gdgkwService()
  7356. {
  7357. return $this->privates['.service_locator.F9gdgkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7358. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7359. ], [
  7360. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7361. ]);
  7362. }
  7363. /**
  7364. * Gets the private '.service_locator.FMczPCW' shared service.
  7365. *
  7366. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7367. */
  7368. protected function get_ServiceLocator_FMczPCWService()
  7369. {
  7370. return $this->privates['.service_locator.FMczPCW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7371. 'navigator' => ['privates', 'App\\Session\\Core\\Peer\\PeerFeedbackNavigator', 'getPeerFeedbackNavigatorService', false],
  7372. ], [
  7373. 'navigator' => 'App\\Session\\Core\\Peer\\PeerFeedbackNavigator',
  7374. ]);
  7375. }
  7376. /**
  7377. * Gets the private '.service_locator.GzohEro' shared service.
  7378. *
  7379. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7380. */
  7381. protected function get_ServiceLocator_GzohEroService()
  7382. {
  7383. return $this->privates['.service_locator.GzohEro'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7384. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  7385. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7386. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7387. ], [
  7388. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  7389. 'em' => '?',
  7390. 'translator' => '?',
  7391. ]);
  7392. }
  7393. /**
  7394. * Gets the private '.service_locator.HWjvTzb' shared service.
  7395. *
  7396. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7397. */
  7398. protected function get_ServiceLocator_HWjvTzbService()
  7399. {
  7400. return $this->privates['.service_locator.HWjvTzb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7401. '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.'],
  7402. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7403. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7404. ], [
  7405. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  7406. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7407. 'entityManager' => '?',
  7408. ]);
  7409. }
  7410. /**
  7411. * Gets the private '.service_locator.HbWMxnd' shared service.
  7412. *
  7413. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7414. */
  7415. protected function get_ServiceLocator_HbWMxndService()
  7416. {
  7417. return $this->privates['.service_locator.HbWMxnd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7418. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  7419. ], [
  7420. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  7421. ]);
  7422. }
  7423. /**
  7424. * Gets the private '.service_locator.HpTxhXB' shared service.
  7425. *
  7426. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7427. */
  7428. protected function get_ServiceLocator_HpTxhXBService()
  7429. {
  7430. return $this->privates['.service_locator.HpTxhXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7431. 'mathProblemService' => ['privates', 'App\\Services\\Teacher\\MathProblemService', 'getMathProblemService2Service', false],
  7432. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  7433. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  7434. ], [
  7435. 'mathProblemService' => 'App\\Services\\Teacher\\MathProblemService',
  7436. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  7437. 'serializer' => '?',
  7438. ]);
  7439. }
  7440. /**
  7441. * Gets the private '.service_locator.IrH.2wH' shared service.
  7442. *
  7443. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7444. */
  7445. protected function get_ServiceLocator_IrH_2wHService()
  7446. {
  7447. return $this->privates['.service_locator.IrH.2wH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7448. 'session' => ['privates', '.errored..service_locator.IrH.2wH.App\\Entity\\Core\\Dictate\\DictateSession', NULL, 'Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\Core\\Dictate\\DictateSession" but no such service exists.'],
  7449. 'student' => ['privates', '.errored..service_locator.IrH.2wH.App\\Entity\\User\\User', NULL, 'Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\User\\User" but no such service exists.'],
  7450. ], [
  7451. 'session' => 'App\\Entity\\Core\\Dictate\\DictateSession',
  7452. 'student' => 'App\\Entity\\User\\User',
  7453. ]);
  7454. }
  7455. /**
  7456. * Gets the private '.service_locator.IxStZ1Y' shared service.
  7457. *
  7458. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7459. */
  7460. protected function get_ServiceLocator_IxStZ1YService()
  7461. {
  7462. return $this->privates['.service_locator.IxStZ1Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7463. 'teacher' => ['privates', '.errored..service_locator.IxStZ1Y.App\\Entity\\User\\User', NULL, 'Cannot autowire service ".service_locator.IxStZ1Y": it references class "App\\Entity\\User\\User" but no such service exists.'],
  7464. ], [
  7465. 'teacher' => 'App\\Entity\\User\\User',
  7466. ]);
  7467. }
  7468. /**
  7469. * Gets the private '.service_locator.KjkRnGE' shared service.
  7470. *
  7471. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7472. */
  7473. protected function get_ServiceLocator_KjkRnGEService()
  7474. {
  7475. return $this->privates['.service_locator.KjkRnGE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7476. 'problemService' => ['services', 'App\\Services\\Core\\API\\ProblemService', 'getProblemServiceService', false],
  7477. ], [
  7478. 'problemService' => 'App\\Services\\Core\\API\\ProblemService',
  7479. ]);
  7480. }
  7481. /**
  7482. * Gets the private '.service_locator.N0jOcuE' shared service.
  7483. *
  7484. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7485. */
  7486. protected function get_ServiceLocator_N0jOcuEService()
  7487. {
  7488. return $this->privates['.service_locator.N0jOcuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7489. '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.'],
  7490. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7491. ], [
  7492. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  7493. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7494. ]);
  7495. }
  7496. /**
  7497. * Gets the private '.service_locator.Nw1aSRo' shared service.
  7498. *
  7499. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7500. */
  7501. protected function get_ServiceLocator_Nw1aSRoService()
  7502. {
  7503. return $this->privates['.service_locator.Nw1aSRo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7504. 'navigator' => ['privates', 'App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator', 'getPeerFeedback2ndNavigatorService', false],
  7505. ], [
  7506. 'navigator' => 'App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator',
  7507. ]);
  7508. }
  7509. /**
  7510. * Gets the private '.service_locator.OBk3l5b' shared service.
  7511. *
  7512. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7513. */
  7514. protected function get_ServiceLocator_OBk3l5bService()
  7515. {
  7516. return $this->privates['.service_locator.OBk3l5b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7517. 'authService' => ['privates', 'App\\Services\\Core\\AuthService', 'getAuthServiceService', false],
  7518. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7519. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7520. ], [
  7521. 'authService' => 'App\\Services\\Core\\AuthService',
  7522. 'em' => '?',
  7523. 'translator' => '?',
  7524. ]);
  7525. }
  7526. /**
  7527. * Gets the private '.service_locator.OGjUKCt' shared service.
  7528. *
  7529. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7530. */
  7531. protected function get_ServiceLocator_OGjUKCtService()
  7532. {
  7533. return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7534. '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.'],
  7535. ], [
  7536. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  7537. ]);
  7538. }
  7539. /**
  7540. * Gets the private '.service_locator.Onr.HJ7' shared service.
  7541. *
  7542. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7543. */
  7544. protected function get_ServiceLocator_Onr_HJ7Service()
  7545. {
  7546. return $this->privates['.service_locator.Onr.HJ7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7547. 'sessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  7548. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  7549. ], [
  7550. 'sessionService' => 'App\\Services\\Student\\QuizSessionService',
  7551. 'transform' => 'App\\Services\\Student\\Transform',
  7552. ]);
  7553. }
  7554. /**
  7555. * Gets the private '.service_locator.PGrF7XO' shared service.
  7556. *
  7557. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7558. */
  7559. protected function get_ServiceLocator_PGrF7XOService()
  7560. {
  7561. return $this->privates['.service_locator.PGrF7XO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7562. 'quizService' => ['privates', 'App\\Services\\Teacher\\QuizService', 'getQuizServiceService', false],
  7563. ], [
  7564. 'quizService' => 'App\\Services\\Teacher\\QuizService',
  7565. ]);
  7566. }
  7567. /**
  7568. * Gets the private '.service_locator.Pr9CDEy' shared service.
  7569. *
  7570. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7571. */
  7572. protected function get_ServiceLocator_Pr9CDEyService()
  7573. {
  7574. return $this->privates['.service_locator.Pr9CDEy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7575. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7576. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  7577. ], [
  7578. 'em' => '?',
  7579. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  7580. ]);
  7581. }
  7582. /**
  7583. * Gets the private '.service_locator.QbrfNad' shared service.
  7584. *
  7585. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7586. */
  7587. protected function get_ServiceLocator_QbrfNadService()
  7588. {
  7589. return $this->privates['.service_locator.QbrfNad'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7590. 'quizSessionRepository' => ['privates', '.errored..service_locator.QbrfNad.App\\Entity\\Core\\Quiz\\QuizSessionRepository', NULL, 'Cannot autowire service ".service_locator.QbrfNad": it references class "App\\Entity\\Core\\Quiz\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.'],
  7591. ], [
  7592. 'quizSessionRepository' => 'App\\Entity\\Core\\Quiz\\QuizSessionRepository',
  7593. ]);
  7594. }
  7595. /**
  7596. * Gets the private '.service_locator.R8Qy2_.' shared service.
  7597. *
  7598. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7599. */
  7600. protected function get_ServiceLocator_R8Qy2_Service()
  7601. {
  7602. return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7603. '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.'],
  7604. ], [
  7605. 'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  7606. ]);
  7607. }
  7608. /**
  7609. * Gets the private '.service_locator.SLoSmau' shared service.
  7610. *
  7611. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7612. */
  7613. protected function get_ServiceLocator_SLoSmauService()
  7614. {
  7615. return $this->privates['.service_locator.SLoSmau'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7616. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  7617. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  7618. 'textbookService' => ['services', 'App\\Services\\Core\\TextbookService', 'getTextbookServiceService', false],
  7619. ], [
  7620. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  7621. 'kernel' => '?',
  7622. 'textbookService' => 'App\\Services\\Core\\TextbookService',
  7623. ]);
  7624. }
  7625. /**
  7626. * Gets the private '.service_locator.UNE7Kl7' shared service.
  7627. *
  7628. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7629. */
  7630. protected function get_ServiceLocator_UNE7Kl7Service()
  7631. {
  7632. return $this->privates['.service_locator.UNE7Kl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7633. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  7634. 'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
  7635. 'security.event_dispatcher.api_gale' => ['privates', 'security.event_dispatcher.api_gale', 'getSecurity_EventDispatcher_ApiGaleService', false],
  7636. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  7637. ], [
  7638. 'event_dispatcher' => '?',
  7639. 'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7640. 'security.event_dispatcher.api_gale' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7641. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7642. ]);
  7643. }
  7644. /**
  7645. * Gets the private '.service_locator.UiRLfOd' shared service.
  7646. *
  7647. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7648. */
  7649. protected function get_ServiceLocator_UiRLfOdService()
  7650. {
  7651. return $this->privates['.service_locator.UiRLfOd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7652. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  7653. ], [
  7654. 'sessionService' => 'App\\Services\\Core\\SessionService',
  7655. ]);
  7656. }
  7657. /**
  7658. * Gets the private '.service_locator.UsdJSjt' shared service.
  7659. *
  7660. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7661. */
  7662. protected function get_ServiceLocator_UsdJSjtService()
  7663. {
  7664. return $this->privates['.service_locator.UsdJSjt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7665. 'contentService' => ['privates', 'App\\Services\\Teacher\\ContentService', 'getContentServiceService', false],
  7666. ], [
  7667. 'contentService' => 'App\\Services\\Teacher\\ContentService',
  7668. ]);
  7669. }
  7670. /**
  7671. * Gets the private '.service_locator.VrES72a' shared service.
  7672. *
  7673. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7674. */
  7675. protected function get_ServiceLocator_VrES72aService()
  7676. {
  7677. return $this->privates['.service_locator.VrES72a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7678. 'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
  7679. 'security.firewall.map.context.api_gale' => ['privates', 'security.firewall.map.context.api_gale', 'getSecurity_Firewall_Map_Context_ApiGaleService', false],
  7680. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  7681. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  7682. ], [
  7683. 'security.firewall.map.context.api_doc' => '?',
  7684. 'security.firewall.map.context.api_gale' => '?',
  7685. 'security.firewall.map.context.dev' => '?',
  7686. 'security.firewall.map.context.main' => '?',
  7687. ]);
  7688. }
  7689. /**
  7690. * Gets the private '.service_locator.W.c5h2_' shared service.
  7691. *
  7692. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7693. */
  7694. protected function get_ServiceLocator_W_C5h2Service()
  7695. {
  7696. return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7697. '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.'],
  7698. ], [
  7699. 'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  7700. ]);
  7701. }
  7702. /**
  7703. * Gets the private '.service_locator.WDXkV1e' shared service.
  7704. *
  7705. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7706. */
  7707. protected function get_ServiceLocator_WDXkV1eService()
  7708. {
  7709. return $this->privates['.service_locator.WDXkV1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7710. 'dataSessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  7711. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7712. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  7713. 'sessionService' => ['services', 'App\\Services\\Student\\WorksheetSessionService', 'getWorksheetSessionServiceService', false],
  7714. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7715. ], [
  7716. 'dataSessionService' => 'App\\Services\\Core\\SessionService',
  7717. 'em' => '?',
  7718. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  7719. 'sessionService' => 'App\\Services\\Student\\WorksheetSessionService',
  7720. 'translator' => '?',
  7721. ]);
  7722. }
  7723. /**
  7724. * Gets the private '.service_locator.WyXuWVF' shared service.
  7725. *
  7726. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7727. */
  7728. protected function get_ServiceLocator_WyXuWVFService()
  7729. {
  7730. return $this->privates['.service_locator.WyXuWVF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7731. 'classroomStudent' => ['privates', '.errored..service_locator.WyXuWVF.App\\Entity\\Core\\Classroom\\ClassroomStudent', NULL, 'Cannot autowire service ".service_locator.WyXuWVF": it references class "App\\Entity\\Core\\Classroom\\ClassroomStudent" but no such service exists.'],
  7732. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7733. ], [
  7734. 'classroomStudent' => 'App\\Entity\\Core\\Classroom\\ClassroomStudent',
  7735. 'translator' => '?',
  7736. ]);
  7737. }
  7738. /**
  7739. * Gets the private '.service_locator.XdMPwIJ' shared service.
  7740. *
  7741. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7742. */
  7743. protected function get_ServiceLocator_XdMPwIJService()
  7744. {
  7745. return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7746. '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.'],
  7747. ], [
  7748. 'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  7749. ]);
  7750. }
  7751. /**
  7752. * Gets the private '.service_locator.XpfeRo6' shared service.
  7753. *
  7754. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7755. */
  7756. protected function get_ServiceLocator_XpfeRo6Service()
  7757. {
  7758. return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7759. '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.'],
  7760. ], [
  7761. 'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  7762. ]);
  7763. }
  7764. /**
  7765. * Gets the private '.service_locator.Yvg9s75' shared service.
  7766. *
  7767. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7768. */
  7769. protected function get_ServiceLocator_Yvg9s75Service()
  7770. {
  7771. return $this->privates['.service_locator.Yvg9s75'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7772. 'makeTeamsService' => ['privates', 'App\\Services\\Core\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  7773. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  7774. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  7775. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  7776. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  7777. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  7778. ], [
  7779. 'makeTeamsService' => 'App\\Services\\Core\\MakeTeamsService',
  7780. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  7781. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  7782. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  7783. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  7784. 'transform' => 'App\\Services\\Student\\Transform',
  7785. ]);
  7786. }
  7787. /**
  7788. * Gets the private '.service_locator.ZaCWgww' shared service.
  7789. *
  7790. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7791. */
  7792. protected function get_ServiceLocator_ZaCWgwwService()
  7793. {
  7794. return $this->privates['.service_locator.ZaCWgww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7795. 'difficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  7796. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  7797. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  7798. ], [
  7799. 'difficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  7800. 'logger' => '?',
  7801. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  7802. ]);
  7803. }
  7804. /**
  7805. * Gets the private '.service_locator.aKM6MDa' shared service.
  7806. *
  7807. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7808. */
  7809. protected function get_ServiceLocator_AKM6MDaService()
  7810. {
  7811. return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7812. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7813. ], [
  7814. 'entityManager' => '?',
  7815. ]);
  7816. }
  7817. /**
  7818. * Gets the private '.service_locator.bLYtvAM' shared service.
  7819. *
  7820. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7821. */
  7822. protected function get_ServiceLocator_BLYtvAMService()
  7823. {
  7824. return $this->privates['.service_locator.bLYtvAM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7825. 'validator' => ['services', 'App\\Helpers\\Core\\ValidationHelper', 'getValidationHelperService', false],
  7826. ], [
  7827. 'validator' => 'App\\Helpers\\Core\\ValidationHelper',
  7828. ]);
  7829. }
  7830. /**
  7831. * Gets the private '.service_locator.cFsh_cq' shared service.
  7832. *
  7833. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7834. */
  7835. protected function get_ServiceLocator_CFshCqService()
  7836. {
  7837. return $this->privates['.service_locator.cFsh_cq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7838. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  7839. 'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
  7840. ], [
  7841. 'mailer' => '?',
  7842. 'validator' => '?',
  7843. ]);
  7844. }
  7845. /**
  7846. * Gets the private '.service_locator.cGeBdxZ' shared service.
  7847. *
  7848. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7849. */
  7850. protected function get_ServiceLocator_CGeBdxZService()
  7851. {
  7852. return $this->privates['.service_locator.cGeBdxZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7853. 'quiz' => ['privates', '.errored..service_locator.cGeBdxZ.App\\Entity\\Core\\Quiz\\Quiz', NULL, 'Cannot autowire service ".service_locator.cGeBdxZ": it references class "App\\Entity\\Core\\Quiz\\Quiz" but no such service exists.'],
  7854. ], [
  7855. 'quiz' => 'App\\Entity\\Core\\Quiz\\Quiz',
  7856. ]);
  7857. }
  7858. /**
  7859. * Gets the private '.service_locator.cHbtwh5' shared service.
  7860. *
  7861. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7862. */
  7863. protected function get_ServiceLocator_CHbtwh5Service()
  7864. {
  7865. return $this->privates['.service_locator.cHbtwh5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7866. 'impersonator' => ['privates', 'App\\Security\\Authentication\\Impersonator', 'getImpersonatorService', false],
  7867. ], [
  7868. 'impersonator' => 'App\\Security\\Authentication\\Impersonator',
  7869. ]);
  7870. }
  7871. /**
  7872. * Gets the private '.service_locator.dahsTgx' shared service.
  7873. *
  7874. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7875. */
  7876. protected function get_ServiceLocator_DahsTgxService()
  7877. {
  7878. return $this->privates['.service_locator.dahsTgx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7879. 'categoryService' => ['services', 'App\\Services\\Teacher\\CategoryService', 'getCategoryServiceService', false],
  7880. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  7881. 'quizService' => ['privates', 'App\\Services\\Teacher\\QuizService', 'getQuizServiceService', false],
  7882. ], [
  7883. 'categoryService' => 'App\\Services\\Teacher\\CategoryService',
  7884. 'normalizer' => '?',
  7885. 'quizService' => 'App\\Services\\Teacher\\QuizService',
  7886. ]);
  7887. }
  7888. /**
  7889. * Gets the private '.service_locator.ed90f5Z' shared service.
  7890. *
  7891. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7892. */
  7893. protected function get_ServiceLocator_Ed90f5ZService()
  7894. {
  7895. return $this->privates['.service_locator.ed90f5Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7896. 'trainingSessionService' => ['services', 'App\\Services\\Core\\TrainingSessionService', 'getTrainingSessionServiceService', false],
  7897. ], [
  7898. 'trainingSessionService' => 'App\\Services\\Core\\TrainingSessionService',
  7899. ]);
  7900. }
  7901. /**
  7902. * Gets the private '.service_locator.esmk6IF' shared service.
  7903. *
  7904. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7905. */
  7906. protected function get_ServiceLocator_Esmk6IFService()
  7907. {
  7908. return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7909. '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.'],
  7910. '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.'],
  7911. ], [
  7912. 'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  7913. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  7914. ]);
  7915. }
  7916. /**
  7917. * Gets the private '.service_locator.g4keJn0' shared service.
  7918. *
  7919. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7920. */
  7921. protected function get_ServiceLocator_G4keJn0Service()
  7922. {
  7923. return $this->privates['.service_locator.g4keJn0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7924. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7925. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  7926. 'selfStudyService' => ['privates', 'App\\Services\\Student\\Kvik\\SelfStudyService', 'getSelfStudyServiceService', false],
  7927. ], [
  7928. 'em' => '?',
  7929. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  7930. 'selfStudyService' => 'App\\Services\\Student\\Kvik\\SelfStudyService',
  7931. ]);
  7932. }
  7933. /**
  7934. * Gets the private '.service_locator.gdxv1R2' shared service.
  7935. *
  7936. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7937. */
  7938. protected function get_ServiceLocator_Gdxv1R2Service()
  7939. {
  7940. return $this->privates['.service_locator.gdxv1R2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7941. 'quizSessionService' => ['privates', 'App\\Services\\Teacher\\QuizSessionService', 'getQuizSessionService3Service', false],
  7942. ], [
  7943. 'quizSessionService' => 'App\\Services\\Teacher\\QuizSessionService',
  7944. ]);
  7945. }
  7946. /**
  7947. * Gets the private '.service_locator.h9o66ZI' shared service.
  7948. *
  7949. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7950. */
  7951. protected function get_ServiceLocator_H9o66ZIService()
  7952. {
  7953. return $this->privates['.service_locator.h9o66ZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7954. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  7955. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7956. ], [
  7957. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  7958. 'em' => '?',
  7959. ]);
  7960. }
  7961. /**
  7962. * Gets the private '.service_locator.hAqb2En' shared service.
  7963. *
  7964. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7965. */
  7966. protected function get_ServiceLocator_HAqb2EnService()
  7967. {
  7968. return $this->privates['.service_locator.hAqb2En'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7969. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  7970. ], [
  7971. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  7972. ]);
  7973. }
  7974. /**
  7975. * Gets the private '.service_locator.hMfVZkt' shared service.
  7976. *
  7977. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7978. */
  7979. protected function get_ServiceLocator_HMfVZktService()
  7980. {
  7981. return $this->privates['.service_locator.hMfVZkt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7982. 'adminContext' => ['privates', '.errored..service_locator.hMfVZkt.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.hMfVZkt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  7983. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7984. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7985. 'problemEditorService' => ['privates', 'App\\Services\\Admin\\ProblemEditorService', 'getProblemEditorServiceService', false],
  7986. ], [
  7987. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  7988. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7989. 'entityManager' => '?',
  7990. 'problemEditorService' => 'App\\Services\\Admin\\ProblemEditorService',
  7991. ]);
  7992. }
  7993. /**
  7994. * Gets the private '.service_locator.hT2Kv93' shared service.
  7995. *
  7996. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7997. */
  7998. protected function get_ServiceLocator_HT2Kv93Service()
  7999. {
  8000. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8001. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8002. ], [
  8003. 'serializer' => '?',
  8004. ]);
  8005. }
  8006. /**
  8007. * Gets the private '.service_locator.hUibnJd' shared service.
  8008. *
  8009. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8010. */
  8011. protected function get_ServiceLocator_HUibnJdService()
  8012. {
  8013. return $this->privates['.service_locator.hUibnJd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8014. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  8015. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  8016. 'studentDifficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  8017. ], [
  8018. 'logger' => '?',
  8019. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  8020. 'studentDifficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  8021. ]);
  8022. }
  8023. /**
  8024. * Gets the private '.service_locator.jOc4lVD' shared service.
  8025. *
  8026. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8027. */
  8028. protected function get_ServiceLocator_JOc4lVDService()
  8029. {
  8030. return $this->privates['.service_locator.jOc4lVD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8031. 'scoreService' => ['services', 'App\\Services\\Core\\ScoreService', 'getScoreServiceService', false],
  8032. ], [
  8033. 'scoreService' => 'App\\Services\\Core\\ScoreService',
  8034. ]);
  8035. }
  8036. /**
  8037. * Gets the private '.service_locator.jRjCFoL' shared service.
  8038. *
  8039. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8040. */
  8041. protected function get_ServiceLocator_JRjCFoLService()
  8042. {
  8043. return $this->privates['.service_locator.jRjCFoL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8044. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8045. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  8046. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  8047. 'problemFinder' => ['privates', 'App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder', 'getRandomMathProblemFinderService', false],
  8048. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  8049. ], [
  8050. 'em' => '?',
  8051. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  8052. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  8053. 'problemFinder' => 'App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder',
  8054. 'sessionService' => 'App\\Services\\Core\\SessionService',
  8055. ]);
  8056. }
  8057. /**
  8058. * Gets the private '.service_locator.kEvhmk9' shared service.
  8059. *
  8060. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8061. */
  8062. protected function get_ServiceLocator_KEvhmk9Service()
  8063. {
  8064. return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8065. '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.'],
  8066. ], [
  8067. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  8068. ]);
  8069. }
  8070. /**
  8071. * Gets the private '.service_locator.kOpHpku' shared service.
  8072. *
  8073. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8074. */
  8075. protected function get_ServiceLocator_KOpHpkuService()
  8076. {
  8077. return $this->privates['.service_locator.kOpHpku'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8078. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityRepositoryInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  8079. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityUpdaterInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  8080. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Provider\\AdminContextProviderInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  8081. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
  8082. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
  8083. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
  8084. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory', 'getFieldFactoryService', false],
  8085. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
  8086. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
  8087. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
  8088. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  8089. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  8090. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  8091. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
  8092. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8093. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8094. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  8095. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  8096. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  8097. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  8098. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  8099. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  8100. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  8101. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  8102. 'router' => ['services', 'router', 'getRouterService', false],
  8103. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  8104. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  8105. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  8106. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8107. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  8108. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8109. ], [
  8110. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityRepositoryInterface' => '?',
  8111. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityUpdaterInterface' => '?',
  8112. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Provider\\AdminContextProviderInterface' => '?',
  8113. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  8114. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  8115. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  8116. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory',
  8117. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  8118. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  8119. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  8120. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => '?',
  8121. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => '?',
  8122. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => '?',
  8123. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  8124. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  8125. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  8126. 'doctrine' => '?',
  8127. 'event_dispatcher' => '?',
  8128. 'form.factory' => '?',
  8129. 'http_kernel' => '?',
  8130. 'message_bus' => '?',
  8131. 'messenger.default_bus' => '?',
  8132. 'parameter_bag' => '?',
  8133. 'request_stack' => '?',
  8134. 'router' => '?',
  8135. 'security.authorization_checker' => '?',
  8136. 'security.csrf.token_manager' => '?',
  8137. 'security.token_storage' => '?',
  8138. 'serializer' => '?',
  8139. 'session' => '.session.deprecated',
  8140. 'twig' => '?',
  8141. ]);
  8142. }
  8143. /**
  8144. * Gets the private '.service_locator.ka6LZ9G' shared service.
  8145. *
  8146. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8147. */
  8148. protected function get_ServiceLocator_Ka6LZ9GService()
  8149. {
  8150. return $this->privates['.service_locator.ka6LZ9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8151. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  8152. 'readingTestService' => ['privates', 'App\\Services\\Teacher\\ReadingTestService', 'getReadingTestServiceService', false],
  8153. ], [
  8154. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  8155. 'readingTestService' => 'App\\Services\\Teacher\\ReadingTestService',
  8156. ]);
  8157. }
  8158. /**
  8159. * Gets the private '.service_locator.kcAP.uF' shared service.
  8160. *
  8161. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8162. */
  8163. protected function get_ServiceLocator_KcAP_UFService()
  8164. {
  8165. return $this->privates['.service_locator.kcAP.uF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8166. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  8167. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  8168. 'mathProblemService' => ['privates', 'App\\Services\\Core\\MathProblemService', 'getMathProblemService3Service', false],
  8169. ], [
  8170. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  8171. 'kernel' => '?',
  8172. 'mathProblemService' => 'App\\Services\\Core\\MathProblemService',
  8173. ]);
  8174. }
  8175. /**
  8176. * Gets the private '.service_locator.kcy4_cM' shared service.
  8177. *
  8178. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8179. */
  8180. protected function get_ServiceLocator_Kcy4CMService()
  8181. {
  8182. return $this->privates['.service_locator.kcy4_cM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8183. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8184. 'homeworkService' => ['privates', 'App\\Services\\Student\\CrammingActivityHomeworkService', 'getCrammingActivityHomeworkServiceService', false],
  8185. ], [
  8186. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  8187. 'homeworkService' => 'App\\Services\\Student\\CrammingActivityHomeworkService',
  8188. ]);
  8189. }
  8190. /**
  8191. * Gets the private '.service_locator.l1ZxSCx' shared service.
  8192. *
  8193. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8194. */
  8195. protected function get_ServiceLocator_L1ZxSCxService()
  8196. {
  8197. return $this->privates['.service_locator.l1ZxSCx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8198. 'classroomRepository' => ['services', 'App\\Entity\\Core\\Classroom\\ClassroomRepository', 'getClassroomRepositoryService', false],
  8199. ], [
  8200. 'classroomRepository' => '?',
  8201. ]);
  8202. }
  8203. /**
  8204. * Gets the private '.service_locator.lTiKd5O' shared service.
  8205. *
  8206. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8207. */
  8208. protected function get_ServiceLocator_LTiKd5OService()
  8209. {
  8210. return $this->privates['.service_locator.lTiKd5O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8211. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8212. 'worksheetService' => ['privates', 'App\\Services\\Teacher\\WorksheetService', 'getWorksheetServiceService', false],
  8213. ], [
  8214. 'em' => '?',
  8215. 'worksheetService' => 'App\\Services\\Teacher\\WorksheetService',
  8216. ]);
  8217. }
  8218. /**
  8219. * Gets the private '.service_locator.mx0UMmY' shared service.
  8220. *
  8221. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8222. */
  8223. protected function get_ServiceLocator_Mx0UMmYService()
  8224. {
  8225. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8226. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  8227. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  8228. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  8229. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  8230. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  8231. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  8232. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  8233. 'router' => ['services', 'router', 'getRouterService', false],
  8234. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  8235. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  8236. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  8237. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8238. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  8239. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  8240. ], [
  8241. 'doctrine' => '?',
  8242. 'form.factory' => '?',
  8243. 'http_kernel' => '?',
  8244. 'message_bus' => '?',
  8245. 'messenger.default_bus' => '?',
  8246. 'parameter_bag' => '?',
  8247. 'request_stack' => '?',
  8248. 'router' => '?',
  8249. 'security.authorization_checker' => '?',
  8250. 'security.csrf.token_manager' => '?',
  8251. 'security.token_storage' => '?',
  8252. 'serializer' => '?',
  8253. 'session' => '.session.deprecated',
  8254. 'twig' => '?',
  8255. ]);
  8256. }
  8257. /**
  8258. * Gets the private '.service_locator.ou52ekk' shared service.
  8259. *
  8260. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8261. */
  8262. protected function get_ServiceLocator_Ou52ekkService()
  8263. {
  8264. return $this->privates['.service_locator.ou52ekk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8265. 'homeworkService' => ['privates', 'App\\Services\\Student\\HomeworkService', 'getHomeworkServiceService', false],
  8266. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  8267. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  8268. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  8269. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  8270. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  8271. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  8272. ], [
  8273. 'homeworkService' => 'App\\Services\\Student\\HomeworkService',
  8274. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  8275. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  8276. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  8277. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  8278. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  8279. 'transform' => 'App\\Services\\Student\\Transform',
  8280. ]);
  8281. }
  8282. /**
  8283. * Gets the private '.service_locator.out4noD' shared service.
  8284. *
  8285. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8286. */
  8287. protected function get_ServiceLocator_Out4noDService()
  8288. {
  8289. return $this->privates['.service_locator.out4noD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8290. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8291. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  8292. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  8293. 'problemFreeTextService' => ['privates', 'App\\Services\\Student\\ProblemFreeTextService', 'getProblemFreeTextServiceService', false],
  8294. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  8295. ], [
  8296. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  8297. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  8298. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  8299. 'problemFreeTextService' => 'App\\Services\\Student\\ProblemFreeTextService',
  8300. 'sessionService' => 'App\\Services\\Core\\SessionService',
  8301. ]);
  8302. }
  8303. /**
  8304. * Gets the private '.service_locator.p9NOWd4' shared service.
  8305. *
  8306. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8307. */
  8308. protected function get_ServiceLocator_P9NOWd4Service()
  8309. {
  8310. return $this->privates['.service_locator.p9NOWd4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8311. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  8312. ], [
  8313. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  8314. ]);
  8315. }
  8316. /**
  8317. * Gets the private '.service_locator.pIgtJS9' shared service.
  8318. *
  8319. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8320. */
  8321. protected function get_ServiceLocator_PIgtJS9Service()
  8322. {
  8323. return $this->privates['.service_locator.pIgtJS9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8324. 'difficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  8325. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8326. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  8327. ], [
  8328. 'difficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  8329. 'em' => '?',
  8330. 'sessionService' => 'App\\Services\\Core\\SessionService',
  8331. ]);
  8332. }
  8333. /**
  8334. * Gets the private '.service_locator.pfJO2Ks' shared service.
  8335. *
  8336. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8337. */
  8338. protected function get_ServiceLocator_PfJO2KsService()
  8339. {
  8340. return $this->privates['.service_locator.pfJO2Ks'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8341. 'categoryService' => ['services', 'App\\Services\\Teacher\\CategoryService', 'getCategoryServiceService', false],
  8342. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8343. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8344. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8345. ], [
  8346. 'categoryService' => 'App\\Services\\Teacher\\CategoryService',
  8347. 'em' => '?',
  8348. 'normalizer' => '?',
  8349. 'translator' => '?',
  8350. ]);
  8351. }
  8352. /**
  8353. * Gets the private '.service_locator.q2ji3lu' shared service.
  8354. *
  8355. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8356. */
  8357. protected function get_ServiceLocator_Q2ji3luService()
  8358. {
  8359. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8360. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8361. ], [
  8362. 'translator' => '?',
  8363. ]);
  8364. }
  8365. /**
  8366. * Gets the private '.service_locator.qwilqiL' shared service.
  8367. *
  8368. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8369. */
  8370. protected function get_ServiceLocator_QwilqiLService()
  8371. {
  8372. return $this->privates['.service_locator.qwilqiL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8373. 'userPasswordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  8374. ], [
  8375. 'userPasswordHasher' => '?',
  8376. ]);
  8377. }
  8378. /**
  8379. * Gets the private '.service_locator.rDMu6Zd' shared service.
  8380. *
  8381. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8382. */
  8383. protected function get_ServiceLocator_RDMu6ZdService()
  8384. {
  8385. return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8386. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  8387. ], [
  8388. 'passwordHasher' => '?',
  8389. ]);
  8390. }
  8391. /**
  8392. * Gets the private '.service_locator.riFbGaB' shared service.
  8393. *
  8394. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8395. */
  8396. protected function get_ServiceLocator_RiFbGaBService()
  8397. {
  8398. return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8399. '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.'],
  8400. '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.'],
  8401. '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.'],
  8402. ], [
  8403. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  8404. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  8405. 'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  8406. ]);
  8407. }
  8408. /**
  8409. * Gets the private '.service_locator.rkg.etM' shared service.
  8410. *
  8411. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8412. */
  8413. protected function get_ServiceLocator_Rkg_EtMService()
  8414. {
  8415. return $this->privates['.service_locator.rkg.etM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8416. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8417. 'gamificationService' => ['privates', 'App\\Services\\Core\\GamificationService', 'getGamificationServiceService', false],
  8418. ], [
  8419. 'em' => '?',
  8420. 'gamificationService' => 'App\\Services\\Core\\GamificationService',
  8421. ]);
  8422. }
  8423. /**
  8424. * Gets the private '.service_locator.st3ASTR' shared service.
  8425. *
  8426. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8427. */
  8428. protected function get_ServiceLocator_St3ASTRService()
  8429. {
  8430. return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8431. '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?'],
  8432. ], [
  8433. 'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  8434. ]);
  8435. }
  8436. /**
  8437. * Gets the private '.service_locator.t4pH54g' shared service.
  8438. *
  8439. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8440. */
  8441. protected function get_ServiceLocator_T4pH54gService()
  8442. {
  8443. return $this->privates['.service_locator.t4pH54g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8444. 'flashBag' => ['privates', 'session.flash_bag', 'getSession_FlashBagService', false],
  8445. ], [
  8446. 'flashBag' => '?',
  8447. ]);
  8448. }
  8449. /**
  8450. * Gets the private '.service_locator.t6i3vFk' shared service.
  8451. *
  8452. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8453. */
  8454. protected function get_ServiceLocator_T6i3vFkService()
  8455. {
  8456. return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8457. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8458. ], [
  8459. 'em' => '?',
  8460. ]);
  8461. }
  8462. /**
  8463. * Gets the private '.service_locator.tGIPPsp' shared service.
  8464. *
  8465. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8466. */
  8467. protected function get_ServiceLocator_TGIPPspService()
  8468. {
  8469. return $this->privates['.service_locator.tGIPPsp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8470. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  8471. 'peerActivityService' => ['privates', 'App\\Services\\Teacher\\PeerActivityService', 'getPeerActivityServiceService', false],
  8472. ], [
  8473. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  8474. 'peerActivityService' => 'App\\Services\\Teacher\\PeerActivityService',
  8475. ]);
  8476. }
  8477. /**
  8478. * Gets the private '.service_locator.tr1b7we' shared service.
  8479. *
  8480. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8481. */
  8482. protected function get_ServiceLocator_Tr1b7weService()
  8483. {
  8484. return $this->privates['.service_locator.tr1b7we'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8485. 'dictateService' => ['privates', 'App\\Services\\Teacher\\DictateService', 'getDictateServiceService', false],
  8486. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  8487. ], [
  8488. 'dictateService' => 'App\\Services\\Teacher\\DictateService',
  8489. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  8490. ]);
  8491. }
  8492. /**
  8493. * Gets the private '.service_locator.u40pKhm' shared service.
  8494. *
  8495. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8496. */
  8497. protected function get_ServiceLocator_U40pKhmService()
  8498. {
  8499. return $this->privates['.service_locator.u40pKhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8500. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8501. ], [
  8502. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  8503. ]);
  8504. }
  8505. /**
  8506. * Gets the private '.service_locator.wkddScO' shared service.
  8507. *
  8508. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8509. */
  8510. protected function get_ServiceLocator_WkddScOService()
  8511. {
  8512. return $this->privates['.service_locator.wkddScO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8513. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8514. 'userManager' => ['privates', 'App\\Services\\User\\UserManager', 'getUserManagerService', false],
  8515. ], [
  8516. 'em' => '?',
  8517. 'userManager' => 'App\\Services\\User\\UserManager',
  8518. ]);
  8519. }
  8520. /**
  8521. * Gets the private '.service_locator.wtiH.Zk' shared service.
  8522. *
  8523. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8524. */
  8525. protected function get_ServiceLocator_WtiH_ZkService()
  8526. {
  8527. return $this->privates['.service_locator.wtiH.Zk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8528. 'quizSessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  8529. ], [
  8530. 'quizSessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  8531. ]);
  8532. }
  8533. /**
  8534. * Gets the private '.service_locator.wuBBQdn' shared service.
  8535. *
  8536. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8537. */
  8538. protected function get_ServiceLocator_WuBBQdnService()
  8539. {
  8540. return $this->privates['.service_locator.wuBBQdn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8541. 'sharedQuizService' => ['services', 'App\\Services\\Core\\API\\SharedQuizService', 'getSharedQuizServiceService', false],
  8542. ], [
  8543. 'sharedQuizService' => 'App\\Services\\Core\\API\\SharedQuizService',
  8544. ]);
  8545. }
  8546. /**
  8547. * Gets the private '.service_locator.xUrKPVU' shared service.
  8548. *
  8549. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8550. */
  8551. protected function get_ServiceLocator_XUrKPVUService()
  8552. {
  8553. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8554. '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".'],
  8555. ], [
  8556. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  8557. ]);
  8558. }
  8559. /**
  8560. * Gets the private '.service_locator.yTHu7le' shared service.
  8561. *
  8562. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8563. */
  8564. protected function get_ServiceLocator_YTHu7leService()
  8565. {
  8566. return $this->privates['.service_locator.yTHu7le'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8567. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  8568. 'templateService' => ['privates', 'App\\Services\\Admin\\TemplateService', 'getTemplateServiceService', false],
  8569. ], [
  8570. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  8571. 'templateService' => 'App\\Services\\Admin\\TemplateService',
  8572. ]);
  8573. }
  8574. /**
  8575. * Gets the private '.service_locator.yVbp.6I' shared service.
  8576. *
  8577. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8578. */
  8579. protected function get_ServiceLocator_YVbp_6IService()
  8580. {
  8581. return $this->privates['.service_locator.yVbp.6I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8582. 'App\\Controller\\Admin\\BugReportsController::fetchBugReport' => ['privates', '.service_locator.41kfURs', 'get_ServiceLocator_41kfURsService', false],
  8583. 'App\\Controller\\Admin\\BugReportsController::fetchBugReports' => ['privates', '.service_locator.h9o66ZI', 'get_ServiceLocator_H9o66ZIService', false],
  8584. 'App\\Controller\\Admin\\BugReportsController::resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8585. 'App\\Controller\\Admin\\BugReportsController::show' => ['privates', '.service_locator.GzohEro', 'get_ServiceLocator_GzohEroService', false],
  8586. 'App\\Controller\\Admin\\ContentController::displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8587. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8588. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8589. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8590. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8591. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8592. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8593. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8594. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8595. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8596. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8597. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8598. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8599. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8600. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8601. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8602. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8603. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8604. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8605. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8606. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8607. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8608. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8609. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8610. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8611. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8612. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8613. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8614. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8615. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8616. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8617. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8618. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8619. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8620. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8621. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8622. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8623. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8624. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8625. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8626. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8627. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8628. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8629. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8630. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8631. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8632. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8633. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8634. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8635. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8636. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8637. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8638. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8639. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8640. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8641. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8642. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8643. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8644. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8645. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8646. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8647. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8648. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8649. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8650. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8651. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8652. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8653. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  8654. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8655. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8656. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8657. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8658. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8659. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8660. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8661. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8662. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8663. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8664. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8665. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8666. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8667. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8668. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8669. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8670. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8671. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8672. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8673. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8674. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8675. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8676. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8677. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8678. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  8679. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8680. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8681. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8682. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8683. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8684. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8685. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8686. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8687. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8688. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8689. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8690. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8691. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8692. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8693. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8694. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8695. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8696. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8697. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8698. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8699. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8700. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8701. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8702. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8703. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8704. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8705. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8706. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8707. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8708. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8709. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8710. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8711. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8712. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8713. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8714. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8715. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8716. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8717. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8718. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8719. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8720. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8721. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8722. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8723. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8724. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8725. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8726. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8727. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8728. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8729. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8730. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8731. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8732. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8733. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8734. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8735. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8736. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8737. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8738. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8739. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8740. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8741. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8742. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8743. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8744. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8745. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8746. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8747. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8748. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8749. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8750. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8751. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8752. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8753. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8754. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8755. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8756. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8757. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8758. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8759. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8760. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8761. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8762. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8763. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8764. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8765. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8766. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8767. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8768. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8769. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8770. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8771. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8772. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8773. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8774. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8775. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8776. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8777. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8778. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8779. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8780. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8781. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8782. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8783. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8784. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8785. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8786. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8787. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8788. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8789. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8790. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8791. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8792. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8793. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8794. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8795. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8796. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8797. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8798. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8799. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8800. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8801. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8802. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8803. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8804. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8805. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8806. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8807. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8808. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8809. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8810. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8811. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8812. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8813. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8814. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8815. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8816. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8817. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8818. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8819. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8820. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8821. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8822. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8823. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8824. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8825. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8826. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8827. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8828. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8829. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8830. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8831. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8832. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8833. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8834. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8835. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8836. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8837. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8838. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8839. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8840. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8841. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8842. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8843. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8844. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8845. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8846. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8847. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8848. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8849. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8850. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8851. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8852. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8853. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8854. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8855. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8856. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8857. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8858. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8859. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8860. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8861. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  8862. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8863. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8864. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8865. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8866. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8867. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8868. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8869. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8870. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8871. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8872. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8873. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8874. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8875. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8876. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8877. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8878. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8879. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8880. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8881. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8882. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8883. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8884. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8885. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8886. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8887. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  8888. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8889. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8890. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8891. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8892. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8893. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8894. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8895. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8896. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8897. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8898. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8899. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8900. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8901. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8902. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8903. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8904. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8905. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8906. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8907. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8908. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8909. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8910. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8911. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8912. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8913. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8914. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8915. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8916. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8917. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8918. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8919. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8920. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8921. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8922. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8923. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8924. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8925. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8926. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8927. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8928. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8929. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8930. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8931. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8932. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8933. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8934. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8935. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8936. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8937. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8938. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8939. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8940. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8941. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8942. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8943. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8944. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8945. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8946. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8947. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8948. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8949. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8950. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8951. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8952. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8953. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8954. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8955. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8956. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8957. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8958. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8959. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8960. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8961. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8962. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8963. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8964. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8965. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8966. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8967. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8968. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8969. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8970. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8971. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8972. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8973. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8974. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8975. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8976. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8977. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8978. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8979. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8980. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8981. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8982. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8983. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8984. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8985. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8986. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8987. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8988. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8989. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8990. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8991. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8992. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8993. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8994. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8995. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8996. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8997. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8998. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8999. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9000. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9001. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9002. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9003. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9004. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9005. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9006. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9007. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9008. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9009. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9010. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9011. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9012. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9013. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9014. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9015. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9016. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9017. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9018. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9019. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9020. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9021. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9022. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9023. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9024. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9025. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9026. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9027. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9028. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9029. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9030. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9031. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9032. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9033. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9034. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9035. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9036. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9037. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9038. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9039. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9040. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9041. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9042. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9043. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9044. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9045. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9046. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9047. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9048. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9049. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9050. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9051. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9052. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9053. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9054. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9055. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9056. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9057. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9058. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9059. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9060. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9061. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9062. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9063. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9064. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9065. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9066. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9067. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9068. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9069. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9070. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9071. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9072. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9073. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9074. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9075. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9076. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9077. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9078. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9079. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9080. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9081. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9082. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9083. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9084. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9085. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9086. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9087. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9088. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9089. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9090. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9091. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9092. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9093. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9094. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9095. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9096. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9097. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9098. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9099. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9100. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9101. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9102. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9103. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9104. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9105. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9106. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9107. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9108. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9109. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9110. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9111. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9112. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9113. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9114. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9115. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9116. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9117. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9118. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9119. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9120. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9121. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9122. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9123. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9124. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9125. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9126. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9127. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9128. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9129. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9130. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9131. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9132. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9133. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9134. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9135. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9136. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9137. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9138. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9139. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9140. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9141. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9142. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9143. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9144. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9145. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9146. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9147. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9148. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9149. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9150. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9151. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9152. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9153. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9154. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9155. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9156. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9157. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9158. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9159. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9160. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9161. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9162. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9163. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9164. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9165. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9166. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9167. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9168. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9169. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9170. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9171. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9172. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9173. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9174. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9175. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9176. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9177. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9178. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9179. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9180. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9181. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9182. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9183. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9184. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9185. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9186. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9187. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9188. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9189. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9190. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9191. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9192. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9193. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9194. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9195. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9196. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9197. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9198. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9199. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9200. 'App\\Controller\\Admin\\MathproblemController::addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9201. 'App\\Controller\\Admin\\MathproblemController::count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9202. 'App\\Controller\\Admin\\MathproblemController::createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9203. 'App\\Controller\\Admin\\MathproblemController::deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9204. 'App\\Controller\\Admin\\MathproblemController::deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9205. 'App\\Controller\\Admin\\MathproblemController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9206. 'App\\Controller\\Admin\\MathproblemController::editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9207. 'App\\Controller\\Admin\\MathproblemController::mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9208. 'App\\Controller\\Admin\\MathproblemController::overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  9209. 'App\\Controller\\Admin\\MathproblemController::showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9210. 'App\\Controller\\Admin\\MathproblemController::updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9211. 'App\\Controller\\Admin\\ProblemController::edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9212. 'App\\Controller\\Admin\\ResetPasswordController::reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9213. 'App\\Controller\\Admin\\TagController::lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9214. 'App\\Controller\\Admin\\TemplateController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9215. 'App\\Controller\\Admin\\TemplateController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9216. 'App\\Controller\\Core\\API\\PollyController::textToSpeech' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  9217. 'App\\Controller\\Core\\API\\ProblemController::activeQuizSession' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  9218. 'App\\Controller\\Core\\API\\ProblemController::getProblems' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  9219. 'App\\Controller\\Core\\API\\ProblemController::getResults' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  9220. 'App\\Controller\\Core\\API\\ProblemController::resetQuestion' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  9221. 'App\\Controller\\Core\\API\\ProblemController::saveAnswer' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  9222. 'App\\Controller\\Core\\API\\ProblemController::setQuizSessionRepository' => ['privates', '.service_locator.QbrfNad', 'get_ServiceLocator_QbrfNadService', false],
  9223. 'App\\Controller\\Core\\API\\ProblemController::setValidator' => ['privates', '.service_locator.bLYtvAM', 'get_ServiceLocator_BLYtvAMService', false],
  9224. 'App\\Controller\\Core\\API\\ProblemController::startQuiz' => ['privates', '.service_locator.6kHAYIh', 'get_ServiceLocator_6kHAYIhService', false],
  9225. 'App\\Controller\\Core\\API\\SharedQuizController::archive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9226. 'App\\Controller\\Core\\API\\SharedQuizController::copyQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9227. 'App\\Controller\\Core\\API\\SharedQuizController::create' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9228. 'App\\Controller\\Core\\API\\SharedQuizController::edit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9229. 'App\\Controller\\Core\\API\\SharedQuizController::finishStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9230. 'App\\Controller\\Core\\API\\SharedQuizController::saveAnswer' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9231. 'App\\Controller\\Core\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  9232. 'App\\Controller\\Core\\API\\SharedQuizController::startStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9233. 'App\\Controller\\Core\\API\\SharedQuizController::studentGetProblems' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9234. 'App\\Controller\\Core\\API\\SharedQuizController::studentOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9235. 'App\\Controller\\Core\\API\\SharedQuizController::studentQuizUnitResults' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9236. 'App\\Controller\\Core\\API\\SharedQuizController::teacherActivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9237. 'App\\Controller\\Core\\API\\SharedQuizController::teacherDeactivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9238. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9239. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9240. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9241. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9242. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesPin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9243. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9244. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9245. 'App\\Controller\\Core\\API\\SharedQuizController::unarchive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  9246. 'App\\Controller\\Core\\BugReportController::reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9247. 'App\\Controller\\Core\\DataController::refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9248. 'App\\Controller\\Core\\DataController::refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9249. 'App\\Controller\\Core\\DataController::refreshStudentSessions' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  9250. 'App\\Controller\\Core\\DataController::refreshStudentSessionsJSON' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  9251. 'App\\Controller\\Core\\DataController::refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9252. 'App\\Controller\\Core\\EventLoggerController::log' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  9253. 'App\\Controller\\Core\\MathProblemController::getAudioFile' => ['privates', '.service_locator.kcAP.uF', 'get_ServiceLocator_KcAP_UFService', false],
  9254. 'App\\Controller\\Core\\ResultsController::crammingActivityResult' => ['privates', '.service_locator.u40pKhm', 'get_ServiceLocator_U40pKhmService', false],
  9255. 'App\\Controller\\Core\\ResultsController::quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9256. 'App\\Controller\\Core\\TextbookController::fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9257. 'App\\Controller\\Core\\TextbookController::getAudioFile' => ['privates', '.service_locator.SLoSmau', 'get_ServiceLocator_SLoSmauService', false],
  9258. 'App\\Controller\\Student\\ClassroomsController::index' => ['privates', '.service_locator.6IZwllm', 'get_ServiceLocator_6IZwllmService', false],
  9259. 'App\\Controller\\Student\\ClassroomsController::removeClassroom' => ['privates', '.service_locator.WyXuWVF', 'get_ServiceLocator_WyXuWVFService', false],
  9260. 'App\\Controller\\Student\\CrammingActivityController::checkAnswer' => ['privates', '.service_locator.ziRJggc', 'get_ServiceLocator_ZiRJggcService', false],
  9261. 'App\\Controller\\Student\\CrammingActivityController::pauseActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  9262. 'App\\Controller\\Student\\CrammingActivityController::playActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  9263. 'App\\Controller\\Student\\CrammingActivityController::showMathProblem' => ['privates', '.service_locator.out4noD', 'get_ServiceLocator_Out4noDService', false],
  9264. 'App\\Controller\\Student\\DashboardController::getTextAudio' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  9265. 'App\\Controller\\Student\\DashboardController::show' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  9266. 'App\\Controller\\Student\\DashboardController::topicTrainingResults' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  9267. 'App\\Controller\\Student\\DefaultController::clearImpersonation' => ['privates', '.service_locator.cHbtwh5', 'get_ServiceLocator_CHbtwh5Service', false],
  9268. 'App\\Controller\\Student\\DefaultController::index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  9269. 'App\\Controller\\Student\\HomeworkController::checkAnswer' => ['privates', '.service_locator.hUibnJd', 'get_ServiceLocator_HUibnJdService', false],
  9270. 'App\\Controller\\Student\\HomeworkController::pause' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  9271. 'App\\Controller\\Student\\HomeworkController::play' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  9272. 'App\\Controller\\Student\\HomeworkController::prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  9273. 'App\\Controller\\Student\\HomeworkController::showMathproblem' => ['privates', '.service_locator.ou52ekk', 'get_ServiceLocator_Ou52ekkService', false],
  9274. 'App\\Controller\\Student\\KvikMat\\SelfStudyController::start' => ['privates', '.service_locator.ed90f5Z', 'get_ServiceLocator_Ed90f5ZService', false],
  9275. 'App\\Controller\\Student\\PeerSessionController::feedback' => ['privates', '.service_locator.Nw1aSRo', 'get_ServiceLocator_Nw1aSRoService', false],
  9276. 'App\\Controller\\Student\\PeerSessionController::mathproblem' => ['privates', '.service_locator.UiRLfOd', 'get_ServiceLocator_UiRLfOdService', false],
  9277. 'App\\Controller\\Student\\PeerSessionController::rate' => ['privates', '.service_locator.FMczPCW', 'get_ServiceLocator_FMczPCWService', false],
  9278. 'App\\Controller\\Student\\PerformanceController::crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9279. 'App\\Controller\\Student\\PerformanceController::showDashboard' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  9280. 'App\\Controller\\Student\\PerformanceController::showDashboardJSON' => ['privates', '.service_locator.g4keJn0', 'get_ServiceLocator_G4keJn0Service', false],
  9281. 'App\\Controller\\Student\\PerformanceController::trainingSummary' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  9282. 'App\\Controller\\Student\\PretestController::answerPretest' => ['privates', '.service_locator.pIgtJS9', 'get_ServiceLocator_PIgtJS9Service', false],
  9283. 'App\\Controller\\Student\\PretestController::showPretest' => ['privates', '.service_locator.jRjCFoL', 'get_ServiceLocator_JRjCFoLService', false],
  9284. 'App\\Controller\\Student\\QuizSessionController::finish' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  9285. 'App\\Controller\\Student\\QuizSessionController::getProblem' => ['privates', '.service_locator.Onr.HJ7', 'get_ServiceLocator_Onr_HJ7Service', false],
  9286. 'App\\Controller\\Student\\QuizSessionController::pause' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  9287. 'App\\Controller\\Student\\QuizSessionController::play' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  9288. 'App\\Controller\\Student\\QuizSessionController::saveAnswer' => ['privates', '.service_locator.yeIax27', 'get_ServiceLocator_YeIax27Service', false],
  9289. 'App\\Controller\\Student\\QuizSessionController::showProblem' => ['privates', '.service_locator.zN45KLS', 'get_ServiceLocator_ZN45KLSService', false],
  9290. 'App\\Controller\\Student\\ResultsController::homeworkResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  9291. 'App\\Controller\\Student\\ResultsController::trainingSessionResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  9292. 'App\\Controller\\Student\\StatisticsController::worksheetSessionResults' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  9293. 'App\\Controller\\Student\\TrainingController::checkAnswer' => ['privates', '.service_locator.ZaCWgww', 'get_ServiceLocator_ZaCWgwwService', false],
  9294. 'App\\Controller\\Student\\TrainingController::prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  9295. 'App\\Controller\\Student\\TrainingController::prepareJSON' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  9296. 'App\\Controller\\Student\\TrainingController::showMathproblem' => ['privates', '.service_locator.Yvg9s75', 'get_ServiceLocator_Yvg9s75Service', false],
  9297. 'App\\Controller\\Student\\WorksheetSessionController::deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9298. 'App\\Controller\\Student\\WorksheetSessionController::showProblem' => ['privates', '.service_locator.WDXkV1e', 'get_ServiceLocator_WDXkV1eService', false],
  9299. 'App\\Controller\\Teacher\\API\\DictateActivityController::start' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  9300. 'App\\Controller\\Teacher\\API\\DictateActivityController::stop' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  9301. 'App\\Controller\\Teacher\\API\\HomeworkController::create' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  9302. 'App\\Controller\\Teacher\\API\\QuizTypeController::getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9303. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::start' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  9304. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::stop' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  9305. 'App\\Controller\\Teacher\\API\\TagController::getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9306. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController::templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9307. 'App\\Controller\\Teacher\\API\\TrainingActivityController::create' => ['privates', '.service_locator.1qvtrLb', 'get_ServiceLocator_1qvtrLbService', false],
  9308. 'App\\Controller\\Teacher\\API\\WorksheetController::pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9309. 'App\\Controller\\Teacher\\ClassroomController::create' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  9310. 'App\\Controller\\Teacher\\ClassroomController::delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9311. 'App\\Controller\\Teacher\\ClassroomController::edit' => ['privates', '.service_locator.OBk3l5b', 'get_ServiceLocator_OBk3l5bService', false],
  9312. 'App\\Controller\\Teacher\\ClassroomController::editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9313. 'App\\Controller\\Teacher\\ClassroomController::getClassesByInstitution' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  9314. 'App\\Controller\\Teacher\\ClassroomController::getPointPools' => ['privates', '.service_locator.rkg.etM', 'get_ServiceLocator_Rkg_EtMService', false],
  9315. 'App\\Controller\\Teacher\\ClassroomController::getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9316. 'App\\Controller\\Teacher\\ClassroomController::join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9317. 'App\\Controller\\Teacher\\ClassroomController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9318. 'App\\Controller\\Teacher\\ClassroomController::select' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  9319. 'App\\Controller\\Teacher\\ContentController::addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  9320. 'App\\Controller\\Teacher\\ContentController::copyMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  9321. 'App\\Controller\\Teacher\\ContentController::disableMathProblem' => ['privates', '.service_locator.yTHu7le', 'get_ServiceLocator_YTHu7leService', false],
  9322. 'App\\Controller\\Teacher\\ContentController::editMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  9323. 'App\\Controller\\Teacher\\ContentController::fetchProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  9324. 'App\\Controller\\Teacher\\ContentController::getCompactView' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  9325. 'App\\Controller\\Teacher\\ContentController::getNextProblem' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  9326. 'App\\Controller\\Teacher\\ContentController::getProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  9327. 'App\\Controller\\Teacher\\DefaultController::editProfile' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  9328. 'App\\Controller\\Teacher\\DefaultController::help' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  9329. 'App\\Controller\\Teacher\\DefaultController::index' => ['privates', '.service_locator..RiiPmv', 'get_ServiceLocator__RiiPmvService', false],
  9330. 'App\\Controller\\Teacher\\ExtendActivityController::extendActivity_' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  9331. 'App\\Controller\\Teacher\\HomeworkController::delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  9332. 'App\\Controller\\Teacher\\HomeworkController::start' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  9333. 'App\\Controller\\Teacher\\HomeworkController::stop' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  9334. 'App\\Controller\\Teacher\\HomeworkController::updateDeadline' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  9335. 'App\\Controller\\Teacher\\HomeworkController::updateStartTime' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  9336. 'App\\Controller\\Teacher\\PeerTrainingController::delete' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  9337. 'App\\Controller\\Teacher\\PeerTrainingController::start' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  9338. 'App\\Controller\\Teacher\\PeerTrainingController::updateStartTime' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  9339. 'App\\Controller\\Teacher\\QuizController::create' => ['privates', '.service_locator.dahsTgx', 'get_ServiceLocator_DahsTgxService', false],
  9340. 'App\\Controller\\Teacher\\QuizController::putQuiz' => ['privates', '.service_locator.PGrF7XO', 'get_ServiceLocator_PGrF7XOService', false],
  9341. 'App\\Controller\\Teacher\\QuizSessionController::start' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  9342. 'App\\Controller\\Teacher\\QuizSessionController::stop' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  9343. 'App\\Controller\\Teacher\\QuizSessionController::updateDeadline' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  9344. 'App\\Controller\\Teacher\\QuizSessionController::updateStartTime' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  9345. 'App\\Controller\\Teacher\\StudentController::add' => ['privates', '.service_locator.4nIpmWU', 'get_ServiceLocator_4nIpmWUService', false],
  9346. 'App\\Controller\\Teacher\\StudentController::edit' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  9347. 'App\\Controller\\Teacher\\WorksheetController::addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9348. 'App\\Controller\\Teacher\\WorksheetController::create' => ['privates', '.service_locator.pfJO2Ks', 'get_ServiceLocator_PfJO2KsService', false],
  9349. 'App\\Controller\\Teacher\\WorksheetController::deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9350. 'App\\Controller\\Teacher\\WorksheetController::fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9351. 'App\\Controller\\Teacher\\WorksheetController::postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9352. 'App\\Controller\\Teacher\\WorksheetController::print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9353. 'App\\Controller\\Teacher\\WorksheetController::printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9354. 'App\\Controller\\Teacher\\WorksheetController::putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9355. 'App\\Controller\\Teacher\\WorksheetController::putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9356. 'App\\Controller\\Teacher\\WorksheetController::putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9357. 'App\\Controller\\Teacher\\WorksheetController::resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9358. 'App\\Controller\\Teacher\\WorksheetController::results' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  9359. 'App\\Controller\\Teacher\\WorksheetController::resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  9360. 'App\\Controller\\Teacher\\WorksheetController::resultsUnit' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  9361. 'App\\Controller\\Teacher\\WorksheetSessionController::start' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  9362. 'App\\Controller\\Teacher\\WorksheetSessionController::stop' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  9363. 'App\\Controller\\Teacher\\WorksheetSessionController::updateDeadline' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  9364. 'App\\Controller\\Teacher\\WorksheetSessionController::updateStartTime' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  9365. 'App\\Controller\\User\\DefaultController::getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9366. 'App\\Controller\\User\\DefaultController::getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9367. 'App\\Controller\\User\\DefaultController::redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9368. 'App\\Controller\\User\\DefaultController::setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9369. 'App\\Controller\\User\\RegistrationController::register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  9370. 'App\\Controller\\User\\RegistrationController::verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  9371. 'App\\Controller\\User\\ResetPasswordController::change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  9372. 'App\\Controller\\User\\ResetPasswordController::request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  9373. 'App\\Controller\\User\\ResetPasswordController::reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  9374. 'App\\Controller\\User\\SetupTwoFactorAuthController::qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  9375. 'App\\Controller\\User\\SetupTwoFactorAuthController::setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  9376. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9377. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9378. 'App\\Services\\Teacher\\API\\DictateActivityService::create' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9379. 'App\\Services\\Teacher\\API\\DictateActivityService::createUnit' => ['privates', '.service_locator.IrH.2wH', 'get_ServiceLocator_IrH_2wHService', false],
  9380. 'App\\Services\\Teacher\\API\\DictateActivityService::delete' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9381. 'App\\Services\\Teacher\\API\\DictateActivityService::update' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9382. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9383. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9384. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9385. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9386. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::setClassroomRepository' => ['privates', '.service_locator.l1ZxSCx', 'get_ServiceLocator_L1ZxSCxService', false],
  9387. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9388. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9389. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  9390. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  9391. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  9392. 'App\\Controller\\Admin\\BugReportsController:fetchBugReport' => ['privates', '.service_locator.41kfURs', 'get_ServiceLocator_41kfURsService', false],
  9393. 'App\\Controller\\Admin\\BugReportsController:fetchBugReports' => ['privates', '.service_locator.h9o66ZI', 'get_ServiceLocator_H9o66ZIService', false],
  9394. 'App\\Controller\\Admin\\BugReportsController:resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9395. 'App\\Controller\\Admin\\BugReportsController:show' => ['privates', '.service_locator.GzohEro', 'get_ServiceLocator_GzohEroService', false],
  9396. 'App\\Controller\\Admin\\ContentController:displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9397. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9398. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9399. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9400. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9401. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9402. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9403. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9404. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9405. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9406. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9407. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9408. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9409. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9410. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9411. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9412. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9413. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9414. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9415. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9416. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9417. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9418. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9419. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9420. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9421. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9422. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9423. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9424. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9425. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9426. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9427. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9428. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9429. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9430. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9431. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9432. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9433. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9434. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9435. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9436. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9437. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9438. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9439. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9440. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9441. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9442. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9443. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9444. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9445. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9446. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9447. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9448. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9449. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9450. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9451. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9452. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9453. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9454. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9455. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9456. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9457. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9458. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9459. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9460. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9461. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9462. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9463. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9464. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9465. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9466. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9467. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9468. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9469. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9470. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9471. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9472. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9473. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9474. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9475. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9476. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9477. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9478. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9479. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9480. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9481. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9482. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9483. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9484. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9485. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9486. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9487. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9488. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  9489. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9490. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9491. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9492. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9493. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9494. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9495. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9496. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9497. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9498. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9499. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9500. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9501. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9502. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9503. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9504. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9505. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9506. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9507. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9508. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9509. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9510. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9511. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9512. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9513. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9514. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9515. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9516. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9517. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9518. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9519. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9520. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9521. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9522. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9523. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9524. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9525. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9526. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9527. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9528. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9529. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9530. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9531. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9532. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9533. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9534. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9535. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9536. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9537. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9538. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9539. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9540. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9541. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9542. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9543. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9544. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9545. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9546. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9547. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9548. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9549. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9550. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9551. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9552. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9553. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9554. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9555. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9556. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9557. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9558. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9559. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9560. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9561. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9562. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9563. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9564. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9565. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9566. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9567. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9568. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9569. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9570. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9571. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9572. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9573. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9574. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9575. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9576. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9577. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9578. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9579. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9580. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9581. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9582. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9583. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9584. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9585. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9586. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9587. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9588. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9589. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9590. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9591. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9592. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9593. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9594. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9595. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9596. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9597. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9598. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9599. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9600. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9601. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9602. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9603. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9604. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9605. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9606. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9607. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9608. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9609. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9610. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9611. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9612. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9613. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9614. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9615. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9616. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9617. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9618. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9619. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9620. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9621. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9622. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9623. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9624. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9625. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9626. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9627. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9628. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9629. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9630. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9631. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9632. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9633. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9634. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9635. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9636. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9637. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9638. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9639. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9640. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9641. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9642. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9643. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9644. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9645. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9646. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9647. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9648. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9649. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9650. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9651. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9652. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9653. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9654. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9655. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9656. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9657. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9658. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9659. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9660. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9661. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9662. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9663. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9664. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9665. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9666. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9667. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9668. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9669. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9670. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9671. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  9672. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9673. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9674. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9675. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9676. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9677. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9678. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9679. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9680. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9681. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9682. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9683. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9684. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9685. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9686. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9687. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9688. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9689. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9690. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9691. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9692. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9693. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9694. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9695. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9696. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9697. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  9698. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9699. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9700. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9701. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9702. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9703. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9704. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9705. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9706. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9707. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9708. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9709. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9710. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9711. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9712. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9713. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9714. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9715. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9716. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9717. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9718. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9719. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9720. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9721. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9722. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9723. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9724. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9725. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9726. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9727. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9728. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9729. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9730. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9731. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9732. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9733. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9734. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9735. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9736. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9737. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9738. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9739. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9740. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9741. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9742. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9743. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9744. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9745. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9746. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  9747. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9748. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9749. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9750. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9751. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9752. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9753. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9754. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9755. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9756. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9757. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9758. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9759. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  9760. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9761. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9762. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9763. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9764. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9765. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9766. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9767. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9768. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9769. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9770. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  9771. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9772. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9773. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9774. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9775. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9776. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9777. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9778. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9779. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9780. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9781. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9782. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9783. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  9784. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9785. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9786. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9787. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9788. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9789. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9790. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9791. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9792. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9793. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9794. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9795. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9796. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9797. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9798. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9799. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9800. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9801. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9802. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9803. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9804. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9805. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9806. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9807. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9808. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9809. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9810. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9811. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9812. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9813. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9814. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9815. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9816. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9817. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9818. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9819. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9820. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9821. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9822. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9823. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9824. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9825. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9826. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9827. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9828. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9829. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9830. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9831. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9832. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9833. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9834. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9835. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9836. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9837. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9838. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9839. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9840. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9841. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9842. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9843. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9844. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9845. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9846. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9847. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9848. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9849. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9850. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9851. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9852. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9853. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9854. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9855. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9856. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9857. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9858. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9859. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9860. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9861. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9862. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9863. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9864. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9865. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9866. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9867. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9868. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9869. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9870. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9871. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9872. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9873. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9874. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9875. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9876. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9877. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9878. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9879. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9880. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9881. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9882. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9883. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9884. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9885. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9886. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9887. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9888. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9889. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9890. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9891. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9892. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9893. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9894. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9895. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9896. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9897. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9898. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9899. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9900. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9901. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9902. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9903. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9904. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9905. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9906. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9907. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9908. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9909. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9910. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9911. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9912. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9913. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9914. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9915. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9916. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9917. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9918. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9919. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9920. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9921. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9922. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9923. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9924. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9925. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9926. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9927. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9928. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9929. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9930. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9931. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9932. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9933. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9934. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9935. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9936. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9937. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9938. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9939. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9940. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9941. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9942. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9943. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9944. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9945. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9946. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9947. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9948. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9949. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  9950. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9951. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9952. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9953. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9954. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9955. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9956. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9957. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9958. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9959. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9960. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9961. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9962. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  9963. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9964. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9965. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9966. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9967. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9968. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9969. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9970. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9971. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9972. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9973. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9974. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9975. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9976. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9977. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9978. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9979. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9980. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9981. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9982. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9983. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9984. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9985. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9986. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9987. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9988. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9989. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9990. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9991. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9992. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9993. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9994. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9995. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9996. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9997. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9998. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9999. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10000. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10001. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10002. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10003. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10004. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10005. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10006. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10007. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10008. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10009. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10010. 'App\\Controller\\Admin\\MathproblemController:addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10011. 'App\\Controller\\Admin\\MathproblemController:count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10012. 'App\\Controller\\Admin\\MathproblemController:createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10013. 'App\\Controller\\Admin\\MathproblemController:deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10014. 'App\\Controller\\Admin\\MathproblemController:deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10015. 'App\\Controller\\Admin\\MathproblemController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10016. 'App\\Controller\\Admin\\MathproblemController:editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10017. 'App\\Controller\\Admin\\MathproblemController:mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10018. 'App\\Controller\\Admin\\MathproblemController:overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  10019. 'App\\Controller\\Admin\\MathproblemController:showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10020. 'App\\Controller\\Admin\\MathproblemController:updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10021. 'App\\Controller\\Admin\\ProblemController:edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10022. 'App\\Controller\\Admin\\ResetPasswordController:reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10023. 'App\\Controller\\Admin\\TagController:lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10024. 'App\\Controller\\Admin\\TemplateController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10025. 'App\\Controller\\Admin\\TemplateController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10026. 'App\\Controller\\Core\\API\\PollyController:textToSpeech' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  10027. 'App\\Controller\\Core\\API\\ProblemController:activeQuizSession' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  10028. 'App\\Controller\\Core\\API\\ProblemController:getProblems' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  10029. 'App\\Controller\\Core\\API\\ProblemController:getResults' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  10030. 'App\\Controller\\Core\\API\\ProblemController:resetQuestion' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  10031. 'App\\Controller\\Core\\API\\ProblemController:saveAnswer' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  10032. 'App\\Controller\\Core\\API\\ProblemController:setQuizSessionRepository' => ['privates', '.service_locator.QbrfNad', 'get_ServiceLocator_QbrfNadService', false],
  10033. 'App\\Controller\\Core\\API\\ProblemController:setValidator' => ['privates', '.service_locator.bLYtvAM', 'get_ServiceLocator_BLYtvAMService', false],
  10034. 'App\\Controller\\Core\\API\\ProblemController:startQuiz' => ['privates', '.service_locator.6kHAYIh', 'get_ServiceLocator_6kHAYIhService', false],
  10035. 'App\\Controller\\Core\\API\\SharedQuizController:archive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10036. 'App\\Controller\\Core\\API\\SharedQuizController:copyQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10037. 'App\\Controller\\Core\\API\\SharedQuizController:create' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10038. 'App\\Controller\\Core\\API\\SharedQuizController:edit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10039. 'App\\Controller\\Core\\API\\SharedQuizController:finishStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10040. 'App\\Controller\\Core\\API\\SharedQuizController:saveAnswer' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10041. 'App\\Controller\\Core\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  10042. 'App\\Controller\\Core\\API\\SharedQuizController:startStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10043. 'App\\Controller\\Core\\API\\SharedQuizController:studentGetProblems' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10044. 'App\\Controller\\Core\\API\\SharedQuizController:studentOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10045. 'App\\Controller\\Core\\API\\SharedQuizController:studentQuizUnitResults' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10046. 'App\\Controller\\Core\\API\\SharedQuizController:teacherActivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10047. 'App\\Controller\\Core\\API\\SharedQuizController:teacherDeactivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10048. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10049. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10050. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10051. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10052. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesPin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10053. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10054. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10055. 'App\\Controller\\Core\\API\\SharedQuizController:unarchive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  10056. 'App\\Controller\\Core\\BugReportController:reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10057. 'App\\Controller\\Core\\DataController:refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10058. 'App\\Controller\\Core\\DataController:refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10059. 'App\\Controller\\Core\\DataController:refreshStudentSessions' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  10060. 'App\\Controller\\Core\\DataController:refreshStudentSessionsJSON' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  10061. 'App\\Controller\\Core\\DataController:refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10062. 'App\\Controller\\Core\\EventLoggerController:log' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  10063. 'App\\Controller\\Core\\MathProblemController:getAudioFile' => ['privates', '.service_locator.kcAP.uF', 'get_ServiceLocator_KcAP_UFService', false],
  10064. 'App\\Controller\\Core\\ResultsController:crammingActivityResult' => ['privates', '.service_locator.u40pKhm', 'get_ServiceLocator_U40pKhmService', false],
  10065. 'App\\Controller\\Core\\ResultsController:quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10066. 'App\\Controller\\Core\\TextbookController:fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10067. 'App\\Controller\\Core\\TextbookController:getAudioFile' => ['privates', '.service_locator.SLoSmau', 'get_ServiceLocator_SLoSmauService', false],
  10068. 'App\\Controller\\Student\\ClassroomsController:index' => ['privates', '.service_locator.6IZwllm', 'get_ServiceLocator_6IZwllmService', false],
  10069. 'App\\Controller\\Student\\ClassroomsController:removeClassroom' => ['privates', '.service_locator.WyXuWVF', 'get_ServiceLocator_WyXuWVFService', false],
  10070. 'App\\Controller\\Student\\CrammingActivityController:checkAnswer' => ['privates', '.service_locator.ziRJggc', 'get_ServiceLocator_ZiRJggcService', false],
  10071. 'App\\Controller\\Student\\CrammingActivityController:pauseActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  10072. 'App\\Controller\\Student\\CrammingActivityController:playActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  10073. 'App\\Controller\\Student\\CrammingActivityController:showMathProblem' => ['privates', '.service_locator.out4noD', 'get_ServiceLocator_Out4noDService', false],
  10074. 'App\\Controller\\Student\\DashboardController:getTextAudio' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  10075. 'App\\Controller\\Student\\DashboardController:show' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  10076. 'App\\Controller\\Student\\DashboardController:topicTrainingResults' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  10077. 'App\\Controller\\Student\\DefaultController:clearImpersonation' => ['privates', '.service_locator.cHbtwh5', 'get_ServiceLocator_CHbtwh5Service', false],
  10078. 'App\\Controller\\Student\\DefaultController:index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  10079. 'App\\Controller\\Student\\HomeworkController:checkAnswer' => ['privates', '.service_locator.hUibnJd', 'get_ServiceLocator_HUibnJdService', false],
  10080. 'App\\Controller\\Student\\HomeworkController:pause' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  10081. 'App\\Controller\\Student\\HomeworkController:play' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  10082. 'App\\Controller\\Student\\HomeworkController:prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  10083. 'App\\Controller\\Student\\HomeworkController:showMathproblem' => ['privates', '.service_locator.ou52ekk', 'get_ServiceLocator_Ou52ekkService', false],
  10084. 'App\\Controller\\Student\\KvikMat\\SelfStudyController:start' => ['privates', '.service_locator.ed90f5Z', 'get_ServiceLocator_Ed90f5ZService', false],
  10085. 'App\\Controller\\Student\\PeerSessionController:feedback' => ['privates', '.service_locator.Nw1aSRo', 'get_ServiceLocator_Nw1aSRoService', false],
  10086. 'App\\Controller\\Student\\PeerSessionController:mathproblem' => ['privates', '.service_locator.UiRLfOd', 'get_ServiceLocator_UiRLfOdService', false],
  10087. 'App\\Controller\\Student\\PeerSessionController:rate' => ['privates', '.service_locator.FMczPCW', 'get_ServiceLocator_FMczPCWService', false],
  10088. 'App\\Controller\\Student\\PerformanceController:crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10089. 'App\\Controller\\Student\\PerformanceController:showDashboard' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  10090. 'App\\Controller\\Student\\PerformanceController:showDashboardJSON' => ['privates', '.service_locator.g4keJn0', 'get_ServiceLocator_G4keJn0Service', false],
  10091. 'App\\Controller\\Student\\PerformanceController:trainingSummary' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  10092. 'App\\Controller\\Student\\PretestController:answerPretest' => ['privates', '.service_locator.pIgtJS9', 'get_ServiceLocator_PIgtJS9Service', false],
  10093. 'App\\Controller\\Student\\PretestController:showPretest' => ['privates', '.service_locator.jRjCFoL', 'get_ServiceLocator_JRjCFoLService', false],
  10094. 'App\\Controller\\Student\\QuizSessionController:finish' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  10095. 'App\\Controller\\Student\\QuizSessionController:getProblem' => ['privates', '.service_locator.Onr.HJ7', 'get_ServiceLocator_Onr_HJ7Service', false],
  10096. 'App\\Controller\\Student\\QuizSessionController:pause' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  10097. 'App\\Controller\\Student\\QuizSessionController:play' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  10098. 'App\\Controller\\Student\\QuizSessionController:saveAnswer' => ['privates', '.service_locator.yeIax27', 'get_ServiceLocator_YeIax27Service', false],
  10099. 'App\\Controller\\Student\\QuizSessionController:showProblem' => ['privates', '.service_locator.zN45KLS', 'get_ServiceLocator_ZN45KLSService', false],
  10100. 'App\\Controller\\Student\\ResultsController:homeworkResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  10101. 'App\\Controller\\Student\\ResultsController:trainingSessionResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  10102. 'App\\Controller\\Student\\StatisticsController:worksheetSessionResults' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  10103. 'App\\Controller\\Student\\TrainingController:checkAnswer' => ['privates', '.service_locator.ZaCWgww', 'get_ServiceLocator_ZaCWgwwService', false],
  10104. 'App\\Controller\\Student\\TrainingController:prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  10105. 'App\\Controller\\Student\\TrainingController:prepareJSON' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  10106. 'App\\Controller\\Student\\TrainingController:showMathproblem' => ['privates', '.service_locator.Yvg9s75', 'get_ServiceLocator_Yvg9s75Service', false],
  10107. 'App\\Controller\\Student\\WorksheetSessionController:deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10108. 'App\\Controller\\Student\\WorksheetSessionController:showProblem' => ['privates', '.service_locator.WDXkV1e', 'get_ServiceLocator_WDXkV1eService', false],
  10109. 'App\\Controller\\Teacher\\API\\DictateActivityController:start' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  10110. 'App\\Controller\\Teacher\\API\\DictateActivityController:stop' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  10111. 'App\\Controller\\Teacher\\API\\HomeworkController:create' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  10112. 'App\\Controller\\Teacher\\API\\QuizTypeController:getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10113. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:start' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  10114. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:stop' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  10115. 'App\\Controller\\Teacher\\API\\TagController:getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10116. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController:templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10117. 'App\\Controller\\Teacher\\API\\TrainingActivityController:create' => ['privates', '.service_locator.1qvtrLb', 'get_ServiceLocator_1qvtrLbService', false],
  10118. 'App\\Controller\\Teacher\\API\\WorksheetController:pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10119. 'App\\Controller\\Teacher\\ClassroomController:create' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  10120. 'App\\Controller\\Teacher\\ClassroomController:delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10121. 'App\\Controller\\Teacher\\ClassroomController:edit' => ['privates', '.service_locator.OBk3l5b', 'get_ServiceLocator_OBk3l5bService', false],
  10122. 'App\\Controller\\Teacher\\ClassroomController:editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10123. 'App\\Controller\\Teacher\\ClassroomController:getClassesByInstitution' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  10124. 'App\\Controller\\Teacher\\ClassroomController:getPointPools' => ['privates', '.service_locator.rkg.etM', 'get_ServiceLocator_Rkg_EtMService', false],
  10125. 'App\\Controller\\Teacher\\ClassroomController:getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10126. 'App\\Controller\\Teacher\\ClassroomController:join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10127. 'App\\Controller\\Teacher\\ClassroomController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10128. 'App\\Controller\\Teacher\\ClassroomController:select' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  10129. 'App\\Controller\\Teacher\\ContentController:addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  10130. 'App\\Controller\\Teacher\\ContentController:copyMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  10131. 'App\\Controller\\Teacher\\ContentController:disableMathProblem' => ['privates', '.service_locator.yTHu7le', 'get_ServiceLocator_YTHu7leService', false],
  10132. 'App\\Controller\\Teacher\\ContentController:editMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  10133. 'App\\Controller\\Teacher\\ContentController:fetchProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  10134. 'App\\Controller\\Teacher\\ContentController:getCompactView' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  10135. 'App\\Controller\\Teacher\\ContentController:getNextProblem' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  10136. 'App\\Controller\\Teacher\\ContentController:getProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  10137. 'App\\Controller\\Teacher\\DefaultController:editProfile' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  10138. 'App\\Controller\\Teacher\\DefaultController:help' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  10139. 'App\\Controller\\Teacher\\DefaultController:index' => ['privates', '.service_locator..RiiPmv', 'get_ServiceLocator__RiiPmvService', false],
  10140. 'App\\Controller\\Teacher\\ExtendActivityController:extendActivity_' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  10141. 'App\\Controller\\Teacher\\HomeworkController:delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10142. 'App\\Controller\\Teacher\\HomeworkController:start' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  10143. 'App\\Controller\\Teacher\\HomeworkController:stop' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  10144. 'App\\Controller\\Teacher\\HomeworkController:updateDeadline' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  10145. 'App\\Controller\\Teacher\\HomeworkController:updateStartTime' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  10146. 'App\\Controller\\Teacher\\PeerTrainingController:delete' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  10147. 'App\\Controller\\Teacher\\PeerTrainingController:start' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  10148. 'App\\Controller\\Teacher\\PeerTrainingController:updateStartTime' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  10149. 'App\\Controller\\Teacher\\QuizController:create' => ['privates', '.service_locator.dahsTgx', 'get_ServiceLocator_DahsTgxService', false],
  10150. 'App\\Controller\\Teacher\\QuizController:putQuiz' => ['privates', '.service_locator.PGrF7XO', 'get_ServiceLocator_PGrF7XOService', false],
  10151. 'App\\Controller\\Teacher\\QuizSessionController:start' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  10152. 'App\\Controller\\Teacher\\QuizSessionController:stop' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  10153. 'App\\Controller\\Teacher\\QuizSessionController:updateDeadline' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  10154. 'App\\Controller\\Teacher\\QuizSessionController:updateStartTime' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  10155. 'App\\Controller\\Teacher\\StudentController:add' => ['privates', '.service_locator.4nIpmWU', 'get_ServiceLocator_4nIpmWUService', false],
  10156. 'App\\Controller\\Teacher\\StudentController:edit' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  10157. 'App\\Controller\\Teacher\\WorksheetController:addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10158. 'App\\Controller\\Teacher\\WorksheetController:create' => ['privates', '.service_locator.pfJO2Ks', 'get_ServiceLocator_PfJO2KsService', false],
  10159. 'App\\Controller\\Teacher\\WorksheetController:deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10160. 'App\\Controller\\Teacher\\WorksheetController:fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10161. 'App\\Controller\\Teacher\\WorksheetController:postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10162. 'App\\Controller\\Teacher\\WorksheetController:print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10163. 'App\\Controller\\Teacher\\WorksheetController:printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10164. 'App\\Controller\\Teacher\\WorksheetController:putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10165. 'App\\Controller\\Teacher\\WorksheetController:putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10166. 'App\\Controller\\Teacher\\WorksheetController:putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10167. 'App\\Controller\\Teacher\\WorksheetController:resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10168. 'App\\Controller\\Teacher\\WorksheetController:results' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  10169. 'App\\Controller\\Teacher\\WorksheetController:resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10170. 'App\\Controller\\Teacher\\WorksheetController:resultsUnit' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  10171. 'App\\Controller\\Teacher\\WorksheetSessionController:start' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  10172. 'App\\Controller\\Teacher\\WorksheetSessionController:stop' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  10173. 'App\\Controller\\Teacher\\WorksheetSessionController:updateDeadline' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  10174. 'App\\Controller\\Teacher\\WorksheetSessionController:updateStartTime' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  10175. 'App\\Controller\\User\\DefaultController:getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10176. 'App\\Controller\\User\\DefaultController:getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10177. 'App\\Controller\\User\\DefaultController:redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10178. 'App\\Controller\\User\\DefaultController:setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10179. 'App\\Controller\\User\\RegistrationController:register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10180. 'App\\Controller\\User\\RegistrationController:verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10181. 'App\\Controller\\User\\ResetPasswordController:change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10182. 'App\\Controller\\User\\ResetPasswordController:request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  10183. 'App\\Controller\\User\\ResetPasswordController:reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  10184. 'App\\Controller\\User\\SetupTwoFactorAuthController:qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10185. 'App\\Controller\\User\\SetupTwoFactorAuthController:setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10186. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10187. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10188. 'App\\Services\\Teacher\\API\\DictateActivityService:create' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10189. 'App\\Services\\Teacher\\API\\DictateActivityService:createUnit' => ['privates', '.service_locator.IrH.2wH', 'get_ServiceLocator_IrH_2wHService', false],
  10190. 'App\\Services\\Teacher\\API\\DictateActivityService:delete' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10191. 'App\\Services\\Teacher\\API\\DictateActivityService:update' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10192. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10193. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10194. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10195. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10196. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:setClassroomRepository' => ['privates', '.service_locator.l1ZxSCx', 'get_ServiceLocator_L1ZxSCxService', false],
  10197. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10198. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10199. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  10200. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10201. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10202. ], [
  10203. 'App\\Controller\\Admin\\BugReportsController::fetchBugReport' => '?',
  10204. 'App\\Controller\\Admin\\BugReportsController::fetchBugReports' => '?',
  10205. 'App\\Controller\\Admin\\BugReportsController::resolveBugReport' => '?',
  10206. 'App\\Controller\\Admin\\BugReportsController::show' => '?',
  10207. 'App\\Controller\\Admin\\ContentController::displayMathproblems' => '?',
  10208. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => '?',
  10209. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => '?',
  10210. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureActions' => '?',
  10211. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => '?',
  10212. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => '?',
  10213. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => '?',
  10214. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => '?',
  10215. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => '?',
  10216. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => '?',
  10217. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => '?',
  10218. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => '?',
  10219. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => '?',
  10220. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::delete' => '?',
  10221. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => '?',
  10222. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::detail' => '?',
  10223. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::edit' => '?',
  10224. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::index' => '?',
  10225. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::new' => '?',
  10226. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => '?',
  10227. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => '?',
  10228. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => '?',
  10229. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::autocomplete' => '?',
  10230. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::batchDelete' => '?',
  10231. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureActions' => '?',
  10232. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureAssets' => '?',
  10233. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureCrud' => '?',
  10234. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureFilters' => '?',
  10235. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => '?',
  10236. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditForm' => '?',
  10237. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => '?',
  10238. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => '?',
  10239. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewForm' => '?',
  10240. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => '?',
  10241. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::delete' => '?',
  10242. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::deleteEntity' => '?',
  10243. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::detail' => '?',
  10244. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::edit' => '?',
  10245. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::index' => '?',
  10246. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::inviteUser' => '?',
  10247. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::new' => '?',
  10248. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::persistEntity' => '?',
  10249. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::renderFilters' => '?',
  10250. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::toggleAdmins' => '?',
  10251. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::updateEntity' => '?',
  10252. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::autocomplete' => '?',
  10253. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::batchDelete' => '?',
  10254. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureActions' => '?',
  10255. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureAssets' => '?',
  10256. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureCrud' => '?',
  10257. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureFilters' => '?',
  10258. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => '?',
  10259. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditForm' => '?',
  10260. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => '?',
  10261. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => '?',
  10262. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewForm' => '?',
  10263. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => '?',
  10264. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::delete' => '?',
  10265. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::deleteEntity' => '?',
  10266. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::detail' => '?',
  10267. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::edit' => '?',
  10268. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::index' => '?',
  10269. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::markAsResolved' => '?',
  10270. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::new' => '?',
  10271. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::persistEntity' => '?',
  10272. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::previewProblem' => '?',
  10273. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::renderFilters' => '?',
  10274. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showAllBugReports' => '?',
  10275. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => '?',
  10276. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::updateEntity' => '?',
  10277. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::autocomplete' => '?',
  10278. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::batchDelete' => '?',
  10279. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureActions' => '?',
  10280. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureAssets' => '?',
  10281. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureCrud' => '?',
  10282. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureFilters' => '?',
  10283. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => '?',
  10284. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditForm' => '?',
  10285. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => '?',
  10286. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => '?',
  10287. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewForm' => '?',
  10288. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => '?',
  10289. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::delete' => '?',
  10290. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::deleteEntity' => '?',
  10291. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::detail' => '?',
  10292. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::edit' => '?',
  10293. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::index' => '?',
  10294. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::new' => '?',
  10295. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::persistEntity' => '?',
  10296. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::renderFilters' => '?',
  10297. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::updateEntity' => '?',
  10298. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::viewTopics' => '?',
  10299. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController::configureUserMenu' => '?',
  10300. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::autocomplete' => '?',
  10301. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::batchDelete' => '?',
  10302. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureActions' => '?',
  10303. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureAssets' => '?',
  10304. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureCrud' => '?',
  10305. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureFilters' => '?',
  10306. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureResponseParameters' => '?',
  10307. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditForm' => '?',
  10308. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => '?',
  10309. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => '?',
  10310. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewForm' => '?',
  10311. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => '?',
  10312. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::delete' => '?',
  10313. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::deleteEntity' => '?',
  10314. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::detail' => '?',
  10315. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::edit' => '?',
  10316. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::index' => '?',
  10317. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::inviteUser' => '?',
  10318. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::new' => '?',
  10319. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::persistEntity' => '?',
  10320. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::renderFilters' => '?',
  10321. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::toggleAdmins' => '?',
  10322. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::updateEntity' => '?',
  10323. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => '?',
  10324. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => '?',
  10325. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureActions' => '?',
  10326. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => '?',
  10327. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => '?',
  10328. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => '?',
  10329. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => '?',
  10330. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => '?',
  10331. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => '?',
  10332. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => '?',
  10333. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => '?',
  10334. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => '?',
  10335. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::delete' => '?',
  10336. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => '?',
  10337. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::detail' => '?',
  10338. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::edit' => '?',
  10339. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::index' => '?',
  10340. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::new' => '?',
  10341. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => '?',
  10342. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => '?',
  10343. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => '?',
  10344. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::autocomplete' => '?',
  10345. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::batchDelete' => '?',
  10346. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureActions' => '?',
  10347. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureAssets' => '?',
  10348. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureCrud' => '?',
  10349. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureFilters' => '?',
  10350. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureResponseParameters' => '?',
  10351. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditForm' => '?',
  10352. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => '?',
  10353. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => '?',
  10354. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewForm' => '?',
  10355. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => '?',
  10356. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::delete' => '?',
  10357. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::deleteEntity' => '?',
  10358. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::detail' => '?',
  10359. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::edit' => '?',
  10360. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::index' => '?',
  10361. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::new' => '?',
  10362. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::persistEntity' => '?',
  10363. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::renderFilters' => '?',
  10364. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::updateEntity' => '?',
  10365. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::autocomplete' => '?',
  10366. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::batchDelete' => '?',
  10367. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureActions' => '?',
  10368. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureAssets' => '?',
  10369. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureCrud' => '?',
  10370. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureFilters' => '?',
  10371. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => '?',
  10372. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditForm' => '?',
  10373. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => '?',
  10374. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => '?',
  10375. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewForm' => '?',
  10376. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => '?',
  10377. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::delete' => '?',
  10378. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::deleteEntity' => '?',
  10379. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::detail' => '?',
  10380. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::edit' => '?',
  10381. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::index' => '?',
  10382. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::new' => '?',
  10383. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::persistEntity' => '?',
  10384. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::renderFilters' => '?',
  10385. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::updateEntity' => '?',
  10386. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::autocomplete' => '?',
  10387. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::batchDelete' => '?',
  10388. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureActions' => '?',
  10389. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureAssets' => '?',
  10390. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureCrud' => '?',
  10391. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureFilters' => '?',
  10392. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => '?',
  10393. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::copyEntity' => '?',
  10394. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditForm' => '?',
  10395. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => '?',
  10396. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => '?',
  10397. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewForm' => '?',
  10398. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => '?',
  10399. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::delete' => '?',
  10400. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::deleteEntity' => '?',
  10401. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::detail' => '?',
  10402. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::edit' => '?',
  10403. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::index' => '?',
  10404. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::new' => '?',
  10405. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::persistEntity' => '?',
  10406. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::renderFilters' => '?',
  10407. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::updateEntity' => '?',
  10408. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => '?',
  10409. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => '?',
  10410. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => '?',
  10411. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => '?',
  10412. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => '?',
  10413. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => '?',
  10414. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => '?',
  10415. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => '?',
  10416. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => '?',
  10417. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => '?',
  10418. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => '?',
  10419. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => '?',
  10420. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => '?',
  10421. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::delete' => '?',
  10422. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => '?',
  10423. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => '?',
  10424. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::detail' => '?',
  10425. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::edit' => '?',
  10426. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::index' => '?',
  10427. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::new' => '?',
  10428. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => '?',
  10429. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => '?',
  10430. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => '?',
  10431. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => '?',
  10432. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => '?',
  10433. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => '?',
  10434. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => '?',
  10435. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => '?',
  10436. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => '?',
  10437. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => '?',
  10438. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => '?',
  10439. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => '?',
  10440. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => '?',
  10441. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => '?',
  10442. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => '?',
  10443. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => '?',
  10444. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => '?',
  10445. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => '?',
  10446. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => '?',
  10447. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => '?',
  10448. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::index' => '?',
  10449. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::new' => '?',
  10450. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => '?',
  10451. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => '?',
  10452. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => '?',
  10453. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::autocomplete' => '?',
  10454. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::batchDelete' => '?',
  10455. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureActions' => '?',
  10456. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureAssets' => '?',
  10457. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureCrud' => '?',
  10458. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureFilters' => '?',
  10459. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => '?',
  10460. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditForm' => '?',
  10461. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => '?',
  10462. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => '?',
  10463. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewForm' => '?',
  10464. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => '?',
  10465. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::delete' => '?',
  10466. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => '?',
  10467. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::detail' => '?',
  10468. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::edit' => '?',
  10469. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::index' => '?',
  10470. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::new' => '?',
  10471. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::persistEntity' => '?',
  10472. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::renderFilters' => '?',
  10473. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::updateEntity' => '?',
  10474. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::viewProblems' => '?',
  10475. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::autocomplete' => '?',
  10476. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::batchDelete' => '?',
  10477. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureActions' => '?',
  10478. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureAssets' => '?',
  10479. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureCrud' => '?',
  10480. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureFilters' => '?',
  10481. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => '?',
  10482. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => '?',
  10483. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditForm' => '?',
  10484. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => '?',
  10485. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => '?',
  10486. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewForm' => '?',
  10487. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => '?',
  10488. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::delete' => '?',
  10489. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::deleteEntity' => '?',
  10490. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::detail' => '?',
  10491. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::edit' => '?',
  10492. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::index' => '?',
  10493. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::new' => '?',
  10494. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::persistEntity' => '?',
  10495. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::renderFilters' => '?',
  10496. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::updateEntity' => '?',
  10497. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAudio' => '?',
  10498. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAuthors' => '?',
  10499. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewImages' => '?',
  10500. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewQuizzes' => '?',
  10501. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => '?',
  10502. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => '?',
  10503. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => '?',
  10504. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => '?',
  10505. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => '?',
  10506. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => '?',
  10507. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => '?',
  10508. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => '?',
  10509. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => '?',
  10510. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => '?',
  10511. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => '?',
  10512. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => '?',
  10513. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => '?',
  10514. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => '?',
  10515. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => '?',
  10516. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => '?',
  10517. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => '?',
  10518. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::index' => '?',
  10519. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::new' => '?',
  10520. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => '?',
  10521. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => '?',
  10522. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => '?',
  10523. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => '?',
  10524. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => '?',
  10525. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => '?',
  10526. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => '?',
  10527. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::autocomplete' => '?',
  10528. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::batchDelete' => '?',
  10529. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureActions' => '?',
  10530. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureAssets' => '?',
  10531. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureCrud' => '?',
  10532. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureFilters' => '?',
  10533. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => '?',
  10534. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditForm' => '?',
  10535. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => '?',
  10536. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => '?',
  10537. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewForm' => '?',
  10538. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => '?',
  10539. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::delete' => '?',
  10540. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::deleteEntity' => '?',
  10541. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::detail' => '?',
  10542. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::edit' => '?',
  10543. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::index' => '?',
  10544. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::new' => '?',
  10545. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::persistEntity' => '?',
  10546. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::renderFilters' => '?',
  10547. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::updateEntity' => '?',
  10548. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewEditors' => '?',
  10549. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewPublications' => '?',
  10550. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::autocomplete' => '?',
  10551. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::batchDelete' => '?',
  10552. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureActions' => '?',
  10553. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureAssets' => '?',
  10554. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureCrud' => '?',
  10555. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureFilters' => '?',
  10556. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureResponseParameters' => '?',
  10557. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::countEnabledProblems' => '?',
  10558. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditForm' => '?',
  10559. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => '?',
  10560. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => '?',
  10561. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewForm' => '?',
  10562. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => '?',
  10563. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::delete' => '?',
  10564. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::deleteEntity' => '?',
  10565. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::detail' => '?',
  10566. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::edit' => '?',
  10567. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::index' => '?',
  10568. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::new' => '?',
  10569. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::persistEntity' => '?',
  10570. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::problemsArePublished' => '?',
  10571. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::renderFilters' => '?',
  10572. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::updateEntity' => '?',
  10573. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::viewProblems' => '?',
  10574. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => '?',
  10575. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => '?',
  10576. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => '?',
  10577. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => '?',
  10578. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => '?',
  10579. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => '?',
  10580. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => '?',
  10581. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => '?',
  10582. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => '?',
  10583. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => '?',
  10584. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => '?',
  10585. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => '?',
  10586. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => '?',
  10587. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::delete' => '?',
  10588. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => '?',
  10589. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::detail' => '?',
  10590. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::edit' => '?',
  10591. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::index' => '?',
  10592. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::new' => '?',
  10593. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => '?',
  10594. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => '?',
  10595. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => '?',
  10596. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => '?',
  10597. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => '?',
  10598. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::autocomplete' => '?',
  10599. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::batchDelete' => '?',
  10600. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureActions' => '?',
  10601. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureAssets' => '?',
  10602. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureCrud' => '?',
  10603. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureFilters' => '?',
  10604. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => '?',
  10605. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditForm' => '?',
  10606. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => '?',
  10607. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => '?',
  10608. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewForm' => '?',
  10609. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => '?',
  10610. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::delete' => '?',
  10611. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => '?',
  10612. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::detail' => '?',
  10613. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::edit' => '?',
  10614. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::index' => '?',
  10615. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::new' => '?',
  10616. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::persistEntity' => '?',
  10617. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::renderFilters' => '?',
  10618. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::updateEntity' => '?',
  10619. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => '?',
  10620. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => '?',
  10621. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => '?',
  10622. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => '?',
  10623. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => '?',
  10624. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => '?',
  10625. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => '?',
  10626. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => '?',
  10627. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => '?',
  10628. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => '?',
  10629. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => '?',
  10630. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => '?',
  10631. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => '?',
  10632. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => '?',
  10633. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => '?',
  10634. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => '?',
  10635. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => '?',
  10636. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => '?',
  10637. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => '?',
  10638. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => '?',
  10639. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => '?',
  10640. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::autocomplete' => '?',
  10641. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::batchDelete' => '?',
  10642. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureActions' => '?',
  10643. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureAssets' => '?',
  10644. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureCrud' => '?',
  10645. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureFilters' => '?',
  10646. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureResponseParameters' => '?',
  10647. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditForm' => '?',
  10648. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditFormBuilder' => '?',
  10649. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => '?',
  10650. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewForm' => '?',
  10651. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewFormBuilder' => '?',
  10652. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::delete' => '?',
  10653. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::deleteEntity' => '?',
  10654. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::detail' => '?',
  10655. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::edit' => '?',
  10656. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::index' => '?',
  10657. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::new' => '?',
  10658. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::persistEntity' => '?',
  10659. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::renderFilters' => '?',
  10660. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::updateEntity' => '?',
  10661. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::autocomplete' => '?',
  10662. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::batchDelete' => '?',
  10663. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureActions' => '?',
  10664. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureAssets' => '?',
  10665. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureCrud' => '?',
  10666. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureFilters' => '?',
  10667. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => '?',
  10668. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::copyEntity' => '?',
  10669. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditForm' => '?',
  10670. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => '?',
  10671. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => '?',
  10672. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewForm' => '?',
  10673. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => '?',
  10674. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::delete' => '?',
  10675. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::deleteEntity' => '?',
  10676. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::detail' => '?',
  10677. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::edit' => '?',
  10678. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::index' => '?',
  10679. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::new' => '?',
  10680. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::persistEntity' => '?',
  10681. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::renderFilters' => '?',
  10682. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::updateEntity' => '?',
  10683. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::viewProblems' => '?',
  10684. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => '?',
  10685. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => '?',
  10686. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => '?',
  10687. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => '?',
  10688. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => '?',
  10689. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => '?',
  10690. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => '?',
  10691. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => '?',
  10692. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => '?',
  10693. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => '?',
  10694. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => '?',
  10695. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => '?',
  10696. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => '?',
  10697. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::delete' => '?',
  10698. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => '?',
  10699. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::detail' => '?',
  10700. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::edit' => '?',
  10701. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::index' => '?',
  10702. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::new' => '?',
  10703. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => '?',
  10704. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => '?',
  10705. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => '?',
  10706. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => '?',
  10707. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => '?',
  10708. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::autocomplete' => '?',
  10709. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::batchDelete' => '?',
  10710. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureActions' => '?',
  10711. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureAssets' => '?',
  10712. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureCrud' => '?',
  10713. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureFilters' => '?',
  10714. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => '?',
  10715. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditForm' => '?',
  10716. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => '?',
  10717. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => '?',
  10718. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewForm' => '?',
  10719. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => '?',
  10720. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::delete' => '?',
  10721. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => '?',
  10722. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::detail' => '?',
  10723. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::edit' => '?',
  10724. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::index' => '?',
  10725. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::new' => '?',
  10726. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::persistEntity' => '?',
  10727. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::renderFilters' => '?',
  10728. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::updateEntity' => '?',
  10729. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::autocomplete' => '?',
  10730. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::batchDelete' => '?',
  10731. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureActions' => '?',
  10732. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureAssets' => '?',
  10733. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureCrud' => '?',
  10734. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureFilters' => '?',
  10735. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureResponseParameters' => '?',
  10736. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::copyEntity' => '?',
  10737. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditForm' => '?',
  10738. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => '?',
  10739. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => '?',
  10740. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewForm' => '?',
  10741. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => '?',
  10742. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::delete' => '?',
  10743. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::deleteEntity' => '?',
  10744. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::detail' => '?',
  10745. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::edit' => '?',
  10746. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::index' => '?',
  10747. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::new' => '?',
  10748. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::persistEntity' => '?',
  10749. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::quizFromTopic' => '?',
  10750. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::renderFilters' => '?',
  10751. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::updateEntity' => '?',
  10752. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::viewTemplates' => '?',
  10753. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => '?',
  10754. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => '?',
  10755. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => '?',
  10756. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => '?',
  10757. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => '?',
  10758. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => '?',
  10759. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => '?',
  10760. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => '?',
  10761. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => '?',
  10762. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => '?',
  10763. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => '?',
  10764. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => '?',
  10765. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => '?',
  10766. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::delete' => '?',
  10767. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => '?',
  10768. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::detail' => '?',
  10769. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::edit' => '?',
  10770. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::index' => '?',
  10771. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::new' => '?',
  10772. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => '?',
  10773. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => '?',
  10774. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => '?',
  10775. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => '?',
  10776. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => '?',
  10777. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::autocomplete' => '?',
  10778. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::batchDelete' => '?',
  10779. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureActions' => '?',
  10780. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureAssets' => '?',
  10781. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureCrud' => '?',
  10782. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureFilters' => '?',
  10783. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureResponseParameters' => '?',
  10784. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditForm' => '?',
  10785. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditFormBuilder' => '?',
  10786. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => '?',
  10787. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewForm' => '?',
  10788. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewFormBuilder' => '?',
  10789. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::delete' => '?',
  10790. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::deleteEntity' => '?',
  10791. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::detail' => '?',
  10792. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::edit' => '?',
  10793. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::index' => '?',
  10794. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::inviteUser' => '?',
  10795. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::new' => '?',
  10796. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::persistEntity' => '?',
  10797. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::renderFilters' => '?',
  10798. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::toggleAdmins' => '?',
  10799. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::updateEntity' => '?',
  10800. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::autocomplete' => '?',
  10801. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::batchDelete' => '?',
  10802. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureActions' => '?',
  10803. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureAssets' => '?',
  10804. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureCrud' => '?',
  10805. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureFilters' => '?',
  10806. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => '?',
  10807. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditForm' => '?',
  10808. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => '?',
  10809. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => '?',
  10810. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewForm' => '?',
  10811. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => '?',
  10812. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::delete' => '?',
  10813. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::deleteEntity' => '?',
  10814. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::detail' => '?',
  10815. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::edit' => '?',
  10816. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::index' => '?',
  10817. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::new' => '?',
  10818. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::persistEntity' => '?',
  10819. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::renderFilters' => '?',
  10820. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::updateEntity' => '?',
  10821. 'App\\Controller\\Admin\\MathproblemController::addAction' => '?',
  10822. 'App\\Controller\\Admin\\MathproblemController::count' => '?',
  10823. 'App\\Controller\\Admin\\MathproblemController::createAction' => '?',
  10824. 'App\\Controller\\Admin\\MathproblemController::deleteAction' => '?',
  10825. 'App\\Controller\\Admin\\MathproblemController::deleteImageAction' => '?',
  10826. 'App\\Controller\\Admin\\MathproblemController::disable' => '?',
  10827. 'App\\Controller\\Admin\\MathproblemController::editAction' => '?',
  10828. 'App\\Controller\\Admin\\MathproblemController::mathproblemlookupAction' => '?',
  10829. 'App\\Controller\\Admin\\MathproblemController::overview' => '?',
  10830. 'App\\Controller\\Admin\\MathproblemController::showAction' => '?',
  10831. 'App\\Controller\\Admin\\MathproblemController::updateAction' => '?',
  10832. 'App\\Controller\\Admin\\ProblemController::edit' => '?',
  10833. 'App\\Controller\\Admin\\ResetPasswordController::reset' => '?',
  10834. 'App\\Controller\\Admin\\TagController::lookup' => '?',
  10835. 'App\\Controller\\Admin\\TemplateController::disable' => '?',
  10836. 'App\\Controller\\Admin\\TemplateController::overview' => '?',
  10837. 'App\\Controller\\Core\\API\\PollyController::textToSpeech' => '?',
  10838. 'App\\Controller\\Core\\API\\ProblemController::activeQuizSession' => '?',
  10839. 'App\\Controller\\Core\\API\\ProblemController::getProblems' => '?',
  10840. 'App\\Controller\\Core\\API\\ProblemController::getResults' => '?',
  10841. 'App\\Controller\\Core\\API\\ProblemController::resetQuestion' => '?',
  10842. 'App\\Controller\\Core\\API\\ProblemController::saveAnswer' => '?',
  10843. 'App\\Controller\\Core\\API\\ProblemController::setQuizSessionRepository' => '?',
  10844. 'App\\Controller\\Core\\API\\ProblemController::setValidator' => '?',
  10845. 'App\\Controller\\Core\\API\\ProblemController::startQuiz' => '?',
  10846. 'App\\Controller\\Core\\API\\SharedQuizController::archive' => '?',
  10847. 'App\\Controller\\Core\\API\\SharedQuizController::copyQuiz' => '?',
  10848. 'App\\Controller\\Core\\API\\SharedQuizController::create' => '?',
  10849. 'App\\Controller\\Core\\API\\SharedQuizController::edit' => '?',
  10850. 'App\\Controller\\Core\\API\\SharedQuizController::finishStudentQuizUnit' => '?',
  10851. 'App\\Controller\\Core\\API\\SharedQuizController::saveAnswer' => '?',
  10852. 'App\\Controller\\Core\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => '?',
  10853. 'App\\Controller\\Core\\API\\SharedQuizController::startStudentQuizUnit' => '?',
  10854. 'App\\Controller\\Core\\API\\SharedQuizController::studentGetProblems' => '?',
  10855. 'App\\Controller\\Core\\API\\SharedQuizController::studentOverviewQuizzes' => '?',
  10856. 'App\\Controller\\Core\\API\\SharedQuizController::studentQuizUnitResults' => '?',
  10857. 'App\\Controller\\Core\\API\\SharedQuizController::teacherActivateQuestion' => '?',
  10858. 'App\\Controller\\Core\\API\\SharedQuizController::teacherDeactivateQuestion' => '?',
  10859. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => '?',
  10860. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => '?',
  10861. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizUnit' => '?',
  10862. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzes' => '?',
  10863. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesPin' => '?',
  10864. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => '?',
  10865. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => '?',
  10866. 'App\\Controller\\Core\\API\\SharedQuizController::unarchive' => '?',
  10867. 'App\\Controller\\Core\\BugReportController::reportMpBug' => '?',
  10868. 'App\\Controller\\Core\\DataController::refreshStudentClassroomPointPools' => '?',
  10869. 'App\\Controller\\Core\\DataController::refreshStudentSelfStudyPointPools' => '?',
  10870. 'App\\Controller\\Core\\DataController::refreshStudentSessions' => '?',
  10871. 'App\\Controller\\Core\\DataController::refreshStudentSessionsJSON' => '?',
  10872. 'App\\Controller\\Core\\DataController::refreshTeacherStudents' => '?',
  10873. 'App\\Controller\\Core\\EventLoggerController::log' => '?',
  10874. 'App\\Controller\\Core\\MathProblemController::getAudioFile' => '?',
  10875. 'App\\Controller\\Core\\ResultsController::crammingActivityResult' => '?',
  10876. 'App\\Controller\\Core\\ResultsController::quizResults' => '?',
  10877. 'App\\Controller\\Core\\TextbookController::fetchCategory' => '?',
  10878. 'App\\Controller\\Core\\TextbookController::getAudioFile' => '?',
  10879. 'App\\Controller\\Student\\ClassroomsController::index' => '?',
  10880. 'App\\Controller\\Student\\ClassroomsController::removeClassroom' => '?',
  10881. 'App\\Controller\\Student\\CrammingActivityController::checkAnswer' => '?',
  10882. 'App\\Controller\\Student\\CrammingActivityController::pauseActivityHomework' => '?',
  10883. 'App\\Controller\\Student\\CrammingActivityController::playActivityHomework' => '?',
  10884. 'App\\Controller\\Student\\CrammingActivityController::showMathProblem' => '?',
  10885. 'App\\Controller\\Student\\DashboardController::getTextAudio' => '?',
  10886. 'App\\Controller\\Student\\DashboardController::show' => '?',
  10887. 'App\\Controller\\Student\\DashboardController::topicTrainingResults' => '?',
  10888. 'App\\Controller\\Student\\DefaultController::clearImpersonation' => '?',
  10889. 'App\\Controller\\Student\\DefaultController::index' => '?',
  10890. 'App\\Controller\\Student\\HomeworkController::checkAnswer' => '?',
  10891. 'App\\Controller\\Student\\HomeworkController::pause' => '?',
  10892. 'App\\Controller\\Student\\HomeworkController::play' => '?',
  10893. 'App\\Controller\\Student\\HomeworkController::prepare' => '?',
  10894. 'App\\Controller\\Student\\HomeworkController::showMathproblem' => '?',
  10895. 'App\\Controller\\Student\\KvikMat\\SelfStudyController::start' => '?',
  10896. 'App\\Controller\\Student\\PeerSessionController::feedback' => '?',
  10897. 'App\\Controller\\Student\\PeerSessionController::mathproblem' => '?',
  10898. 'App\\Controller\\Student\\PeerSessionController::rate' => '?',
  10899. 'App\\Controller\\Student\\PerformanceController::crammingSummary' => '?',
  10900. 'App\\Controller\\Student\\PerformanceController::showDashboard' => '?',
  10901. 'App\\Controller\\Student\\PerformanceController::showDashboardJSON' => '?',
  10902. 'App\\Controller\\Student\\PerformanceController::trainingSummary' => '?',
  10903. 'App\\Controller\\Student\\PretestController::answerPretest' => '?',
  10904. 'App\\Controller\\Student\\PretestController::showPretest' => '?',
  10905. 'App\\Controller\\Student\\QuizSessionController::finish' => '?',
  10906. 'App\\Controller\\Student\\QuizSessionController::getProblem' => '?',
  10907. 'App\\Controller\\Student\\QuizSessionController::pause' => '?',
  10908. 'App\\Controller\\Student\\QuizSessionController::play' => '?',
  10909. 'App\\Controller\\Student\\QuizSessionController::saveAnswer' => '?',
  10910. 'App\\Controller\\Student\\QuizSessionController::showProblem' => '?',
  10911. 'App\\Controller\\Student\\ResultsController::homeworkResultsJSON' => '?',
  10912. 'App\\Controller\\Student\\ResultsController::trainingSessionResultsJSON' => '?',
  10913. 'App\\Controller\\Student\\StatisticsController::worksheetSessionResults' => '?',
  10914. 'App\\Controller\\Student\\TrainingController::checkAnswer' => '?',
  10915. 'App\\Controller\\Student\\TrainingController::prepare' => '?',
  10916. 'App\\Controller\\Student\\TrainingController::prepareJSON' => '?',
  10917. 'App\\Controller\\Student\\TrainingController::showMathproblem' => '?',
  10918. 'App\\Controller\\Student\\WorksheetSessionController::deleteFile' => '?',
  10919. 'App\\Controller\\Student\\WorksheetSessionController::showProblem' => '?',
  10920. 'App\\Controller\\Teacher\\API\\DictateActivityController::start' => '?',
  10921. 'App\\Controller\\Teacher\\API\\DictateActivityController::stop' => '?',
  10922. 'App\\Controller\\Teacher\\API\\HomeworkController::create' => '?',
  10923. 'App\\Controller\\Teacher\\API\\QuizTypeController::getQuizTypes' => '?',
  10924. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::start' => '?',
  10925. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::stop' => '?',
  10926. 'App\\Controller\\Teacher\\API\\TagController::getTags' => '?',
  10927. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController::templateCount' => '?',
  10928. 'App\\Controller\\Teacher\\API\\TrainingActivityController::create' => '?',
  10929. 'App\\Controller\\Teacher\\API\\WorksheetController::pdfPrint' => '?',
  10930. 'App\\Controller\\Teacher\\ClassroomController::create' => '?',
  10931. 'App\\Controller\\Teacher\\ClassroomController::delete' => '?',
  10932. 'App\\Controller\\Teacher\\ClassroomController::edit' => '?',
  10933. 'App\\Controller\\Teacher\\ClassroomController::editPointPool' => '?',
  10934. 'App\\Controller\\Teacher\\ClassroomController::getClassesByInstitution' => '?',
  10935. 'App\\Controller\\Teacher\\ClassroomController::getPointPools' => '?',
  10936. 'App\\Controller\\Teacher\\ClassroomController::getStudents' => '?',
  10937. 'App\\Controller\\Teacher\\ClassroomController::join' => '?',
  10938. 'App\\Controller\\Teacher\\ClassroomController::overview' => '?',
  10939. 'App\\Controller\\Teacher\\ClassroomController::select' => '?',
  10940. 'App\\Controller\\Teacher\\ContentController::addProblem' => '?',
  10941. 'App\\Controller\\Teacher\\ContentController::copyMathProblem' => '?',
  10942. 'App\\Controller\\Teacher\\ContentController::disableMathProblem' => '?',
  10943. 'App\\Controller\\Teacher\\ContentController::editMathProblem' => '?',
  10944. 'App\\Controller\\Teacher\\ContentController::fetchProblems' => '?',
  10945. 'App\\Controller\\Teacher\\ContentController::getCompactView' => '?',
  10946. 'App\\Controller\\Teacher\\ContentController::getNextProblem' => '?',
  10947. 'App\\Controller\\Teacher\\ContentController::getProblems' => '?',
  10948. 'App\\Controller\\Teacher\\DefaultController::editProfile' => '?',
  10949. 'App\\Controller\\Teacher\\DefaultController::help' => '?',
  10950. 'App\\Controller\\Teacher\\DefaultController::index' => '?',
  10951. 'App\\Controller\\Teacher\\ExtendActivityController::extendActivity_' => '?',
  10952. 'App\\Controller\\Teacher\\HomeworkController::delete' => '?',
  10953. 'App\\Controller\\Teacher\\HomeworkController::start' => '?',
  10954. 'App\\Controller\\Teacher\\HomeworkController::stop' => '?',
  10955. 'App\\Controller\\Teacher\\HomeworkController::updateDeadline' => '?',
  10956. 'App\\Controller\\Teacher\\HomeworkController::updateStartTime' => '?',
  10957. 'App\\Controller\\Teacher\\PeerTrainingController::delete' => '?',
  10958. 'App\\Controller\\Teacher\\PeerTrainingController::start' => '?',
  10959. 'App\\Controller\\Teacher\\PeerTrainingController::updateStartTime' => '?',
  10960. 'App\\Controller\\Teacher\\QuizController::create' => '?',
  10961. 'App\\Controller\\Teacher\\QuizController::putQuiz' => '?',
  10962. 'App\\Controller\\Teacher\\QuizSessionController::start' => '?',
  10963. 'App\\Controller\\Teacher\\QuizSessionController::stop' => '?',
  10964. 'App\\Controller\\Teacher\\QuizSessionController::updateDeadline' => '?',
  10965. 'App\\Controller\\Teacher\\QuizSessionController::updateStartTime' => '?',
  10966. 'App\\Controller\\Teacher\\StudentController::add' => '?',
  10967. 'App\\Controller\\Teacher\\StudentController::edit' => '?',
  10968. 'App\\Controller\\Teacher\\WorksheetController::addScores' => '?',
  10969. 'App\\Controller\\Teacher\\WorksheetController::create' => '?',
  10970. 'App\\Controller\\Teacher\\WorksheetController::deleteSession' => '?',
  10971. 'App\\Controller\\Teacher\\WorksheetController::fetchWorksheetSolution' => '?',
  10972. 'App\\Controller\\Teacher\\WorksheetController::postWorksheet' => '?',
  10973. 'App\\Controller\\Teacher\\WorksheetController::print' => '?',
  10974. 'App\\Controller\\Teacher\\WorksheetController::printSolutions' => '?',
  10975. 'App\\Controller\\Teacher\\WorksheetController::putSolutionComment' => '?',
  10976. 'App\\Controller\\Teacher\\WorksheetController::putSolutionScore' => '?',
  10977. 'App\\Controller\\Teacher\\WorksheetController::putWorksheet' => '?',
  10978. 'App\\Controller\\Teacher\\WorksheetController::resetScores' => '?',
  10979. 'App\\Controller\\Teacher\\WorksheetController::results' => '?',
  10980. 'App\\Controller\\Teacher\\WorksheetController::resultsProblem' => '?',
  10981. 'App\\Controller\\Teacher\\WorksheetController::resultsUnit' => '?',
  10982. 'App\\Controller\\Teacher\\WorksheetSessionController::start' => '?',
  10983. 'App\\Controller\\Teacher\\WorksheetSessionController::stop' => '?',
  10984. 'App\\Controller\\Teacher\\WorksheetSessionController::updateDeadline' => '?',
  10985. 'App\\Controller\\Teacher\\WorksheetSessionController::updateStartTime' => '?',
  10986. 'App\\Controller\\User\\DefaultController::getParamRow' => '?',
  10987. 'App\\Controller\\User\\DefaultController::getParams' => '?',
  10988. 'App\\Controller\\User\\DefaultController::redirectUser' => '?',
  10989. 'App\\Controller\\User\\DefaultController::setParam' => '?',
  10990. 'App\\Controller\\User\\RegistrationController::register' => '?',
  10991. 'App\\Controller\\User\\RegistrationController::verifyUserEmail' => '?',
  10992. 'App\\Controller\\User\\ResetPasswordController::change' => '?',
  10993. 'App\\Controller\\User\\ResetPasswordController::request' => '?',
  10994. 'App\\Controller\\User\\ResetPasswordController::reset' => '?',
  10995. 'App\\Controller\\User\\SetupTwoFactorAuthController::qrCode' => '?',
  10996. 'App\\Controller\\User\\SetupTwoFactorAuthController::setup' => '?',
  10997. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getClassroomResults' => '?',
  10998. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getUnitResults' => '?',
  10999. 'App\\Services\\Teacher\\API\\DictateActivityService::create' => '?',
  11000. 'App\\Services\\Teacher\\API\\DictateActivityService::createUnit' => '?',
  11001. 'App\\Services\\Teacher\\API\\DictateActivityService::delete' => '?',
  11002. 'App\\Services\\Teacher\\API\\DictateActivityService::update' => '?',
  11003. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getClassroomResults' => '?',
  11004. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getUnitResults' => '?',
  11005. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getClassroomResults' => '?',
  11006. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getUnitResults' => '?',
  11007. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::setClassroomRepository' => '?',
  11008. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getClassroomResults' => '?',
  11009. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getUnitResults' => '?',
  11010. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService::getClassroomResults' => '?',
  11011. 'kernel::loadRoutes' => '?',
  11012. 'kernel::registerContainerConfiguration' => '?',
  11013. 'App\\Controller\\Admin\\BugReportsController:fetchBugReport' => '?',
  11014. 'App\\Controller\\Admin\\BugReportsController:fetchBugReports' => '?',
  11015. 'App\\Controller\\Admin\\BugReportsController:resolveBugReport' => '?',
  11016. 'App\\Controller\\Admin\\BugReportsController:show' => '?',
  11017. 'App\\Controller\\Admin\\ContentController:displayMathproblems' => '?',
  11018. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => '?',
  11019. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => '?',
  11020. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureActions' => '?',
  11021. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => '?',
  11022. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => '?',
  11023. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => '?',
  11024. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => '?',
  11025. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => '?',
  11026. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => '?',
  11027. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => '?',
  11028. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => '?',
  11029. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => '?',
  11030. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:delete' => '?',
  11031. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => '?',
  11032. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:detail' => '?',
  11033. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:edit' => '?',
  11034. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:index' => '?',
  11035. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:new' => '?',
  11036. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => '?',
  11037. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => '?',
  11038. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => '?',
  11039. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:autocomplete' => '?',
  11040. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:batchDelete' => '?',
  11041. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureActions' => '?',
  11042. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureAssets' => '?',
  11043. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureCrud' => '?',
  11044. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureFilters' => '?',
  11045. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => '?',
  11046. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditForm' => '?',
  11047. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => '?',
  11048. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => '?',
  11049. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewForm' => '?',
  11050. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => '?',
  11051. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:delete' => '?',
  11052. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:deleteEntity' => '?',
  11053. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:detail' => '?',
  11054. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:edit' => '?',
  11055. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:index' => '?',
  11056. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:inviteUser' => '?',
  11057. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:new' => '?',
  11058. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:persistEntity' => '?',
  11059. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:renderFilters' => '?',
  11060. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:toggleAdmins' => '?',
  11061. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:updateEntity' => '?',
  11062. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:autocomplete' => '?',
  11063. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:batchDelete' => '?',
  11064. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureActions' => '?',
  11065. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureAssets' => '?',
  11066. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureCrud' => '?',
  11067. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureFilters' => '?',
  11068. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => '?',
  11069. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditForm' => '?',
  11070. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => '?',
  11071. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => '?',
  11072. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewForm' => '?',
  11073. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => '?',
  11074. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:delete' => '?',
  11075. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:deleteEntity' => '?',
  11076. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:detail' => '?',
  11077. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:edit' => '?',
  11078. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:index' => '?',
  11079. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:markAsResolved' => '?',
  11080. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:new' => '?',
  11081. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:persistEntity' => '?',
  11082. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:previewProblem' => '?',
  11083. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:renderFilters' => '?',
  11084. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showAllBugReports' => '?',
  11085. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => '?',
  11086. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:updateEntity' => '?',
  11087. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:autocomplete' => '?',
  11088. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:batchDelete' => '?',
  11089. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureActions' => '?',
  11090. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureAssets' => '?',
  11091. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureCrud' => '?',
  11092. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureFilters' => '?',
  11093. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => '?',
  11094. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditForm' => '?',
  11095. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => '?',
  11096. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => '?',
  11097. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewForm' => '?',
  11098. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => '?',
  11099. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:delete' => '?',
  11100. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:deleteEntity' => '?',
  11101. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:detail' => '?',
  11102. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:edit' => '?',
  11103. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:index' => '?',
  11104. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:new' => '?',
  11105. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:persistEntity' => '?',
  11106. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:renderFilters' => '?',
  11107. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:updateEntity' => '?',
  11108. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:viewTopics' => '?',
  11109. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController:configureUserMenu' => '?',
  11110. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:autocomplete' => '?',
  11111. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:batchDelete' => '?',
  11112. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureActions' => '?',
  11113. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureAssets' => '?',
  11114. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureCrud' => '?',
  11115. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureFilters' => '?',
  11116. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureResponseParameters' => '?',
  11117. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditForm' => '?',
  11118. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => '?',
  11119. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => '?',
  11120. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewForm' => '?',
  11121. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => '?',
  11122. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:delete' => '?',
  11123. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:deleteEntity' => '?',
  11124. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:detail' => '?',
  11125. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:edit' => '?',
  11126. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:index' => '?',
  11127. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:inviteUser' => '?',
  11128. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:new' => '?',
  11129. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:persistEntity' => '?',
  11130. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:renderFilters' => '?',
  11131. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:toggleAdmins' => '?',
  11132. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:updateEntity' => '?',
  11133. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => '?',
  11134. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => '?',
  11135. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureActions' => '?',
  11136. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => '?',
  11137. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => '?',
  11138. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => '?',
  11139. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => '?',
  11140. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => '?',
  11141. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => '?',
  11142. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => '?',
  11143. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => '?',
  11144. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => '?',
  11145. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:delete' => '?',
  11146. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => '?',
  11147. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:detail' => '?',
  11148. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:edit' => '?',
  11149. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:index' => '?',
  11150. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:new' => '?',
  11151. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => '?',
  11152. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => '?',
  11153. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => '?',
  11154. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:autocomplete' => '?',
  11155. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:batchDelete' => '?',
  11156. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureActions' => '?',
  11157. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureAssets' => '?',
  11158. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureCrud' => '?',
  11159. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureFilters' => '?',
  11160. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureResponseParameters' => '?',
  11161. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditForm' => '?',
  11162. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => '?',
  11163. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => '?',
  11164. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewForm' => '?',
  11165. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => '?',
  11166. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:delete' => '?',
  11167. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:deleteEntity' => '?',
  11168. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:detail' => '?',
  11169. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:edit' => '?',
  11170. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:index' => '?',
  11171. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:new' => '?',
  11172. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:persistEntity' => '?',
  11173. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:renderFilters' => '?',
  11174. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:updateEntity' => '?',
  11175. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:autocomplete' => '?',
  11176. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:batchDelete' => '?',
  11177. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureActions' => '?',
  11178. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureAssets' => '?',
  11179. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureCrud' => '?',
  11180. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureFilters' => '?',
  11181. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => '?',
  11182. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditForm' => '?',
  11183. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => '?',
  11184. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => '?',
  11185. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewForm' => '?',
  11186. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => '?',
  11187. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:delete' => '?',
  11188. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:deleteEntity' => '?',
  11189. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:detail' => '?',
  11190. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:edit' => '?',
  11191. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:index' => '?',
  11192. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:new' => '?',
  11193. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:persistEntity' => '?',
  11194. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:renderFilters' => '?',
  11195. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:updateEntity' => '?',
  11196. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:autocomplete' => '?',
  11197. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:batchDelete' => '?',
  11198. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureActions' => '?',
  11199. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureAssets' => '?',
  11200. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureCrud' => '?',
  11201. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureFilters' => '?',
  11202. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => '?',
  11203. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:copyEntity' => '?',
  11204. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditForm' => '?',
  11205. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => '?',
  11206. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => '?',
  11207. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewForm' => '?',
  11208. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => '?',
  11209. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:delete' => '?',
  11210. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:deleteEntity' => '?',
  11211. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:detail' => '?',
  11212. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:edit' => '?',
  11213. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:index' => '?',
  11214. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:new' => '?',
  11215. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:persistEntity' => '?',
  11216. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:renderFilters' => '?',
  11217. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:updateEntity' => '?',
  11218. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => '?',
  11219. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => '?',
  11220. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => '?',
  11221. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => '?',
  11222. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => '?',
  11223. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => '?',
  11224. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => '?',
  11225. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => '?',
  11226. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => '?',
  11227. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => '?',
  11228. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => '?',
  11229. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => '?',
  11230. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => '?',
  11231. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:delete' => '?',
  11232. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => '?',
  11233. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => '?',
  11234. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:detail' => '?',
  11235. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:edit' => '?',
  11236. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:index' => '?',
  11237. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:new' => '?',
  11238. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => '?',
  11239. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => '?',
  11240. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => '?',
  11241. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => '?',
  11242. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => '?',
  11243. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => '?',
  11244. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => '?',
  11245. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => '?',
  11246. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => '?',
  11247. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => '?',
  11248. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => '?',
  11249. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => '?',
  11250. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => '?',
  11251. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => '?',
  11252. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => '?',
  11253. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => '?',
  11254. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => '?',
  11255. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => '?',
  11256. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => '?',
  11257. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => '?',
  11258. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:index' => '?',
  11259. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:new' => '?',
  11260. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => '?',
  11261. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => '?',
  11262. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => '?',
  11263. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:autocomplete' => '?',
  11264. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:batchDelete' => '?',
  11265. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureActions' => '?',
  11266. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureAssets' => '?',
  11267. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureCrud' => '?',
  11268. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureFilters' => '?',
  11269. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => '?',
  11270. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditForm' => '?',
  11271. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => '?',
  11272. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => '?',
  11273. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewForm' => '?',
  11274. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => '?',
  11275. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:delete' => '?',
  11276. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => '?',
  11277. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:detail' => '?',
  11278. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:edit' => '?',
  11279. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:index' => '?',
  11280. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:new' => '?',
  11281. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:persistEntity' => '?',
  11282. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:renderFilters' => '?',
  11283. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:updateEntity' => '?',
  11284. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:viewProblems' => '?',
  11285. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:autocomplete' => '?',
  11286. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:batchDelete' => '?',
  11287. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureActions' => '?',
  11288. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureAssets' => '?',
  11289. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureCrud' => '?',
  11290. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureFilters' => '?',
  11291. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => '?',
  11292. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => '?',
  11293. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditForm' => '?',
  11294. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => '?',
  11295. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => '?',
  11296. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewForm' => '?',
  11297. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => '?',
  11298. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:delete' => '?',
  11299. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:deleteEntity' => '?',
  11300. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:detail' => '?',
  11301. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:edit' => '?',
  11302. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:index' => '?',
  11303. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:new' => '?',
  11304. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:persistEntity' => '?',
  11305. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:renderFilters' => '?',
  11306. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:updateEntity' => '?',
  11307. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAudio' => '?',
  11308. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAuthors' => '?',
  11309. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewImages' => '?',
  11310. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewQuizzes' => '?',
  11311. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => '?',
  11312. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => '?',
  11313. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => '?',
  11314. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => '?',
  11315. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => '?',
  11316. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => '?',
  11317. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => '?',
  11318. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => '?',
  11319. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => '?',
  11320. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => '?',
  11321. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => '?',
  11322. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => '?',
  11323. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => '?',
  11324. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => '?',
  11325. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => '?',
  11326. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => '?',
  11327. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => '?',
  11328. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:index' => '?',
  11329. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:new' => '?',
  11330. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => '?',
  11331. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => '?',
  11332. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => '?',
  11333. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => '?',
  11334. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => '?',
  11335. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => '?',
  11336. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => '?',
  11337. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:autocomplete' => '?',
  11338. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:batchDelete' => '?',
  11339. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureActions' => '?',
  11340. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureAssets' => '?',
  11341. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureCrud' => '?',
  11342. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureFilters' => '?',
  11343. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => '?',
  11344. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditForm' => '?',
  11345. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => '?',
  11346. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => '?',
  11347. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewForm' => '?',
  11348. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => '?',
  11349. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:delete' => '?',
  11350. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:deleteEntity' => '?',
  11351. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:detail' => '?',
  11352. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:edit' => '?',
  11353. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:index' => '?',
  11354. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:new' => '?',
  11355. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:persistEntity' => '?',
  11356. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:renderFilters' => '?',
  11357. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:updateEntity' => '?',
  11358. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewEditors' => '?',
  11359. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewPublications' => '?',
  11360. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:autocomplete' => '?',
  11361. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:batchDelete' => '?',
  11362. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureActions' => '?',
  11363. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureAssets' => '?',
  11364. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureCrud' => '?',
  11365. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureFilters' => '?',
  11366. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureResponseParameters' => '?',
  11367. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:countEnabledProblems' => '?',
  11368. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditForm' => '?',
  11369. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => '?',
  11370. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => '?',
  11371. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewForm' => '?',
  11372. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => '?',
  11373. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:delete' => '?',
  11374. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:deleteEntity' => '?',
  11375. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:detail' => '?',
  11376. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:edit' => '?',
  11377. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:index' => '?',
  11378. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:new' => '?',
  11379. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:persistEntity' => '?',
  11380. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:problemsArePublished' => '?',
  11381. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:renderFilters' => '?',
  11382. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:updateEntity' => '?',
  11383. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:viewProblems' => '?',
  11384. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => '?',
  11385. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => '?',
  11386. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => '?',
  11387. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => '?',
  11388. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => '?',
  11389. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => '?',
  11390. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => '?',
  11391. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => '?',
  11392. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => '?',
  11393. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => '?',
  11394. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => '?',
  11395. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => '?',
  11396. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => '?',
  11397. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:delete' => '?',
  11398. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => '?',
  11399. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:detail' => '?',
  11400. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:edit' => '?',
  11401. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:index' => '?',
  11402. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:new' => '?',
  11403. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => '?',
  11404. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => '?',
  11405. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => '?',
  11406. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => '?',
  11407. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => '?',
  11408. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:autocomplete' => '?',
  11409. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:batchDelete' => '?',
  11410. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureActions' => '?',
  11411. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureAssets' => '?',
  11412. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureCrud' => '?',
  11413. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureFilters' => '?',
  11414. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => '?',
  11415. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditForm' => '?',
  11416. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => '?',
  11417. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => '?',
  11418. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewForm' => '?',
  11419. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => '?',
  11420. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:delete' => '?',
  11421. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => '?',
  11422. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:detail' => '?',
  11423. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:edit' => '?',
  11424. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:index' => '?',
  11425. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:new' => '?',
  11426. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:persistEntity' => '?',
  11427. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:renderFilters' => '?',
  11428. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:updateEntity' => '?',
  11429. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => '?',
  11430. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => '?',
  11431. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => '?',
  11432. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => '?',
  11433. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => '?',
  11434. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => '?',
  11435. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => '?',
  11436. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => '?',
  11437. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => '?',
  11438. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => '?',
  11439. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => '?',
  11440. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => '?',
  11441. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => '?',
  11442. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => '?',
  11443. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => '?',
  11444. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => '?',
  11445. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => '?',
  11446. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => '?',
  11447. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => '?',
  11448. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => '?',
  11449. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => '?',
  11450. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:autocomplete' => '?',
  11451. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:batchDelete' => '?',
  11452. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureActions' => '?',
  11453. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureAssets' => '?',
  11454. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureCrud' => '?',
  11455. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureFilters' => '?',
  11456. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureResponseParameters' => '?',
  11457. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditForm' => '?',
  11458. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditFormBuilder' => '?',
  11459. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => '?',
  11460. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewForm' => '?',
  11461. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewFormBuilder' => '?',
  11462. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:delete' => '?',
  11463. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:deleteEntity' => '?',
  11464. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:detail' => '?',
  11465. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:edit' => '?',
  11466. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:index' => '?',
  11467. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:new' => '?',
  11468. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:persistEntity' => '?',
  11469. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:renderFilters' => '?',
  11470. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:updateEntity' => '?',
  11471. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:autocomplete' => '?',
  11472. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:batchDelete' => '?',
  11473. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureActions' => '?',
  11474. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureAssets' => '?',
  11475. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureCrud' => '?',
  11476. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureFilters' => '?',
  11477. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => '?',
  11478. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:copyEntity' => '?',
  11479. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditForm' => '?',
  11480. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => '?',
  11481. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => '?',
  11482. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewForm' => '?',
  11483. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => '?',
  11484. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:delete' => '?',
  11485. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:deleteEntity' => '?',
  11486. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:detail' => '?',
  11487. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:edit' => '?',
  11488. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:index' => '?',
  11489. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:new' => '?',
  11490. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:persistEntity' => '?',
  11491. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:renderFilters' => '?',
  11492. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:updateEntity' => '?',
  11493. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:viewProblems' => '?',
  11494. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => '?',
  11495. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => '?',
  11496. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => '?',
  11497. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => '?',
  11498. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => '?',
  11499. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => '?',
  11500. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => '?',
  11501. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => '?',
  11502. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => '?',
  11503. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => '?',
  11504. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => '?',
  11505. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => '?',
  11506. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => '?',
  11507. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:delete' => '?',
  11508. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => '?',
  11509. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:detail' => '?',
  11510. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:edit' => '?',
  11511. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:index' => '?',
  11512. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:new' => '?',
  11513. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => '?',
  11514. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => '?',
  11515. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => '?',
  11516. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => '?',
  11517. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => '?',
  11518. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:autocomplete' => '?',
  11519. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:batchDelete' => '?',
  11520. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureActions' => '?',
  11521. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureAssets' => '?',
  11522. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureCrud' => '?',
  11523. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureFilters' => '?',
  11524. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => '?',
  11525. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditForm' => '?',
  11526. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => '?',
  11527. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => '?',
  11528. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewForm' => '?',
  11529. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => '?',
  11530. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:delete' => '?',
  11531. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => '?',
  11532. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:detail' => '?',
  11533. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:edit' => '?',
  11534. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:index' => '?',
  11535. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:new' => '?',
  11536. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:persistEntity' => '?',
  11537. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:renderFilters' => '?',
  11538. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:updateEntity' => '?',
  11539. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:autocomplete' => '?',
  11540. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:batchDelete' => '?',
  11541. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureActions' => '?',
  11542. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureAssets' => '?',
  11543. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureCrud' => '?',
  11544. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureFilters' => '?',
  11545. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureResponseParameters' => '?',
  11546. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:copyEntity' => '?',
  11547. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditForm' => '?',
  11548. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => '?',
  11549. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => '?',
  11550. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewForm' => '?',
  11551. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => '?',
  11552. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:delete' => '?',
  11553. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:deleteEntity' => '?',
  11554. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:detail' => '?',
  11555. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:edit' => '?',
  11556. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:index' => '?',
  11557. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:new' => '?',
  11558. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:persistEntity' => '?',
  11559. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:quizFromTopic' => '?',
  11560. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:renderFilters' => '?',
  11561. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:updateEntity' => '?',
  11562. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:viewTemplates' => '?',
  11563. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => '?',
  11564. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => '?',
  11565. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => '?',
  11566. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => '?',
  11567. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => '?',
  11568. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => '?',
  11569. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => '?',
  11570. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => '?',
  11571. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => '?',
  11572. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => '?',
  11573. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => '?',
  11574. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => '?',
  11575. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => '?',
  11576. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:delete' => '?',
  11577. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => '?',
  11578. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:detail' => '?',
  11579. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:edit' => '?',
  11580. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:index' => '?',
  11581. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:new' => '?',
  11582. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => '?',
  11583. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => '?',
  11584. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => '?',
  11585. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => '?',
  11586. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => '?',
  11587. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:autocomplete' => '?',
  11588. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:batchDelete' => '?',
  11589. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureActions' => '?',
  11590. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureAssets' => '?',
  11591. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureCrud' => '?',
  11592. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureFilters' => '?',
  11593. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureResponseParameters' => '?',
  11594. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditForm' => '?',
  11595. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditFormBuilder' => '?',
  11596. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => '?',
  11597. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewForm' => '?',
  11598. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewFormBuilder' => '?',
  11599. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:delete' => '?',
  11600. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:deleteEntity' => '?',
  11601. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:detail' => '?',
  11602. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:edit' => '?',
  11603. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:index' => '?',
  11604. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:inviteUser' => '?',
  11605. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:new' => '?',
  11606. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:persistEntity' => '?',
  11607. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:renderFilters' => '?',
  11608. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:toggleAdmins' => '?',
  11609. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:updateEntity' => '?',
  11610. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:autocomplete' => '?',
  11611. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:batchDelete' => '?',
  11612. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureActions' => '?',
  11613. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureAssets' => '?',
  11614. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureCrud' => '?',
  11615. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureFilters' => '?',
  11616. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => '?',
  11617. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditForm' => '?',
  11618. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => '?',
  11619. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => '?',
  11620. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewForm' => '?',
  11621. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => '?',
  11622. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:delete' => '?',
  11623. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:deleteEntity' => '?',
  11624. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:detail' => '?',
  11625. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:edit' => '?',
  11626. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:index' => '?',
  11627. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:new' => '?',
  11628. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:persistEntity' => '?',
  11629. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:renderFilters' => '?',
  11630. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:updateEntity' => '?',
  11631. 'App\\Controller\\Admin\\MathproblemController:addAction' => '?',
  11632. 'App\\Controller\\Admin\\MathproblemController:count' => '?',
  11633. 'App\\Controller\\Admin\\MathproblemController:createAction' => '?',
  11634. 'App\\Controller\\Admin\\MathproblemController:deleteAction' => '?',
  11635. 'App\\Controller\\Admin\\MathproblemController:deleteImageAction' => '?',
  11636. 'App\\Controller\\Admin\\MathproblemController:disable' => '?',
  11637. 'App\\Controller\\Admin\\MathproblemController:editAction' => '?',
  11638. 'App\\Controller\\Admin\\MathproblemController:mathproblemlookupAction' => '?',
  11639. 'App\\Controller\\Admin\\MathproblemController:overview' => '?',
  11640. 'App\\Controller\\Admin\\MathproblemController:showAction' => '?',
  11641. 'App\\Controller\\Admin\\MathproblemController:updateAction' => '?',
  11642. 'App\\Controller\\Admin\\ProblemController:edit' => '?',
  11643. 'App\\Controller\\Admin\\ResetPasswordController:reset' => '?',
  11644. 'App\\Controller\\Admin\\TagController:lookup' => '?',
  11645. 'App\\Controller\\Admin\\TemplateController:disable' => '?',
  11646. 'App\\Controller\\Admin\\TemplateController:overview' => '?',
  11647. 'App\\Controller\\Core\\API\\PollyController:textToSpeech' => '?',
  11648. 'App\\Controller\\Core\\API\\ProblemController:activeQuizSession' => '?',
  11649. 'App\\Controller\\Core\\API\\ProblemController:getProblems' => '?',
  11650. 'App\\Controller\\Core\\API\\ProblemController:getResults' => '?',
  11651. 'App\\Controller\\Core\\API\\ProblemController:resetQuestion' => '?',
  11652. 'App\\Controller\\Core\\API\\ProblemController:saveAnswer' => '?',
  11653. 'App\\Controller\\Core\\API\\ProblemController:setQuizSessionRepository' => '?',
  11654. 'App\\Controller\\Core\\API\\ProblemController:setValidator' => '?',
  11655. 'App\\Controller\\Core\\API\\ProblemController:startQuiz' => '?',
  11656. 'App\\Controller\\Core\\API\\SharedQuizController:archive' => '?',
  11657. 'App\\Controller\\Core\\API\\SharedQuizController:copyQuiz' => '?',
  11658. 'App\\Controller\\Core\\API\\SharedQuizController:create' => '?',
  11659. 'App\\Controller\\Core\\API\\SharedQuizController:edit' => '?',
  11660. 'App\\Controller\\Core\\API\\SharedQuizController:finishStudentQuizUnit' => '?',
  11661. 'App\\Controller\\Core\\API\\SharedQuizController:saveAnswer' => '?',
  11662. 'App\\Controller\\Core\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => '?',
  11663. 'App\\Controller\\Core\\API\\SharedQuizController:startStudentQuizUnit' => '?',
  11664. 'App\\Controller\\Core\\API\\SharedQuizController:studentGetProblems' => '?',
  11665. 'App\\Controller\\Core\\API\\SharedQuizController:studentOverviewQuizzes' => '?',
  11666. 'App\\Controller\\Core\\API\\SharedQuizController:studentQuizUnitResults' => '?',
  11667. 'App\\Controller\\Core\\API\\SharedQuizController:teacherActivateQuestion' => '?',
  11668. 'App\\Controller\\Core\\API\\SharedQuizController:teacherDeactivateQuestion' => '?',
  11669. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => '?',
  11670. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => '?',
  11671. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizUnit' => '?',
  11672. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzes' => '?',
  11673. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesPin' => '?',
  11674. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => '?',
  11675. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => '?',
  11676. 'App\\Controller\\Core\\API\\SharedQuizController:unarchive' => '?',
  11677. 'App\\Controller\\Core\\BugReportController:reportMpBug' => '?',
  11678. 'App\\Controller\\Core\\DataController:refreshStudentClassroomPointPools' => '?',
  11679. 'App\\Controller\\Core\\DataController:refreshStudentSelfStudyPointPools' => '?',
  11680. 'App\\Controller\\Core\\DataController:refreshStudentSessions' => '?',
  11681. 'App\\Controller\\Core\\DataController:refreshStudentSessionsJSON' => '?',
  11682. 'App\\Controller\\Core\\DataController:refreshTeacherStudents' => '?',
  11683. 'App\\Controller\\Core\\EventLoggerController:log' => '?',
  11684. 'App\\Controller\\Core\\MathProblemController:getAudioFile' => '?',
  11685. 'App\\Controller\\Core\\ResultsController:crammingActivityResult' => '?',
  11686. 'App\\Controller\\Core\\ResultsController:quizResults' => '?',
  11687. 'App\\Controller\\Core\\TextbookController:fetchCategory' => '?',
  11688. 'App\\Controller\\Core\\TextbookController:getAudioFile' => '?',
  11689. 'App\\Controller\\Student\\ClassroomsController:index' => '?',
  11690. 'App\\Controller\\Student\\ClassroomsController:removeClassroom' => '?',
  11691. 'App\\Controller\\Student\\CrammingActivityController:checkAnswer' => '?',
  11692. 'App\\Controller\\Student\\CrammingActivityController:pauseActivityHomework' => '?',
  11693. 'App\\Controller\\Student\\CrammingActivityController:playActivityHomework' => '?',
  11694. 'App\\Controller\\Student\\CrammingActivityController:showMathProblem' => '?',
  11695. 'App\\Controller\\Student\\DashboardController:getTextAudio' => '?',
  11696. 'App\\Controller\\Student\\DashboardController:show' => '?',
  11697. 'App\\Controller\\Student\\DashboardController:topicTrainingResults' => '?',
  11698. 'App\\Controller\\Student\\DefaultController:clearImpersonation' => '?',
  11699. 'App\\Controller\\Student\\DefaultController:index' => '?',
  11700. 'App\\Controller\\Student\\HomeworkController:checkAnswer' => '?',
  11701. 'App\\Controller\\Student\\HomeworkController:pause' => '?',
  11702. 'App\\Controller\\Student\\HomeworkController:play' => '?',
  11703. 'App\\Controller\\Student\\HomeworkController:prepare' => '?',
  11704. 'App\\Controller\\Student\\HomeworkController:showMathproblem' => '?',
  11705. 'App\\Controller\\Student\\KvikMat\\SelfStudyController:start' => '?',
  11706. 'App\\Controller\\Student\\PeerSessionController:feedback' => '?',
  11707. 'App\\Controller\\Student\\PeerSessionController:mathproblem' => '?',
  11708. 'App\\Controller\\Student\\PeerSessionController:rate' => '?',
  11709. 'App\\Controller\\Student\\PerformanceController:crammingSummary' => '?',
  11710. 'App\\Controller\\Student\\PerformanceController:showDashboard' => '?',
  11711. 'App\\Controller\\Student\\PerformanceController:showDashboardJSON' => '?',
  11712. 'App\\Controller\\Student\\PerformanceController:trainingSummary' => '?',
  11713. 'App\\Controller\\Student\\PretestController:answerPretest' => '?',
  11714. 'App\\Controller\\Student\\PretestController:showPretest' => '?',
  11715. 'App\\Controller\\Student\\QuizSessionController:finish' => '?',
  11716. 'App\\Controller\\Student\\QuizSessionController:getProblem' => '?',
  11717. 'App\\Controller\\Student\\QuizSessionController:pause' => '?',
  11718. 'App\\Controller\\Student\\QuizSessionController:play' => '?',
  11719. 'App\\Controller\\Student\\QuizSessionController:saveAnswer' => '?',
  11720. 'App\\Controller\\Student\\QuizSessionController:showProblem' => '?',
  11721. 'App\\Controller\\Student\\ResultsController:homeworkResultsJSON' => '?',
  11722. 'App\\Controller\\Student\\ResultsController:trainingSessionResultsJSON' => '?',
  11723. 'App\\Controller\\Student\\StatisticsController:worksheetSessionResults' => '?',
  11724. 'App\\Controller\\Student\\TrainingController:checkAnswer' => '?',
  11725. 'App\\Controller\\Student\\TrainingController:prepare' => '?',
  11726. 'App\\Controller\\Student\\TrainingController:prepareJSON' => '?',
  11727. 'App\\Controller\\Student\\TrainingController:showMathproblem' => '?',
  11728. 'App\\Controller\\Student\\WorksheetSessionController:deleteFile' => '?',
  11729. 'App\\Controller\\Student\\WorksheetSessionController:showProblem' => '?',
  11730. 'App\\Controller\\Teacher\\API\\DictateActivityController:start' => '?',
  11731. 'App\\Controller\\Teacher\\API\\DictateActivityController:stop' => '?',
  11732. 'App\\Controller\\Teacher\\API\\HomeworkController:create' => '?',
  11733. 'App\\Controller\\Teacher\\API\\QuizTypeController:getQuizTypes' => '?',
  11734. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:start' => '?',
  11735. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:stop' => '?',
  11736. 'App\\Controller\\Teacher\\API\\TagController:getTags' => '?',
  11737. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController:templateCount' => '?',
  11738. 'App\\Controller\\Teacher\\API\\TrainingActivityController:create' => '?',
  11739. 'App\\Controller\\Teacher\\API\\WorksheetController:pdfPrint' => '?',
  11740. 'App\\Controller\\Teacher\\ClassroomController:create' => '?',
  11741. 'App\\Controller\\Teacher\\ClassroomController:delete' => '?',
  11742. 'App\\Controller\\Teacher\\ClassroomController:edit' => '?',
  11743. 'App\\Controller\\Teacher\\ClassroomController:editPointPool' => '?',
  11744. 'App\\Controller\\Teacher\\ClassroomController:getClassesByInstitution' => '?',
  11745. 'App\\Controller\\Teacher\\ClassroomController:getPointPools' => '?',
  11746. 'App\\Controller\\Teacher\\ClassroomController:getStudents' => '?',
  11747. 'App\\Controller\\Teacher\\ClassroomController:join' => '?',
  11748. 'App\\Controller\\Teacher\\ClassroomController:overview' => '?',
  11749. 'App\\Controller\\Teacher\\ClassroomController:select' => '?',
  11750. 'App\\Controller\\Teacher\\ContentController:addProblem' => '?',
  11751. 'App\\Controller\\Teacher\\ContentController:copyMathProblem' => '?',
  11752. 'App\\Controller\\Teacher\\ContentController:disableMathProblem' => '?',
  11753. 'App\\Controller\\Teacher\\ContentController:editMathProblem' => '?',
  11754. 'App\\Controller\\Teacher\\ContentController:fetchProblems' => '?',
  11755. 'App\\Controller\\Teacher\\ContentController:getCompactView' => '?',
  11756. 'App\\Controller\\Teacher\\ContentController:getNextProblem' => '?',
  11757. 'App\\Controller\\Teacher\\ContentController:getProblems' => '?',
  11758. 'App\\Controller\\Teacher\\DefaultController:editProfile' => '?',
  11759. 'App\\Controller\\Teacher\\DefaultController:help' => '?',
  11760. 'App\\Controller\\Teacher\\DefaultController:index' => '?',
  11761. 'App\\Controller\\Teacher\\ExtendActivityController:extendActivity_' => '?',
  11762. 'App\\Controller\\Teacher\\HomeworkController:delete' => '?',
  11763. 'App\\Controller\\Teacher\\HomeworkController:start' => '?',
  11764. 'App\\Controller\\Teacher\\HomeworkController:stop' => '?',
  11765. 'App\\Controller\\Teacher\\HomeworkController:updateDeadline' => '?',
  11766. 'App\\Controller\\Teacher\\HomeworkController:updateStartTime' => '?',
  11767. 'App\\Controller\\Teacher\\PeerTrainingController:delete' => '?',
  11768. 'App\\Controller\\Teacher\\PeerTrainingController:start' => '?',
  11769. 'App\\Controller\\Teacher\\PeerTrainingController:updateStartTime' => '?',
  11770. 'App\\Controller\\Teacher\\QuizController:create' => '?',
  11771. 'App\\Controller\\Teacher\\QuizController:putQuiz' => '?',
  11772. 'App\\Controller\\Teacher\\QuizSessionController:start' => '?',
  11773. 'App\\Controller\\Teacher\\QuizSessionController:stop' => '?',
  11774. 'App\\Controller\\Teacher\\QuizSessionController:updateDeadline' => '?',
  11775. 'App\\Controller\\Teacher\\QuizSessionController:updateStartTime' => '?',
  11776. 'App\\Controller\\Teacher\\StudentController:add' => '?',
  11777. 'App\\Controller\\Teacher\\StudentController:edit' => '?',
  11778. 'App\\Controller\\Teacher\\WorksheetController:addScores' => '?',
  11779. 'App\\Controller\\Teacher\\WorksheetController:create' => '?',
  11780. 'App\\Controller\\Teacher\\WorksheetController:deleteSession' => '?',
  11781. 'App\\Controller\\Teacher\\WorksheetController:fetchWorksheetSolution' => '?',
  11782. 'App\\Controller\\Teacher\\WorksheetController:postWorksheet' => '?',
  11783. 'App\\Controller\\Teacher\\WorksheetController:print' => '?',
  11784. 'App\\Controller\\Teacher\\WorksheetController:printSolutions' => '?',
  11785. 'App\\Controller\\Teacher\\WorksheetController:putSolutionComment' => '?',
  11786. 'App\\Controller\\Teacher\\WorksheetController:putSolutionScore' => '?',
  11787. 'App\\Controller\\Teacher\\WorksheetController:putWorksheet' => '?',
  11788. 'App\\Controller\\Teacher\\WorksheetController:resetScores' => '?',
  11789. 'App\\Controller\\Teacher\\WorksheetController:results' => '?',
  11790. 'App\\Controller\\Teacher\\WorksheetController:resultsProblem' => '?',
  11791. 'App\\Controller\\Teacher\\WorksheetController:resultsUnit' => '?',
  11792. 'App\\Controller\\Teacher\\WorksheetSessionController:start' => '?',
  11793. 'App\\Controller\\Teacher\\WorksheetSessionController:stop' => '?',
  11794. 'App\\Controller\\Teacher\\WorksheetSessionController:updateDeadline' => '?',
  11795. 'App\\Controller\\Teacher\\WorksheetSessionController:updateStartTime' => '?',
  11796. 'App\\Controller\\User\\DefaultController:getParamRow' => '?',
  11797. 'App\\Controller\\User\\DefaultController:getParams' => '?',
  11798. 'App\\Controller\\User\\DefaultController:redirectUser' => '?',
  11799. 'App\\Controller\\User\\DefaultController:setParam' => '?',
  11800. 'App\\Controller\\User\\RegistrationController:register' => '?',
  11801. 'App\\Controller\\User\\RegistrationController:verifyUserEmail' => '?',
  11802. 'App\\Controller\\User\\ResetPasswordController:change' => '?',
  11803. 'App\\Controller\\User\\ResetPasswordController:request' => '?',
  11804. 'App\\Controller\\User\\ResetPasswordController:reset' => '?',
  11805. 'App\\Controller\\User\\SetupTwoFactorAuthController:qrCode' => '?',
  11806. 'App\\Controller\\User\\SetupTwoFactorAuthController:setup' => '?',
  11807. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getClassroomResults' => '?',
  11808. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getUnitResults' => '?',
  11809. 'App\\Services\\Teacher\\API\\DictateActivityService:create' => '?',
  11810. 'App\\Services\\Teacher\\API\\DictateActivityService:createUnit' => '?',
  11811. 'App\\Services\\Teacher\\API\\DictateActivityService:delete' => '?',
  11812. 'App\\Services\\Teacher\\API\\DictateActivityService:update' => '?',
  11813. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getClassroomResults' => '?',
  11814. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getUnitResults' => '?',
  11815. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getClassroomResults' => '?',
  11816. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getUnitResults' => '?',
  11817. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:setClassroomRepository' => '?',
  11818. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getClassroomResults' => '?',
  11819. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getUnitResults' => '?',
  11820. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService:getClassroomResults' => '?',
  11821. 'kernel:loadRoutes' => '?',
  11822. 'kernel:registerContainerConfiguration' => '?',
  11823. ]);
  11824. }
  11825. /**
  11826. * Gets the private '.service_locator.yeIax27' shared service.
  11827. *
  11828. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11829. */
  11830. protected function get_ServiceLocator_YeIax27Service()
  11831. {
  11832. return $this->privates['.service_locator.yeIax27'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11833. 'quizSessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  11834. ], [
  11835. 'quizSessionService' => 'App\\Services\\Student\\QuizSessionService',
  11836. ]);
  11837. }
  11838. /**
  11839. * Gets the private '.service_locator.zN45KLS' shared service.
  11840. *
  11841. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11842. */
  11843. protected function get_ServiceLocator_ZN45KLSService()
  11844. {
  11845. return $this->privates['.service_locator.zN45KLS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11846. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  11847. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  11848. 'sessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  11849. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  11850. ], [
  11851. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  11852. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  11853. 'sessionService' => 'App\\Services\\Student\\QuizSessionService',
  11854. 'translator' => '?',
  11855. ]);
  11856. }
  11857. /**
  11858. * Gets the private '.service_locator.zQ6uf8A' shared service.
  11859. *
  11860. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11861. */
  11862. protected function get_ServiceLocator_ZQ6uf8AService()
  11863. {
  11864. return $this->privates['.service_locator.zQ6uf8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11865. 'homeworkService' => ['privates', 'App\\Services\\Teacher\\HomeworkService', 'getHomeworkService2Service', false],
  11866. ], [
  11867. 'homeworkService' => 'App\\Services\\Teacher\\HomeworkService',
  11868. ]);
  11869. }
  11870. /**
  11871. * Gets the private '.service_locator.ziRJggc' shared service.
  11872. *
  11873. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11874. */
  11875. protected function get_ServiceLocator_ZiRJggcService()
  11876. {
  11877. return $this->privates['.service_locator.ziRJggc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11878. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  11879. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  11880. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  11881. ], [
  11882. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  11883. 'logger' => '?',
  11884. 'sessionService' => 'App\\Services\\Core\\SessionService',
  11885. ]);
  11886. }
  11887. /**
  11888. * Gets the private '.session.deprecated' shared service.
  11889. *
  11890. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11891. */
  11892. protected function get_Session_DeprecatedService()
  11893. {
  11894. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  11895. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11896. 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();
  11897. }
  11898. /**
  11899. * Gets the private '.twig.command.debug.lazy' shared service.
  11900. *
  11901. * @return \Symfony\Component\Console\Command\LazyCommand
  11902. */
  11903. protected function get_Twig_Command_Debug_LazyService()
  11904. {
  11905. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11906. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11907. 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 {
  11908. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11909. });
  11910. }
  11911. /**
  11912. * Gets the private '.twig.command.lint.lazy' shared service.
  11913. *
  11914. * @return \Symfony\Component\Console\Command\LazyCommand
  11915. */
  11916. protected function get_Twig_Command_Lint_LazyService()
  11917. {
  11918. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11919. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11920. 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 {
  11921. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11922. });
  11923. }
  11924. /**
  11925. * Gets the private '.ux.twig_component.command.debug.lazy' shared service.
  11926. *
  11927. * @return \Symfony\Component\Console\Command\LazyCommand
  11928. */
  11929. protected function get_Ux_TwigComponent_Command_Debug_LazyService()
  11930. {
  11931. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11932. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11933. return $this->privates['.ux.twig_component.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig-component', [], 'Display components and them usages for an application', false, function (): \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand {
  11934. return ($this->privates['ux.twig_component.command.debug'] ?? $this->getUx_TwigComponent_Command_DebugService());
  11935. });
  11936. }
  11937. /**
  11938. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11939. *
  11940. * @return \Symfony\Component\Console\Command\LazyCommand
  11941. */
  11942. protected function get_VarDumper_Command_ServerDump_LazyService()
  11943. {
  11944. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11945. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11946. 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 {
  11947. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11948. });
  11949. }
  11950. /**
  11951. * Gets the private 'App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand' shared autowired service.
  11952. *
  11953. * @return \App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand
  11954. */
  11955. protected function getAbacusCopyAnonymizedProdDataToTestServerCommandService()
  11956. {
  11957. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11958. include_once \dirname(__DIR__, 4).'/src/Command/AbacusCopyAnonymizedProdDataToTestServerCommand.php';
  11959. $this->privates['App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] = $instance = new \App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand();
  11960. $instance->setName('abacus:copy-anonymized-prod-data-to-test-server');
  11961. $instance->setDescription('Copy anonymized data from the production server to the test server');
  11962. return $instance;
  11963. }
  11964. /**
  11965. * Gets the private 'App\Command\AbacusFetchSiteCommand' shared autowired service.
  11966. *
  11967. * @return \App\Command\AbacusFetchSiteCommand
  11968. */
  11969. protected function getAbacusFetchSiteCommandService()
  11970. {
  11971. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11972. include_once \dirname(__DIR__, 4).'/src/Command/AbacusFetchSiteCommand.php';
  11973. $this->privates['App\\Command\\AbacusFetchSiteCommand'] = $instance = new \App\Command\AbacusFetchSiteCommand(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  11974. $instance->setName('abacus:fetch-site');
  11975. $instance->setDescription('Fetch site database and/or media folder from test server');
  11976. return $instance;
  11977. }
  11978. /**
  11979. * Gets the private 'App\Command\AbacusLoadTestDataCommand' shared autowired service.
  11980. *
  11981. * @return \App\Command\AbacusLoadTestDataCommand
  11982. */
  11983. protected function getAbacusLoadTestDataCommandService()
  11984. {
  11985. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11986. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLoadTestDataCommand.php';
  11987. $this->privates['App\\Command\\AbacusLoadTestDataCommand'] = $instance = new \App\Command\AbacusLoadTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\TestDataService'] ?? $this->getTestDataServiceService()));
  11988. $instance->setName('abacus:load-test-data');
  11989. $instance->setDescription('Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.');
  11990. return $instance;
  11991. }
  11992. /**
  11993. * Gets the private 'App\Command\AbacusLocateInlineImagesCommand' shared autowired service.
  11994. *
  11995. * @return \App\Command\AbacusLocateInlineImagesCommand
  11996. */
  11997. protected function getAbacusLocateInlineImagesCommandService()
  11998. {
  11999. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12000. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLocateInlineImagesCommand.php';
  12001. $this->privates['App\\Command\\AbacusLocateInlineImagesCommand'] = $instance = new \App\Command\AbacusLocateInlineImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12002. $instance->setName('abacus:locate-inline-images');
  12003. $instance->setDescription('Lists inline images across specific tables');
  12004. return $instance;
  12005. }
  12006. /**
  12007. * Gets the private 'App\Command\AbacusLocateMissingFilesCommand' shared autowired service.
  12008. *
  12009. * @return \App\Command\AbacusLocateMissingFilesCommand
  12010. */
  12011. protected function getAbacusLocateMissingFilesCommandService()
  12012. {
  12013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12014. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLocateMissingFilesCommand.php';
  12015. $this->privates['App\\Command\\AbacusLocateMissingFilesCommand'] = $instance = new \App\Command\AbacusLocateMissingFilesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12016. $instance->setName('abacus:locate-missing-files');
  12017. $instance->setDescription('Lists missing media files on various entity types');
  12018. return $instance;
  12019. }
  12020. /**
  12021. * Gets the private 'App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' shared autowired service.
  12022. *
  12023. * @return \App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand
  12024. */
  12025. protected function getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommandService()
  12026. {
  12027. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12028. include_once \dirname(__DIR__, 4).'/src/Command/AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.php';
  12029. $this->privates['App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand'] = $instance = new \App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  12030. $instance->setName('abacus:migrate-self-study-typical-exam-problem-element-images-to-references');
  12031. $instance->setDescription('Migrate inline images in self_study_typical_exam_problem_element.content to image references');
  12032. return $instance;
  12033. }
  12034. /**
  12035. * Gets the private 'App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand' shared autowired service.
  12036. *
  12037. * @return \App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand
  12038. */
  12039. protected function getAbacusMigrateTextbookElementImagesToReferencesCommandService()
  12040. {
  12041. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12042. include_once \dirname(__DIR__, 4).'/src/Command/AbacusMigrateTextbookElementImagesToReferencesCommand.php';
  12043. $this->privates['App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] = $instance = new \App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  12044. $instance->setName('abacus:migrate-textbook-element-images-to-references');
  12045. $instance->setDescription('Migrate textbook element images to references in Abacus');
  12046. return $instance;
  12047. }
  12048. /**
  12049. * Gets the private 'App\Command\AbacusRearrangeMathProblemsCommand' shared autowired service.
  12050. *
  12051. * @return \App\Command\AbacusRearrangeMathProblemsCommand
  12052. */
  12053. protected function getAbacusRearrangeMathProblemsCommandService()
  12054. {
  12055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12056. include_once \dirname(__DIR__, 4).'/src/Command/AbacusRearrangeMathProblemsCommand.php';
  12057. $this->privates['App\\Command\\AbacusRearrangeMathProblemsCommand'] = $instance = new \App\Command\AbacusRearrangeMathProblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12058. $instance->setName('abacus:rearrange');
  12059. $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.');
  12060. return $instance;
  12061. }
  12062. /**
  12063. * Gets the private 'App\Command\AbacusValidateAllMathproblemsCommand' shared autowired service.
  12064. *
  12065. * @return \App\Command\AbacusValidateAllMathproblemsCommand
  12066. */
  12067. protected function getAbacusValidateAllMathproblemsCommandService()
  12068. {
  12069. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12070. include_once \dirname(__DIR__, 4).'/src/Command/AbacusValidateAllMathproblemsCommand.php';
  12071. $this->privates['App\\Command\\AbacusValidateAllMathproblemsCommand'] = $instance = new \App\Command\AbacusValidateAllMathproblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  12072. $instance->setName('abacus:validate-all-mathproblems');
  12073. $instance->setDescription('Re-validates all mathproblems');
  12074. return $instance;
  12075. }
  12076. /**
  12077. * Gets the private 'App\Command\AbacusValidateExistingMathproblemsCommand' shared autowired service.
  12078. *
  12079. * @return \App\Command\AbacusValidateExistingMathproblemsCommand
  12080. */
  12081. protected function getAbacusValidateExistingMathproblemsCommandService()
  12082. {
  12083. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12084. include_once \dirname(__DIR__, 4).'/src/Command/AbacusValidateExistingMathproblemsCommand.php';
  12085. $this->privates['App\\Command\\AbacusValidateExistingMathproblemsCommand'] = $instance = new \App\Command\AbacusValidateExistingMathproblemsCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  12086. $instance->setName('abacus:validate-existing-mathproblems');
  12087. $instance->setDescription('Validates any valid mathproblem that is not yet marked as valid');
  12088. return $instance;
  12089. }
  12090. /**
  12091. * Gets the private 'App\Command\DispatchMigrateFilesToReferencesCommand' shared autowired service.
  12092. *
  12093. * @return \App\Command\DispatchMigrateFilesToReferencesCommand
  12094. */
  12095. protected function getDispatchMigrateFilesToReferencesCommandService()
  12096. {
  12097. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  12098. include_once \dirname(__DIR__, 4).'/src/Command/DispatchMigrateFilesToReferencesCommand.php';
  12099. $this->privates['App\\Command\\DispatchMigrateFilesToReferencesCommand'] = $instance = new \App\Command\DispatchMigrateFilesToReferencesCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12100. $instance->setName('abacus:dispatch-migrate-files');
  12101. $instance->setDescription('Migrate files to references in Abacus using Message bus');
  12102. return $instance;
  12103. }
  12104. /**
  12105. * Gets the private 'App\EventListener\Teacher\MathproblemListener' shared autowired service.
  12106. *
  12107. * @return \App\EventListener\Teacher\MathproblemListener
  12108. */
  12109. protected function getMathproblemListenerService()
  12110. {
  12111. include_once \dirname(__DIR__, 4).'/src/EventListener/Teacher/MathproblemListener.php';
  12112. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12113. if (isset($this->privates['App\\EventListener\\Teacher\\MathproblemListener'])) {
  12114. return $this->privates['App\\EventListener\\Teacher\\MathproblemListener'];
  12115. }
  12116. return $this->privates['App\\EventListener\\Teacher\\MathproblemListener'] = new \App\EventListener\Teacher\MathproblemListener($a);
  12117. }
  12118. /**
  12119. * Gets the private 'App\Form\Admin\AnswerType' shared autowired service.
  12120. *
  12121. * @return \App\Form\Admin\AnswerType
  12122. */
  12123. protected function getAnswerTypeService()
  12124. {
  12125. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12126. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12127. include_once \dirname(__DIR__, 4).'/src/Form/Admin/AnswerType.php';
  12128. return $this->privates['App\\Form\\Admin\\AnswerType'] = new \App\Form\Admin\AnswerType();
  12129. }
  12130. /**
  12131. * Gets the private 'App\Form\Admin\BulkAudioUpload' shared autowired service.
  12132. *
  12133. * @return \App\Form\Admin\BulkAudioUpload
  12134. */
  12135. protected function getBulkAudioUploadService()
  12136. {
  12137. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12138. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12139. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkAudioUpload.php';
  12140. return $this->privates['App\\Form\\Admin\\BulkAudioUpload'] = new \App\Form\Admin\BulkAudioUpload();
  12141. }
  12142. /**
  12143. * Gets the private 'App\Form\Admin\BulkCsvUpload' shared autowired service.
  12144. *
  12145. * @return \App\Form\Admin\BulkCsvUpload
  12146. */
  12147. protected function getBulkCsvUploadService()
  12148. {
  12149. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12150. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12151. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkCsvUpload.php';
  12152. return $this->privates['App\\Form\\Admin\\BulkCsvUpload'] = new \App\Form\Admin\BulkCsvUpload(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  12153. }
  12154. /**
  12155. * Gets the private 'App\Form\Admin\BulkImageUpload' shared autowired service.
  12156. *
  12157. * @return \App\Form\Admin\BulkImageUpload
  12158. */
  12159. protected function getBulkImageUploadService()
  12160. {
  12161. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12162. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12163. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkImageUpload.php';
  12164. return $this->privates['App\\Form\\Admin\\BulkImageUpload'] = new \App\Form\Admin\BulkImageUpload();
  12165. }
  12166. /**
  12167. * Gets the private 'App\Form\Admin\CsvUploadType' shared autowired service.
  12168. *
  12169. * @return \App\Form\Admin\CsvUploadType
  12170. */
  12171. protected function getCsvUploadTypeService()
  12172. {
  12173. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12174. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12175. include_once \dirname(__DIR__, 4).'/src/Form/Admin/CsvUploadType.php';
  12176. return $this->privates['App\\Form\\Admin\\CsvUploadType'] = new \App\Form\Admin\CsvUploadType();
  12177. }
  12178. /**
  12179. * Gets the private 'App\Form\Admin\ProblemType' shared autowired service.
  12180. *
  12181. * @return \App\Form\Admin\ProblemType
  12182. */
  12183. protected function getProblemTypeService()
  12184. {
  12185. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12186. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12187. include_once \dirname(__DIR__, 4).'/src/Form/Admin/ProblemType.php';
  12188. return $this->privates['App\\Form\\Admin\\ProblemType'] = new \App\Form\Admin\ProblemType();
  12189. }
  12190. /**
  12191. * Gets the private 'App\Form\Admin\SelectProblemType' shared autowired service.
  12192. *
  12193. * @return \App\Form\Admin\SelectProblemType
  12194. */
  12195. protected function getSelectProblemTypeService()
  12196. {
  12197. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12198. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12199. include_once \dirname(__DIR__, 4).'/src/Form/Admin/SelectProblemType.php';
  12200. return $this->privates['App\\Form\\Admin\\SelectProblemType'] = new \App\Form\Admin\SelectProblemType();
  12201. }
  12202. /**
  12203. * Gets the private 'App\Form\Admin\StatisticsType' shared autowired service.
  12204. *
  12205. * @return \App\Form\Admin\StatisticsType
  12206. */
  12207. protected function getStatisticsTypeService()
  12208. {
  12209. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12210. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12211. include_once \dirname(__DIR__, 4).'/src/Form/Admin/StatisticsType.php';
  12212. return $this->privates['App\\Form\\Admin\\StatisticsType'] = new \App\Form\Admin\StatisticsType();
  12213. }
  12214. /**
  12215. * Gets the private 'App\Form\Admin\Type\EasyAdmin\TemplateTypeFilterType' shared autowired service.
  12216. *
  12217. * @return \App\Form\Admin\Type\EasyAdmin\TemplateTypeFilterType
  12218. */
  12219. protected function getTemplateTypeFilterTypeService()
  12220. {
  12221. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12222. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12223. include_once \dirname(__DIR__, 4).'/src/Form/Admin/Type/EasyAdmin/TemplateTypeFilterType.php';
  12224. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12225. if (isset($this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  12226. return $this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  12227. }
  12228. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12229. if (isset($this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  12230. return $this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  12231. }
  12232. return $this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'] = new \App\Form\Admin\Type\EasyAdmin\TemplateTypeFilterType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  12233. }
  12234. /**
  12235. * Gets the private 'App\Form\Core\Type\ContactType' shared autowired service.
  12236. *
  12237. * @return \App\Form\Core\Type\ContactType
  12238. */
  12239. protected function getContactTypeService()
  12240. {
  12241. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12242. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12243. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/ContactType.php';
  12244. return $this->privates['App\\Form\\Core\\Type\\ContactType'] = new \App\Form\Core\Type\ContactType();
  12245. }
  12246. /**
  12247. * Gets the private 'App\Form\Student\PeerFeedback2ndType' shared autowired service.
  12248. *
  12249. * @return \App\Form\Student\PeerFeedback2ndType
  12250. */
  12251. protected function getPeerFeedback2ndTypeService()
  12252. {
  12253. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12254. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12255. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerFeedback2ndType.php';
  12256. return $this->privates['App\\Form\\Student\\PeerFeedback2ndType'] = new \App\Form\Student\PeerFeedback2ndType();
  12257. }
  12258. /**
  12259. * Gets the private 'App\Form\Student\PeerFeedbackType' shared autowired service.
  12260. *
  12261. * @return \App\Form\Student\PeerFeedbackType
  12262. */
  12263. protected function getPeerFeedbackTypeService()
  12264. {
  12265. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12266. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12267. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerFeedbackType.php';
  12268. return $this->privates['App\\Form\\Student\\PeerFeedbackType'] = new \App\Form\Student\PeerFeedbackType();
  12269. }
  12270. /**
  12271. * Gets the private 'App\Form\Student\PeerSolutionFileType' shared autowired service.
  12272. *
  12273. * @return \App\Form\Student\PeerSolutionFileType
  12274. */
  12275. protected function getPeerSolutionFileTypeService()
  12276. {
  12277. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12279. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerSolutionFileType.php';
  12280. return $this->privates['App\\Form\\Student\\PeerSolutionFileType'] = new \App\Form\Student\PeerSolutionFileType();
  12281. }
  12282. /**
  12283. * Gets the private 'App\Form\Student\PeerSolutionType' shared autowired service.
  12284. *
  12285. * @return \App\Form\Student\PeerSolutionType
  12286. */
  12287. protected function getPeerSolutionTypeService()
  12288. {
  12289. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12290. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12291. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerSolutionType.php';
  12292. return $this->privates['App\\Form\\Student\\PeerSolutionType'] = new \App\Form\Student\PeerSolutionType();
  12293. }
  12294. /**
  12295. * Gets the private 'App\Form\Student\RatingChoiceFeedback2ndType' shared autowired service.
  12296. *
  12297. * @return \App\Form\Student\RatingChoiceFeedback2ndType
  12298. */
  12299. protected function getRatingChoiceFeedback2ndTypeService()
  12300. {
  12301. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12302. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12303. include_once \dirname(__DIR__, 4).'/src/Form/Student/RatingChoiceFeedback2ndType.php';
  12304. return $this->privates['App\\Form\\Student\\RatingChoiceFeedback2ndType'] = new \App\Form\Student\RatingChoiceFeedback2ndType();
  12305. }
  12306. /**
  12307. * Gets the private 'App\Form\Student\RatingChoiceFeedbackType' shared autowired service.
  12308. *
  12309. * @return \App\Form\Student\RatingChoiceFeedbackType
  12310. */
  12311. protected function getRatingChoiceFeedbackTypeService()
  12312. {
  12313. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12314. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12315. include_once \dirname(__DIR__, 4).'/src/Form/Student/RatingChoiceFeedbackType.php';
  12316. return $this->privates['App\\Form\\Student\\RatingChoiceFeedbackType'] = new \App\Form\Student\RatingChoiceFeedbackType();
  12317. }
  12318. /**
  12319. * Gets the private 'App\Form\Student\StudentType' shared autowired service.
  12320. *
  12321. * @return \App\Form\Student\StudentType
  12322. */
  12323. protected function getStudentTypeService()
  12324. {
  12325. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12326. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12327. include_once \dirname(__DIR__, 4).'/src/Form/Student/StudentType.php';
  12328. return $this->privates['App\\Form\\Student\\StudentType'] = new \App\Form\Student\StudentType();
  12329. }
  12330. /**
  12331. * Gets the private 'App\Form\Student\WorksheetSolutionFileType' shared autowired service.
  12332. *
  12333. * @return \App\Form\Student\WorksheetSolutionFileType
  12334. */
  12335. protected function getWorksheetSolutionFileTypeService()
  12336. {
  12337. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12338. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12339. include_once \dirname(__DIR__, 4).'/src/Form/Student/WorksheetSolutionFileType.php';
  12340. return $this->privates['App\\Form\\Student\\WorksheetSolutionFileType'] = new \App\Form\Student\WorksheetSolutionFileType();
  12341. }
  12342. /**
  12343. * Gets the private 'App\Form\Student\WorksheetSolutionType' shared autowired service.
  12344. *
  12345. * @return \App\Form\Student\WorksheetSolutionType
  12346. */
  12347. protected function getWorksheetSolutionTypeService()
  12348. {
  12349. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12350. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12351. include_once \dirname(__DIR__, 4).'/src/Form/Student/WorksheetSolutionType.php';
  12352. return $this->privates['App\\Form\\Student\\WorksheetSolutionType'] = new \App\Form\Student\WorksheetSolutionType();
  12353. }
  12354. /**
  12355. * Gets the private 'App\Form\Teacher\AnswerType' shared autowired service.
  12356. *
  12357. * @return \App\Form\Teacher\AnswerType
  12358. */
  12359. protected function getAnswerType2Service()
  12360. {
  12361. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12362. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12363. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/AnswerType.php';
  12364. return $this->privates['App\\Form\\Teacher\\AnswerType'] = new \App\Form\Teacher\AnswerType();
  12365. }
  12366. /**
  12367. * Gets the private 'App\Form\User\Type\ChangePasswordFormType' shared autowired service.
  12368. *
  12369. * @return \App\Form\User\Type\ChangePasswordFormType
  12370. */
  12371. protected function getChangePasswordFormTypeService()
  12372. {
  12373. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12374. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12375. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/NewPasswordFormType.php';
  12376. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/ChangePasswordFormType.php';
  12377. return $this->privates['App\\Form\\User\\Type\\ChangePasswordFormType'] = new \App\Form\User\Type\ChangePasswordFormType();
  12378. }
  12379. /**
  12380. * Gets the private 'App\Form\User\Type\NewPasswordFormType' shared autowired service.
  12381. *
  12382. * @return \App\Form\User\Type\NewPasswordFormType
  12383. */
  12384. protected function getNewPasswordFormTypeService()
  12385. {
  12386. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12387. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12388. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/NewPasswordFormType.php';
  12389. return $this->privates['App\\Form\\User\\Type\\NewPasswordFormType'] = new \App\Form\User\Type\NewPasswordFormType();
  12390. }
  12391. /**
  12392. * Gets the private 'App\Form\User\Type\RegistrationFormType' shared autowired service.
  12393. *
  12394. * @return \App\Form\User\Type\RegistrationFormType
  12395. */
  12396. protected function getRegistrationFormTypeService()
  12397. {
  12398. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12399. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12400. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/RegistrationFormType.php';
  12401. return $this->privates['App\\Form\\User\\Type\\RegistrationFormType'] = new \App\Form\User\Type\RegistrationFormType();
  12402. }
  12403. /**
  12404. * Gets the private 'App\Form\User\Type\ResetPasswordRequestFormType' shared autowired service.
  12405. *
  12406. * @return \App\Form\User\Type\ResetPasswordRequestFormType
  12407. */
  12408. protected function getResetPasswordRequestFormTypeService()
  12409. {
  12410. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12411. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12412. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/ResetPasswordRequestFormType.php';
  12413. return $this->privates['App\\Form\\User\\Type\\ResetPasswordRequestFormType'] = new \App\Form\User\Type\ResetPasswordRequestFormType();
  12414. }
  12415. /**
  12416. * Gets the private 'App\Form\User\Type\UniLoginStudentType' shared autowired service.
  12417. *
  12418. * @return \App\Form\User\Type\UniLoginStudentType
  12419. */
  12420. protected function getUniLoginStudentTypeService()
  12421. {
  12422. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12423. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12424. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginType.php';
  12425. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginStudentType.php';
  12426. return $this->privates['App\\Form\\User\\Type\\UniLoginStudentType'] = new \App\Form\User\Type\UniLoginStudentType();
  12427. }
  12428. /**
  12429. * Gets the private 'App\Form\User\Type\UniLoginTeacherType' shared autowired service.
  12430. *
  12431. * @return \App\Form\User\Type\UniLoginTeacherType
  12432. */
  12433. protected function getUniLoginTeacherTypeService()
  12434. {
  12435. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12436. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12437. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginType.php';
  12438. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginTeacherType.php';
  12439. return $this->privates['App\\Form\\User\\Type\\UniLoginTeacherType'] = new \App\Form\User\Type\UniLoginTeacherType();
  12440. }
  12441. /**
  12442. * Gets the private 'App\Logger\Core\SessionRequestProcessor' shared autowired service.
  12443. *
  12444. * @return \App\Logger\Core\SessionRequestProcessor
  12445. */
  12446. protected function getSessionRequestProcessorService()
  12447. {
  12448. return $this->privates['App\\Logger\\Core\\SessionRequestProcessor'] = new \App\Logger\Core\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())));
  12449. }
  12450. /**
  12451. * Gets the private 'App\MathProblem\Core\Difficulty\StudentDifficultyUpdater' shared autowired service.
  12452. *
  12453. * @return \App\MathProblem\Core\Difficulty\StudentDifficultyUpdater
  12454. */
  12455. protected function getStudentDifficultyUpdaterService()
  12456. {
  12457. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Difficulty/StudentDifficultyUpdater.php';
  12458. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  12459. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  12460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  12461. include_once \dirname(__DIR__, 4).'/src/Entity/Core/StudentDifficultyRepository.php';
  12462. include_once \dirname(__DIR__, 4).'/src/Entity/Core/MathproblemRepository.php';
  12463. include_once \dirname(__DIR__, 4).'/src/Entity/Core/TemplateMathproblemRepository.php';
  12464. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Difficulty/DifficultyLevelCalculator.php';
  12465. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12466. if (isset($this->privates['App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater'])) {
  12467. return $this->privates['App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater'];
  12468. }
  12469. return $this->privates['App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater'] = new \App\MathProblem\Core\Difficulty\StudentDifficultyUpdater($a, $a->getRepository('App\\Entity\\Core\\StudentDifficulty'), $a->getRepository('App\\Entity\\Core\\SelfStudy\\SelfStudyTopicStudentDifficulty'), $a->getRepository('App\\Entity\\Core\\Mathproblem'), $a->getRepository('App\\Entity\\Core\\TemplateMathproblem'), new \App\MathProblem\Core\Difficulty\DifficultyLevelCalculator('gale'));
  12470. }
  12471. /**
  12472. * Gets the private 'App\MathProblem\Core\Selection\RandomMathProblemFinder' shared autowired service.
  12473. *
  12474. * @return \App\MathProblem\Core\Selection\RandomMathProblemFinder
  12475. */
  12476. protected function getRandomMathProblemFinderService()
  12477. {
  12478. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/RandomMathProblemFinder.php';
  12479. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/TopicSelector.php';
  12480. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/DifficultyResolver.php';
  12481. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/RandomTemplateMathProblemFinder.php';
  12482. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/UsedTemplateMathProblemProvider.php';
  12483. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/SessionRepositoryResolver.php';
  12484. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12485. if (isset($this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'])) {
  12486. return $this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'];
  12487. }
  12488. return $this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'] = new \App\MathProblem\Core\Selection\RandomMathProblemFinder($a, new \App\MathProblem\Core\Selection\TopicSelector($a), new \App\MathProblem\Core\Selection\DifficultyResolver($a), new \App\MathProblem\Core\Selection\RandomTemplateMathProblemFinder(new \App\MathProblem\Core\Selection\UsedTemplateMathProblemProvider(new \App\MathProblem\Core\Selection\SessionRepositoryResolver($a)), $a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12489. }
  12490. /**
  12491. * Gets the private 'App\Security\ApiKeyAuthenticator' shared autowired service.
  12492. *
  12493. * @return \App\Security\ApiKeyAuthenticator
  12494. */
  12495. protected function getApiKeyAuthenticatorService()
  12496. {
  12497. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12498. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12499. include_once \dirname(__DIR__, 4).'/src/Security/ApiKeyAuthenticator.php';
  12500. $a = ($this->services['App\\Services\\User\\GaleUserService'] ?? $this->getGaleUserServiceService());
  12501. if (isset($this->privates['App\\Security\\ApiKeyAuthenticator'])) {
  12502. return $this->privates['App\\Security\\ApiKeyAuthenticator'];
  12503. }
  12504. return $this->privates['App\\Security\\ApiKeyAuthenticator'] = new \App\Security\ApiKeyAuthenticator(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), $a, 'a799271fb677d0bb6a9cf0e1e3dd7b4e97e7deabbf1e14c5a0a0d9199f3aeb1928b13adec51e21cca1a173e58d00baef17eb2417b96adb258f96780b27d56917', 'VMD9jhmtlp6wz10IIRX1f+VjuAKvs3FQKUv16kbX2kQ=');
  12505. }
  12506. /**
  12507. * Gets the private 'App\Security\Authentication\Impersonator' shared autowired service.
  12508. *
  12509. * @return \App\Security\Authentication\Impersonator
  12510. */
  12511. protected function getImpersonatorService()
  12512. {
  12513. include_once \dirname(__DIR__, 4).'/src/Security/Authentication/Impersonator.php';
  12514. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12515. if (isset($this->privates['App\\Security\\Authentication\\Impersonator'])) {
  12516. return $this->privates['App\\Security\\Authentication\\Impersonator'];
  12517. }
  12518. return $this->privates['App\\Security\\Authentication\\Impersonator'] = new \App\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);
  12519. }
  12520. /**
  12521. * Gets the private 'App\Services\Admin\BugReportService' shared autowired service.
  12522. *
  12523. * @return \App\Services\Admin\BugReportService
  12524. */
  12525. protected function getBugReportServiceService()
  12526. {
  12527. include_once \dirname(__DIR__, 4).'/src/Services/Admin/BugReportService.php';
  12528. return $this->privates['App\\Services\\Admin\\BugReportService'] = new \App\Services\Admin\BugReportService(($this->services['translator'] ?? $this->getTranslatorService()));
  12529. }
  12530. /**
  12531. * Gets the private 'App\Services\Admin\CsvImportService' shared autowired service.
  12532. *
  12533. * @return \App\Services\Admin\CsvImportService
  12534. */
  12535. protected function getCsvImportServiceService()
  12536. {
  12537. include_once \dirname(__DIR__, 4).'/src/Services/Admin/CsvImportService.php';
  12538. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  12539. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  12540. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12541. if (isset($this->privates['App\\Services\\Admin\\CsvImportService'])) {
  12542. return $this->privates['App\\Services\\Admin\\CsvImportService'];
  12543. }
  12544. $b = ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService());
  12545. if (isset($this->privates['App\\Services\\Admin\\CsvImportService'])) {
  12546. return $this->privates['App\\Services\\Admin\\CsvImportService'];
  12547. }
  12548. return $this->privates['App\\Services\\Admin\\CsvImportService'] = new \App\Services\Admin\CsvImportService(($this->privates['App\\Services\\Admin\\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['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  12549. }
  12550. /**
  12551. * Gets the private 'App\Services\Admin\EasyAdminService' shared autowired service.
  12552. *
  12553. * @return \App\Services\Admin\EasyAdminService
  12554. */
  12555. protected function getEasyAdminServiceService()
  12556. {
  12557. include_once \dirname(__DIR__, 4).'/src/Services/Admin/EasyAdminService.php';
  12558. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12559. if (isset($this->privates['App\\Services\\Admin\\EasyAdminService'])) {
  12560. return $this->privates['App\\Services\\Admin\\EasyAdminService'];
  12561. }
  12562. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12563. if (isset($this->privates['App\\Services\\Admin\\EasyAdminService'])) {
  12564. return $this->privates['App\\Services\\Admin\\EasyAdminService'];
  12565. }
  12566. return $this->privates['App\\Services\\Admin\\EasyAdminService'] = new \App\Services\Admin\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))));
  12567. }
  12568. /**
  12569. * Gets the private 'App\Services\Admin\InstitutionService' shared autowired service.
  12570. *
  12571. * @return \App\Services\Admin\InstitutionService
  12572. */
  12573. protected function getInstitutionServiceService()
  12574. {
  12575. include_once \dirname(__DIR__, 4).'/src/Services/Admin/InstitutionService.php';
  12576. return $this->privates['App\\Services\\Admin\\InstitutionService'] = new \App\Services\Admin\InstitutionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12577. }
  12578. /**
  12579. * Gets the private 'App\Services\Admin\MediaService' shared autowired service.
  12580. *
  12581. * @return \App\Services\Admin\MediaService
  12582. */
  12583. protected function getMediaServiceService()
  12584. {
  12585. include_once \dirname(__DIR__, 4).'/src/Services/Admin/MediaService.php';
  12586. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12587. if (isset($this->privates['App\\Services\\Admin\\MediaService'])) {
  12588. return $this->privates['App\\Services\\Admin\\MediaService'];
  12589. }
  12590. return $this->privates['App\\Services\\Admin\\MediaService'] = new \App\Services\Admin\MediaService($a, ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  12591. }
  12592. /**
  12593. * Gets the private 'App\Services\Admin\ProblemEditorService' shared autowired service.
  12594. *
  12595. * @return \App\Services\Admin\ProblemEditorService
  12596. */
  12597. protected function getProblemEditorServiceService()
  12598. {
  12599. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemEditorService.php';
  12600. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  12601. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12602. if (isset($this->privates['App\\Services\\Admin\\ProblemEditorService'])) {
  12603. return $this->privates['App\\Services\\Admin\\ProblemEditorService'];
  12604. }
  12605. return $this->privates['App\\Services\\Admin\\ProblemEditorService'] = new \App\Services\Admin\ProblemEditorService($a, ($this->privates['App\\Services\\Admin\\TemplateCloningService'] ?? ($this->privates['App\\Services\\Admin\\TemplateCloningService'] = new \App\Services\Admin\TemplateCloningService())));
  12606. }
  12607. /**
  12608. * Gets the private 'App\Services\Admin\ProblemService' shared autowired service.
  12609. *
  12610. * @return \App\Services\Admin\ProblemService
  12611. */
  12612. protected function getProblemService2Service()
  12613. {
  12614. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemService.php';
  12615. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12616. if (isset($this->privates['App\\Services\\Admin\\ProblemService'])) {
  12617. return $this->privates['App\\Services\\Admin\\ProblemService'];
  12618. }
  12619. $b = ($this->privates['App\\Services\\Teacher\\ProblemDndService'] ?? $this->getProblemDndService2Service());
  12620. if (isset($this->privates['App\\Services\\Admin\\ProblemService'])) {
  12621. return $this->privates['App\\Services\\Admin\\ProblemService'];
  12622. }
  12623. return $this->privates['App\\Services\\Admin\\ProblemService'] = new \App\Services\Admin\ProblemService($a, ($this->privates['App\\Services\\Teacher\\MathProblemService'] ?? $this->getMathProblemService2Service()), $b, ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService()));
  12624. }
  12625. /**
  12626. * Gets the private 'App\Services\Admin\TemplateService' shared autowired service.
  12627. *
  12628. * @return \App\Services\Admin\TemplateService
  12629. */
  12630. protected function getTemplateServiceService()
  12631. {
  12632. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateService.php';
  12633. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  12634. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12635. if (isset($this->privates['App\\Services\\Admin\\TemplateService'])) {
  12636. return $this->privates['App\\Services\\Admin\\TemplateService'];
  12637. }
  12638. return $this->privates['App\\Services\\Admin\\TemplateService'] = new \App\Services\Admin\TemplateService($a, ($this->privates['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['App\\Services\\Admin\\TemplateCloningService'] ?? ($this->privates['App\\Services\\Admin\\TemplateCloningService'] = new \App\Services\Admin\TemplateCloningService())));
  12639. }
  12640. /**
  12641. * Gets the private 'App\Services\Admin\TopicService' shared autowired service.
  12642. *
  12643. * @return \App\Services\Admin\TopicService
  12644. */
  12645. protected function getTopicServiceService()
  12646. {
  12647. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TopicService.php';
  12648. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12649. if (isset($this->privates['App\\Services\\Admin\\TopicService'])) {
  12650. return $this->privates['App\\Services\\Admin\\TopicService'];
  12651. }
  12652. return $this->privates['App\\Services\\Admin\\TopicService'] = new \App\Services\Admin\TopicService($a, ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  12653. }
  12654. /**
  12655. * Gets the private 'App\Services\Core\API\CrammingActivityResultsService' shared autowired service.
  12656. *
  12657. * @return \App\Services\Core\API\CrammingActivityResultsService
  12658. */
  12659. protected function getCrammingActivityResultsServiceService()
  12660. {
  12661. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/CrammingActivityResultsService.php';
  12662. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12663. return $this->privates['App\\Services\\Core\\API\\CrammingActivityResultsService'] = new \App\Services\Core\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Services\\Core\\API\\AnswerService'] ?? ($this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale'))));
  12664. }
  12665. /**
  12666. * Gets the private 'App\Services\Core\API\HomeworkActivityResultsService' shared autowired service.
  12667. *
  12668. * @return \App\Services\Core\API\HomeworkActivityResultsService
  12669. */
  12670. protected function getHomeworkActivityResultsService2Service()
  12671. {
  12672. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/HomeworkActivityResultsService.php';
  12673. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12674. return $this->privates['App\\Services\\Core\\API\\HomeworkActivityResultsService'] = new \App\Services\Core\API\HomeworkActivityResultsService(($this->services['App\\Services\\Core\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['App\\Services\\Core\\API\\AnswerService'] ?? ($this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale'))), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()));
  12675. }
  12676. /**
  12677. * Gets the private 'App\Services\Core\API\QuizActivityResultsService' shared autowired service.
  12678. *
  12679. * @return \App\Services\Core\API\QuizActivityResultsService
  12680. */
  12681. protected function getQuizActivityResultsService2Service()
  12682. {
  12683. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/QuizActivityResultsService.php';
  12684. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12685. return $this->privates['App\\Services\\Core\\API\\QuizActivityResultsService'] = new \App\Services\Core\API\QuizActivityResultsService(($this->services['App\\Services\\Core\\API\\AnswerService'] ?? ($this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale'))), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  12686. }
  12687. /**
  12688. * Gets the private 'App\Services\Core\API\TrainingActivityResultsService' shared autowired service.
  12689. *
  12690. * @return \App\Services\Core\API\TrainingActivityResultsService
  12691. */
  12692. protected function getTrainingActivityResultsService2Service()
  12693. {
  12694. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/TrainingActivityResultsService.php';
  12695. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12696. return $this->privates['App\\Services\\Core\\API\\TrainingActivityResultsService'] = new \App\Services\Core\API\TrainingActivityResultsService(($this->services['App\\Services\\Core\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['App\\Services\\Core\\API\\AnswerService'] ?? ($this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('gale'))), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()));
  12697. }
  12698. /**
  12699. * Gets the private 'App\Services\Core\ActivityDisplayService' shared autowired service.
  12700. *
  12701. * @return \App\Services\Core\ActivityDisplayService
  12702. */
  12703. protected function getActivityDisplayServiceService()
  12704. {
  12705. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityDisplayService.php';
  12706. return $this->privates['App\\Services\\Core\\ActivityDisplayService'] = new \App\Services\Core\ActivityDisplayService('gale', $this->parameters['abacus.activity_types'], ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12707. }
  12708. /**
  12709. * Gets the private 'App\Services\Core\ActivityRoutingService' shared autowired service.
  12710. *
  12711. * @return \App\Services\Core\ActivityRoutingService
  12712. */
  12713. protected function getActivityRoutingServiceService()
  12714. {
  12715. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityRoutingService.php';
  12716. $a = ($this->services['router'] ?? $this->getRouterService());
  12717. if (isset($this->privates['App\\Services\\Core\\ActivityRoutingService'])) {
  12718. return $this->privates['App\\Services\\Core\\ActivityRoutingService'];
  12719. }
  12720. return $this->privates['App\\Services\\Core\\ActivityRoutingService'] = new \App\Services\Core\ActivityRoutingService($this->parameters['abacus.activity_types'], $a);
  12721. }
  12722. /**
  12723. * Gets the private 'App\Services\Core\AuthService' shared autowired service.
  12724. *
  12725. * @return \App\Services\Core\AuthService
  12726. */
  12727. protected function getAuthServiceService()
  12728. {
  12729. include_once \dirname(__DIR__, 4).'/src/Services/Core/AuthService.php';
  12730. include_once \dirname(__DIR__, 4).'/src/Security/Core/SSO/ProviderInterface.php';
  12731. include_once \dirname(__DIR__, 4).'/src/Security/Core/SSO/GyldendalProvider.php';
  12732. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12733. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12734. return $this->privates['App\\Services\\Core\\AuthService'];
  12735. }
  12736. $b = ($this->services['eight_points_guzzle.client.loginconnector'] ?? $this->getEightPointsGuzzle_Client_LoginconnectorService());
  12737. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12738. return $this->privates['App\\Services\\Core\\AuthService'];
  12739. }
  12740. $c = ($this->services['eight_points_guzzle.client.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Client_GyldendalaccessserviceService());
  12741. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12742. return $this->privates['App\\Services\\Core\\AuthService'];
  12743. }
  12744. return $this->privates['App\\Services\\Core\\AuthService'] = new \App\Services\Core\AuthService(new \App\Security\Core\SSO\GyldendalProvider($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Services\\User\\UserManager'] ?? $this->getUserManagerService()), $b, $c, '/GAS-v3-Test/v3', '/GAS-v4-Test/v4', 'gu-abacus', 'gu-abac-437a-404', 0, []), 'gyldendal');
  12745. }
  12746. /**
  12747. * Gets the private 'App\Services\Core\DataService' shared autowired service.
  12748. *
  12749. * @return \App\Services\Core\DataService
  12750. */
  12751. protected function getDataServiceService()
  12752. {
  12753. include_once \dirname(__DIR__, 4).'/src/Services/Core/DataService.php';
  12754. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  12755. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  12756. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12757. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12758. return $this->privates['App\\Services\\Core\\DataService'];
  12759. }
  12760. $b = ($this->privates['App\\Services\\Student\\CrammingActivityService'] ?? $this->getCrammingActivityServiceService());
  12761. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12762. return $this->privates['App\\Services\\Core\\DataService'];
  12763. }
  12764. $c = ($this->services['App\\Session\\Core\\SessionPlayer'] ?? $this->getSessionPlayerService());
  12765. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12766. return $this->privates['App\\Services\\Core\\DataService'];
  12767. }
  12768. $d = ($this->privates['App\\Services\\Teacher\\CrammingActivityService'] ?? $this->getCrammingActivityService2Service());
  12769. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12770. return $this->privates['App\\Services\\Core\\DataService'];
  12771. }
  12772. $e = ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService());
  12773. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12774. return $this->privates['App\\Services\\Core\\DataService'];
  12775. }
  12776. $f = ($this->privates['App\\Services\\Student\\DictateService'] ?? $this->getDictateService2Service());
  12777. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12778. return $this->privates['App\\Services\\Core\\DataService'];
  12779. }
  12780. $g = ($this->privates['App\\Services\\Student\\ReadingTestService'] ?? $this->getReadingTestService2Service());
  12781. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12782. return $this->privates['App\\Services\\Core\\DataService'];
  12783. }
  12784. return $this->privates['App\\Services\\Core\\DataService'] = new \App\Services\Core\DataService($a, $b, $c, ($this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] = new \App\Session\Core\Peer\PeerSessionTimeStatusResolver())), $d, ($this->services['App\\Services\\Core\\ScoreService'] ?? ($this->services['App\\Services\\Core\\ScoreService'] = new \App\Services\Core\ScoreService('primaryschool'))), $e, $f, $g);
  12785. }
  12786. /**
  12787. * Gets the private 'App\Services\Core\EventLogger' shared autowired service.
  12788. *
  12789. * @return \App\Services\Core\EventLogger
  12790. */
  12791. protected function getEventLoggerService()
  12792. {
  12793. include_once \dirname(__DIR__, 4).'/src/Services/Core/EventLogger.php';
  12794. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12795. if (isset($this->privates['App\\Services\\Core\\EventLogger'])) {
  12796. return $this->privates['App\\Services\\Core\\EventLogger'];
  12797. }
  12798. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12799. if (isset($this->privates['App\\Services\\Core\\EventLogger'])) {
  12800. return $this->privates['App\\Services\\Core\\EventLogger'];
  12801. }
  12802. return $this->privates['App\\Services\\Core\\EventLogger'] = new \App\Services\Core\EventLogger($a, $b, 0, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12803. }
  12804. /**
  12805. * Gets the private 'App\Services\Core\GamificationService' shared autowired service.
  12806. *
  12807. * @return \App\Services\Core\GamificationService
  12808. */
  12809. protected function getGamificationServiceService()
  12810. {
  12811. include_once \dirname(__DIR__, 4).'/src/Services/Core/GamificationService.php';
  12812. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12813. if (isset($this->privates['App\\Services\\Core\\GamificationService'])) {
  12814. return $this->privates['App\\Services\\Core\\GamificationService'];
  12815. }
  12816. return $this->privates['App\\Services\\Core\\GamificationService'] = new \App\Services\Core\GamificationService($a, false);
  12817. }
  12818. /**
  12819. * Gets the private 'App\Services\Core\MakeTeamsService' shared autowired service.
  12820. *
  12821. * @return \App\Services\Core\MakeTeamsService
  12822. */
  12823. protected function getMakeTeamsServiceService()
  12824. {
  12825. include_once \dirname(__DIR__, 4).'/src/Services/Core/MakeTeamsService.php';
  12826. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12827. if (isset($this->privates['App\\Services\\Core\\MakeTeamsService'])) {
  12828. return $this->privates['App\\Services\\Core\\MakeTeamsService'];
  12829. }
  12830. return $this->privates['App\\Services\\Core\\MakeTeamsService'] = new \App\Services\Core\MakeTeamsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  12831. }
  12832. /**
  12833. * Gets the private 'App\Services\Core\MathProblemService' shared autowired service.
  12834. *
  12835. * @return \App\Services\Core\MathProblemService
  12836. */
  12837. protected function getMathProblemService3Service()
  12838. {
  12839. include_once \dirname(__DIR__, 4).'/src/Services/Core/MathProblemService.php';
  12840. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12841. if (isset($this->privates['App\\Services\\Core\\MathProblemService'])) {
  12842. return $this->privates['App\\Services\\Core\\MathProblemService'];
  12843. }
  12844. return $this->privates['App\\Services\\Core\\MathProblemService'] = new \App\Services\Core\MathProblemService($a);
  12845. }
  12846. /**
  12847. * Gets the private 'App\Services\Core\PartialInputDataService' shared autowired service.
  12848. *
  12849. * @return \App\Services\Core\PartialInputDataService
  12850. */
  12851. protected function getPartialInputDataServiceService()
  12852. {
  12853. include_once \dirname(__DIR__, 4).'/src/Services/Core/PartialInputDataService.php';
  12854. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12855. if (isset($this->privates['App\\Services\\Core\\PartialInputDataService'])) {
  12856. return $this->privates['App\\Services\\Core\\PartialInputDataService'];
  12857. }
  12858. return $this->privates['App\\Services\\Core\\PartialInputDataService'] = new \App\Services\Core\PartialInputDataService($a);
  12859. }
  12860. /**
  12861. * Gets the private 'App\Services\Core\QuizCorrectPercentageService' shared autowired service.
  12862. *
  12863. * @return \App\Services\Core\QuizCorrectPercentageService
  12864. */
  12865. protected function getQuizCorrectPercentageServiceService()
  12866. {
  12867. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizCorrectPercentageService.php';
  12868. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12869. if (isset($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'])) {
  12870. return $this->privates['App\\Services\\Core\\QuizCorrectPercentageService'];
  12871. }
  12872. return $this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] = new \App\Services\Core\QuizCorrectPercentageService($a, ($this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['App\\Services\\Student\\MathproblemService'] ?? $this->getMathproblemServiceService()));
  12873. }
  12874. /**
  12875. * Gets the private 'App\Services\Core\QuizSessionService' shared autowired service.
  12876. *
  12877. * @return \App\Services\Core\QuizSessionService
  12878. */
  12879. protected function getQuizSessionService2Service()
  12880. {
  12881. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizSessionService.php';
  12882. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12883. if (isset($this->privates['App\\Services\\Core\\QuizSessionService'])) {
  12884. return $this->privates['App\\Services\\Core\\QuizSessionService'];
  12885. }
  12886. return $this->privates['App\\Services\\Core\\QuizSessionService'] = new \App\Services\Core\QuizSessionService($a, ($this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()));
  12887. }
  12888. /**
  12889. * Gets the private 'App\Services\Core\QuizUnitService' shared autowired service.
  12890. *
  12891. * @return \App\Services\Core\QuizUnitService
  12892. */
  12893. protected function getQuizUnitServiceService()
  12894. {
  12895. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizUnitService.php';
  12896. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12897. if (isset($this->privates['App\\Services\\Core\\QuizUnitService'])) {
  12898. return $this->privates['App\\Services\\Core\\QuizUnitService'];
  12899. }
  12900. return $this->privates['App\\Services\\Core\\QuizUnitService'] = new \App\Services\Core\QuizUnitService($a);
  12901. }
  12902. /**
  12903. * Gets the private 'App\Services\Core\SelfStudyVoterService' shared autowired service.
  12904. *
  12905. * @return \App\Services\Core\SelfStudyVoterService
  12906. */
  12907. protected function getSelfStudyVoterServiceService()
  12908. {
  12909. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12910. if (isset($this->privates['App\\Services\\Core\\SelfStudyVoterService'])) {
  12911. return $this->privates['App\\Services\\Core\\SelfStudyVoterService'];
  12912. }
  12913. return $this->privates['App\\Services\\Core\\SelfStudyVoterService'] = new \App\Services\Core\SelfStudyVoterService($a, 'primaryschool');
  12914. }
  12915. /**
  12916. * Gets the private 'App\Services\Core\SessionService' shared autowired service.
  12917. *
  12918. * @return \App\Services\Core\SessionService
  12919. */
  12920. protected function getSessionServiceService()
  12921. {
  12922. include_once \dirname(__DIR__, 4).'/src/Services/Core/SessionService.php';
  12923. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12924. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12925. return $this->privates['App\\Services\\Core\\SessionService'];
  12926. }
  12927. $b = ($this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'] ?? $this->getRandomMathProblemFinderService());
  12928. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12929. return $this->privates['App\\Services\\Core\\SessionService'];
  12930. }
  12931. $c = ($this->privates['App\\Services\\Student\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService());
  12932. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12933. return $this->privates['App\\Services\\Core\\SessionService'];
  12934. }
  12935. $d = ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService());
  12936. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12937. return $this->privates['App\\Services\\Core\\SessionService'];
  12938. }
  12939. return $this->privates['App\\Services\\Core\\SessionService'] = new \App\Services\Core\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');
  12940. }
  12941. /**
  12942. * Gets the private 'App\Services\Core\TextbookVoterService' shared autowired service.
  12943. *
  12944. * @return \App\Services\Core\TextbookVoterService
  12945. */
  12946. protected function getTextbookVoterServiceService()
  12947. {
  12948. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12949. if (isset($this->privates['App\\Services\\Core\\TextbookVoterService'])) {
  12950. return $this->privates['App\\Services\\Core\\TextbookVoterService'];
  12951. }
  12952. return $this->privates['App\\Services\\Core\\TextbookVoterService'] = new \App\Services\Core\TextbookVoterService($a, 'primaryschool');
  12953. }
  12954. /**
  12955. * Gets the private 'App\Services\ProblemEditors\ProblemEditorFactory' shared autowired service.
  12956. *
  12957. * @return \App\Services\ProblemEditors\ProblemEditorFactory
  12958. */
  12959. protected function getProblemEditorFactoryService()
  12960. {
  12961. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditorFactory.php';
  12962. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditorInterface.php';
  12963. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditor.php';
  12964. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/RadioButtonEditor.php';
  12965. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemValidationService.php';
  12966. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/CheckboxEditor.php';
  12967. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ParagraphEditor.php';
  12968. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TextEditor.php';
  12969. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/DropDownEditor.php';
  12970. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/WordOptionsEditor.php';
  12971. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/DragAndDropEditor.php';
  12972. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/GridRadiobuttonEditor.php';
  12973. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/GridCheckboxEditor.php';
  12974. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TableTextEditor.php';
  12975. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TableDropdownEditor.php';
  12976. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/MarkEditor.php';
  12977. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/NumberEditor.php';
  12978. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/FormulaEditor.php';
  12979. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  12980. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12981. if (isset($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'])) {
  12982. return $this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'];
  12983. }
  12984. $b = new \App\Services\Admin\ProblemValidationService($a, ($this->services['App\\Helpers\\Core\\ValidationHelper'] ?? ($this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper())));
  12985. $c = ($this->privates['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService());
  12986. $d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  12987. return $this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] = new \App\Services\ProblemEditors\ProblemEditorFactory(new \App\Services\ProblemEditors\RadioButtonEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\CheckboxEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\ParagraphEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\TextEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\DropDownEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\WordOptionsEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\DragAndDropEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\GridRadiobuttonEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\GridCheckboxEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\TableTextEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\TableDropdownEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\MarkEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\NumberEditor($a, $b, $c, $d), new \App\Services\ProblemEditors\FormulaEditor($a, $b, $c, $d));
  12988. }
  12989. /**
  12990. * Gets the private 'App\Services\Student\API\AssignSymbolProblemService' shared autowired service.
  12991. *
  12992. * @return \App\Services\Student\API\AssignSymbolProblemService
  12993. */
  12994. protected function getAssignSymbolProblemServiceService()
  12995. {
  12996. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/AssignSymbolProblemService.php';
  12997. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12998. if (isset($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'])) {
  12999. return $this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'];
  13000. }
  13001. return $this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] = new \App\Services\Student\API\AssignSymbolProblemService($a);
  13002. }
  13003. /**
  13004. * Gets the private 'App\Services\Student\ClassroomSignUpService' shared autowired service.
  13005. *
  13006. * @return \App\Services\Student\ClassroomSignUpService
  13007. */
  13008. protected function getClassroomSignUpServiceService()
  13009. {
  13010. include_once \dirname(__DIR__, 4).'/src/Services/Student/ClassroomSignUpService.php';
  13011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  13012. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13013. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13014. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Quiz/QuizSessionRepository.php';
  13015. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Session/SessionRepositoryInterface.php';
  13016. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Homework/HomeworkRepository.php';
  13017. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Session/SessionRepository.php';
  13018. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Worksheet/WorksheetSessionRepository.php';
  13019. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13020. if (isset($this->privates['App\\Services\\Student\\ClassroomSignUpService'])) {
  13021. return $this->privates['App\\Services\\Student\\ClassroomSignUpService'];
  13022. }
  13023. return $this->privates['App\\Services\\Student\\ClassroomSignUpService'] = new \App\Services\Student\ClassroomSignUpService($a->getRepository('App\\Entity\\Core\\Quiz\\QuizSession'), $a->getRepository('App\\Entity\\Core\\Homework\\Homework'), $a->getRepository('App\\Entity\\Core\\Session\\Session'), $a, $a->getRepository('App\\Entity\\Core\\Worksheet\\WorksheetSession'));
  13024. }
  13025. /**
  13026. * Gets the private 'App\Services\Student\CrammingActivityHomeworkService' shared autowired service.
  13027. *
  13028. * @return \App\Services\Student\CrammingActivityHomeworkService
  13029. */
  13030. protected function getCrammingActivityHomeworkServiceService()
  13031. {
  13032. include_once \dirname(__DIR__, 4).'/src/Services/Student/CrammingActivityHomeworkService.php';
  13033. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13034. if (isset($this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'])) {
  13035. return $this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'];
  13036. }
  13037. return $this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'] = new \App\Services\Student\CrammingActivityHomeworkService($a);
  13038. }
  13039. /**
  13040. * Gets the private 'App\Services\Student\CrammingActivityService' shared autowired service.
  13041. *
  13042. * @return \App\Services\Student\CrammingActivityService
  13043. */
  13044. protected function getCrammingActivityServiceService()
  13045. {
  13046. include_once \dirname(__DIR__, 4).'/src/Services/Student/CrammingActivityService.php';
  13047. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13048. if (isset($this->privates['App\\Services\\Student\\CrammingActivityService'])) {
  13049. return $this->privates['App\\Services\\Student\\CrammingActivityService'];
  13050. }
  13051. $b = ($this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'] ?? $this->getCrammingActivityHomeworkServiceService());
  13052. if (isset($this->privates['App\\Services\\Student\\CrammingActivityService'])) {
  13053. return $this->privates['App\\Services\\Student\\CrammingActivityService'];
  13054. }
  13055. return $this->privates['App\\Services\\Student\\CrammingActivityService'] = new \App\Services\Student\CrammingActivityService($a, $b);
  13056. }
  13057. /**
  13058. * Gets the private 'App\Services\Student\DictateService' shared autowired service.
  13059. *
  13060. * @return \App\Services\Student\DictateService
  13061. */
  13062. protected function getDictateService2Service()
  13063. {
  13064. include_once \dirname(__DIR__, 4).'/src/Services/Student/DictateService.php';
  13065. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13066. if (isset($this->privates['App\\Services\\Student\\DictateService'])) {
  13067. return $this->privates['App\\Services\\Student\\DictateService'];
  13068. }
  13069. return $this->privates['App\\Services\\Student\\DictateService'] = new \App\Services\Student\DictateService($a);
  13070. }
  13071. /**
  13072. * Gets the private 'App\Services\Student\HomeworkService' shared autowired service.
  13073. *
  13074. * @return \App\Services\Student\HomeworkService
  13075. */
  13076. protected function getHomeworkServiceService()
  13077. {
  13078. include_once \dirname(__DIR__, 4).'/src/Services/Student/HomeworkService.php';
  13079. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13080. if (isset($this->privates['App\\Services\\Student\\HomeworkService'])) {
  13081. return $this->privates['App\\Services\\Student\\HomeworkService'];
  13082. }
  13083. return $this->privates['App\\Services\\Student\\HomeworkService'] = new \App\Services\Student\HomeworkService($a);
  13084. }
  13085. /**
  13086. * Gets the private 'App\Services\Student\Kvik\SelfStudyService' shared autowired service.
  13087. *
  13088. * @return \App\Services\Student\Kvik\SelfStudyService
  13089. */
  13090. protected function getSelfStudyServiceService()
  13091. {
  13092. include_once \dirname(__DIR__, 4).'/src/Services/Student/Kvik/SelfStudyService.php';
  13093. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13094. if (isset($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'])) {
  13095. return $this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'];
  13096. }
  13097. return $this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] = new \App\Services\Student\Kvik\SelfStudyService($a);
  13098. }
  13099. /**
  13100. * Gets the private 'App\Services\Student\PerformanceService' shared autowired service.
  13101. *
  13102. * @return \App\Services\Student\PerformanceService
  13103. */
  13104. protected function getPerformanceServiceService()
  13105. {
  13106. include_once \dirname(__DIR__, 4).'/src/Services/Student/PerformanceService.php';
  13107. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13108. if (isset($this->privates['App\\Services\\Student\\PerformanceService'])) {
  13109. return $this->privates['App\\Services\\Student\\PerformanceService'];
  13110. }
  13111. $b = ($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyServiceService());
  13112. if (isset($this->privates['App\\Services\\Student\\PerformanceService'])) {
  13113. return $this->privates['App\\Services\\Student\\PerformanceService'];
  13114. }
  13115. return $this->privates['App\\Services\\Student\\PerformanceService'] = new \App\Services\Student\PerformanceService($a, $b);
  13116. }
  13117. /**
  13118. * Gets the private 'App\Services\Student\ProblemDndService' shared autowired service.
  13119. *
  13120. * @return \App\Services\Student\ProblemDndService
  13121. */
  13122. protected function getProblemDndServiceService()
  13123. {
  13124. include_once \dirname(__DIR__, 4).'/src/Services/Student/ProblemDndService.php';
  13125. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13126. if (isset($this->privates['App\\Services\\Student\\ProblemDndService'])) {
  13127. return $this->privates['App\\Services\\Student\\ProblemDndService'];
  13128. }
  13129. return $this->privates['App\\Services\\Student\\ProblemDndService'] = new \App\Services\Student\ProblemDndService($a);
  13130. }
  13131. /**
  13132. * Gets the private 'App\Services\Student\ProblemFreeTextService' shared autowired service.
  13133. *
  13134. * @return \App\Services\Student\ProblemFreeTextService
  13135. */
  13136. protected function getProblemFreeTextServiceService()
  13137. {
  13138. include_once \dirname(__DIR__, 4).'/src/Services/Student/ProblemFreeTextService.php';
  13139. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13140. if (isset($this->privates['App\\Services\\Student\\ProblemFreeTextService'])) {
  13141. return $this->privates['App\\Services\\Student\\ProblemFreeTextService'];
  13142. }
  13143. return $this->privates['App\\Services\\Student\\ProblemFreeTextService'] = new \App\Services\Student\ProblemFreeTextService($a);
  13144. }
  13145. /**
  13146. * Gets the private 'App\Services\Student\ReadingTestService' shared autowired service.
  13147. *
  13148. * @return \App\Services\Student\ReadingTestService
  13149. */
  13150. protected function getReadingTestService2Service()
  13151. {
  13152. include_once \dirname(__DIR__, 4).'/src/Services/Student/ReadingTestService.php';
  13153. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13154. if (isset($this->privates['App\\Services\\Student\\ReadingTestService'])) {
  13155. return $this->privates['App\\Services\\Student\\ReadingTestService'];
  13156. }
  13157. return $this->privates['App\\Services\\Student\\ReadingTestService'] = new \App\Services\Student\ReadingTestService($a);
  13158. }
  13159. /**
  13160. * Gets the private 'App\Services\Teacher\API\ActivityMetadataService' shared autowired service.
  13161. *
  13162. * @return \App\Services\Teacher\API\ActivityMetadataService
  13163. */
  13164. protected function getActivityMetadataServiceService()
  13165. {
  13166. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ActivityMetadataService.php';
  13167. return $this->privates['App\\Services\\Teacher\\API\\ActivityMetadataService'] = new \App\Services\Teacher\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13168. }
  13169. /**
  13170. * Gets the private 'App\Services\Teacher\API\ClassroomReportService' shared autowired service.
  13171. *
  13172. * @return \App\Services\Teacher\API\ClassroomReportService
  13173. */
  13174. protected function getClassroomReportServiceService()
  13175. {
  13176. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ClassroomReportService.php';
  13177. return $this->privates['App\\Services\\Teacher\\API\\ClassroomReportService'] = new \App\Services\Teacher\API\ClassroomReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13178. }
  13179. /**
  13180. * Gets the private 'App\Services\Teacher\API\QuizActivityService' shared autowired service.
  13181. *
  13182. * @return \App\Services\Teacher\API\QuizActivityService
  13183. */
  13184. protected function getQuizActivityServiceService()
  13185. {
  13186. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/QuizActivityService.php';
  13187. return $this->privates['App\\Services\\Teacher\\API\\QuizActivityService'] = new \App\Services\Teacher\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Teacher\\QuizService'] ?? $this->getQuizServiceService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  13188. }
  13189. /**
  13190. * Gets the private 'App\Services\Teacher\API\ReadingTestActivityService' shared autowired service.
  13191. *
  13192. * @return \App\Services\Teacher\API\ReadingTestActivityService
  13193. */
  13194. protected function getReadingTestActivityServiceService()
  13195. {
  13196. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ReadingTestActivityService.php';
  13197. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  13198. return $this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] = new \App\Services\Teacher\API\ReadingTestActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] ?? ($this->privates['App\\Services\\Core\\API\\ReadingTestResultsService'] = new \App\Services\Core\API\ReadingTestResultsService())));
  13199. }
  13200. /**
  13201. * Gets the private 'App\Services\Teacher\API\StudentReportService' shared autowired service.
  13202. *
  13203. * @return \App\Services\Teacher\API\StudentReportService
  13204. */
  13205. protected function getStudentReportServiceService()
  13206. {
  13207. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/StudentReportService.php';
  13208. return $this->privates['App\\Services\\Teacher\\API\\StudentReportService'] = new \App\Services\Teacher\API\StudentReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13209. }
  13210. /**
  13211. * Gets the private 'App\Services\Teacher\ContentService' shared autowired service.
  13212. *
  13213. * @return \App\Services\Teacher\ContentService
  13214. */
  13215. protected function getContentServiceService()
  13216. {
  13217. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ContentService.php';
  13218. return $this->privates['App\\Services\\Teacher\\ContentService'] = new \App\Services\Teacher\ContentService();
  13219. }
  13220. /**
  13221. * Gets the private 'App\Services\Teacher\CrammingActivityService' shared autowired service.
  13222. *
  13223. * @return \App\Services\Teacher\CrammingActivityService
  13224. */
  13225. protected function getCrammingActivityService2Service()
  13226. {
  13227. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CrammingActivityService.php';
  13228. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13229. if (isset($this->privates['App\\Services\\Teacher\\CrammingActivityService'])) {
  13230. return $this->privates['App\\Services\\Teacher\\CrammingActivityService'];
  13231. }
  13232. return $this->privates['App\\Services\\Teacher\\CrammingActivityService'] = new \App\Services\Teacher\CrammingActivityService($a);
  13233. }
  13234. /**
  13235. * Gets the private 'App\Services\Teacher\DictateService' shared autowired service.
  13236. *
  13237. * @return \App\Services\Teacher\DictateService
  13238. */
  13239. protected function getDictateServiceService()
  13240. {
  13241. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/DictateService.php';
  13242. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13243. if (isset($this->privates['App\\Services\\Teacher\\DictateService'])) {
  13244. return $this->privates['App\\Services\\Teacher\\DictateService'];
  13245. }
  13246. return $this->privates['App\\Services\\Teacher\\DictateService'] = new \App\Services\Teacher\DictateService($a, ($this->privates['App\\Services\\Student\\DictateService'] ?? $this->getDictateService2Service()));
  13247. }
  13248. /**
  13249. * Gets the private 'App\Services\Teacher\HomeworkService' shared autowired service.
  13250. *
  13251. * @return \App\Services\Teacher\HomeworkService
  13252. */
  13253. protected function getHomeworkService2Service()
  13254. {
  13255. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/HomeworkService.php';
  13256. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13257. if (isset($this->privates['App\\Services\\Teacher\\HomeworkService'])) {
  13258. return $this->privates['App\\Services\\Teacher\\HomeworkService'];
  13259. }
  13260. return $this->privates['App\\Services\\Teacher\\HomeworkService'] = new \App\Services\Teacher\HomeworkService($a);
  13261. }
  13262. /**
  13263. * Gets the private 'App\Services\Teacher\MathProblemService' shared autowired service.
  13264. *
  13265. * @return \App\Services\Teacher\MathProblemService
  13266. */
  13267. protected function getMathProblemService2Service()
  13268. {
  13269. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/MathProblemService.php';
  13270. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13271. if (isset($this->privates['App\\Services\\Teacher\\MathProblemService'])) {
  13272. return $this->privates['App\\Services\\Teacher\\MathProblemService'];
  13273. }
  13274. $b = ($this->privates['App\\Services\\Core\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService());
  13275. if (isset($this->privates['App\\Services\\Teacher\\MathProblemService'])) {
  13276. return $this->privates['App\\Services\\Teacher\\MathProblemService'];
  13277. }
  13278. return $this->privates['App\\Services\\Teacher\\MathProblemService'] = new \App\Services\Teacher\MathProblemService($a, $b);
  13279. }
  13280. /**
  13281. * Gets the private 'App\Services\Teacher\PeerActivityService' shared autowired service.
  13282. *
  13283. * @return \App\Services\Teacher\PeerActivityService
  13284. */
  13285. protected function getPeerActivityServiceService()
  13286. {
  13287. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/PeerActivityService.php';
  13288. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13289. if (isset($this->privates['App\\Services\\Teacher\\PeerActivityService'])) {
  13290. return $this->privates['App\\Services\\Teacher\\PeerActivityService'];
  13291. }
  13292. return $this->privates['App\\Services\\Teacher\\PeerActivityService'] = new \App\Services\Teacher\PeerActivityService($a);
  13293. }
  13294. /**
  13295. * Gets the private 'App\Services\Teacher\ProblemDndService' shared autowired service.
  13296. *
  13297. * @return \App\Services\Teacher\ProblemDndService
  13298. */
  13299. protected function getProblemDndService2Service()
  13300. {
  13301. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ProblemDndService.php';
  13302. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13303. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13304. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13305. }
  13306. $b = ($this->privates['App\\Services\\Student\\ProblemDndService'] ?? $this->getProblemDndServiceService());
  13307. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13308. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13309. }
  13310. $c = ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService());
  13311. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13312. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13313. }
  13314. return $this->privates['App\\Services\\Teacher\\ProblemDndService'] = new \App\Services\Teacher\ProblemDndService($a, $b, $c);
  13315. }
  13316. /**
  13317. * Gets the private 'App\Services\Teacher\QuizService' shared autowired service.
  13318. *
  13319. * @return \App\Services\Teacher\QuizService
  13320. */
  13321. protected function getQuizServiceService()
  13322. {
  13323. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/QuizService.php';
  13324. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13325. if (isset($this->privates['App\\Services\\Teacher\\QuizService'])) {
  13326. return $this->privates['App\\Services\\Teacher\\QuizService'];
  13327. }
  13328. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13329. if (isset($this->privates['App\\Services\\Teacher\\QuizService'])) {
  13330. return $this->privates['App\\Services\\Teacher\\QuizService'];
  13331. }
  13332. return $this->privates['App\\Services\\Teacher\\QuizService'] = new \App\Services\Teacher\QuizService($a, ($this->privates['App\\Services\\Teacher\\MathProblemService'] ?? $this->getMathProblemService2Service()), ($this->privates['App\\Services\\Admin\\ProblemService'] ?? $this->getProblemService2Service()), ($this->services['App\\Services\\Core\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  13333. }
  13334. /**
  13335. * Gets the private 'App\Services\Teacher\QuizSessionService' shared autowired service.
  13336. *
  13337. * @return \App\Services\Teacher\QuizSessionService
  13338. */
  13339. protected function getQuizSessionService3Service()
  13340. {
  13341. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/QuizSessionService.php';
  13342. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13343. if (isset($this->privates['App\\Services\\Teacher\\QuizSessionService'])) {
  13344. return $this->privates['App\\Services\\Teacher\\QuizSessionService'];
  13345. }
  13346. return $this->privates['App\\Services\\Teacher\\QuizSessionService'] = new \App\Services\Teacher\QuizSessionService($a);
  13347. }
  13348. /**
  13349. * Gets the private 'App\Services\Teacher\ReadingTestService' shared autowired service.
  13350. *
  13351. * @return \App\Services\Teacher\ReadingTestService
  13352. */
  13353. protected function getReadingTestServiceService()
  13354. {
  13355. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ReadingTestService.php';
  13356. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13357. if (isset($this->privates['App\\Services\\Teacher\\ReadingTestService'])) {
  13358. return $this->privates['App\\Services\\Teacher\\ReadingTestService'];
  13359. }
  13360. return $this->privates['App\\Services\\Teacher\\ReadingTestService'] = new \App\Services\Teacher\ReadingTestService($a);
  13361. }
  13362. /**
  13363. * Gets the private 'App\Services\Teacher\TrainingService' shared autowired service.
  13364. *
  13365. * @return \App\Services\Teacher\TrainingService
  13366. */
  13367. protected function getTrainingServiceService()
  13368. {
  13369. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/TrainingService.php';
  13370. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13371. if (isset($this->privates['App\\Services\\Teacher\\TrainingService'])) {
  13372. return $this->privates['App\\Services\\Teacher\\TrainingService'];
  13373. }
  13374. return $this->privates['App\\Services\\Teacher\\TrainingService'] = new \App\Services\Teacher\TrainingService($a);
  13375. }
  13376. /**
  13377. * Gets the private 'App\Services\Teacher\WorksheetService' shared autowired service.
  13378. *
  13379. * @return \App\Services\Teacher\WorksheetService
  13380. */
  13381. protected function getWorksheetServiceService()
  13382. {
  13383. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/WorksheetService.php';
  13384. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13385. if (isset($this->privates['App\\Services\\Teacher\\WorksheetService'])) {
  13386. return $this->privates['App\\Services\\Teacher\\WorksheetService'];
  13387. }
  13388. return $this->privates['App\\Services\\Teacher\\WorksheetService'] = new \App\Services\Teacher\WorksheetService($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  13389. }
  13390. /**
  13391. * Gets the private 'App\Services\Teacher\WorksheetSessionService' shared autowired service.
  13392. *
  13393. * @return \App\Services\Teacher\WorksheetSessionService
  13394. */
  13395. protected function getWorksheetSessionService2Service()
  13396. {
  13397. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/WorksheetSessionService.php';
  13398. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13399. if (isset($this->privates['App\\Services\\Teacher\\WorksheetSessionService'])) {
  13400. return $this->privates['App\\Services\\Teacher\\WorksheetSessionService'];
  13401. }
  13402. return $this->privates['App\\Services\\Teacher\\WorksheetSessionService'] = new \App\Services\Teacher\WorksheetSessionService($a);
  13403. }
  13404. /**
  13405. * Gets the private 'App\Services\User\UserManager' shared autowired service.
  13406. *
  13407. * @return \App\Services\User\UserManager
  13408. */
  13409. protected function getUserManagerService()
  13410. {
  13411. include_once \dirname(__DIR__, 4).'/src/Services/User/UserManager.php';
  13412. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13413. if (isset($this->privates['App\\Services\\User\\UserManager'])) {
  13414. return $this->privates['App\\Services\\User\\UserManager'];
  13415. }
  13416. return $this->privates['App\\Services\\User\\UserManager'] = new \App\Services\User\UserManager($a);
  13417. }
  13418. /**
  13419. * Gets the private 'App\Session\Core\Peer\PeerFeedback2ndNavigator' shared autowired service.
  13420. *
  13421. * @return \App\Session\Core\Peer\PeerFeedback2ndNavigator
  13422. */
  13423. protected function getPeerFeedback2ndNavigatorService()
  13424. {
  13425. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerFeedback2ndNavigator.php';
  13426. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  13427. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13428. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13429. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Peer/PeerFeedback2ndRepository.php';
  13430. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13431. if (isset($this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'])) {
  13432. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'];
  13433. }
  13434. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'] = new \App\Session\Core\Peer\PeerFeedback2ndNavigator($a->getRepository('App\\Entity\\Core\\Peer\\PeerFeedback2nd'));
  13435. }
  13436. /**
  13437. * Gets the private 'App\Session\Core\Peer\PeerFeedbackNavigator' shared autowired service.
  13438. *
  13439. * @return \App\Session\Core\Peer\PeerFeedbackNavigator
  13440. */
  13441. protected function getPeerFeedbackNavigatorService()
  13442. {
  13443. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerFeedbackNavigator.php';
  13444. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  13445. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13447. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Peer/PeerFeedbackRepository.php';
  13448. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13449. if (isset($this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'])) {
  13450. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'];
  13451. }
  13452. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'] = new \App\Session\Core\Peer\PeerFeedbackNavigator($a->getRepository('App\\Entity\\Core\\Peer\\PeerFeedback'));
  13453. }
  13454. /**
  13455. * Gets the private 'App\Validator\Constraints\EmailConstraintValidator' shared autowired service.
  13456. *
  13457. * @return \App\Validator\Constraints\EmailConstraintValidator
  13458. */
  13459. protected function getEmailConstraintValidatorService()
  13460. {
  13461. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13462. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  13463. include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/EmailConstraintValidator.php';
  13464. return $this->privates['App\\Validator\\Constraints\\EmailConstraintValidator'] = new \App\Validator\Constraints\EmailConstraintValidator();
  13465. }
  13466. /**
  13467. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  13468. *
  13469. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  13470. */
  13471. protected function getManagerRegistryAwareConnectionProviderService()
  13472. {
  13473. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  13474. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  13475. 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'));
  13476. }
  13477. /**
  13478. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  13479. *
  13480. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  13481. */
  13482. protected function getRunSqlCommandService()
  13483. {
  13484. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13485. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  13486. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  13487. $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()));
  13488. $instance->setName('dbal:run-sql');
  13489. return $instance;
  13490. }
  13491. /**
  13492. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage' shared service.
  13493. *
  13494. * @return \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage
  13495. */
  13496. protected function getAssetPackageService()
  13497. {
  13498. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Asset/AssetPackage.php';
  13499. 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())));
  13500. }
  13501. /**
  13502. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  13503. *
  13504. * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  13505. */
  13506. protected function getCacheWarmer2Service()
  13507. {
  13508. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13509. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  13510. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  13511. }
  13512. /**
  13513. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  13514. *
  13515. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  13516. */
  13517. protected function getAdminRouterSubscriberService()
  13518. {
  13519. $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  13520. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13521. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13522. }
  13523. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  13524. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13525. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13526. }
  13527. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13528. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13529. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13530. }
  13531. $d = ($this->services['router'] ?? $this->getRouterService());
  13532. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13533. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13534. }
  13535. $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator()));
  13536. $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\AdminControllerRegistry'] ?? $this->getAdminControllerRegistryService());
  13537. 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((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), $b), $e), $f, $c, $b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $e, new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController' => 'App\\Entity\\Core\\AudioReference', 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController' => 'App\\Entity\\Core\\BugReport', 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController' => 'App\\Entity\\Core\\Category', 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController' => 'App\\Entity\\Core\\ImageReference', 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController' => 'App\\Entity\\Core\\Info', 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController' => 'App\\Entity\\User\\Invitation', 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController' => 'App\\Entity\\Core\\Publication', 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController' => 'App\\Entity\\Core\\Publication', 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController' => 'App\\Entity\\Core\\Publisher', 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController' => 'App\\Entity\\Core\\Quiz\\QuizType', 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'App\\Entity\\Core\\SelfStudy\\SelfStudyExamQuiz', 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController' => 'App\\Entity\\Core\\TagMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController' => 'App\\Entity\\Core\\TemplateMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController' => 'App\\Entity\\Core\\TemplateMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController' => 'App\\Entity\\Core\\TemplateSet', 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController' => 'App\\Entity\\Core\\Topic\\Topic', 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController' => 'App\\Entity\\Core\\Topic\\Topic', 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController' => 'App\\Entity\\Core\\Worksheet\\Worksheet'], ['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController' => '070f29b', 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController' => '0988334', 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController' => '2ce55fb', 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController' => '1b3bae4', 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController' => 'a76a5d8', 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController' => '2b78a23', 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController' => '9fa9a0b', 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController' => '053763a', 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController' => 'f61d874', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController' => 'f8ac16b', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController' => 'ef369c4', 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController' => 'fa6e04f', 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController' => 'c3b2ffd', 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController' => '6513e86', 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController' => 'd164ac6', 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController' => '5361f5b', 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController' => '364b345', 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController' => 'e73ae55', 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController' => '7b7ddc9', 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController' => '1f69479', 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController' => '2693c74', 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController' => '5a6cf82', 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController' => '0846eac', 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController' => '8d41948', 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController' => 'd6d736a', 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController' => 'aec2d2a', 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController' => 'ea8bc7b'], ['App\\Entity\\Core\\AudioReference' => 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController', 'App\\Entity\\User\\User' => 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController', 'App\\Entity\\Core\\BugReport' => 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController', 'App\\Entity\\Core\\Category' => 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController', 'App\\Entity\\Core\\ImageReference' => 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController', 'App\\Entity\\Core\\Info' => 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController', 'App\\Entity\\User\\Invitation' => 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController', 'App\\Entity\\Core\\Mathproblem' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController', 'App\\Entity\\Core\\Quiz\\Quiz' => 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController', 'App\\Entity\\Core\\Publication' => 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController', 'App\\Entity\\Core\\Publisher' => 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController', 'App\\Entity\\Core\\Quiz\\QuizType' => 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController', 'App\\Entity\\Core\\SelfStudy\\SelfStudyExamQuiz' => 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController', 'App\\Entity\\Core\\TagMathproblem' => 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController', 'App\\Entity\\Core\\TemplateMathproblem' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController', 'App\\Entity\\Core\\TemplateSet' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController', 'App\\Entity\\Core\\Topic\\Topic' => 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController', 'App\\Entity\\Core\\Worksheet\\Worksheet' => 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'], ['070f29b' => 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController', '0988334' => 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController', '2ce55fb' => 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController', '1b3bae4' => 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController', 'a76a5d8' => 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController', '2b78a23' => 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController', '9fa9a0b' => 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController', '053763a' => 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController', 'f61d874' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController', 'f8ac16b' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController', 'ef369c4' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController', 'fa6e04f' => 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController', 'c3b2ffd' => 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController', '6513e86' => 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController', 'd164ac6' => 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController', '5361f5b' => 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController', '364b345' => 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController', 'e73ae55' => 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController', '7b7ddc9' => 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController', '1f69479' => 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController', '2693c74' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController', '5a6cf82' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController', '0846eac' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController', '8d41948' => 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController', 'd6d736a' => 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController', 'aec2d2a' => 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController', 'ea8bc7b' => 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'])), ($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()), $b, $this->targetDir.'', $f);
  13538. }
  13539. /**
  13540. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  13541. *
  13542. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  13543. */
  13544. protected function getCrudResponseListenerService()
  13545. {
  13546. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  13547. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13548. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
  13549. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
  13550. }
  13551. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  13552. }
  13553. /**
  13554. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  13555. *
  13556. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  13557. */
  13558. protected function getExceptionListenerService()
  13559. {
  13560. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  13561. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13562. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
  13563. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
  13564. }
  13565. 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, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13566. }
  13567. /**
  13568. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  13569. *
  13570. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  13571. */
  13572. protected function getActionFactoryService()
  13573. {
  13574. 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()), new RewindableGenerator(function () {
  13575. return new \EmptyIterator();
  13576. }, 0));
  13577. }
  13578. /**
  13579. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  13580. *
  13581. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  13582. */
  13583. protected function getControllerFactoryService()
  13584. {
  13585. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  13586. }
  13587. /**
  13588. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  13589. *
  13590. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  13591. */
  13592. protected function getEntityFactoryService()
  13593. {
  13594. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13595. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  13596. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  13597. }
  13598. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  13599. }
  13600. /**
  13601. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory' shared service.
  13602. *
  13603. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory
  13604. */
  13605. protected function getFieldFactoryService()
  13606. {
  13607. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  13608. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  13609. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), new RewindableGenerator(function () {
  13610. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  13611. 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()));
  13612. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  13613. 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()));
  13614. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  13615. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  13616. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  13617. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  13618. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  13619. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  13620. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  13621. yield 11 => ($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))));
  13622. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  13623. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  13624. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  13625. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  13626. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  13627. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->getPercentConfiguratorService());
  13628. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  13629. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ColorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ColorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ColorConfigurator()));
  13630. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->getCollectionConfiguratorService());
  13631. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  13632. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  13633. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  13634. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  13635. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  13636. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  13637. }, 27), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory(($this->services['translator'] ?? $this->getTranslatorService())));
  13638. }
  13639. /**
  13640. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  13641. *
  13642. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  13643. */
  13644. protected function getFilterFactoryService()
  13645. {
  13646. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  13647. 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 () {
  13648. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? $this->getCommonConfiguratorService());
  13649. 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()));
  13650. 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()));
  13651. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CountryConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CountryConfigurator()));
  13652. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CurrencyConfigurator()));
  13653. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
  13654. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? $this->getEntityConfiguratorService());
  13655. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LanguageConfigurator()));
  13656. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\LocaleConfigurator()));
  13657. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
  13658. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
  13659. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
  13660. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TimezoneConfigurator()));
  13661. }, 13));
  13662. }
  13663. /**
  13664. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  13665. *
  13666. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  13667. */
  13668. protected function getFormFactoryService()
  13669. {
  13670. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  13671. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  13672. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'])) {
  13673. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'];
  13674. }
  13675. 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()));
  13676. }
  13677. /**
  13678. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  13679. *
  13680. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  13681. */
  13682. protected function getPaginatorFactoryService()
  13683. {
  13684. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  13685. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  13686. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  13687. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13688. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  13689. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  13690. }
  13691. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13692. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  13693. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  13694. }
  13695. 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())), $b));
  13696. }
  13697. /**
  13698. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  13699. *
  13700. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  13701. */
  13702. protected function getAssociationConfiguratorService()
  13703. {
  13704. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13705. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  13706. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13707. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  13708. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  13709. }
  13710. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] ?? $this->getFieldFactoryService());
  13711. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  13712. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  13713. }
  13714. 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()), $b);
  13715. }
  13716. /**
  13717. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  13718. *
  13719. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  13720. */
  13721. protected function getBooleanConfiguratorService()
  13722. {
  13723. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13724. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  13725. 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->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  13726. }
  13727. /**
  13728. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator' shared service.
  13729. *
  13730. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator
  13731. */
  13732. protected function getCollectionConfiguratorService()
  13733. {
  13734. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13735. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CollectionConfigurator.php';
  13736. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13737. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  13738. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  13739. }
  13740. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] ?? $this->getFieldFactoryService());
  13741. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  13742. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  13743. }
  13744. 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()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b);
  13745. }
  13746. /**
  13747. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  13748. *
  13749. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  13750. */
  13751. protected function getCommonPostConfiguratorService()
  13752. {
  13753. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13754. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  13755. 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');
  13756. }
  13757. /**
  13758. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  13759. *
  13760. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  13761. */
  13762. protected function getCommonPreConfiguratorService()
  13763. {
  13764. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13765. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  13766. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13767. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'])) {
  13768. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'];
  13769. }
  13770. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator())));
  13771. }
  13772. /**
  13773. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  13774. *
  13775. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  13776. */
  13777. protected function getCountryConfiguratorService()
  13778. {
  13779. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13780. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  13781. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13782. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'])) {
  13783. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'];
  13784. }
  13785. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator($a);
  13786. }
  13787. /**
  13788. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  13789. *
  13790. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  13791. */
  13792. protected function getDateTimeConfiguratorService()
  13793. {
  13794. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13795. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  13796. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13797. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13798. 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())));
  13799. }
  13800. /**
  13801. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  13802. *
  13803. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  13804. */
  13805. protected function getMoneyConfiguratorService()
  13806. {
  13807. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13808. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  13809. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13810. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13811. 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()));
  13812. }
  13813. /**
  13814. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  13815. *
  13816. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  13817. */
  13818. protected function getNumberConfiguratorService()
  13819. {
  13820. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13821. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  13822. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13823. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13824. 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())));
  13825. }
  13826. /**
  13827. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator' shared service.
  13828. *
  13829. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator
  13830. */
  13831. protected function getPercentConfiguratorService()
  13832. {
  13833. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13834. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/PercentConfigurator.php';
  13835. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13836. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13837. 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())));
  13838. }
  13839. /**
  13840. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator' shared service.
  13841. *
  13842. * @return \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator
  13843. */
  13844. protected function getCommonConfiguratorService()
  13845. {
  13846. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Filter/FilterConfiguratorInterface.php';
  13847. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Filter/Configurator/CommonConfigurator.php';
  13848. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator())));
  13849. }
  13850. /**
  13851. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator' shared service.
  13852. *
  13853. * @return \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator
  13854. */
  13855. protected function getEntityConfiguratorService()
  13856. {
  13857. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Filter/FilterConfiguratorInterface.php';
  13858. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Filter/Configurator/EntityConfigurator.php';
  13859. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()));
  13860. }
  13861. /**
  13862. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  13863. *
  13864. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  13865. */
  13866. protected function getEaCrudFormTypeExtensionService()
  13867. {
  13868. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  13869. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  13870. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  13871. 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()));
  13872. }
  13873. /**
  13874. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType' shared service.
  13875. *
  13876. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType
  13877. */
  13878. protected function getCrudAutocompleteTypeService()
  13879. {
  13880. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13881. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13882. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  13883. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudAutocompleteType.php';
  13884. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13885. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'])) {
  13886. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'];
  13887. }
  13888. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType($a);
  13889. }
  13890. /**
  13891. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  13892. *
  13893. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  13894. */
  13895. protected function getCrudFormTypeService()
  13896. {
  13897. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13898. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13899. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  13900. 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()));
  13901. }
  13902. /**
  13903. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  13904. *
  13905. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  13906. */
  13907. protected function getFileUploadTypeService()
  13908. {
  13909. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13910. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13911. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  13912. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  13913. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  13914. }
  13915. /**
  13916. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  13917. *
  13918. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  13919. */
  13920. protected function getFiltersFormTypeService()
  13921. {
  13922. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13923. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13924. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  13925. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  13926. }
  13927. /**
  13928. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  13929. *
  13930. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  13931. */
  13932. protected function getEntityRepositoryService()
  13933. {
  13934. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  13935. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  13936. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13937. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13938. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13939. }
  13940. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService());
  13941. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13942. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13943. }
  13944. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13945. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13946. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13947. }
  13948. 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, $b, $c);
  13949. }
  13950. /**
  13951. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  13952. *
  13953. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  13954. */
  13955. protected function getEntityUpdaterService()
  13956. {
  13957. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  13958. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  13959. 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()));
  13960. }
  13961. /**
  13962. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  13963. *
  13964. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  13965. */
  13966. protected function getAdminContextProviderService()
  13967. {
  13968. 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())));
  13969. }
  13970. /**
  13971. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  13972. *
  13973. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  13974. */
  13975. protected function getFieldProviderService()
  13976. {
  13977. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  13978. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  13979. }
  13980. /**
  13981. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry' shared service.
  13982. *
  13983. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry
  13984. */
  13985. protected function getAdminControllerRegistryService()
  13986. {
  13987. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\AdminControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController' => 'App\\Entity\\Core\\AudioReference', 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController' => 'App\\Entity\\Core\\BugReport', 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController' => 'App\\Entity\\Core\\Category', 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController' => 'App\\Entity\\Core\\ImageReference', 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController' => 'App\\Entity\\Core\\Info', 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController' => 'App\\Entity\\User\\Invitation', 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController' => 'App\\Entity\\Core\\Mathproblem', 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController' => 'App\\Entity\\Core\\Publication', 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController' => 'App\\Entity\\Core\\Publication', 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController' => 'App\\Entity\\Core\\Publisher', 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController' => 'App\\Entity\\Core\\Quiz\\Quiz', 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController' => 'App\\Entity\\Core\\Quiz\\QuizType', 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'App\\Entity\\Core\\SelfStudy\\SelfStudyExamQuiz', 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController' => 'App\\Entity\\Core\\TagMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController' => 'App\\Entity\\Core\\TemplateMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController' => 'App\\Entity\\Core\\TemplateMathproblem', 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController' => 'App\\Entity\\Core\\TemplateSet', 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController' => 'App\\Entity\\Core\\Topic\\Topic', 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController' => 'App\\Entity\\Core\\Topic\\Topic', 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController' => 'App\\Entity\\User\\User', 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController' => 'App\\Entity\\Core\\Worksheet\\Worksheet'], [0 => 'App\\Controller\\Admin\\EasyAdmin\\DashboardController']);
  13988. }
  13989. /**
  13990. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator' shared service.
  13991. *
  13992. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
  13993. */
  13994. protected function getAdminRouteGeneratorService()
  13995. {
  13996. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator(new RewindableGenerator(function () {
  13997. yield 0 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\DashboardController'] ?? $this->getDashboardControllerService());
  13998. }, 1), new RewindableGenerator(function () {
  13999. yield 0 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'] ?? $this->getAudioReferenceCrudControllerService());
  14000. yield 1 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'] ?? $this->getAuthorCrudControllerService());
  14001. yield 2 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController'] ?? $this->getBugReportCrudControllerService());
  14002. yield 3 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'] ?? $this->getCategoryCrudControllerService());
  14003. yield 4 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'] ?? $this->getEditorCrudControllerService());
  14004. yield 5 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'] ?? $this->getImageReferenceCrudControllerService());
  14005. yield 6 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\InfoCrudController'] ?? $this->getInfoCrudControllerService());
  14006. yield 7 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'] ?? $this->getInvitationCrudControllerService());
  14007. yield 8 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'] ?? $this->getProblemCrudControllerService());
  14008. yield 9 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'] ?? $this->getProblemFromQuizCrudControllerService());
  14009. yield 10 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'] ?? $this->getProblemFromTemplateCrudControllerService());
  14010. yield 11 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController'] ?? $this->getProductQuizCrudControllerService());
  14011. yield 12 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'] ?? $this->getPublicationCrudControllerService());
  14012. yield 13 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'] ?? $this->getPublicationFromPublisherCrudControllerService());
  14013. yield 14 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController'] ?? $this->getPublisherCrudControllerService());
  14014. yield 15 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'] ?? $this->getQuizCrudControllerService());
  14015. yield 16 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'] ?? $this->getQuizFromPublicationCrudControllerService());
  14016. yield 17 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController'] ?? $this->getQuizTypeCrudControllerService());
  14017. yield 18 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController'] ?? $this->getSelfStudyExamQuizCrudControllerService());
  14018. yield 19 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TagCrudController'] ?? $this->getTagCrudControllerService());
  14019. yield 20 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'] ?? $this->getTemplateCrudControllerService());
  14020. yield 21 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'] ?? $this->getTemplateFromTopicCrudControllerService());
  14021. yield 22 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController'] ?? $this->getTemplateSetCrudControllerService());
  14022. yield 23 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'] ?? $this->getTopicCrudControllerService());
  14023. yield 24 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'] ?? $this->getTopicFromCategoryCrudControllerService());
  14024. yield 25 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\UserCrudController'] ?? $this->getUserCrudControllerService());
  14025. yield 26 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'] ?? $this->getWorksheetCrudControllerService());
  14026. }, 27), ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->targetDir.'', new RewindableGenerator(function () {
  14027. return new \EmptyIterator();
  14028. }, 0));
  14029. }
  14030. /**
  14031. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  14032. *
  14033. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  14034. */
  14035. protected function getAdminUrlGeneratorService()
  14036. {
  14037. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  14038. $a = ($this->services['router'] ?? $this->getRouterService());
  14039. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14040. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14041. }
  14042. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  14043. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14044. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14045. }
  14046. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\AdminControllerRegistry'] ?? $this->getAdminControllerRegistryService()), $b, ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  14047. };
  14048. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  14049. }
  14050. /**
  14051. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  14052. *
  14053. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  14054. */
  14055. protected function getAuthorizationCheckerService()
  14056. {
  14057. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14058. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  14059. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  14060. }
  14061. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  14062. }
  14063. /**
  14064. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert' service.
  14065. *
  14066. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert
  14067. */
  14068. protected function getAlertService()
  14069. {
  14070. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Alert.php';
  14071. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert'] = function () {
  14072. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert();
  14073. };
  14074. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert']();
  14075. }
  14076. /**
  14077. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag' service.
  14078. *
  14079. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag
  14080. */
  14081. protected function getFlagService()
  14082. {
  14083. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Flag.php';
  14084. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag'] = function () {
  14085. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag();
  14086. };
  14087. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag']();
  14088. }
  14089. /**
  14090. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon' service.
  14091. *
  14092. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon
  14093. */
  14094. protected function getIconService()
  14095. {
  14096. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Icon.php';
  14097. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon'] = function () {
  14098. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  14099. };
  14100. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon']();
  14101. }
  14102. /**
  14103. * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  14104. *
  14105. * @return \Sentry\SentryBundle\Command\SentryTestCommand
  14106. */
  14107. protected function getSentryTestCommandService()
  14108. {
  14109. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14110. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  14111. $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14112. $instance->setName('sentry:test');
  14113. return $instance;
  14114. }
  14115. /**
  14116. * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  14117. *
  14118. * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  14119. */
  14120. protected function getConsoleListenerService()
  14121. {
  14122. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  14123. return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14124. }
  14125. /**
  14126. * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  14127. *
  14128. * @return \Sentry\SentryBundle\EventListener\ErrorListener
  14129. */
  14130. protected function getErrorListenerService()
  14131. {
  14132. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  14133. return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14134. }
  14135. /**
  14136. * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  14137. *
  14138. * @return \Sentry\SentryBundle\EventListener\LoginListener
  14139. */
  14140. protected function getLoginListenerService()
  14141. {
  14142. 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()));
  14143. }
  14144. /**
  14145. * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  14146. *
  14147. * @return \Sentry\SentryBundle\EventListener\MessengerListener
  14148. */
  14149. protected function getMessengerListenerService()
  14150. {
  14151. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  14152. return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14153. }
  14154. /**
  14155. * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  14156. *
  14157. * @return \Sentry\SentryBundle\EventListener\RequestListener
  14158. */
  14159. protected function getRequestListenerService()
  14160. {
  14161. return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14162. }
  14163. /**
  14164. * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  14165. *
  14166. * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  14167. */
  14168. protected function getSubRequestListenerService()
  14169. {
  14170. return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14171. }
  14172. /**
  14173. * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  14174. *
  14175. * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  14176. */
  14177. protected function getTracingConsoleListenerService()
  14178. {
  14179. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  14180. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
  14181. }
  14182. /**
  14183. * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  14184. *
  14185. * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  14186. */
  14187. protected function getTracingRequestListenerService()
  14188. {
  14189. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14190. }
  14191. /**
  14192. * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  14193. *
  14194. * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  14195. */
  14196. protected function getTracingSubRequestListenerService()
  14197. {
  14198. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14199. }
  14200. /**
  14201. * Gets the private 'Sentry\State\HubInterface' shared service.
  14202. *
  14203. * @return \Sentry\State\HubInterface
  14204. */
  14205. protected function getHubInterfaceService()
  14206. {
  14207. $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  14208. $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' => []]);
  14209. $b = new \Sentry\ClientBuilder($a);
  14210. $c = new \Http\Discovery\Psr17Factory();
  14211. $b->setSdkIdentifier('sentry.php.symfony');
  14212. $b->setSdkVersion('4.14.0');
  14213. $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
  14214. $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  14215. $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  14216. if ($this->has('Psr\\Log\\NullLogger')) {
  14217. $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  14218. }
  14219. $instance->bindClient($b->getClient());
  14220. return $instance;
  14221. }
  14222. /**
  14223. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  14224. *
  14225. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  14226. */
  14227. protected function getResetPasswordRemoveExpiredCommandService()
  14228. {
  14229. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14230. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  14231. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  14232. $instance->setName('reset-password:remove-expired');
  14233. return $instance;
  14234. }
  14235. /**
  14236. * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  14237. *
  14238. * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  14239. */
  14240. protected function getCacheWarmer3Service()
  14241. {
  14242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14243. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  14244. 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()));
  14245. }
  14246. /**
  14247. * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  14248. *
  14249. * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  14250. */
  14251. protected function getUploaderExtensionRuntimeService()
  14252. {
  14253. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14254. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  14255. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  14256. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  14257. 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())));
  14258. }
  14259. /**
  14260. * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  14261. *
  14262. * @return \Vich\UploaderBundle\Util\Transliterator
  14263. */
  14264. protected function getTransliteratorService()
  14265. {
  14266. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  14267. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14268. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14269. 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'))));
  14270. }
  14271. /**
  14272. * Gets the private 'abacus.add_problem.form.type' shared autowired service.
  14273. *
  14274. * @return \App\Form\Teacher\AddProblemType
  14275. */
  14276. protected function getAbacus_AddProblem_Form_TypeService()
  14277. {
  14278. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14279. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14280. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/AddProblemType.php';
  14281. return $this->privates['abacus.add_problem.form.type'] = new \App\Form\Teacher\AddProblemType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 3, 'gale');
  14282. }
  14283. /**
  14284. * Gets the private 'abacus.addclassroom2student.form.type' shared autowired service.
  14285. *
  14286. * @return \App\Form\Student\AddClassroomStudentType
  14287. */
  14288. protected function getAbacus_Addclassroom2student_Form_TypeService()
  14289. {
  14290. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14291. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14292. include_once \dirname(__DIR__, 4).'/src/Form/Student/AddClassroomStudentType.php';
  14293. return $this->privates['abacus.addclassroom2student.form.type'] = new \App\Form\Student\AddClassroomStudentType(($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] ?? $this->getClassroomRepositoryService()));
  14294. }
  14295. /**
  14296. * Gets the private 'abacus.edit_user.form.type' shared autowired service.
  14297. *
  14298. * @return \App\Form\Teacher\EditUserType
  14299. */
  14300. protected function getAbacus_EditUser_Form_TypeService()
  14301. {
  14302. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14303. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14304. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/EditUserType.php';
  14305. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14306. if (isset($this->privates['abacus.edit_user.form.type'])) {
  14307. return $this->privates['abacus.edit_user.form.type'];
  14308. }
  14309. return $this->privates['abacus.edit_user.form.type'] = new \App\Form\Teacher\EditUserType($a, 'primaryschool');
  14310. }
  14311. /**
  14312. * Gets the private 'abacus.mathproblemoverview.form.type' shared autowired service.
  14313. *
  14314. * @return \App\Form\Teacher\MathproblemOverviewType
  14315. */
  14316. protected function getAbacus_Mathproblemoverview_Form_TypeService()
  14317. {
  14318. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14319. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14320. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/MathproblemOverviewType.php';
  14321. return $this->privates['abacus.mathproblemoverview.form.type'] = new \App\Form\Teacher\MathproblemOverviewType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14322. }
  14323. /**
  14324. * Gets the private 'abacus.teacher.form.classroom' shared autowired service.
  14325. *
  14326. * @return \App\Form\Teacher\ClassroomType
  14327. */
  14328. protected function getAbacus_Teacher_Form_ClassroomService()
  14329. {
  14330. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14331. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14332. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/ClassroomType.php';
  14333. return $this->privates['abacus.teacher.form.classroom'] = new \App\Form\Teacher\ClassroomType();
  14334. }
  14335. /**
  14336. * Gets the private 'abacus.teacher.form.type' shared autowired service.
  14337. *
  14338. * @return \App\Form\Teacher\TeacherType
  14339. */
  14340. protected function getAbacus_Teacher_Form_TypeService()
  14341. {
  14342. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14343. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14344. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/TeacherType.php';
  14345. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14346. if (isset($this->privates['abacus.teacher.form.type'])) {
  14347. return $this->privates['abacus.teacher.form.type'];
  14348. }
  14349. return $this->privates['abacus.teacher.form.type'] = new \App\Form\Teacher\TeacherType($a);
  14350. }
  14351. /**
  14352. * Gets the private 'abacus.textbook_session.form.type' shared autowired service.
  14353. *
  14354. * @return \App\Form\Teacher\TextbookSessionType
  14355. */
  14356. protected function getAbacus_TextbookSession_Form_TypeService()
  14357. {
  14358. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14359. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14360. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/TextbookSessionType.php';
  14361. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14362. if (isset($this->privates['abacus.textbook_session.form.type'])) {
  14363. return $this->privates['abacus.textbook_session.form.type'];
  14364. }
  14365. return $this->privates['abacus.textbook_session.form.type'] = new \App\Form\Teacher\TextbookSessionType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14366. }
  14367. /**
  14368. * Gets the private 'abacus.user.unilogin.form.type' shared autowired service.
  14369. *
  14370. * @return \Form\User\Type\UniLoginType
  14371. */
  14372. protected function getAbacus_User_Unilogin_Form_TypeService()
  14373. {
  14374. return $this->privates['abacus.user.unilogin.form.type'] = new \Form\User\Type\UniLoginType();
  14375. }
  14376. /**
  14377. * Gets the private 'abacus_core.create_demo_classroom' shared autowired service.
  14378. *
  14379. * @return \App\Services\Core\CreateDemoClassroom
  14380. */
  14381. protected function getAbacusCore_CreateDemoClassroomService()
  14382. {
  14383. include_once \dirname(__DIR__, 4).'/src/Services/Core/CreateDemoClassroom.php';
  14384. $a = ($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] ?? $this->getClassroomRepositoryService());
  14385. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14386. return $this->privates['abacus_core.create_demo_classroom'];
  14387. }
  14388. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14389. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14390. return $this->privates['abacus_core.create_demo_classroom'];
  14391. }
  14392. return $this->privates['abacus_core.create_demo_classroom'] = new \App\Services\Core\CreateDemoClassroom($a, $b, 'primaryschool', 'gale');
  14393. }
  14394. /**
  14395. * Gets the private 'abacus_core.form.type.date_time' shared autowired service.
  14396. *
  14397. * @return \App\Form\Core\Type\DateTimeType
  14398. */
  14399. protected function getAbacusCore_Form_Type_DateTimeService()
  14400. {
  14401. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14402. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14403. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/DateTimeType.php';
  14404. return $this->privates['abacus_core.form.type.date_time'] = new \App\Form\Core\Type\DateTimeType();
  14405. }
  14406. /**
  14407. * Gets the private 'abacus_core.type.entity_hidden_type' shared autowired service.
  14408. *
  14409. * @return \App\Form\Core\Type\EntityHiddenType
  14410. */
  14411. protected function getAbacusCore_Type_EntityHiddenTypeService()
  14412. {
  14413. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14414. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14415. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/EntityHiddenType.php';
  14416. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14417. if (isset($this->privates['abacus_core.type.entity_hidden_type'])) {
  14418. return $this->privates['abacus_core.type.entity_hidden_type'];
  14419. }
  14420. return $this->privates['abacus_core.type.entity_hidden_type'] = new \App\Form\Core\Type\EntityHiddenType($a);
  14421. }
  14422. /**
  14423. * Gets the private 'abacus_exception_handler.listener' shared autowired service.
  14424. *
  14425. * @return \App\Event\ExceptionListener
  14426. */
  14427. protected function getAbacusExceptionHandler_ListenerService()
  14428. {
  14429. include_once \dirname(__DIR__, 4).'/src/Event/ExceptionListener.php';
  14430. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14431. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14432. return $this->privates['abacus_exception_handler.listener'];
  14433. }
  14434. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14435. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14436. return $this->privates['abacus_exception_handler.listener'];
  14437. }
  14438. $c = ($this->services['router'] ?? $this->getRouterService());
  14439. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14440. return $this->privates['abacus_exception_handler.listener'];
  14441. }
  14442. return $this->privates['abacus_exception_handler.listener'] = new \App\Event\ExceptionListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, $this, $c);
  14443. }
  14444. /**
  14445. * Gets the private 'abacus_request.listener' shared autowired service.
  14446. *
  14447. * @return \App\Event\RequestListener
  14448. */
  14449. protected function getAbacusRequest_ListenerService()
  14450. {
  14451. return $this->privates['abacus_request.listener'] = new \App\Event\RequestListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14452. }
  14453. /**
  14454. * Gets the private 'annotations.cache_adapter' shared service.
  14455. *
  14456. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  14457. */
  14458. protected function getAnnotations_CacheAdapterService()
  14459. {
  14460. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  14461. }
  14462. /**
  14463. * Gets the private 'annotations.cache_warmer' shared service.
  14464. *
  14465. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  14466. */
  14467. protected function getAnnotations_CacheWarmerService()
  14468. {
  14469. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14470. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14471. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  14472. 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);
  14473. }
  14474. /**
  14475. * Gets the private 'annotations.cached_reader' shared service.
  14476. *
  14477. * @return \Doctrine\Common\Annotations\PsrCachedReader
  14478. */
  14479. protected function getAnnotations_CachedReaderService()
  14480. {
  14481. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  14482. }
  14483. /**
  14484. * Gets the private 'annotations.reader' shared service.
  14485. *
  14486. * @return \Doctrine\Common\Annotations\AnnotationReader
  14487. */
  14488. protected function getAnnotations_ReaderService()
  14489. {
  14490. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  14491. $instance->addGlobalIgnoredName('required', NULL);
  14492. return $instance;
  14493. }
  14494. /**
  14495. * Gets the private 'cache.annotations.traceable' shared service.
  14496. *
  14497. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14498. */
  14499. protected function getCache_Annotations_TraceableService()
  14500. {
  14501. 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('mIgAu3TgxG', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14502. }
  14503. /**
  14504. * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  14505. *
  14506. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14507. */
  14508. protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  14509. {
  14510. 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()));
  14511. }
  14512. /**
  14513. * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  14514. *
  14515. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14516. */
  14517. protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  14518. {
  14519. 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()));
  14520. }
  14521. /**
  14522. * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  14523. *
  14524. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14525. */
  14526. protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  14527. {
  14528. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8BNY1TNkvR', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  14529. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14530. 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));
  14531. }
  14532. /**
  14533. * Gets the private 'cache.property_info.traceable' shared service.
  14534. *
  14535. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14536. */
  14537. protected function getCache_PropertyInfo_TraceableService()
  14538. {
  14539. 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('hA8YmPyv2M', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14540. }
  14541. /**
  14542. * Gets the private 'cache.security_expression_language.traceable' shared service.
  14543. *
  14544. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14545. */
  14546. protected function getCache_SecurityExpressionLanguage_TraceableService()
  14547. {
  14548. 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('C9orDoLMt6', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14549. }
  14550. /**
  14551. * Gets the private 'cache.security_token_verifier.traceable' shared service.
  14552. *
  14553. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14554. */
  14555. protected function getCache_SecurityTokenVerifier_TraceableService()
  14556. {
  14557. 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('uFoVAWsqeI', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14558. }
  14559. /**
  14560. * Gets the private 'cache.serializer.traceable' shared service.
  14561. *
  14562. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14563. */
  14564. protected function getCache_Serializer_TraceableService()
  14565. {
  14566. 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('Ql-AoQMRR3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14567. }
  14568. /**
  14569. * Gets the private 'cache.ux.twig_component.traceable' shared service.
  14570. *
  14571. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14572. */
  14573. protected function getCache_Ux_TwigComponent_TraceableService()
  14574. {
  14575. return $this->privates['cache.ux.twig_component.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('JY8oES2EA2', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14576. }
  14577. /**
  14578. * Gets the private 'cache.validator.traceable' shared service.
  14579. *
  14580. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14581. */
  14582. protected function getCache_Validator_TraceableService()
  14583. {
  14584. 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('U0qx90UypM', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14585. }
  14586. /**
  14587. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  14588. *
  14589. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  14590. */
  14591. protected function getCachePoolClearer_CacheWarmerService()
  14592. {
  14593. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14594. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  14595. 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']);
  14596. }
  14597. /**
  14598. * Gets the private 'config_builder.warmer' shared service.
  14599. *
  14600. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  14601. */
  14602. protected function getConfigBuilder_WarmerService()
  14603. {
  14604. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14605. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  14606. 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()));
  14607. }
  14608. /**
  14609. * Gets the private 'config_cache_factory' shared service.
  14610. *
  14611. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  14612. */
  14613. protected function getConfigCacheFactoryService()
  14614. {
  14615. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  14616. 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)));
  14617. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  14618. }, 2));
  14619. }
  14620. /**
  14621. * Gets the private 'console.command.about' shared service.
  14622. *
  14623. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  14624. */
  14625. protected function getConsole_Command_AboutService()
  14626. {
  14627. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14628. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  14629. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  14630. $instance->setName('about');
  14631. $instance->setDescription('Display information about the current project');
  14632. return $instance;
  14633. }
  14634. /**
  14635. * Gets the private 'console.command.assets_install' shared service.
  14636. *
  14637. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  14638. */
  14639. protected function getConsole_Command_AssetsInstallService()
  14640. {
  14641. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14642. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  14643. $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));
  14644. $instance->setName('assets:install');
  14645. $instance->setDescription('Install bundle\'s web assets under a public directory');
  14646. return $instance;
  14647. }
  14648. /**
  14649. * Gets the private 'console.command.cache_clear' shared service.
  14650. *
  14651. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  14652. */
  14653. protected function getConsole_Command_CacheClearService()
  14654. {
  14655. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14656. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  14657. $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())));
  14658. $instance->setName('cache:clear');
  14659. $instance->setDescription('Clear the cache');
  14660. return $instance;
  14661. }
  14662. /**
  14663. * Gets the private 'console.command.cache_pool_clear' shared service.
  14664. *
  14665. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  14666. */
  14667. protected function getConsole_Command_CachePoolClearService()
  14668. {
  14669. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14670. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  14671. $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', 13 => 'cache.ux.twig_component']);
  14672. $instance->setName('cache:pool:clear');
  14673. $instance->setDescription('Clear cache pools');
  14674. return $instance;
  14675. }
  14676. /**
  14677. * Gets the private 'console.command.cache_pool_delete' shared service.
  14678. *
  14679. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  14680. */
  14681. protected function getConsole_Command_CachePoolDeleteService()
  14682. {
  14683. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14684. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  14685. $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', 13 => 'cache.ux.twig_component']);
  14686. $instance->setName('cache:pool:delete');
  14687. $instance->setDescription('Delete an item from a cache pool');
  14688. return $instance;
  14689. }
  14690. /**
  14691. * Gets the private 'console.command.cache_pool_list' shared service.
  14692. *
  14693. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  14694. */
  14695. protected function getConsole_Command_CachePoolListService()
  14696. {
  14697. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14698. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  14699. $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', 13 => 'cache.ux.twig_component']);
  14700. $instance->setName('cache:pool:list');
  14701. $instance->setDescription('List available cache pools');
  14702. return $instance;
  14703. }
  14704. /**
  14705. * Gets the private 'console.command.cache_pool_prune' shared service.
  14706. *
  14707. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  14708. */
  14709. protected function getConsole_Command_CachePoolPruneService()
  14710. {
  14711. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14712. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  14713. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  14714. yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  14715. yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  14716. yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  14717. yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  14718. yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  14719. yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  14720. yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  14721. yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  14722. yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  14723. yield 'cache.ux.twig_component.traceable' => ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService());
  14724. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  14725. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  14726. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  14727. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  14728. }, 14));
  14729. $instance->setName('cache:pool:prune');
  14730. $instance->setDescription('Prune cache pools');
  14731. return $instance;
  14732. }
  14733. /**
  14734. * Gets the private 'console.command.cache_warmup' shared service.
  14735. *
  14736. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  14737. */
  14738. protected function getConsole_Command_CacheWarmupService()
  14739. {
  14740. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14741. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  14742. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  14743. $instance->setName('cache:warmup');
  14744. $instance->setDescription('Warm up an empty cache');
  14745. return $instance;
  14746. }
  14747. /**
  14748. * Gets the private 'console.command.config_debug' shared service.
  14749. *
  14750. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  14751. */
  14752. protected function getConsole_Command_ConfigDebugService()
  14753. {
  14754. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14755. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14756. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14757. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14758. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  14759. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  14760. $instance->setName('debug:config');
  14761. $instance->setDescription('Dump the current configuration for an extension');
  14762. return $instance;
  14763. }
  14764. /**
  14765. * Gets the private 'console.command.config_dump_reference' shared service.
  14766. *
  14767. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  14768. */
  14769. protected function getConsole_Command_ConfigDumpReferenceService()
  14770. {
  14771. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14772. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14773. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14774. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14775. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  14776. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  14777. $instance->setName('config:dump-reference');
  14778. $instance->setDescription('Dump the default configuration for an extension');
  14779. return $instance;
  14780. }
  14781. /**
  14782. * Gets the private 'console.command.container_debug' shared service.
  14783. *
  14784. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  14785. */
  14786. protected function getConsole_Command_ContainerDebugService()
  14787. {
  14788. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14789. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14790. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14791. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  14792. $instance->setName('debug:container');
  14793. $instance->setDescription('Display current services for an application');
  14794. return $instance;
  14795. }
  14796. /**
  14797. * Gets the private 'console.command.container_lint' shared service.
  14798. *
  14799. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  14800. */
  14801. protected function getConsole_Command_ContainerLintService()
  14802. {
  14803. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14804. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  14805. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  14806. $instance->setName('lint:container');
  14807. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  14808. return $instance;
  14809. }
  14810. /**
  14811. * Gets the private 'console.command.debug_autowiring' shared service.
  14812. *
  14813. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  14814. */
  14815. protected function getConsole_Command_DebugAutowiringService()
  14816. {
  14817. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14818. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14819. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14820. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  14821. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14822. $instance->setName('debug:autowiring');
  14823. $instance->setDescription('List classes/interfaces you can use for autowiring');
  14824. return $instance;
  14825. }
  14826. /**
  14827. * Gets the private 'console.command.dotenv_debug' shared service.
  14828. *
  14829. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  14830. */
  14831. protected function getConsole_Command_DotenvDebugService()
  14832. {
  14833. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14834. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  14835. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  14836. $instance->setName('debug:dotenv');
  14837. $instance->setDescription('Lists all dotenv files with variables and values');
  14838. return $instance;
  14839. }
  14840. /**
  14841. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  14842. *
  14843. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  14844. */
  14845. protected function getConsole_Command_EventDispatcherDebugService()
  14846. {
  14847. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14848. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  14849. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()));
  14850. $instance->setName('debug:event-dispatcher');
  14851. $instance->setDescription('Display configured listeners for an application');
  14852. return $instance;
  14853. }
  14854. /**
  14855. * Gets the private 'console.command.form_debug' shared service.
  14856. *
  14857. * @return \Symfony\Component\Form\Command\DebugCommand
  14858. */
  14859. protected function getConsole_Command_FormDebugService()
  14860. {
  14861. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14862. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  14863. $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 => 'Form\\User\\Type', 2 => 'App\\Form\\Admin', 3 => 'App\\Form\\Admin\\Type\\EasyAdmin', 4 => 'App\\Form\\Core\\Type', 5 => 'App\\Form\\Student', 6 => 'App\\Form\\Teacher', 7 => 'App\\Form\\User\\Type', 8 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 9 => 'Vich\\UploaderBundle\\Form\\Type', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [0 => 'Form\\User\\Type\\UniLoginType', 1 => 'App\\Form\\Admin\\AnswerType', 2 => 'App\\Form\\Admin\\BulkAudioUpload', 3 => 'App\\Form\\Admin\\BulkCsvUpload', 4 => 'App\\Form\\Admin\\BulkImageUpload', 5 => 'App\\Form\\Admin\\CsvUploadType', 6 => 'App\\Form\\Admin\\ProblemType', 7 => 'App\\Form\\Admin\\SelectProblemType', 8 => 'App\\Form\\Admin\\StatisticsType', 9 => 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType', 10 => 'App\\Form\\Core\\Type\\ContactType', 11 => 'App\\Form\\Core\\Type\\DateTimeType', 12 => 'App\\Form\\Core\\Type\\EntityHiddenType', 13 => 'App\\Form\\Student\\AddClassroomStudentType', 14 => 'App\\Form\\Student\\PeerFeedback2ndType', 15 => 'App\\Form\\Student\\PeerFeedbackType', 16 => 'App\\Form\\Student\\PeerSolutionFileType', 17 => 'App\\Form\\Student\\PeerSolutionType', 18 => 'App\\Form\\Student\\RatingChoiceFeedback2ndType', 19 => 'App\\Form\\Student\\RatingChoiceFeedbackType', 20 => 'App\\Form\\Student\\StudentType', 21 => 'App\\Form\\Student\\WorksheetSolutionFileType', 22 => 'App\\Form\\Student\\WorksheetSolutionType', 23 => 'App\\Form\\Teacher\\AddProblemType', 24 => 'App\\Form\\Teacher\\AnswerType', 25 => 'App\\Form\\Teacher\\ClassroomType', 26 => 'App\\Form\\Teacher\\EditUserType', 27 => 'App\\Form\\Teacher\\MathproblemOverviewType', 28 => 'App\\Form\\Teacher\\TeacherType', 29 => 'App\\Form\\Teacher\\TextbookSessionType', 30 => 'App\\Form\\User\\Type\\ChangePasswordFormType', 31 => 'App\\Form\\User\\Type\\NewPasswordFormType', 32 => 'App\\Form\\User\\Type\\RegistrationFormType', 33 => 'App\\Form\\User\\Type\\ResetPasswordRequestFormType', 34 => 'App\\Form\\User\\Type\\UniLoginStudentType', 35 => 'App\\Form\\User\\Type\\UniLoginTeacherType', 36 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 37 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 38 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 39 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 40 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 41 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 42 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 43 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 44 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 45 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 46 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'], [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()));
  14864. $instance->setName('debug:form');
  14865. $instance->setDescription('Display form type information');
  14866. return $instance;
  14867. }
  14868. /**
  14869. * Gets the private 'console.command.messenger_consume_messages' shared service.
  14870. *
  14871. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  14872. */
  14873. protected function getConsole_Command_MessengerConsumeMessagesService()
  14874. {
  14875. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14876. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  14877. $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']);
  14878. $instance->setName('messenger:consume');
  14879. $instance->setDescription('Consume messages');
  14880. return $instance;
  14881. }
  14882. /**
  14883. * Gets the private 'console.command.messenger_debug' shared service.
  14884. *
  14885. * @return \Symfony\Component\Messenger\Command\DebugCommand
  14886. */
  14887. protected function getConsole_Command_MessengerDebugService()
  14888. {
  14889. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14890. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  14891. $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\Core\\MigrateFilesToReferencesMessage' => [0 => [0 => 'App\\MessageHandler\\Core\\MigrateFilesToReferencesMessageHandler', 1 => []], 1 => [0 => 'App\\MessageHandler\\Core\\MigrateFilesToReferencesMessageHandler', 1 => []]], 'App\\Message\\Core\\ValidateMathproblemMessage' => [0 => [0 => 'App\\MessageHandler\\Core\\ValidateMathproblemMessageHandler', 1 => []], 1 => [0 => 'App\\MessageHandler\\Core\\ValidateMathproblemMessageHandler', 1 => []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]]]]);
  14892. $instance->setName('debug:messenger');
  14893. $instance->setDescription('List messages you can dispatch using the message buses');
  14894. return $instance;
  14895. }
  14896. /**
  14897. * Gets the private 'console.command.messenger_setup_transports' shared service.
  14898. *
  14899. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  14900. */
  14901. protected function getConsole_Command_MessengerSetupTransportsService()
  14902. {
  14903. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14904. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  14905. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
  14906. $instance->setName('messenger:setup-transports');
  14907. $instance->setDescription('Prepare the required infrastructure for the transport');
  14908. return $instance;
  14909. }
  14910. /**
  14911. * Gets the private 'console.command.messenger_stop_workers' shared service.
  14912. *
  14913. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  14914. */
  14915. protected function getConsole_Command_MessengerStopWorkersService()
  14916. {
  14917. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14918. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  14919. $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()));
  14920. $instance->setName('messenger:stop-workers');
  14921. $instance->setDescription('Stop workers after their current message');
  14922. return $instance;
  14923. }
  14924. /**
  14925. * Gets the private 'console.command.router_debug' shared service.
  14926. *
  14927. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  14928. */
  14929. protected function getConsole_Command_RouterDebugService()
  14930. {
  14931. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14932. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14933. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  14934. $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()));
  14935. $instance->setName('debug:router');
  14936. $instance->setDescription('Display current routes for an application');
  14937. return $instance;
  14938. }
  14939. /**
  14940. * Gets the private 'console.command.router_match' shared service.
  14941. *
  14942. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  14943. */
  14944. protected function getConsole_Command_RouterMatchService()
  14945. {
  14946. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14947. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  14948. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  14949. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  14950. }, 1));
  14951. $instance->setName('router:match');
  14952. $instance->setDescription('Help debug routes by simulating a path info match');
  14953. return $instance;
  14954. }
  14955. /**
  14956. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  14957. *
  14958. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  14959. */
  14960. protected function getConsole_Command_SecretsDecryptToLocalService()
  14961. {
  14962. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14963. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  14964. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14966. $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')))));
  14967. $instance->setName('secrets:decrypt-to-local');
  14968. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  14969. return $instance;
  14970. }
  14971. /**
  14972. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  14973. *
  14974. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  14975. */
  14976. protected function getConsole_Command_SecretsEncryptFromLocalService()
  14977. {
  14978. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14979. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  14980. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14981. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14982. $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')))));
  14983. $instance->setName('secrets:encrypt-from-local');
  14984. $instance->setDescription('Encrypt all local secrets to the vault');
  14985. return $instance;
  14986. }
  14987. /**
  14988. * Gets the private 'console.command.secrets_generate_key' shared service.
  14989. *
  14990. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  14991. */
  14992. protected function getConsole_Command_SecretsGenerateKeyService()
  14993. {
  14994. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14995. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  14996. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14997. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14998. $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')))));
  14999. $instance->setName('secrets:generate-keys');
  15000. $instance->setDescription('Generate new encryption keys');
  15001. return $instance;
  15002. }
  15003. /**
  15004. * Gets the private 'console.command.secrets_list' shared service.
  15005. *
  15006. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  15007. */
  15008. protected function getConsole_Command_SecretsListService()
  15009. {
  15010. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15011. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  15012. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15013. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15014. $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')))));
  15015. $instance->setName('secrets:list');
  15016. $instance->setDescription('List all secrets');
  15017. return $instance;
  15018. }
  15019. /**
  15020. * Gets the private 'console.command.secrets_remove' shared service.
  15021. *
  15022. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  15023. */
  15024. protected function getConsole_Command_SecretsRemoveService()
  15025. {
  15026. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15027. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  15028. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15029. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15030. $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')))));
  15031. $instance->setName('secrets:remove');
  15032. $instance->setDescription('Remove a secret from the vault');
  15033. return $instance;
  15034. }
  15035. /**
  15036. * Gets the private 'console.command.secrets_set' shared service.
  15037. *
  15038. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  15039. */
  15040. protected function getConsole_Command_SecretsSetService()
  15041. {
  15042. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15043. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  15044. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15045. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15046. $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')))));
  15047. $instance->setName('secrets:set');
  15048. $instance->setDescription('Set a secret in the vault');
  15049. return $instance;
  15050. }
  15051. /**
  15052. * Gets the private 'console.command.translation_debug' shared service.
  15053. *
  15054. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  15055. */
  15056. protected function getConsole_Command_TranslationDebugService()
  15057. {
  15058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15059. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  15060. $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/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => 'templates/bundles/EasyAdminBundle/', 1 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/../templates/'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/src/Services/Core/ActivityDisplayService.php'), 5 => (\dirname(__DIR__, 4).'/src/Services/Admin/BugReportService.php'), 6 => (\dirname(__DIR__, 4).'/src/Services/Teacher/API/ResultsOverviewService.php'), 7 => (\dirname(__DIR__, 4).'/src/Services/Core/ClickstreamDtoPopulatorService.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/Admin/ProblemController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Student/DashboardController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Student/DefaultController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Student/PeerSessionController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Student/TextbookController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityController.php'), 14 => (\dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionInitializer.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/ContentController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/CrammingActivityController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/DefaultController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/PeerTrainingController.php'), 19 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/QuizController.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/StudentController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/TextbookController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/TrainingController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/User/ResetPasswordController.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 34 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 38 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 39 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 40 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15061. $instance->setName('debug:translation');
  15062. $instance->setDescription('Display translation messages information');
  15063. return $instance;
  15064. }
  15065. /**
  15066. * Gets the private 'console.command.translation_extract' shared service.
  15067. *
  15068. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  15069. */
  15070. protected function getConsole_Command_TranslationExtractService()
  15071. {
  15072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15073. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  15074. $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/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => 'templates/bundles/EasyAdminBundle/', 1 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/../templates/'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/src/Services/Core/ActivityDisplayService.php'), 5 => (\dirname(__DIR__, 4).'/src/Services/Admin/BugReportService.php'), 6 => (\dirname(__DIR__, 4).'/src/Services/Teacher/API/ResultsOverviewService.php'), 7 => (\dirname(__DIR__, 4).'/src/Services/Core/ClickstreamDtoPopulatorService.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/Admin/ProblemController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Student/DashboardController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/Student/DefaultController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Student/PeerSessionController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Student/TextbookController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityController.php'), 14 => (\dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionInitializer.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/ContentController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/CrammingActivityController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/DefaultController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/PeerTrainingController.php'), 19 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/QuizController.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/StudentController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/TextbookController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Teacher/TrainingController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/User/ResetPasswordController.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 26 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 27 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 29 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 30 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 31 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 32 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 34 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 37 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 38 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 39 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 40 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15075. $instance->setName('translation:extract');
  15076. $instance->setAliases([0 => 'translation:update']);
  15077. $instance->setDescription('Extract missing translations keys from code to translation files.');
  15078. return $instance;
  15079. }
  15080. /**
  15081. * Gets the private 'console.command.translation_pull' shared service.
  15082. *
  15083. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  15084. */
  15085. protected function getConsole_Command_TranslationPullService()
  15086. {
  15087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15088. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15089. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  15090. $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', [], []);
  15091. $instance->setName('translation:pull');
  15092. $instance->setDescription('Pull translations from a given provider.');
  15093. return $instance;
  15094. }
  15095. /**
  15096. * Gets the private 'console.command.translation_push' shared service.
  15097. *
  15098. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  15099. */
  15100. protected function getConsole_Command_TranslationPushService()
  15101. {
  15102. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15103. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15104. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  15105. $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()), [], []);
  15106. $instance->setName('translation:push');
  15107. $instance->setDescription('Push translations to a given provider.');
  15108. return $instance;
  15109. }
  15110. /**
  15111. * Gets the private 'console.command.validator_debug' shared service.
  15112. *
  15113. * @return \Symfony\Component\Validator\Command\DebugCommand
  15114. */
  15115. protected function getConsole_Command_ValidatorDebugService()
  15116. {
  15117. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15118. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  15119. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15120. $instance->setName('debug:validator');
  15121. $instance->setDescription('Display validation constraints for classes');
  15122. return $instance;
  15123. }
  15124. /**
  15125. * Gets the private 'console.command.xliff_lint' shared service.
  15126. *
  15127. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  15128. */
  15129. protected function getConsole_Command_XliffLintService()
  15130. {
  15131. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15132. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  15133. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  15134. $instance->setName('lint:xliff');
  15135. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  15136. return $instance;
  15137. }
  15138. /**
  15139. * Gets the private 'console.command.yaml_lint' shared service.
  15140. *
  15141. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  15142. */
  15143. protected function getConsole_Command_YamlLintService()
  15144. {
  15145. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15146. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  15147. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  15148. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  15149. $instance->setName('lint:yaml');
  15150. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  15151. return $instance;
  15152. }
  15153. /**
  15154. * Gets the private 'console.error_listener' shared service.
  15155. *
  15156. * @return \Symfony\Component\Console\EventListener\ErrorListener
  15157. */
  15158. protected function getConsole_ErrorListenerService()
  15159. {
  15160. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  15161. $a = new \Symfony\Bridge\Monolog\Logger('console');
  15162. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15163. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15164. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15165. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15166. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  15167. }
  15168. /**
  15169. * Gets the private 'container.env_var_processor' shared service.
  15170. *
  15171. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  15172. */
  15173. protected function getContainer_EnvVarProcessorService()
  15174. {
  15175. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  15176. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  15177. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  15178. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  15179. }, 1));
  15180. }
  15181. /**
  15182. * Gets the private 'container.getenv' shared service.
  15183. *
  15184. * @return \Closure
  15185. */
  15186. protected function getContainer_GetenvService()
  15187. {
  15188. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  15189. }
  15190. /**
  15191. * Gets the private 'core.twig_runtime' shared autowired service.
  15192. *
  15193. * @return \App\Twig\Core\AppRuntime
  15194. */
  15195. protected function getCore_TwigRuntimeService()
  15196. {
  15197. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15198. include_once \dirname(__DIR__, 4).'/src/Twig/Core/AppRuntime.php';
  15199. return $this->privates['core.twig_runtime'] = new \App\Twig\Core\AppRuntime('c9ca7eda-8abd-4574-9359-a603ab883612');
  15200. }
  15201. /**
  15202. * Gets the private 'data_collector.form' shared service.
  15203. *
  15204. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  15205. */
  15206. protected function getDataCollector_FormService()
  15207. {
  15208. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  15209. }
  15210. /**
  15211. * Gets the private 'data_collector.request' shared service.
  15212. *
  15213. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  15214. */
  15215. protected function getDataCollector_RequestService()
  15216. {
  15217. 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())));
  15218. }
  15219. /**
  15220. * Gets the private 'data_collector.request.session_collector' shared service.
  15221. *
  15222. * @return \Closure
  15223. */
  15224. protected function getDataCollector_Request_SessionCollectorService()
  15225. {
  15226. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  15227. }
  15228. /**
  15229. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  15230. *
  15231. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15232. */
  15233. protected function getAdminContextResolverService()
  15234. {
  15235. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15237. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  15238. 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))));
  15239. }
  15240. /**
  15241. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  15242. *
  15243. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15244. */
  15245. protected function getBatchActionDtoResolverService()
  15246. {
  15247. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15248. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15249. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  15250. 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))));
  15251. }
  15252. /**
  15253. * Gets the private 'debug.argument_resolver.default' shared service.
  15254. *
  15255. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15256. */
  15257. protected function getDebug_ArgumentResolver_DefaultService()
  15258. {
  15259. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  15262. 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))));
  15263. }
  15264. /**
  15265. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  15266. *
  15267. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15268. */
  15269. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  15270. {
  15271. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15272. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15273. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  15274. $a = ($this->privates['.service_locator.yVbp.6I'] ?? $this->get_ServiceLocator_YVbp_6IService());
  15275. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  15276. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  15277. }
  15278. 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))));
  15279. }
  15280. /**
  15281. * Gets the private 'debug.argument_resolver.request' shared service.
  15282. *
  15283. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15284. */
  15285. protected function getDebug_ArgumentResolver_RequestService()
  15286. {
  15287. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15288. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15289. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  15290. 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))));
  15291. }
  15292. /**
  15293. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  15294. *
  15295. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15296. */
  15297. protected function getDebug_ArgumentResolver_RequestAttributeService()
  15298. {
  15299. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  15302. 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))));
  15303. }
  15304. /**
  15305. * Gets the private 'debug.argument_resolver.service' shared service.
  15306. *
  15307. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15308. */
  15309. protected function getDebug_ArgumentResolver_ServiceService()
  15310. {
  15311. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15312. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15313. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  15314. $a = ($this->privates['.service_locator.yVbp.6I'] ?? $this->get_ServiceLocator_YVbp_6IService());
  15315. if (isset($this->privates['debug.argument_resolver.service'])) {
  15316. return $this->privates['debug.argument_resolver.service'];
  15317. }
  15318. 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))));
  15319. }
  15320. /**
  15321. * Gets the private 'debug.argument_resolver.session' shared service.
  15322. *
  15323. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15324. */
  15325. protected function getDebug_ArgumentResolver_SessionService()
  15326. {
  15327. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15328. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15329. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  15330. 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))));
  15331. }
  15332. /**
  15333. * Gets the private 'debug.argument_resolver.variadic' shared service.
  15334. *
  15335. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15336. */
  15337. protected function getDebug_ArgumentResolver_VariadicService()
  15338. {
  15339. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15340. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15341. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  15342. 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))));
  15343. }
  15344. /**
  15345. * Gets the private 'debug.controller_resolver' shared service.
  15346. *
  15347. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  15348. */
  15349. protected function getDebug_ControllerResolverService()
  15350. {
  15351. 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))));
  15352. }
  15353. /**
  15354. * Gets the private 'debug.debug_handlers_listener' shared service.
  15355. *
  15356. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  15357. */
  15358. protected function getDebug_DebugHandlersListenerService()
  15359. {
  15360. $a = new \Symfony\Bridge\Monolog\Logger('php');
  15361. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15362. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15363. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15364. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15365. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15366. 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()));
  15367. }
  15368. /**
  15369. * Gets the private 'debug.dump_listener' shared service.
  15370. *
  15371. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  15372. */
  15373. protected function getDebug_DumpListenerService()
  15374. {
  15375. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  15376. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  15377. 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()));
  15378. }
  15379. /**
  15380. * Gets the private 'debug.file_link_formatter' shared service.
  15381. *
  15382. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  15383. */
  15384. protected function getDebug_FileLinkFormatterService()
  15385. {
  15386. 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 () {
  15387. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  15388. });
  15389. }
  15390. /**
  15391. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  15392. *
  15393. * @return \string
  15394. */
  15395. protected function getDebug_FileLinkFormatter_UrlFormatService()
  15396. {
  15397. $a = ($this->services['router'] ?? $this->getRouterService());
  15398. if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  15399. return $this->privates['debug.file_link_formatter.url_format'];
  15400. }
  15401. 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');
  15402. }
  15403. /**
  15404. * Gets the private 'debug.log_processor' shared service.
  15405. *
  15406. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  15407. */
  15408. protected function getDebug_LogProcessorService()
  15409. {
  15410. 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())));
  15411. }
  15412. /**
  15413. * Gets the private 'debug.security.access.decision_manager' shared service.
  15414. *
  15415. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  15416. */
  15417. protected function getDebug_Security_Access_DecisionManagerService()
  15418. {
  15419. 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 () {
  15420. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  15421. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  15422. yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  15423. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  15424. yield 4 => ($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'] ?? $this->getProblemVoterService());
  15425. yield 5 => ($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'] ?? $this->getPublicationVoterService());
  15426. yield 6 => ($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'] ?? $this->getPublisherVoterService());
  15427. yield 7 => ($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'] ?? $this->getQuizVoterService());
  15428. yield 8 => ($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'] ?? $this->getSelfStudyVoterService());
  15429. yield 9 => ($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'] ?? $this->getTextbookVoterService());
  15430. yield 10 => ($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'] ?? $this->getUserVoterService());
  15431. yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  15432. }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  15433. }
  15434. /**
  15435. * Gets the private 'debug.security.firewall' shared service.
  15436. *
  15437. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  15438. */
  15439. protected function getDebug_Security_FirewallService()
  15440. {
  15441. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  15442. if (isset($this->privates['debug.security.firewall'])) {
  15443. return $this->privates['debug.security.firewall'];
  15444. }
  15445. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15446. if (isset($this->privates['debug.security.firewall'])) {
  15447. return $this->privates['debug.security.firewall'];
  15448. }
  15449. $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  15450. if (isset($this->privates['debug.security.firewall'])) {
  15451. return $this->privates['debug.security.firewall'];
  15452. }
  15453. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
  15454. }
  15455. /**
  15456. * Gets the private 'debug.security.firewall.authenticator.api_doc' shared service.
  15457. *
  15458. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15459. */
  15460. protected function getDebug_Security_Firewall_Authenticator_ApiDocService()
  15461. {
  15462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15463. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15467. $a = ($this->privates['security.event_dispatcher.api_doc'] ?? $this->getSecurity_EventDispatcher_ApiDocService());
  15468. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  15469. return $this->privates['debug.security.firewall.authenticator.api_doc'];
  15470. }
  15471. 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, [])));
  15472. }
  15473. /**
  15474. * Gets the private 'debug.security.firewall.authenticator.api_gale' shared service.
  15475. *
  15476. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15477. */
  15478. protected function getDebug_Security_Firewall_Authenticator_ApiGaleService()
  15479. {
  15480. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15484. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15485. $a = ($this->privates['App\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService());
  15486. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15487. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15488. }
  15489. $b = ($this->privates['security.event_dispatcher.api_gale'] ?? $this->getSecurity_EventDispatcher_ApiGaleService());
  15490. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15491. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15492. }
  15493. 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, [])));
  15494. }
  15495. /**
  15496. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  15497. *
  15498. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15499. */
  15500. protected function getDebug_Security_Firewall_Authenticator_MainService()
  15501. {
  15502. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15503. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15504. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15505. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15506. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15507. $a = ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService());
  15508. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15509. return $this->privates['debug.security.firewall.authenticator.main'];
  15510. }
  15511. $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  15512. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15513. return $this->privates['debug.security.firewall.authenticator.main'];
  15514. }
  15515. 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, [])));
  15516. }
  15517. /**
  15518. * Gets the private 'debug.security.user_value_resolver' shared service.
  15519. *
  15520. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15521. */
  15522. protected function getDebug_Security_UserValueResolverService()
  15523. {
  15524. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15525. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15526. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  15527. 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))));
  15528. }
  15529. /**
  15530. * Gets the private 'debug.security.voter.App\Security\Core\ProblemVoter' shared service.
  15531. *
  15532. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15533. */
  15534. protected function getProblemVoterService()
  15535. {
  15536. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15537. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15538. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15539. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15540. include_once \dirname(__DIR__, 4).'/src/Security/Core/ProblemVoter.php';
  15541. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15542. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15543. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15544. }
  15545. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15546. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15547. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15548. }
  15549. $c = ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService());
  15550. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15551. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15552. }
  15553. $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15554. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15555. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15556. }
  15557. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\ProblemVoter($a, $b, $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $d);
  15558. }
  15559. /**
  15560. * Gets the private 'debug.security.voter.App\Security\Core\PublicationVoter' shared service.
  15561. *
  15562. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15563. */
  15564. protected function getPublicationVoterService()
  15565. {
  15566. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15568. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15570. include_once \dirname(__DIR__, 4).'/src/Security/Core/PublicationVoter.php';
  15571. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15572. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15573. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15574. }
  15575. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15576. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15577. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15578. }
  15579. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15580. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15581. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15582. }
  15583. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\PublicationVoter($a, $b), $c);
  15584. }
  15585. /**
  15586. * Gets the private 'debug.security.voter.App\Security\Core\PublisherVoter' shared service.
  15587. *
  15588. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15589. */
  15590. protected function getPublisherVoterService()
  15591. {
  15592. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15593. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15594. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15595. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15596. include_once \dirname(__DIR__, 4).'/src/Security/Core/PublisherVoter.php';
  15597. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15598. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15599. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15600. }
  15601. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15602. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15603. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15604. }
  15605. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15606. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15607. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15608. }
  15609. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\PublisherVoter($a, $b), $c);
  15610. }
  15611. /**
  15612. * Gets the private 'debug.security.voter.App\Security\Core\QuizVoter' shared service.
  15613. *
  15614. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15615. */
  15616. protected function getQuizVoterService()
  15617. {
  15618. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15619. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15620. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15621. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15622. include_once \dirname(__DIR__, 4).'/src/Security/Core/QuizVoter.php';
  15623. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15624. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'])) {
  15625. return $this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'];
  15626. }
  15627. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15628. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'])) {
  15629. return $this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'];
  15630. }
  15631. return $this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\QuizVoter($a, ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $b);
  15632. }
  15633. /**
  15634. * Gets the private 'debug.security.voter.App\Security\Core\SelfStudyVoter' shared service.
  15635. *
  15636. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15637. */
  15638. protected function getSelfStudyVoterService()
  15639. {
  15640. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15641. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15642. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15643. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15644. include_once \dirname(__DIR__, 4).'/src/Security/Core/SelfStudyVoter.php';
  15645. $a = ($this->privates['App\\Services\\Core\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService());
  15646. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'])) {
  15647. return $this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'];
  15648. }
  15649. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15650. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'])) {
  15651. return $this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'];
  15652. }
  15653. return $this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\SelfStudyVoter($a), $b);
  15654. }
  15655. /**
  15656. * Gets the private 'debug.security.voter.App\Security\Core\TextbookVoter' shared service.
  15657. *
  15658. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15659. */
  15660. protected function getTextbookVoterService()
  15661. {
  15662. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15663. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15664. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15665. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15666. include_once \dirname(__DIR__, 4).'/src/Security/Core/TextbookVoter.php';
  15667. $a = ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService());
  15668. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'])) {
  15669. return $this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'];
  15670. }
  15671. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15672. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'])) {
  15673. return $this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'];
  15674. }
  15675. return $this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\TextbookVoter($a), $b);
  15676. }
  15677. /**
  15678. * Gets the private 'debug.security.voter.App\Security\Core\UserVoter' shared service.
  15679. *
  15680. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15681. */
  15682. protected function getUserVoterService()
  15683. {
  15684. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15685. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15686. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15687. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15688. include_once \dirname(__DIR__, 4).'/src/Security/Core/UserVoter.php';
  15689. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15690. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15691. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15692. }
  15693. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15694. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15695. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15696. }
  15697. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15698. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15699. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15700. }
  15701. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Core\UserVoter($a, $b), $c);
  15702. }
  15703. /**
  15704. * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  15705. *
  15706. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15707. */
  15708. protected function getSecurityVoterService()
  15709. {
  15710. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15711. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15712. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15713. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15714. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  15715. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  15716. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15717. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15718. }
  15719. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15720. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15721. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15722. }
  15723. 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);
  15724. }
  15725. /**
  15726. * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  15727. *
  15728. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15729. */
  15730. protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  15731. {
  15732. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15733. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15734. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15735. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  15736. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15737. if (isset($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'])) {
  15738. return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'];
  15739. }
  15740. 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);
  15741. }
  15742. /**
  15743. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  15744. *
  15745. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15746. */
  15747. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  15748. {
  15749. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15750. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15751. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15752. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  15753. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15754. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  15755. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  15756. }
  15757. 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);
  15758. }
  15759. /**
  15760. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  15761. *
  15762. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15763. */
  15764. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  15765. {
  15766. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15767. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15768. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15769. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  15770. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  15771. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  15772. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15773. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  15774. return $this->privates['debug.security.voter.security.access.expression_voter'];
  15775. }
  15776. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15777. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  15778. return $this->privates['debug.security.voter.security.access.expression_voter'];
  15779. }
  15780. 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);
  15781. }
  15782. /**
  15783. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  15784. *
  15785. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15786. */
  15787. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  15788. {
  15789. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15790. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15791. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15792. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  15793. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  15794. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15795. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  15796. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  15797. }
  15798. 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);
  15799. }
  15800. /**
  15801. * Gets the private 'debug.security.voter.vote_listener' shared service.
  15802. *
  15803. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  15804. */
  15805. protected function getDebug_Security_Voter_VoteListenerService()
  15806. {
  15807. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  15808. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  15809. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  15810. return $this->privates['debug.security.voter.vote_listener'];
  15811. }
  15812. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  15813. }
  15814. /**
  15815. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  15816. *
  15817. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  15818. */
  15819. protected function getDoctrine_CacheClearMetadataCommandService()
  15820. {
  15821. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15822. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15823. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15824. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  15825. $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()));
  15826. $instance->setName('doctrine:cache:clear-metadata');
  15827. return $instance;
  15828. }
  15829. /**
  15830. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  15831. *
  15832. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  15833. */
  15834. protected function getDoctrine_CacheClearQueryCacheCommandService()
  15835. {
  15836. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15837. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15838. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15839. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  15840. $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()));
  15841. $instance->setName('doctrine:cache:clear-query');
  15842. return $instance;
  15843. }
  15844. /**
  15845. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  15846. *
  15847. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  15848. */
  15849. protected function getDoctrine_CacheClearResultCommandService()
  15850. {
  15851. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15852. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15853. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15854. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  15855. $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()));
  15856. $instance->setName('doctrine:cache:clear-result');
  15857. return $instance;
  15858. }
  15859. /**
  15860. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  15861. *
  15862. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  15863. */
  15864. protected function getDoctrine_CacheCollectionRegionCommandService()
  15865. {
  15866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15867. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15868. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15869. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  15870. $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()));
  15871. $instance->setName('doctrine:cache:clear-collection-region');
  15872. return $instance;
  15873. }
  15874. /**
  15875. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  15876. *
  15877. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  15878. */
  15879. protected function getDoctrine_ClearEntityRegionCommandService()
  15880. {
  15881. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15882. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15883. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  15885. $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()));
  15886. $instance->setName('doctrine:cache:clear-entity-region');
  15887. return $instance;
  15888. }
  15889. /**
  15890. * Gets the private 'doctrine.clear_query_region_command' shared service.
  15891. *
  15892. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  15893. */
  15894. protected function getDoctrine_ClearQueryRegionCommandService()
  15895. {
  15896. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15897. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15898. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15899. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  15900. $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()));
  15901. $instance->setName('doctrine:cache:clear-query-region');
  15902. return $instance;
  15903. }
  15904. /**
  15905. * Gets the private 'doctrine.database_create_command' shared service.
  15906. *
  15907. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  15908. */
  15909. protected function getDoctrine_DatabaseCreateCommandService()
  15910. {
  15911. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15912. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  15913. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  15914. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15915. $instance->setName('doctrine:database:create');
  15916. return $instance;
  15917. }
  15918. /**
  15919. * Gets the private 'doctrine.database_drop_command' shared service.
  15920. *
  15921. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  15922. */
  15923. protected function getDoctrine_DatabaseDropCommandService()
  15924. {
  15925. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15926. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  15927. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  15928. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15929. $instance->setName('doctrine:database:drop');
  15930. return $instance;
  15931. }
  15932. /**
  15933. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  15934. *
  15935. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  15936. */
  15937. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  15938. {
  15939. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15940. 'App\\EventListener\\Teacher\\MathproblemListener' => ['privates', 'App\\EventListener\\Teacher\\MathproblemListener', 'getMathproblemListenerService', false],
  15941. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  15942. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  15943. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  15944. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  15945. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
  15946. 'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', false],
  15947. 'vich_uploader.listener.clean.peer_solution_file' => ['privates', 'vich_uploader.listener.clean.peer_solution_file', 'getVichUploader_Listener_Clean_PeerSolutionFileService', false],
  15948. 'vich_uploader.listener.clean.worksheet_solution_file' => ['privates', 'vich_uploader.listener.clean.worksheet_solution_file', 'getVichUploader_Listener_Clean_WorksheetSolutionFileService', false],
  15949. 'vich_uploader.listener.remove.peer_solution_file' => ['privates', 'vich_uploader.listener.remove.peer_solution_file', 'getVichUploader_Listener_Remove_PeerSolutionFileService', false],
  15950. 'vich_uploader.listener.remove.worksheet_solution_file' => ['privates', 'vich_uploader.listener.remove.worksheet_solution_file', 'getVichUploader_Listener_Remove_WorksheetSolutionFileService', false],
  15951. 'vich_uploader.listener.upload.peer_solution_file' => ['privates', 'vich_uploader.listener.upload.peer_solution_file', 'getVichUploader_Listener_Upload_PeerSolutionFileService', false],
  15952. 'vich_uploader.listener.upload.worksheet_solution_file' => ['privates', 'vich_uploader.listener.upload.worksheet_solution_file', 'getVichUploader_Listener_Upload_WorksheetSolutionFileService', false],
  15953. ], [
  15954. 'App\\EventListener\\Teacher\\MathproblemListener' => '?',
  15955. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  15956. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  15957. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  15958. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  15959. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  15960. 'stof_doctrine_extensions.listener.sortable' => '?',
  15961. 'vich_uploader.listener.clean.peer_solution_file' => '?',
  15962. 'vich_uploader.listener.clean.worksheet_solution_file' => '?',
  15963. 'vich_uploader.listener.remove.peer_solution_file' => '?',
  15964. 'vich_uploader.listener.remove.worksheet_solution_file' => '?',
  15965. 'vich_uploader.listener.upload.peer_solution_file' => '?',
  15966. 'vich_uploader.listener.upload.worksheet_solution_file' => '?',
  15967. ]), [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 => 'prePersist'], 1 => 'App\\EventListener\\Teacher\\MathproblemListener'], 11 => [0 => [0 => 'preUpdate'], 1 => 'App\\EventListener\\Teacher\\MathproblemListener'], 12 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 13 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 14 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sortable'], 15 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 16 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 17 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.sortable'], 18 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.sortable'], 19 => [0 => [0 => 'postFlush'], 1 => 'stof_doctrine_extensions.listener.sortable']]);
  15968. }
  15969. /**
  15970. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  15971. *
  15972. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  15973. */
  15974. protected function getDoctrine_EnsureProductionSettingsCommandService()
  15975. {
  15976. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15977. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15978. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15979. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  15980. $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()));
  15981. $instance->setName('doctrine:ensure-production-settings');
  15982. return $instance;
  15983. }
  15984. /**
  15985. * Gets the private 'doctrine.mapping_convert_command' shared service.
  15986. *
  15987. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  15988. */
  15989. protected function getDoctrine_MappingConvertCommandService()
  15990. {
  15991. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15992. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15993. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  15995. $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()));
  15996. $instance->setName('doctrine:mapping:convert');
  15997. return $instance;
  15998. }
  15999. /**
  16000. * Gets the private 'doctrine.mapping_import_command' shared service.
  16001. *
  16002. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  16003. */
  16004. protected function getDoctrine_MappingImportCommandService()
  16005. {
  16006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16007. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16008. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  16009. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  16010. $instance->setName('doctrine:mapping:import');
  16011. return $instance;
  16012. }
  16013. /**
  16014. * Gets the private 'doctrine.mapping_info_command' shared service.
  16015. *
  16016. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  16017. */
  16018. protected function getDoctrine_MappingInfoCommandService()
  16019. {
  16020. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16021. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16022. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  16024. $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()));
  16025. $instance->setName('doctrine:mapping:info');
  16026. return $instance;
  16027. }
  16028. /**
  16029. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  16030. *
  16031. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  16032. */
  16033. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  16034. {
  16035. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  16036. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  16037. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  16038. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  16039. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  16040. }
  16041. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  16042. }
  16043. /**
  16044. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  16045. *
  16046. * @return \Doctrine\Migrations\DependencyFactory
  16047. */
  16048. protected function getDoctrine_Migrations_DependencyFactoryService()
  16049. {
  16050. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  16051. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  16052. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  16053. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  16054. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  16055. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  16056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  16057. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  16058. $a = new \Doctrine\Migrations\Configuration\Configuration();
  16059. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  16060. $a->setAllOrNothing(false);
  16061. $a->setCheckDatabasePlatform(true);
  16062. $a->setTransactional(true);
  16063. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  16064. $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  16065. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  16066. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  16067. });
  16068. return $instance;
  16069. }
  16070. /**
  16071. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  16072. *
  16073. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  16074. */
  16075. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  16076. {
  16077. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  16078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  16079. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16080. }
  16081. /**
  16082. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  16083. *
  16084. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  16085. */
  16086. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  16087. {
  16088. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  16089. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16090. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  16091. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  16092. }
  16093. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  16094. }
  16095. /**
  16096. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  16097. *
  16098. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  16099. */
  16100. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  16101. {
  16102. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  16103. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  16104. }
  16105. /**
  16106. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  16107. *
  16108. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  16109. */
  16110. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  16111. {
  16112. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16113. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  16114. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  16115. }
  16116. /**
  16117. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  16118. *
  16119. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  16120. */
  16121. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  16122. {
  16123. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16124. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  16125. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16126. yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  16127. }, 1));
  16128. }
  16129. /**
  16130. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  16131. *
  16132. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  16133. */
  16134. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  16135. {
  16136. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16137. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  16138. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  16139. }
  16140. /**
  16141. * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  16142. *
  16143. * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  16144. */
  16145. protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  16146. {
  16147. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16148. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  16149. return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16150. yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  16151. }, 1));
  16152. }
  16153. /**
  16154. * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  16155. *
  16156. * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  16157. */
  16158. protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  16159. {
  16160. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  16161. return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16162. }
  16163. /**
  16164. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  16165. *
  16166. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  16167. */
  16168. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  16169. {
  16170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16171. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  16172. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16173. }
  16174. /**
  16175. * Gets the private 'doctrine.orm.validator.unique' shared service.
  16176. *
  16177. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  16178. */
  16179. protected function getDoctrine_Orm_Validator_UniqueService()
  16180. {
  16181. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16182. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  16183. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  16184. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16185. }
  16186. /**
  16187. * Gets the private 'doctrine.query_dql_command' shared service.
  16188. *
  16189. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  16190. */
  16191. protected function getDoctrine_QueryDqlCommandService()
  16192. {
  16193. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16194. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16195. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16196. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  16197. $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()));
  16198. $instance->setName('doctrine:query:dql');
  16199. return $instance;
  16200. }
  16201. /**
  16202. * Gets the private 'doctrine.query_sql_command' shared service.
  16203. *
  16204. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  16205. */
  16206. protected function getDoctrine_QuerySqlCommandService()
  16207. {
  16208. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16209. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  16210. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  16211. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  16212. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  16213. $instance->setName('doctrine:query:sql');
  16214. return $instance;
  16215. }
  16216. /**
  16217. * Gets the private 'doctrine.schema_create_command' shared service.
  16218. *
  16219. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  16220. */
  16221. protected function getDoctrine_SchemaCreateCommandService()
  16222. {
  16223. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16224. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16225. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16226. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16227. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  16228. $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()));
  16229. $instance->setName('doctrine:schema:create');
  16230. return $instance;
  16231. }
  16232. /**
  16233. * Gets the private 'doctrine.schema_drop_command' shared service.
  16234. *
  16235. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  16236. */
  16237. protected function getDoctrine_SchemaDropCommandService()
  16238. {
  16239. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16240. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16241. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16242. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16243. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  16244. $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()));
  16245. $instance->setName('doctrine:schema:drop');
  16246. return $instance;
  16247. }
  16248. /**
  16249. * Gets the private 'doctrine.schema_update_command' shared service.
  16250. *
  16251. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  16252. */
  16253. protected function getDoctrine_SchemaUpdateCommandService()
  16254. {
  16255. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16256. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16257. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16258. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16259. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  16260. $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()));
  16261. $instance->setName('doctrine:schema:update');
  16262. return $instance;
  16263. }
  16264. /**
  16265. * Gets the private 'doctrine.schema_validate_command' shared service.
  16266. *
  16267. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  16268. */
  16269. protected function getDoctrine_SchemaValidateCommandService()
  16270. {
  16271. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  16275. $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()));
  16276. $instance->setName('doctrine:schema:validate');
  16277. return $instance;
  16278. }
  16279. /**
  16280. * Gets the private 'doctrine.ulid_generator' shared service.
  16281. *
  16282. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  16283. */
  16284. protected function getDoctrine_UlidGeneratorService()
  16285. {
  16286. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16287. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  16288. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  16289. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  16290. }
  16291. /**
  16292. * Gets the private 'doctrine.uuid_generator' shared service.
  16293. *
  16294. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  16295. */
  16296. protected function getDoctrine_UuidGeneratorService()
  16297. {
  16298. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16299. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  16300. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  16301. 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));
  16302. }
  16303. /**
  16304. * Gets the private 'doctrine_migrations.current_command' shared service.
  16305. *
  16306. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  16307. */
  16308. protected function getDoctrineMigrations_CurrentCommandService()
  16309. {
  16310. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16312. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  16313. $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  16314. $instance->setName('doctrine:migrations:current');
  16315. $instance->setDescription('Outputs the current version');
  16316. return $instance;
  16317. }
  16318. /**
  16319. * Gets the private 'doctrine_migrations.diff_command' shared service.
  16320. *
  16321. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  16322. */
  16323. protected function getDoctrineMigrations_DiffCommandService()
  16324. {
  16325. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16327. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  16328. $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  16329. $instance->setName('doctrine:migrations:diff');
  16330. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  16331. return $instance;
  16332. }
  16333. /**
  16334. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  16335. *
  16336. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  16337. */
  16338. protected function getDoctrineMigrations_DumpSchemaCommandService()
  16339. {
  16340. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16342. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  16343. $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  16344. $instance->setName('doctrine:migrations:dump-schema');
  16345. $instance->setDescription('Dump the schema for your database to a migration.');
  16346. return $instance;
  16347. }
  16348. /**
  16349. * Gets the private 'doctrine_migrations.execute_command' shared service.
  16350. *
  16351. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  16352. */
  16353. protected function getDoctrineMigrations_ExecuteCommandService()
  16354. {
  16355. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16357. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  16358. $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  16359. $instance->setName('doctrine:migrations:execute');
  16360. $instance->setDescription('Execute one or more migration versions up or down manually.');
  16361. return $instance;
  16362. }
  16363. /**
  16364. * Gets the private 'doctrine_migrations.generate_command' shared service.
  16365. *
  16366. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  16367. */
  16368. protected function getDoctrineMigrations_GenerateCommandService()
  16369. {
  16370. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16372. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  16373. $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  16374. $instance->setName('doctrine:migrations:generate');
  16375. $instance->setDescription('Generate a blank migration class.');
  16376. return $instance;
  16377. }
  16378. /**
  16379. * Gets the private 'doctrine_migrations.latest_command' shared service.
  16380. *
  16381. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  16382. */
  16383. protected function getDoctrineMigrations_LatestCommandService()
  16384. {
  16385. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16387. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  16388. $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  16389. $instance->setName('doctrine:migrations:latest');
  16390. $instance->setDescription('Outputs the latest version');
  16391. return $instance;
  16392. }
  16393. /**
  16394. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  16395. *
  16396. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  16397. */
  16398. protected function getDoctrineMigrations_MigrateCommandService()
  16399. {
  16400. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16402. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  16403. $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  16404. $instance->setName('doctrine:migrations:migrate');
  16405. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  16406. return $instance;
  16407. }
  16408. /**
  16409. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  16410. *
  16411. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  16412. */
  16413. protected function getDoctrineMigrations_RollupCommandService()
  16414. {
  16415. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16416. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  16418. $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  16419. $instance->setName('doctrine:migrations:rollup');
  16420. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  16421. return $instance;
  16422. }
  16423. /**
  16424. * Gets the private 'doctrine_migrations.status_command' shared service.
  16425. *
  16426. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  16427. */
  16428. protected function getDoctrineMigrations_StatusCommandService()
  16429. {
  16430. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16431. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16432. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  16433. $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  16434. $instance->setName('doctrine:migrations:status');
  16435. $instance->setDescription('View the status of a set of migrations.');
  16436. return $instance;
  16437. }
  16438. /**
  16439. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  16440. *
  16441. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  16442. */
  16443. protected function getDoctrineMigrations_SyncMetadataCommandService()
  16444. {
  16445. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16446. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16447. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  16448. $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  16449. $instance->setName('doctrine:migrations:sync-metadata-storage');
  16450. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  16451. return $instance;
  16452. }
  16453. /**
  16454. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  16455. *
  16456. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  16457. */
  16458. protected function getDoctrineMigrations_UpToDateCommandService()
  16459. {
  16460. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  16463. $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  16464. $instance->setName('doctrine:migrations:up-to-date');
  16465. $instance->setDescription('Tells you if your schema is up-to-date.');
  16466. return $instance;
  16467. }
  16468. /**
  16469. * Gets the private 'doctrine_migrations.version_command' shared service.
  16470. *
  16471. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  16472. */
  16473. protected function getDoctrineMigrations_VersionCommandService()
  16474. {
  16475. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16476. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16477. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  16478. $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  16479. $instance->setName('doctrine:migrations:version');
  16480. $instance->setDescription('Manually add and delete migration versions from the version table.');
  16481. return $instance;
  16482. }
  16483. /**
  16484. * Gets the private 'doctrine_migrations.versions_command' shared service.
  16485. *
  16486. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  16487. */
  16488. protected function getDoctrineMigrations_VersionsCommandService()
  16489. {
  16490. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16491. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16492. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  16493. $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  16494. $instance->setName('doctrine:migrations:list');
  16495. $instance->setDescription('Display a list of all available migrations and their status.');
  16496. return $instance;
  16497. }
  16498. /**
  16499. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  16500. *
  16501. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  16502. */
  16503. protected function getEightPointsGuzzle_DataCollectorService()
  16504. {
  16505. 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);
  16506. }
  16507. /**
  16508. * Gets the private 'error_handler.error_renderer.html' shared service.
  16509. *
  16510. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  16511. */
  16512. protected function getErrorHandler_ErrorRenderer_HtmlService()
  16513. {
  16514. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16515. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  16516. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16517. 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()));
  16518. }
  16519. /**
  16520. * Gets the private 'exception_listener' shared service.
  16521. *
  16522. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  16523. */
  16524. protected function getExceptionListener2Service()
  16525. {
  16526. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  16527. }
  16528. /**
  16529. * Gets the private 'form.choice_list_factory.cached' shared service.
  16530. *
  16531. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  16532. */
  16533. protected function getForm_ChoiceListFactory_CachedService()
  16534. {
  16535. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  16536. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  16537. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  16538. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  16539. 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())));
  16540. }
  16541. /**
  16542. * Gets the private 'form.registry' shared service.
  16543. *
  16544. * @return \Symfony\Component\Form\FormRegistry
  16545. */
  16546. protected function getForm_RegistryService()
  16547. {
  16548. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  16549. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  16550. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  16551. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  16552. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  16553. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  16554. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  16555. 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, [
  16556. 'App\\Form\\Admin\\AnswerType' => ['privates', 'App\\Form\\Admin\\AnswerType', 'getAnswerTypeService', false],
  16557. 'App\\Form\\Admin\\BulkAudioUpload' => ['privates', 'App\\Form\\Admin\\BulkAudioUpload', 'getBulkAudioUploadService', false],
  16558. 'App\\Form\\Admin\\BulkCsvUpload' => ['privates', 'App\\Form\\Admin\\BulkCsvUpload', 'getBulkCsvUploadService', false],
  16559. 'App\\Form\\Admin\\BulkImageUpload' => ['privates', 'App\\Form\\Admin\\BulkImageUpload', 'getBulkImageUploadService', false],
  16560. 'App\\Form\\Admin\\CsvUploadType' => ['privates', 'App\\Form\\Admin\\CsvUploadType', 'getCsvUploadTypeService', false],
  16561. 'App\\Form\\Admin\\ProblemType' => ['privates', 'App\\Form\\Admin\\ProblemType', 'getProblemTypeService', false],
  16562. 'App\\Form\\Admin\\SelectProblemType' => ['privates', 'App\\Form\\Admin\\SelectProblemType', 'getSelectProblemTypeService', false],
  16563. 'App\\Form\\Admin\\StatisticsType' => ['privates', 'App\\Form\\Admin\\StatisticsType', 'getStatisticsTypeService', false],
  16564. 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType' => ['privates', 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType', 'getTemplateTypeFilterTypeService', false],
  16565. 'App\\Form\\Core\\Type\\ContactType' => ['privates', 'App\\Form\\Core\\Type\\ContactType', 'getContactTypeService', false],
  16566. 'App\\Form\\Core\\Type\\DateTimeType' => ['privates', 'abacus_core.form.type.date_time', 'getAbacusCore_Form_Type_DateTimeService', false],
  16567. 'App\\Form\\Core\\Type\\EntityHiddenType' => ['privates', 'abacus_core.type.entity_hidden_type', 'getAbacusCore_Type_EntityHiddenTypeService', false],
  16568. 'App\\Form\\Student\\AddClassroomStudentType' => ['privates', 'abacus.addclassroom2student.form.type', 'getAbacus_Addclassroom2student_Form_TypeService', false],
  16569. 'App\\Form\\Student\\PeerFeedback2ndType' => ['privates', 'App\\Form\\Student\\PeerFeedback2ndType', 'getPeerFeedback2ndTypeService', false],
  16570. 'App\\Form\\Student\\PeerFeedbackType' => ['privates', 'App\\Form\\Student\\PeerFeedbackType', 'getPeerFeedbackTypeService', false],
  16571. 'App\\Form\\Student\\PeerSolutionFileType' => ['privates', 'App\\Form\\Student\\PeerSolutionFileType', 'getPeerSolutionFileTypeService', false],
  16572. 'App\\Form\\Student\\PeerSolutionType' => ['privates', 'App\\Form\\Student\\PeerSolutionType', 'getPeerSolutionTypeService', false],
  16573. 'App\\Form\\Student\\RatingChoiceFeedback2ndType' => ['privates', 'App\\Form\\Student\\RatingChoiceFeedback2ndType', 'getRatingChoiceFeedback2ndTypeService', false],
  16574. 'App\\Form\\Student\\RatingChoiceFeedbackType' => ['privates', 'App\\Form\\Student\\RatingChoiceFeedbackType', 'getRatingChoiceFeedbackTypeService', false],
  16575. 'App\\Form\\Student\\StudentType' => ['privates', 'App\\Form\\Student\\StudentType', 'getStudentTypeService', false],
  16576. 'App\\Form\\Student\\WorksheetSolutionFileType' => ['privates', 'App\\Form\\Student\\WorksheetSolutionFileType', 'getWorksheetSolutionFileTypeService', false],
  16577. 'App\\Form\\Student\\WorksheetSolutionType' => ['privates', 'App\\Form\\Student\\WorksheetSolutionType', 'getWorksheetSolutionTypeService', false],
  16578. 'App\\Form\\Teacher\\AddProblemType' => ['privates', 'abacus.add_problem.form.type', 'getAbacus_AddProblem_Form_TypeService', false],
  16579. 'App\\Form\\Teacher\\AnswerType' => ['privates', 'App\\Form\\Teacher\\AnswerType', 'getAnswerType2Service', false],
  16580. 'App\\Form\\Teacher\\ClassroomType' => ['privates', 'abacus.teacher.form.classroom', 'getAbacus_Teacher_Form_ClassroomService', false],
  16581. 'App\\Form\\Teacher\\EditUserType' => ['privates', 'abacus.edit_user.form.type', 'getAbacus_EditUser_Form_TypeService', false],
  16582. 'App\\Form\\Teacher\\MathproblemOverviewType' => ['privates', 'abacus.mathproblemoverview.form.type', 'getAbacus_Mathproblemoverview_Form_TypeService', false],
  16583. 'App\\Form\\Teacher\\TeacherType' => ['privates', 'abacus.teacher.form.type', 'getAbacus_Teacher_Form_TypeService', false],
  16584. 'App\\Form\\Teacher\\TextbookSessionType' => ['privates', 'abacus.textbook_session.form.type', 'getAbacus_TextbookSession_Form_TypeService', false],
  16585. 'App\\Form\\User\\Type\\ChangePasswordFormType' => ['privates', 'App\\Form\\User\\Type\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
  16586. 'App\\Form\\User\\Type\\NewPasswordFormType' => ['privates', 'App\\Form\\User\\Type\\NewPasswordFormType', 'getNewPasswordFormTypeService', false],
  16587. 'App\\Form\\User\\Type\\RegistrationFormType' => ['privates', 'App\\Form\\User\\Type\\RegistrationFormType', 'getRegistrationFormTypeService', false],
  16588. 'App\\Form\\User\\Type\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\User\\Type\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
  16589. 'App\\Form\\User\\Type\\UniLoginStudentType' => ['privates', 'App\\Form\\User\\Type\\UniLoginStudentType', 'getUniLoginStudentTypeService', false],
  16590. 'App\\Form\\User\\Type\\UniLoginTeacherType' => ['privates', 'App\\Form\\User\\Type\\UniLoginTeacherType', 'getUniLoginTeacherTypeService', false],
  16591. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType', 'getCrudAutocompleteTypeService', false],
  16592. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
  16593. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
  16594. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
  16595. 'Form\\User\\Type\\UniLoginType' => ['privates', 'abacus.user.unilogin.form.type', 'getAbacus_User_Unilogin_Form_TypeService', false],
  16596. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  16597. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  16598. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  16599. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  16600. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  16601. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
  16602. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
  16603. ], [
  16604. 'App\\Form\\Admin\\AnswerType' => '?',
  16605. 'App\\Form\\Admin\\BulkAudioUpload' => '?',
  16606. 'App\\Form\\Admin\\BulkCsvUpload' => '?',
  16607. 'App\\Form\\Admin\\BulkImageUpload' => '?',
  16608. 'App\\Form\\Admin\\CsvUploadType' => '?',
  16609. 'App\\Form\\Admin\\ProblemType' => '?',
  16610. 'App\\Form\\Admin\\SelectProblemType' => '?',
  16611. 'App\\Form\\Admin\\StatisticsType' => '?',
  16612. 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType' => '?',
  16613. 'App\\Form\\Core\\Type\\ContactType' => '?',
  16614. 'App\\Form\\Core\\Type\\DateTimeType' => '?',
  16615. 'App\\Form\\Core\\Type\\EntityHiddenType' => '?',
  16616. 'App\\Form\\Student\\AddClassroomStudentType' => '?',
  16617. 'App\\Form\\Student\\PeerFeedback2ndType' => '?',
  16618. 'App\\Form\\Student\\PeerFeedbackType' => '?',
  16619. 'App\\Form\\Student\\PeerSolutionFileType' => '?',
  16620. 'App\\Form\\Student\\PeerSolutionType' => '?',
  16621. 'App\\Form\\Student\\RatingChoiceFeedback2ndType' => '?',
  16622. 'App\\Form\\Student\\RatingChoiceFeedbackType' => '?',
  16623. 'App\\Form\\Student\\StudentType' => '?',
  16624. 'App\\Form\\Student\\WorksheetSolutionFileType' => '?',
  16625. 'App\\Form\\Student\\WorksheetSolutionType' => '?',
  16626. 'App\\Form\\Teacher\\AddProblemType' => '?',
  16627. 'App\\Form\\Teacher\\AnswerType' => '?',
  16628. 'App\\Form\\Teacher\\ClassroomType' => '?',
  16629. 'App\\Form\\Teacher\\EditUserType' => '?',
  16630. 'App\\Form\\Teacher\\MathproblemOverviewType' => '?',
  16631. 'App\\Form\\Teacher\\TeacherType' => '?',
  16632. 'App\\Form\\Teacher\\TextbookSessionType' => '?',
  16633. 'App\\Form\\User\\Type\\ChangePasswordFormType' => '?',
  16634. 'App\\Form\\User\\Type\\NewPasswordFormType' => '?',
  16635. 'App\\Form\\User\\Type\\RegistrationFormType' => '?',
  16636. 'App\\Form\\User\\Type\\ResetPasswordRequestFormType' => '?',
  16637. 'App\\Form\\User\\Type\\UniLoginStudentType' => '?',
  16638. 'App\\Form\\User\\Type\\UniLoginTeacherType' => '?',
  16639. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType' => '?',
  16640. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  16641. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  16642. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  16643. 'Form\\User\\Type\\UniLoginType' => '?',
  16644. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  16645. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  16646. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  16647. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  16648. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  16649. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  16650. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  16651. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  16652. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  16653. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  16654. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  16655. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  16656. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  16657. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  16658. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  16659. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  16660. }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  16661. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  16662. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  16663. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  16664. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  16665. 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()));
  16666. }, 1)], new RewindableGenerator(function () {
  16667. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  16668. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  16669. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  16670. }
  16671. /**
  16672. * Gets the private 'form.server_params' shared service.
  16673. *
  16674. * @return \Symfony\Component\Form\Util\ServerParams
  16675. */
  16676. protected function getForm_ServerParamsService()
  16677. {
  16678. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  16679. 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())));
  16680. }
  16681. /**
  16682. * Gets the private 'form.type.choice' shared service.
  16683. *
  16684. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  16685. */
  16686. protected function getForm_Type_ChoiceService()
  16687. {
  16688. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16689. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16690. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  16691. 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()));
  16692. }
  16693. /**
  16694. * Gets the private 'form.type.color' shared service.
  16695. *
  16696. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  16697. */
  16698. protected function getForm_Type_ColorService()
  16699. {
  16700. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16701. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16702. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  16703. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  16704. }
  16705. /**
  16706. * Gets the private 'form.type.entity' shared service.
  16707. *
  16708. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  16709. */
  16710. protected function getForm_Type_EntityService()
  16711. {
  16712. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16713. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16714. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  16715. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  16716. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16717. }
  16718. /**
  16719. * Gets the private 'form.type.form' shared service.
  16720. *
  16721. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  16722. */
  16723. protected function getForm_Type_FormService()
  16724. {
  16725. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16726. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16727. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  16728. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  16729. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  16730. }
  16731. /**
  16732. * Gets the private 'form.type_extension.csrf' shared service.
  16733. *
  16734. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  16735. */
  16736. protected function getForm_TypeExtension_CsrfService()
  16737. {
  16738. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16739. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16740. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  16741. 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()));
  16742. }
  16743. /**
  16744. * Gets the private 'form.type_extension.form.data_collector' shared service.
  16745. *
  16746. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  16747. */
  16748. protected function getForm_TypeExtension_Form_DataCollectorService()
  16749. {
  16750. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16751. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16752. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  16753. 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()));
  16754. }
  16755. /**
  16756. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  16757. *
  16758. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  16759. */
  16760. protected function getForm_TypeExtension_Form_HttpFoundationService()
  16761. {
  16762. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16763. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16764. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  16765. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  16766. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  16767. 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())));
  16768. }
  16769. /**
  16770. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  16771. *
  16772. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  16773. */
  16774. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  16775. {
  16776. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16777. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16778. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  16779. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16780. }
  16781. /**
  16782. * Gets the private 'form.type_extension.form.validator' shared service.
  16783. *
  16784. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  16785. */
  16786. protected function getForm_TypeExtension_Form_ValidatorService()
  16787. {
  16788. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16789. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16790. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  16791. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  16792. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16793. if (isset($this->privates['form.type_extension.form.validator'])) {
  16794. return $this->privates['form.type_extension.form.validator'];
  16795. }
  16796. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  16797. if (isset($this->privates['form.type_extension.form.validator'])) {
  16798. return $this->privates['form.type_extension.form.validator'];
  16799. }
  16800. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  16801. }
  16802. /**
  16803. * Gets the private 'form.type_extension.upload.validator' shared service.
  16804. *
  16805. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  16806. */
  16807. protected function getForm_TypeExtension_Upload_ValidatorService()
  16808. {
  16809. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16810. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16811. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  16812. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16813. }
  16814. /**
  16815. * Gets the private 'form.type_guesser.doctrine' shared service.
  16816. *
  16817. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  16818. */
  16819. protected function getForm_TypeGuesser_DoctrineService()
  16820. {
  16821. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16822. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  16823. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16824. }
  16825. /**
  16826. * Gets the private 'form.type_guesser.validator' shared service.
  16827. *
  16828. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  16829. */
  16830. protected function getForm_TypeGuesser_ValidatorService()
  16831. {
  16832. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16833. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  16834. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16835. }
  16836. /**
  16837. * Gets the private 'fragment.listener' shared service.
  16838. *
  16839. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  16840. */
  16841. protected function getFragment_ListenerService()
  16842. {
  16843. 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');
  16844. }
  16845. /**
  16846. * Gets the private 'fragment.renderer.hinclude' shared service.
  16847. *
  16848. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  16849. */
  16850. protected function getFragment_Renderer_HincludeService()
  16851. {
  16852. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16853. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16854. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  16855. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16856. if (isset($this->privates['fragment.renderer.hinclude'])) {
  16857. return $this->privates['fragment.renderer.hinclude'];
  16858. }
  16859. $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);
  16860. $instance->setFragmentPath('/_fragment');
  16861. return $instance;
  16862. }
  16863. /**
  16864. * Gets the private 'fragment.renderer.inline' shared service.
  16865. *
  16866. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  16867. */
  16868. protected function getFragment_Renderer_InlineService()
  16869. {
  16870. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16871. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16872. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  16873. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  16874. if (isset($this->privates['fragment.renderer.inline'])) {
  16875. return $this->privates['fragment.renderer.inline'];
  16876. }
  16877. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16878. if (isset($this->privates['fragment.renderer.inline'])) {
  16879. return $this->privates['fragment.renderer.inline'];
  16880. }
  16881. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  16882. $instance->setFragmentPath('/_fragment');
  16883. return $instance;
  16884. }
  16885. /**
  16886. * Gets the private 'kernel.listener.login_listener' shared autowired service.
  16887. *
  16888. * @return \App\Event\LoginListener
  16889. */
  16890. protected function getKernel_Listener_LoginListenerService()
  16891. {
  16892. include_once \dirname(__DIR__, 4).'/src/Event/LoginListener.php';
  16893. $a = ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService());
  16894. if (isset($this->privates['kernel.listener.login_listener'])) {
  16895. return $this->privates['kernel.listener.login_listener'];
  16896. }
  16897. return $this->privates['kernel.listener.login_listener'] = new \App\Event\LoginListener($a);
  16898. }
  16899. /**
  16900. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16901. *
  16902. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16903. */
  16904. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16905. {
  16906. 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]);
  16907. }
  16908. /**
  16909. * Gets the private 'locale_aware_listener' shared service.
  16910. *
  16911. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  16912. */
  16913. protected function getLocaleAwareListenerService()
  16914. {
  16915. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  16916. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da')));
  16917. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  16918. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16919. }
  16920. /**
  16921. * Gets the private 'locale_listener' shared service.
  16922. *
  16923. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  16924. */
  16925. protected function getLocaleListenerService()
  16926. {
  16927. $a = ($this->services['router'] ?? $this->getRouterService());
  16928. if (isset($this->privates['locale_listener'])) {
  16929. return $this->privates['locale_listener'];
  16930. }
  16931. 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, []);
  16932. }
  16933. /**
  16934. * Gets the private 'mailer.mailer' shared service.
  16935. *
  16936. * @return \Symfony\Component\Mailer\Mailer
  16937. */
  16938. protected function getMailer_MailerService()
  16939. {
  16940. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  16941. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  16942. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  16943. if (isset($this->privates['mailer.mailer'])) {
  16944. return $this->privates['mailer.mailer'];
  16945. }
  16946. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16947. if (isset($this->privates['mailer.mailer'])) {
  16948. return $this->privates['mailer.mailer'];
  16949. }
  16950. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16951. if (isset($this->privates['mailer.mailer'])) {
  16952. return $this->privates['mailer.mailer'];
  16953. }
  16954. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  16955. }
  16956. /**
  16957. * Gets the private 'mailer.transport_factory.native' shared service.
  16958. *
  16959. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  16960. */
  16961. protected function getMailer_TransportFactory_NativeService()
  16962. {
  16963. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16964. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16965. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  16966. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16967. if (isset($this->privates['mailer.transport_factory.native'])) {
  16968. return $this->privates['mailer.transport_factory.native'];
  16969. }
  16970. 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()));
  16971. }
  16972. /**
  16973. * Gets the private 'mailer.transport_factory.null' shared service.
  16974. *
  16975. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  16976. */
  16977. protected function getMailer_TransportFactory_NullService()
  16978. {
  16979. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16980. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16981. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  16982. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16983. if (isset($this->privates['mailer.transport_factory.null'])) {
  16984. return $this->privates['mailer.transport_factory.null'];
  16985. }
  16986. 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()));
  16987. }
  16988. /**
  16989. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  16990. *
  16991. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  16992. */
  16993. protected function getMailer_TransportFactory_SendmailService()
  16994. {
  16995. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16996. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16997. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  16998. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16999. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  17000. return $this->privates['mailer.transport_factory.sendmail'];
  17001. }
  17002. 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()));
  17003. }
  17004. /**
  17005. * Gets the private 'mailer.transport_factory.smtp' shared service.
  17006. *
  17007. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  17008. */
  17009. protected function getMailer_TransportFactory_SmtpService()
  17010. {
  17011. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17012. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17013. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  17014. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17015. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  17016. return $this->privates['mailer.transport_factory.smtp'];
  17017. }
  17018. 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()));
  17019. }
  17020. /**
  17021. * Gets the private 'mailer.transports' shared service.
  17022. *
  17023. * @return \Symfony\Component\Mailer\Transport\Transports
  17024. */
  17025. protected function getMailer_TransportsService()
  17026. {
  17027. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  17028. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  17029. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  17030. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  17031. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  17032. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  17033. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  17034. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  17035. }, 4)))->fromStrings(['main' => 'smtp://smtprelay.gyldendal.dk:25?verify_peer=0']);
  17036. }
  17037. /**
  17038. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  17039. *
  17040. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  17041. */
  17042. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  17043. {
  17044. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17045. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  17046. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  17047. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  17048. $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\Core\\MigrateFilesToReferencesMessage' => new RewindableGenerator(function () {
  17049. yield 0 => ($this->privates['.messenger.handler_descriptor.WlOCJPB'] ?? $this->get_Messenger_HandlerDescriptor_WlOCJPBService());
  17050. yield 1 => ($this->privates['.messenger.handler_descriptor.WlOCJPB'] ?? $this->get_Messenger_HandlerDescriptor_WlOCJPBService());
  17051. }, 2), 'App\\Message\\Core\\ValidateMathproblemMessage' => new RewindableGenerator(function () {
  17052. yield 0 => ($this->privates['.messenger.handler_descriptor.1ZnfUJQ'] ?? $this->get_Messenger_HandlerDescriptor_1ZnfUJQService());
  17053. yield 1 => ($this->privates['.messenger.handler_descriptor.1ZnfUJQ'] ?? $this->get_Messenger_HandlerDescriptor_1ZnfUJQService());
  17054. }, 2), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  17055. yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  17056. }, 1)]));
  17057. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17058. return $instance;
  17059. }
  17060. /**
  17061. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  17062. *
  17063. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  17064. */
  17065. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  17066. {
  17067. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17068. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  17069. 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');
  17070. }
  17071. /**
  17072. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  17073. *
  17074. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  17075. */
  17076. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  17077. {
  17078. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  17079. 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()));
  17080. }
  17081. /**
  17082. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  17083. *
  17084. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  17085. */
  17086. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  17087. {
  17088. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  17089. 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()));
  17090. }
  17091. /**
  17092. * Gets the private 'messenger.middleware.send_message' shared service.
  17093. *
  17094. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  17095. */
  17096. protected function getMessenger_Middleware_SendMessageService()
  17097. {
  17098. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17099. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  17100. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  17101. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  17102. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17103. if (isset($this->privates['messenger.middleware.send_message'])) {
  17104. return $this->privates['messenger.middleware.send_message'];
  17105. }
  17106. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17107. if (isset($this->privates['messenger.middleware.send_message'])) {
  17108. return $this->privates['messenger.middleware.send_message'];
  17109. }
  17110. $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\Core\\MigrateFilesToReferencesMessage' => [0 => 'async'], 'App\\Message\\Core\\ValidateMathproblemMessage' => [0 => 'async']], $a), $b);
  17111. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17112. return $instance;
  17113. }
  17114. /**
  17115. * Gets the private 'messenger.receiver_locator' shared service.
  17116. *
  17117. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17118. */
  17119. protected function getMessenger_ReceiverLocatorService()
  17120. {
  17121. return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17122. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17123. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17124. ], [
  17125. 'async' => '?',
  17126. 'messenger.transport.async' => '?',
  17127. ]);
  17128. }
  17129. /**
  17130. * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  17131. *
  17132. * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17133. */
  17134. protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  17135. {
  17136. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17137. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17138. return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
  17139. }
  17140. /**
  17141. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  17142. *
  17143. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  17144. */
  17145. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  17146. {
  17147. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  17148. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17149. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17150. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17151. }
  17152. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17153. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17154. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17155. }
  17156. 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, [
  17157. 'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
  17158. ], [
  17159. 'async' => '?',
  17160. ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  17161. }
  17162. /**
  17163. * Gets the private 'messenger.routable_message_bus' shared service.
  17164. *
  17165. * @return \Symfony\Component\Messenger\RoutableMessageBus
  17166. */
  17167. protected function getMessenger_RoutableMessageBusService()
  17168. {
  17169. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  17170. $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17171. if (isset($this->privates['messenger.routable_message_bus'])) {
  17172. return $this->privates['messenger.routable_message_bus'];
  17173. }
  17174. return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17175. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  17176. ], [
  17177. 'messenger.bus.default' => '?',
  17178. ]), $a);
  17179. }
  17180. /**
  17181. * Gets the private 'messenger.transport.async' shared service.
  17182. *
  17183. * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17184. */
  17185. protected function getMessenger_Transport_AsyncService()
  17186. {
  17187. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17188. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17189. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17190. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17191. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17192. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17193. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17194. return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17195. yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  17196. yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  17197. yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17198. yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17199. yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
  17200. }, 5)))->createTransport('doctrine://default', ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  17201. }
  17202. /**
  17203. * Gets the private 'messenger.transport.doctrine.factory' shared service.
  17204. *
  17205. * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  17206. */
  17207. protected function getMessenger_Transport_Doctrine_FactoryService()
  17208. {
  17209. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17210. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  17211. return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17212. }
  17213. /**
  17214. * Gets the private 'messenger.transport.sync.factory' shared service.
  17215. *
  17216. * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  17217. */
  17218. protected function getMessenger_Transport_Sync_FactoryService()
  17219. {
  17220. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17221. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  17222. $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  17223. if (isset($this->privates['messenger.transport.sync.factory'])) {
  17224. return $this->privates['messenger.transport.sync.factory'];
  17225. }
  17226. return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  17227. }
  17228. /**
  17229. * Gets the private 'mime_types' shared service.
  17230. *
  17231. * @return \Symfony\Component\Mime\MimeTypes
  17232. */
  17233. protected function getMimeTypesService()
  17234. {
  17235. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  17236. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  17237. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  17238. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17239. $instance->setDefault($instance);
  17240. return $instance;
  17241. }
  17242. /**
  17243. * Gets the private 'monolog.command.server_log' shared service.
  17244. *
  17245. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  17246. */
  17247. protected function getMonolog_Command_ServerLogService()
  17248. {
  17249. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17250. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  17251. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  17252. $instance->setName('server:log');
  17253. $instance->setDescription('Start a log server that displays logs in real time');
  17254. return $instance;
  17255. }
  17256. /**
  17257. * Gets the private 'monolog.handler.console' shared service.
  17258. *
  17259. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  17260. */
  17261. protected function getMonolog_Handler_ConsoleService()
  17262. {
  17263. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  17264. }
  17265. /**
  17266. * Gets the private 'monolog.handler.main' shared service.
  17267. *
  17268. * @return \Monolog\Handler\StreamHandler
  17269. */
  17270. protected function getMonolog_Handler_MainService()
  17271. {
  17272. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 'debug', true, NULL, false);
  17273. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  17274. return $instance;
  17275. }
  17276. /**
  17277. * Gets the private 'monolog.logger' shared service.
  17278. *
  17279. * @return \Symfony\Bridge\Monolog\Logger
  17280. */
  17281. protected function getMonolog_LoggerService()
  17282. {
  17283. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  17284. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17285. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17286. $instance->useMicrosecondTimestamps(true);
  17287. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17288. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17289. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17290. return $instance;
  17291. }
  17292. /**
  17293. * Gets the private 'monolog.logger.cache' shared service.
  17294. *
  17295. * @return \Symfony\Bridge\Monolog\Logger
  17296. */
  17297. protected function getMonolog_Logger_CacheService()
  17298. {
  17299. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  17300. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17301. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17302. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17303. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17304. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17305. return $instance;
  17306. }
  17307. /**
  17308. * Gets the private 'monolog.logger.mailer' shared service.
  17309. *
  17310. * @return \Symfony\Bridge\Monolog\Logger
  17311. */
  17312. protected function getMonolog_Logger_MailerService()
  17313. {
  17314. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  17315. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17316. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17317. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17318. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17319. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17320. return $instance;
  17321. }
  17322. /**
  17323. * Gets the private 'monolog.logger.messenger' shared service.
  17324. *
  17325. * @return \Symfony\Bridge\Monolog\Logger
  17326. */
  17327. protected function getMonolog_Logger_MessengerService()
  17328. {
  17329. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  17330. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17331. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17332. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17333. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17334. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17335. return $instance;
  17336. }
  17337. /**
  17338. * Gets the private 'monolog.logger.request' shared service.
  17339. *
  17340. * @return \Symfony\Bridge\Monolog\Logger
  17341. */
  17342. protected function getMonolog_Logger_RequestService()
  17343. {
  17344. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  17345. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17346. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17347. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17348. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17349. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17350. return $instance;
  17351. }
  17352. /**
  17353. * Gets the private 'monolog.logger.security' shared service.
  17354. *
  17355. * @return \Symfony\Bridge\Monolog\Logger
  17356. */
  17357. protected function getMonolog_Logger_SecurityService()
  17358. {
  17359. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  17360. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17361. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17362. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17363. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17364. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17365. return $instance;
  17366. }
  17367. /**
  17368. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  17369. *
  17370. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  17371. */
  17372. protected function getNelmioApiDoc_Describers_ConfigService()
  17373. {
  17374. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  17375. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  17376. 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' => []]]]]]]);
  17377. }
  17378. /**
  17379. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  17380. *
  17381. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  17382. */
  17383. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  17384. {
  17385. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  17386. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  17387. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17388. 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()));
  17389. }
  17390. /**
  17391. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  17392. *
  17393. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  17394. */
  17395. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  17396. {
  17397. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  17398. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17399. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17400. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  17401. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17402. 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 () {
  17403. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  17404. 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()));
  17405. 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()));
  17406. }, 3));
  17407. }
  17408. /**
  17409. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  17410. *
  17411. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  17412. */
  17413. protected function getNelmioApiDoc_ModelDescribers_FormService()
  17414. {
  17415. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  17416. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17417. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17418. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  17419. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  17420. 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);
  17421. }
  17422. /**
  17423. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  17424. *
  17425. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  17426. */
  17427. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  17428. {
  17429. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  17430. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17431. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17432. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  17433. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  17434. 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()));
  17435. }
  17436. /**
  17437. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  17438. *
  17439. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  17440. */
  17441. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  17442. {
  17443. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  17444. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17445. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17446. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  17447. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  17448. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  17449. 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()));
  17450. 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()));
  17451. 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()));
  17452. 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()));
  17453. 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()));
  17454. 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()));
  17455. 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()));
  17456. 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()));
  17457. 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()));
  17458. 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()));
  17459. 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()));
  17460. }, 12));
  17461. }
  17462. /**
  17463. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  17464. *
  17465. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  17466. */
  17467. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  17468. {
  17469. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  17470. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17471. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  17472. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17473. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  17474. 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 () {
  17475. return new \EmptyIterator();
  17476. }, 0));
  17477. }
  17478. /**
  17479. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  17480. *
  17481. * @return \Symfony\Component\Routing\RouteCollection
  17482. */
  17483. protected function getNelmioApiDoc_Routes_DefaultService()
  17484. {
  17485. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  17486. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  17487. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17488. 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());
  17489. }
  17490. /**
  17491. * Gets the private 'nelmio_cors.cors_listener' shared service.
  17492. *
  17493. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  17494. */
  17495. protected function getNelmioCors_CorsListenerService()
  17496. {
  17497. 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'])]));
  17498. }
  17499. /**
  17500. * Gets the private 'parameter_bag' shared service.
  17501. *
  17502. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  17503. */
  17504. protected function getParameterBagService()
  17505. {
  17506. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  17507. }
  17508. /**
  17509. * Gets the private 'profiler_listener' shared service.
  17510. *
  17511. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  17512. */
  17513. protected function getProfilerListenerService()
  17514. {
  17515. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  17516. if (isset($this->privates['profiler_listener'])) {
  17517. return $this->privates['profiler_listener'];
  17518. }
  17519. 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);
  17520. }
  17521. /**
  17522. * Gets the private 'property_accessor' shared service.
  17523. *
  17524. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  17525. */
  17526. protected function getPropertyAccessorService()
  17527. {
  17528. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  17529. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  17530. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  17531. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  17532. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  17533. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  17534. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17535. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  17536. }
  17537. /**
  17538. * Gets the private 'property_info' shared service.
  17539. *
  17540. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  17541. */
  17542. protected function getPropertyInfoService()
  17543. {
  17544. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  17545. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  17546. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17547. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17548. }, 3), new RewindableGenerator(function () {
  17549. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17550. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  17551. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17552. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17553. }, 4), new RewindableGenerator(function () {
  17554. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17555. }, 1), new RewindableGenerator(function () {
  17556. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17557. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17558. }, 2), new RewindableGenerator(function () {
  17559. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17560. }, 1));
  17561. }
  17562. /**
  17563. * Gets the private 'property_info.serializer_extractor' shared service.
  17564. *
  17565. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  17566. */
  17567. protected function getPropertyInfo_SerializerExtractorService()
  17568. {
  17569. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  17570. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  17571. }
  17572. /**
  17573. * Gets the private 'router.cache_warmer' shared service.
  17574. *
  17575. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  17576. */
  17577. protected function getRouter_CacheWarmerService()
  17578. {
  17579. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17580. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  17581. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17582. 'router' => ['services', 'router', 'getRouterService', false],
  17583. ], [
  17584. 'router' => '?',
  17585. ]))->withContext('router.cache_warmer', $this));
  17586. }
  17587. /**
  17588. * Gets the private 'router.expression_language_provider' shared service.
  17589. *
  17590. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  17591. */
  17592. protected function getRouter_ExpressionLanguageProviderService()
  17593. {
  17594. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17595. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  17596. ], [
  17597. 'env' => 'Closure',
  17598. ]));
  17599. }
  17600. /**
  17601. * Gets the private 'router.request_context' shared service.
  17602. *
  17603. * @return \Symfony\Component\Routing\RequestContext
  17604. */
  17605. protected function getRouter_RequestContextService()
  17606. {
  17607. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  17608. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  17609. return $instance;
  17610. }
  17611. /**
  17612. * Gets the private 'router_listener' shared service.
  17613. *
  17614. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  17615. */
  17616. protected function getRouterListenerService()
  17617. {
  17618. $a = ($this->services['router'] ?? $this->getRouterService());
  17619. if (isset($this->privates['router_listener'])) {
  17620. return $this->privates['router_listener'];
  17621. }
  17622. 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);
  17623. }
  17624. /**
  17625. * Gets the private 'scheb_two_factor.authenticated_token_condition' shared service.
  17626. *
  17627. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition
  17628. */
  17629. protected function getSchebTwoFactor_AuthenticatedTokenConditionService($lazyLoad = true)
  17630. {
  17631. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  17632. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/AuthenticatedTokenCondition.php';
  17633. return $this->privates['scheb_two_factor.authenticated_token_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition($this->parameters['scheb_two_factor.security_tokens']);
  17634. }
  17635. /**
  17636. * Gets the private 'scheb_two_factor.condition_registry' shared service.
  17637. *
  17638. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry
  17639. */
  17640. protected function getSchebTwoFactor_ConditionRegistryService($lazyLoad = true)
  17641. {
  17642. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionRegistry.php';
  17643. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry(new RewindableGenerator(function () {
  17644. yield 0 => ($this->privates['scheb_two_factor.authenticated_token_condition'] ?? $this->getSchebTwoFactor_AuthenticatedTokenConditionService());
  17645. yield 1 => ($this->privates['scheb_two_factor.ip_whitelist_condition'] ?? $this->getSchebTwoFactor_IpWhitelistConditionService());
  17646. }, 2));
  17647. }
  17648. /**
  17649. * Gets the private 'scheb_two_factor.ip_whitelist_condition' shared service.
  17650. *
  17651. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition
  17652. */
  17653. protected function getSchebTwoFactor_IpWhitelistConditionService($lazyLoad = true)
  17654. {
  17655. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  17656. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/IpWhitelistCondition.php';
  17657. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  17658. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  17659. return $this->privates['scheb_two_factor.ip_whitelist_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition(new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  17660. }
  17661. /**
  17662. * Gets the private 'scheb_two_factor.provider_initiator' shared service.
  17663. *
  17664. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator
  17665. */
  17666. protected function getSchebTwoFactor_ProviderInitiatorService($lazyLoad = true)
  17667. {
  17668. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInitiator.php';
  17669. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  17670. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  17671. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17672. if (isset($this->privates['scheb_two_factor.provider_initiator'])) {
  17673. return $this->privates['scheb_two_factor.provider_initiator'];
  17674. }
  17675. return $this->privates['scheb_two_factor.provider_initiator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator($a, new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
  17676. }
  17677. /**
  17678. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  17679. *
  17680. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  17681. */
  17682. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  17683. {
  17684. 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()));
  17685. }
  17686. /**
  17687. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  17688. *
  17689. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  17690. */
  17691. protected function getSchebTwoFactor_ProviderRegistryService()
  17692. {
  17693. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  17694. yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  17695. }, 1));
  17696. }
  17697. /**
  17698. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  17699. *
  17700. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  17701. */
  17702. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  17703. {
  17704. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  17705. }
  17706. /**
  17707. * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  17708. *
  17709. * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  17710. */
  17711. protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  17712. {
  17713. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  17714. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  17715. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17716. if (isset($this->privates['scheb_two_factor.security.listener.check_two_factor_code'])) {
  17717. return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'];
  17718. }
  17719. 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);
  17720. }
  17721. /**
  17722. * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  17723. *
  17724. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  17725. */
  17726. protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad = true)
  17727. {
  17728. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  17729. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  17730. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17731. if (isset($this->privates['scheb_two_factor.security.totp.default_form_renderer'])) {
  17732. return $this->privates['scheb_two_factor.security.totp.default_form_renderer'];
  17733. }
  17734. 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');
  17735. }
  17736. /**
  17737. * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  17738. *
  17739. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  17740. */
  17741. protected function getSchebTwoFactor_Security_Totp_ProviderService()
  17742. {
  17743. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  17744. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  17745. $a = ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService());
  17746. if (isset($this->privates['scheb_two_factor.security.totp.provider'])) {
  17747. return $this->privates['scheb_two_factor.security.totp.provider'];
  17748. }
  17749. 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);
  17750. }
  17751. /**
  17752. * Gets the private 'secrets.vault' shared service.
  17753. *
  17754. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  17755. */
  17756. protected function getSecrets_VaultService()
  17757. {
  17758. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17759. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  17760. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  17761. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  17762. 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'));
  17763. }
  17764. /**
  17765. * Gets the private 'security.access_listener' shared service.
  17766. *
  17767. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  17768. */
  17769. protected function getSecurity_AccessListenerService()
  17770. {
  17771. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  17772. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17773. if (isset($this->privates['security.access_listener'])) {
  17774. return $this->privates['security.access_listener'];
  17775. }
  17776. 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);
  17777. }
  17778. /**
  17779. * Gets the private 'security.access_map' shared service.
  17780. *
  17781. * @return \Symfony\Component\Security\Http\AccessMap
  17782. */
  17783. protected function getSecurity_AccessMapService()
  17784. {
  17785. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17786. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  17787. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  17788. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  17789. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  17790. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/administrator/'), [0 => 'ROLE_ADMIN'], NULL);
  17791. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/easyadmin/'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_EDITOR', 2 => 'ROLE_AUTHOR'], NULL);
  17792. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  17793. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  17794. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/student/'), [0 => 'ROLE_STUDENT'], NULL);
  17795. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(refresh|json)/student'), [0 => 'ROLE_STUDENT'], NULL);
  17796. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/classroom'), [0 => 'ROLE_TEACHER', 1 => 'ROLE_ADMIN'], NULL);
  17797. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  17798. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/unilogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  17799. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/testlogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  17800. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cms'), [0 => 'PUBLIC_ACCESS'], NULL);
  17801. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/register'), [0 => 'PUBLIC_ACCESS'], NULL);
  17802. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/verify-email'), [0 => 'PUBLIC_ACCESS'], NULL);
  17803. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset-password'), [0 => 'PUBLIC_ACCESS'], NULL);
  17804. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/select-existing'), [0 => 'PUBLIC_ACCESS'], NULL);
  17805. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  17806. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17807. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/2fa'), [0 => 'ROLE_ADMIN'], NULL);
  17808. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17809. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)'), [0 => 'ROLE_API'], NULL);
  17810. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17811. return $instance;
  17812. }
  17813. /**
  17814. * Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
  17815. *
  17816. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  17817. */
  17818. protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
  17819. {
  17820. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  17821. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  17822. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17823. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  17824. return $this->privates['security.authentication.access_listener.two_factor.main'];
  17825. }
  17826. $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  17827. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  17828. return $this->privates['security.authentication.access_listener.two_factor.main'];
  17829. }
  17830. 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));
  17831. }
  17832. /**
  17833. * Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
  17834. *
  17835. * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  17836. */
  17837. protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
  17838. {
  17839. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  17840. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17841. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  17842. 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()));
  17843. }
  17844. /**
  17845. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  17846. *
  17847. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  17848. */
  17849. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  17850. {
  17851. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17852. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  17853. return $this->privates['security.authentication.form_listener.two_factor.main'];
  17854. }
  17855. 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);
  17856. }
  17857. /**
  17858. * Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
  17859. *
  17860. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  17861. */
  17862. protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
  17863. {
  17864. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  17865. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17866. if (isset($this->privates['security.authentication.kernel_exception_listener.two_factor.main'])) {
  17867. return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'];
  17868. }
  17869. 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);
  17870. }
  17871. /**
  17872. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  17873. *
  17874. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  17875. */
  17876. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  17877. {
  17878. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17879. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  17880. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  17881. }
  17882. 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);
  17883. }
  17884. /**
  17885. * Gets the private 'security.authentication.session_strategy' shared service.
  17886. *
  17887. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  17888. */
  17889. protected function getSecurity_Authentication_SessionStrategyService()
  17890. {
  17891. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  17892. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  17893. 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()));
  17894. }
  17895. /**
  17896. * Gets the private 'security.authentication.switchuser_listener.main' shared autowired service.
  17897. *
  17898. * @return \App\Security\Firewall\SwitchUserListener
  17899. */
  17900. protected function getSecurity_Authentication_SwitchuserListener_MainService()
  17901. {
  17902. include_once \dirname(__DIR__, 4).'/src/Security/Firewall/SwitchUserListener.php';
  17903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  17904. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  17905. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  17906. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Classroom/ClassroomStudentRepository.php';
  17907. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17908. include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
  17909. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17910. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17911. return $this->privates['security.authentication.switchuser_listener.main'];
  17912. }
  17913. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17914. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17915. return $this->privates['security.authentication.switchuser_listener.main'];
  17916. }
  17917. $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17918. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17919. return $this->privates['security.authentication.switchuser_listener.main'];
  17920. }
  17921. $d = ($this->services['router'] ?? $this->getRouterService());
  17922. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17923. return $this->privates['security.authentication.switchuser_listener.main'];
  17924. }
  17925. return $this->privates['security.authentication.switchuser_listener.main'] = new \App\Security\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())), 'main', $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user', 'ROLE_ALLOWED_TO_SWITCH', $b, false, ($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] ?? $this->getClassroomRepositoryService()), $c->getRepository('App\\Entity\\Core\\Classroom\\ClassroomStudent'), $d);
  17926. }
  17927. /**
  17928. * Gets the private 'security.authentication.token_created_listener.two_factor.main' shared service.
  17929. *
  17930. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener
  17931. */
  17932. protected function getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService()
  17933. {
  17934. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/AuthenticationTokenListener.php';
  17935. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  17936. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  17937. $a = ($this->privates['scheb_two_factor.provider_initiator'] ?? $this->getSchebTwoFactor_ProviderInitiatorService());
  17938. if (isset($this->privates['security.authentication.token_created_listener.two_factor.main'])) {
  17939. return $this->privates['security.authentication.token_created_listener.two_factor.main'];
  17940. }
  17941. 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())));
  17942. }
  17943. /**
  17944. * Gets the private 'security.authenticator.form_login.main' shared service.
  17945. *
  17946. * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  17947. */
  17948. protected function getSecurity_Authenticator_FormLogin_MainService()
  17949. {
  17950. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17951. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  17952. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17953. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17954. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  17955. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  17956. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17957. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17958. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  17959. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17960. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  17961. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17962. if (isset($this->privates['security.authenticator.form_login.main'])) {
  17963. return $this->privates['security.authenticator.form_login.main'];
  17964. }
  17965. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17966. $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17967. $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]);
  17968. $c->setFirewallName('main');
  17969. $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  17970. $d->setOptions(['login_path' => 'login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
  17971. return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $c, $d, ['enable_csrf' => true, 'check_path' => 'login', '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]);
  17972. }
  17973. /**
  17974. * Gets the private 'security.authenticator.remember_me.main' shared service.
  17975. *
  17976. * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  17977. */
  17978. protected function getSecurity_Authenticator_RememberMe_MainService()
  17979. {
  17980. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17981. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17982. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  17983. 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()));
  17984. }
  17985. /**
  17986. * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  17987. *
  17988. * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  17989. */
  17990. protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  17991. {
  17992. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  17993. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  17994. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  17995. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  17996. 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['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($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()));
  17997. }
  17998. /**
  17999. * Gets the private 'security.authenticator.two_factor.main' shared service.
  18000. *
  18001. * @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
  18002. */
  18003. protected function getSecurity_Authenticator_TwoFactor_MainService()
  18004. {
  18005. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18006. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  18007. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php';
  18008. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  18009. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18010. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  18011. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  18012. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  18013. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18014. if (isset($this->privates['security.authenticator.two_factor.main'])) {
  18015. return $this->privates['security.authenticator.two_factor.main'];
  18016. }
  18017. $b = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  18018. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18019. 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()));
  18020. }
  18021. /**
  18022. * Gets the private 'security.channel_listener' shared service.
  18023. *
  18024. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  18025. */
  18026. protected function getSecurity_ChannelListenerService()
  18027. {
  18028. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  18029. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  18030. 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());
  18031. }
  18032. /**
  18033. * Gets the private 'security.command.debug_firewall' shared service.
  18034. *
  18035. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  18036. */
  18037. protected function getSecurity_Command_DebugFirewallService()
  18038. {
  18039. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18040. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  18041. $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['App\\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);
  18042. $instance->setName('debug:firewall');
  18043. $instance->setDescription('Display information about your security firewall(s)');
  18044. return $instance;
  18045. }
  18046. /**
  18047. * Gets the private 'security.command.user_password_encoder' shared service.
  18048. *
  18049. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  18050. *
  18051. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  18052. */
  18053. protected function getSecurity_Command_UserPasswordEncoderService()
  18054. {
  18055. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  18056. $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']);
  18057. $instance->setName('security:encode-password');
  18058. $instance->setDescription('Encode a password');
  18059. return $instance;
  18060. }
  18061. /**
  18062. * Gets the private 'security.command.user_password_hash' shared service.
  18063. *
  18064. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  18065. */
  18066. protected function getSecurity_Command_UserPasswordHashService()
  18067. {
  18068. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18069. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  18070. $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']);
  18071. $instance->setName('security:hash-password');
  18072. $instance->setDescription('Hash a user password');
  18073. return $instance;
  18074. }
  18075. /**
  18076. * Gets the private 'security.context_listener.0' shared service.
  18077. *
  18078. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  18079. */
  18080. protected function getSecurity_ContextListener_0Service()
  18081. {
  18082. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  18083. if (isset($this->privates['security.context_listener.0'])) {
  18084. return $this->privates['security.context_listener.0'];
  18085. }
  18086. 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 () {
  18087. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  18088. }, 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']);
  18089. }
  18090. /**
  18091. * Gets the private 'security.csrf.token_storage' shared service.
  18092. *
  18093. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  18094. */
  18095. protected function getSecurity_Csrf_TokenStorageService()
  18096. {
  18097. 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())));
  18098. }
  18099. /**
  18100. * Gets the private 'security.encoder_factory.generic' shared service.
  18101. *
  18102. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18103. *
  18104. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18105. */
  18106. protected function getSecurity_EncoderFactory_GenericService()
  18107. {
  18108. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18109. 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]]);
  18110. }
  18111. /**
  18112. * Gets the private 'security.event_dispatcher.api_doc' shared service.
  18113. *
  18114. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18115. */
  18116. protected function getSecurity_EventDispatcher_ApiDocService()
  18117. {
  18118. $this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18119. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18120. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18121. }, 1 => 'preCheckCredentials'], 256);
  18122. $instance->addListener('security.authentication.success', [0 => function () {
  18123. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18124. }, 1 => 'postCheckCredentials'], 256);
  18125. $instance->addListener('security.interactive_login', [0 => function () {
  18126. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18127. }, 1 => 'onLogin'], 0);
  18128. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18129. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18130. }, 1 => 'checkPassport'], 1024);
  18131. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18132. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18133. }, 1 => 'handleLoginSuccessEvent'], 0);
  18134. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18135. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18136. }, 1 => 'onLogout'], 0);
  18137. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18138. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18139. }, 1 => 'checkPassport'], 0);
  18140. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18141. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18142. }, 1 => 'onLoginSuccess'], 0);
  18143. $instance->addListener('security.authentication.success', [0 => function () {
  18144. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18145. }, 1 => 'onLogin'], 9223372036854775807);
  18146. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18147. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18148. }, 1 => 'checkPassport'], 0);
  18149. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18150. 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()));
  18151. }, 1 => 'onSuccessfulLogin'], -63);
  18152. $instance->addListener('security.authentication.success', [0 => function () {
  18153. 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()));
  18154. }, 1 => 'onLogin'], 9223372036854775806);
  18155. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18156. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18157. }, 1 => 'checkPassport'], 512);
  18158. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18159. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18160. }, 1 => 'onLogout'], 0);
  18161. return $instance;
  18162. }
  18163. /**
  18164. * Gets the private 'security.event_dispatcher.api_gale' shared service.
  18165. *
  18166. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18167. */
  18168. protected function getSecurity_EventDispatcher_ApiGaleService()
  18169. {
  18170. $this->privates['security.event_dispatcher.api_gale'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18171. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18172. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18173. }, 1 => 'preCheckCredentials'], 256);
  18174. $instance->addListener('security.authentication.success', [0 => function () {
  18175. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18176. }, 1 => 'postCheckCredentials'], 256);
  18177. $instance->addListener('security.interactive_login', [0 => function () {
  18178. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18179. }, 1 => 'onLogin'], 0);
  18180. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18181. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18182. }, 1 => 'checkPassport'], 1024);
  18183. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18184. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18185. }, 1 => 'handleLoginSuccessEvent'], 0);
  18186. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18187. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18188. }, 1 => 'onLogout'], 0);
  18189. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18190. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18191. }, 1 => 'checkPassport'], 0);
  18192. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18193. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18194. }, 1 => 'onLoginSuccess'], 0);
  18195. $instance->addListener('security.authentication.success', [0 => function () {
  18196. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18197. }, 1 => 'onLogin'], 9223372036854775807);
  18198. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18199. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18200. }, 1 => 'checkPassport'], 0);
  18201. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18202. 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()));
  18203. }, 1 => 'onSuccessfulLogin'], -63);
  18204. $instance->addListener('security.authentication.success', [0 => function () {
  18205. 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()));
  18206. }, 1 => 'onLogin'], 9223372036854775806);
  18207. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18208. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18209. }, 1 => 'checkPassport'], 512);
  18210. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18211. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18212. }, 1 => 'onLogout'], 0);
  18213. return $instance;
  18214. }
  18215. /**
  18216. * Gets the private 'security.event_dispatcher.main' shared service.
  18217. *
  18218. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18219. */
  18220. protected function getSecurity_EventDispatcher_MainService()
  18221. {
  18222. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18223. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18224. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  18225. }, 1 => 'onSuccessfulLogin'], 0);
  18226. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18227. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  18228. }, 1 => 'onLogout'], 64);
  18229. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18230. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  18231. }, 1 => 'onLogout'], 0);
  18232. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  18233. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService());
  18234. }, 1 => 'onAuthenticationTokenCreated'], 0);
  18235. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18236. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  18237. }, 1 => 'onSuccessfulLogin'], -32);
  18238. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18239. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18240. }, 1 => 'onSuccessfulLogin'], -64);
  18241. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  18242. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18243. }, 1 => 'clearCookie'], 0);
  18244. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18245. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18246. }, 1 => 'clearCookie'], 0);
  18247. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  18248. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18249. }, 1 => 'clearCookie'], 0);
  18250. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18251. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18252. }, 1 => 'preCheckCredentials'], 256);
  18253. $instance->addListener('security.authentication.success', [0 => function () {
  18254. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18255. }, 1 => 'postCheckCredentials'], 256);
  18256. $instance->addListener('security.interactive_login', [0 => function () {
  18257. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18258. }, 1 => 'onLogin'], 0);
  18259. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18260. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18261. }, 1 => 'checkPassport'], 1024);
  18262. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18263. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18264. }, 1 => 'handleLoginSuccessEvent'], 0);
  18265. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18266. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18267. }, 1 => 'onLogout'], 0);
  18268. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18269. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18270. }, 1 => 'checkPassport'], 0);
  18271. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18272. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18273. }, 1 => 'onLoginSuccess'], 0);
  18274. $instance->addListener('security.authentication.success', [0 => function () {
  18275. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18276. }, 1 => 'onLogin'], 9223372036854775807);
  18277. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18278. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18279. }, 1 => 'checkPassport'], 0);
  18280. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18281. 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()));
  18282. }, 1 => 'onSuccessfulLogin'], -63);
  18283. $instance->addListener('security.authentication.success', [0 => function () {
  18284. 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()));
  18285. }, 1 => 'onLogin'], 9223372036854775806);
  18286. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18287. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18288. }, 1 => 'checkPassport'], 512);
  18289. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18290. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18291. }, 1 => 'onLogout'], 0);
  18292. return $instance;
  18293. }
  18294. /**
  18295. * Gets the private 'security.firewall.map' shared service.
  18296. *
  18297. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  18298. */
  18299. protected function getSecurity_Firewall_MapService()
  18300. {
  18301. $a = ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService());
  18302. if (isset($this->privates['security.firewall.map'])) {
  18303. return $this->privates['security.firewall.map'];
  18304. }
  18305. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  18306. 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')));
  18307. 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/)')));
  18308. 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)/')));
  18309. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  18310. }, 4));
  18311. }
  18312. /**
  18313. * Gets the private 'security.firewall.map.context.api_doc' shared service.
  18314. *
  18315. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18316. */
  18317. protected function getSecurity_Firewall_Map_Context_ApiDocService()
  18318. {
  18319. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18320. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18321. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18322. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18323. $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18324. if (isset($this->privates['security.firewall.map.context.api_doc'])) {
  18325. return $this->privates['security.firewall.map.context.api_doc'];
  18326. }
  18327. return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18328. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18329. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiDocService());
  18330. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18331. }, 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, 'security.user.provider.concrete.app_user_provider', NULL, NULL, NULL, NULL, [], NULL));
  18332. }
  18333. /**
  18334. * Gets the private 'security.firewall.map.context.api_gale' shared service.
  18335. *
  18336. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18337. */
  18338. protected function getSecurity_Firewall_Map_Context_ApiGaleService()
  18339. {
  18340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  18344. include_once \dirname(__DIR__, 4).'/src/Security/ApiAccessDeniedHandler.php';
  18345. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18346. return $this->privates['security.firewall.map.context.api_gale'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18347. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18348. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiGaleService());
  18349. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18350. }, 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 \App\Security\ApiAccessDeniedHandler(($this->privates['App\\Services\\Core\\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, 'security.user.provider.concrete.app_user_provider', NULL, NULL, 'App\\Security\\ApiAccessDeniedHandler', NULL, [0 => 'App\\Security\\ApiKeyAuthenticator'], NULL));
  18351. }
  18352. /**
  18353. * Gets the private 'security.firewall.map.context.dev' shared service.
  18354. *
  18355. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18356. */
  18357. protected function getSecurity_Firewall_Map_Context_DevService()
  18358. {
  18359. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18360. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18361. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18362. return new \EmptyIterator();
  18363. }, 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));
  18364. }
  18365. /**
  18366. * Gets the private 'security.firewall.map.context.main' shared service.
  18367. *
  18368. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18369. */
  18370. protected function getSecurity_Firewall_Map_Context_MainService()
  18371. {
  18372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18374. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18375. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  18376. include_once \dirname(__DIR__, 4).'/src/Security/Core/AccessDeniedHandler.php';
  18377. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  18378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18379. $a = ($this->services['router'] ?? $this->getRouterService());
  18380. if (isset($this->privates['security.firewall.map.context.main'])) {
  18381. return $this->privates['security.firewall.map.context.main'];
  18382. }
  18383. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  18384. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18385. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18386. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18387. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  18388. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  18389. yield 3 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  18390. yield 4 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
  18391. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18392. }, 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 \App\Security\Core\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', 'App\\Security\\UserChecker', '.security.request_matcher.3UEFixr', true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'security.authenticator.form_login.main', 'App\\Security\\Core\\AccessDeniedHandler', NULL, [0 => 'switch_user', 1 => 'two_factor', 2 => 'form_login', 3 => 'remember_me'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));
  18393. }
  18394. /**
  18395. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  18396. *
  18397. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  18398. */
  18399. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  18400. {
  18401. 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());
  18402. }
  18403. /**
  18404. * Gets the private 'security.helper' shared service.
  18405. *
  18406. * @return \Symfony\Component\Security\Core\Security
  18407. */
  18408. protected function getSecurity_HelperService()
  18409. {
  18410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  18411. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18412. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  18413. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  18414. ], [
  18415. 'security.authorization_checker' => '?',
  18416. 'security.token_storage' => '?',
  18417. ]));
  18418. }
  18419. /**
  18420. * Gets the private 'security.http_utils' shared service.
  18421. *
  18422. * @return \Symfony\Component\Security\Http\HttpUtils
  18423. */
  18424. protected function getSecurity_HttpUtilsService()
  18425. {
  18426. $a = ($this->services['router'] ?? $this->getRouterService());
  18427. if (isset($this->privates['security.http_utils'])) {
  18428. return $this->privates['security.http_utils'];
  18429. }
  18430. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
  18431. }
  18432. /**
  18433. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  18434. *
  18435. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  18436. */
  18437. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  18438. {
  18439. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  18440. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18441. }
  18442. /**
  18443. * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  18444. *
  18445. * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  18446. */
  18447. protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  18448. {
  18449. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  18450. 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()));
  18451. }
  18452. /**
  18453. * Gets the private 'security.listener.csrf_protection' shared service.
  18454. *
  18455. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  18456. */
  18457. protected function getSecurity_Listener_CsrfProtectionService()
  18458. {
  18459. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  18460. 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()));
  18461. }
  18462. /**
  18463. * Gets the private 'security.listener.password_migrating' shared service.
  18464. *
  18465. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  18466. */
  18467. protected function getSecurity_Listener_PasswordMigratingService()
  18468. {
  18469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  18470. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18471. }
  18472. /**
  18473. * Gets the private 'security.listener.remember_me.main' shared service.
  18474. *
  18475. * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  18476. */
  18477. protected function getSecurity_Listener_RememberMe_MainService()
  18478. {
  18479. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  18480. 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()));
  18481. }
  18482. /**
  18483. * Gets the private 'security.listener.session.main' shared service.
  18484. *
  18485. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  18486. */
  18487. protected function getSecurity_Listener_Session_MainService()
  18488. {
  18489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  18490. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  18491. }
  18492. /**
  18493. * Gets the private 'security.listener.user_checker.api_doc' shared service.
  18494. *
  18495. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18496. */
  18497. protected function getSecurity_Listener_UserChecker_ApiDocService()
  18498. {
  18499. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18500. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18501. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18502. 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())));
  18503. }
  18504. /**
  18505. * Gets the private 'security.listener.user_checker.api_gale' shared service.
  18506. *
  18507. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18508. */
  18509. protected function getSecurity_Listener_UserChecker_ApiGaleService()
  18510. {
  18511. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18512. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18513. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18514. 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())));
  18515. }
  18516. /**
  18517. * Gets the private 'security.listener.user_checker.main' shared service.
  18518. *
  18519. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18520. */
  18521. protected function getSecurity_Listener_UserChecker_MainService()
  18522. {
  18523. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18524. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18525. include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
  18526. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['App\\Security\\UserChecker'] ?? ($this->privates['App\\Security\\UserChecker'] = new \App\Security\UserChecker())));
  18527. }
  18528. /**
  18529. * Gets the private 'security.listener.user_provider' shared service.
  18530. *
  18531. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18532. */
  18533. protected function getSecurity_Listener_UserProviderService()
  18534. {
  18535. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18536. return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  18537. }
  18538. /**
  18539. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  18540. *
  18541. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  18542. */
  18543. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  18544. {
  18545. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  18546. 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()));
  18547. }
  18548. /**
  18549. * Gets the private 'security.logout.listener.default.main' shared service.
  18550. *
  18551. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  18552. */
  18553. protected function getSecurity_Logout_Listener_Default_MainService()
  18554. {
  18555. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  18556. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  18557. }
  18558. /**
  18559. * Gets the private 'security.logout_url_generator' shared service.
  18560. *
  18561. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  18562. */
  18563. protected function getSecurity_LogoutUrlGeneratorService()
  18564. {
  18565. $a = ($this->services['router'] ?? $this->getRouterService());
  18566. if (isset($this->privates['security.logout_url_generator'])) {
  18567. return $this->privates['security.logout_url_generator'];
  18568. }
  18569. $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()));
  18570. $instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
  18571. return $instance;
  18572. }
  18573. /**
  18574. * Gets the private 'security.password_hasher_factory' shared service.
  18575. *
  18576. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  18577. */
  18578. protected function getSecurity_PasswordHasherFactoryService()
  18579. {
  18580. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18581. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18582. 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]]);
  18583. }
  18584. /**
  18585. * Gets the private 'security.role_hierarchy' shared service.
  18586. *
  18587. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  18588. */
  18589. protected function getSecurity_RoleHierarchyService()
  18590. {
  18591. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  18592. }
  18593. /**
  18594. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  18595. *
  18596. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  18597. */
  18598. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  18599. {
  18600. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  18601. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  18602. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  18603. return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\User', 'username', NULL);
  18604. }
  18605. /**
  18606. * Gets the private 'security.user_password_hasher' shared service.
  18607. *
  18608. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  18609. */
  18610. protected function getSecurity_UserPasswordHasherService()
  18611. {
  18612. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  18613. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  18614. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18615. }
  18616. /**
  18617. * Gets the private 'security.validator.user_password' shared service.
  18618. *
  18619. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  18620. */
  18621. protected function getSecurity_Validator_UserPasswordService()
  18622. {
  18623. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18624. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  18625. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  18626. 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()));
  18627. }
  18628. /**
  18629. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  18630. *
  18631. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  18632. */
  18633. protected function getSerializer_Mapping_CacheWarmerService()
  18634. {
  18635. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18636. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18637. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  18638. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  18639. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  18640. 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'));
  18641. }
  18642. /**
  18643. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  18644. *
  18645. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  18646. */
  18647. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  18648. {
  18649. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  18650. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  18651. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  18652. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  18653. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  18654. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  18655. 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()))]));
  18656. }
  18657. /**
  18658. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  18659. *
  18660. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  18661. */
  18662. protected function getSerializer_NameConverter_MetadataAwareService()
  18663. {
  18664. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  18665. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  18666. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  18667. 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()));
  18668. }
  18669. /**
  18670. * Gets the private 'session.factory' shared service.
  18671. *
  18672. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  18673. */
  18674. protected function getSession_FactoryService()
  18675. {
  18676. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  18677. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  18678. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  18679. if (isset($this->privates['session.factory'])) {
  18680. return $this->privates['session.factory'];
  18681. }
  18682. 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']);
  18683. }
  18684. /**
  18685. * Gets the private 'session.flash_bag' shared service.
  18686. *
  18687. * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  18688. *
  18689. * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  18690. */
  18691. protected function getSession_FlashBagService()
  18692. {
  18693. trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  18694. return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  18695. }
  18696. /**
  18697. * Gets the private 'session.storage.factory.service' shared service.
  18698. *
  18699. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  18700. *
  18701. * @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.
  18702. */
  18703. protected function getSession_Storage_Factory_ServiceService()
  18704. {
  18705. 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.');
  18706. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  18707. }
  18708. /**
  18709. * Gets the private 'session.storage.metadata_bag' shared service.
  18710. *
  18711. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  18712. *
  18713. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  18714. */
  18715. protected function getSession_Storage_MetadataBagService()
  18716. {
  18717. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  18718. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  18719. }
  18720. /**
  18721. * Gets the private 'session.storage.native' shared service.
  18722. *
  18723. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  18724. *
  18725. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  18726. */
  18727. protected function getSession_Storage_NativeService()
  18728. {
  18729. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  18730. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  18731. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  18732. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  18733. 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());
  18734. }
  18735. /**
  18736. * Gets the private 'session_listener' shared service.
  18737. *
  18738. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  18739. */
  18740. protected function getSessionListenerService()
  18741. {
  18742. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18743. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  18744. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  18745. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  18746. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  18747. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  18748. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  18749. ], [
  18750. 'initialized_session' => '?',
  18751. 'logger' => '?',
  18752. 'request_stack' => '?',
  18753. 'session' => '?',
  18754. 'session_collector' => '?',
  18755. 'session_factory' => '?',
  18756. ]), true, $this->parameters['session.storage.options']);
  18757. }
  18758. /**
  18759. * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  18760. *
  18761. * @return \Gedmo\Sortable\SortableListener
  18762. */
  18763. protected function getStofDoctrineExtensions_Listener_SortableService()
  18764. {
  18765. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18766. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18767. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  18768. $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  18769. $instance->setCacheItemPool(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  18770. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18771. return $instance;
  18772. }
  18773. /**
  18774. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  18775. *
  18776. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  18777. */
  18778. protected function getSymfonycasts_ResetPassword_CleanerService()
  18779. {
  18780. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  18781. return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->services['App\\Repository\\User\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  18782. }
  18783. /**
  18784. * Gets the private 'translation.extractor' shared service.
  18785. *
  18786. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  18787. */
  18788. protected function getTranslation_ExtractorService()
  18789. {
  18790. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  18791. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  18792. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  18793. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  18794. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  18795. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  18796. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  18797. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  18798. return $instance;
  18799. }
  18800. /**
  18801. * Gets the private 'translation.loader.csv' shared service.
  18802. *
  18803. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  18804. */
  18805. protected function getTranslation_Loader_CsvService()
  18806. {
  18807. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18808. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18809. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18810. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18811. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  18812. }
  18813. /**
  18814. * Gets the private 'translation.loader.dat' shared service.
  18815. *
  18816. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  18817. */
  18818. protected function getTranslation_Loader_DatService()
  18819. {
  18820. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18821. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18822. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18823. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  18824. }
  18825. /**
  18826. * Gets the private 'translation.loader.ini' shared service.
  18827. *
  18828. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  18829. */
  18830. protected function getTranslation_Loader_IniService()
  18831. {
  18832. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18833. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18834. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18835. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18836. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  18837. }
  18838. /**
  18839. * Gets the private 'translation.loader.json' shared service.
  18840. *
  18841. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  18842. */
  18843. protected function getTranslation_Loader_JsonService()
  18844. {
  18845. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18846. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18847. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18848. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18849. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  18850. }
  18851. /**
  18852. * Gets the private 'translation.loader.mo' shared service.
  18853. *
  18854. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  18855. */
  18856. protected function getTranslation_Loader_MoService()
  18857. {
  18858. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18859. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18860. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18861. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18862. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  18863. }
  18864. /**
  18865. * Gets the private 'translation.loader.php' shared service.
  18866. *
  18867. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  18868. */
  18869. protected function getTranslation_Loader_PhpService()
  18870. {
  18871. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18872. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18873. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18874. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18875. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  18876. }
  18877. /**
  18878. * Gets the private 'translation.loader.po' shared service.
  18879. *
  18880. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  18881. */
  18882. protected function getTranslation_Loader_PoService()
  18883. {
  18884. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18885. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18886. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18887. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18888. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  18889. }
  18890. /**
  18891. * Gets the private 'translation.loader.qt' shared service.
  18892. *
  18893. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  18894. */
  18895. protected function getTranslation_Loader_QtService()
  18896. {
  18897. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18898. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18899. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  18900. }
  18901. /**
  18902. * Gets the private 'translation.loader.res' shared service.
  18903. *
  18904. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  18905. */
  18906. protected function getTranslation_Loader_ResService()
  18907. {
  18908. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18909. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18910. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  18911. }
  18912. /**
  18913. * Gets the private 'translation.loader.xliff' shared service.
  18914. *
  18915. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  18916. */
  18917. protected function getTranslation_Loader_XliffService()
  18918. {
  18919. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18920. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18921. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  18922. }
  18923. /**
  18924. * Gets the private 'translation.loader.yml' shared service.
  18925. *
  18926. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  18927. */
  18928. protected function getTranslation_Loader_YmlService()
  18929. {
  18930. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18931. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18932. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18933. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18934. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  18935. }
  18936. /**
  18937. * Gets the private 'translation.provider_collection' shared service.
  18938. *
  18939. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  18940. */
  18941. protected function getTranslation_ProviderCollectionService()
  18942. {
  18943. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  18944. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  18945. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  18946. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  18947. }, 1), []))->fromConfig([]);
  18948. }
  18949. /**
  18950. * Gets the private 'translation.reader' shared service.
  18951. *
  18952. * @return \Symfony\Component\Translation\Reader\TranslationReader
  18953. */
  18954. protected function getTranslation_ReaderService()
  18955. {
  18956. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  18957. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  18958. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18959. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18960. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18961. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18962. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18963. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18964. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18965. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18966. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18967. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18968. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18969. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18970. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18971. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18972. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  18973. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  18974. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  18975. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  18976. $instance->addLoader('yaml', $a);
  18977. $instance->addLoader('yml', $a);
  18978. $instance->addLoader('xlf', $b);
  18979. $instance->addLoader('xliff', $b);
  18980. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  18981. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  18982. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  18983. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  18984. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  18985. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  18986. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  18987. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  18988. return $instance;
  18989. }
  18990. /**
  18991. * Gets the private 'translation.warmer' shared service.
  18992. *
  18993. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  18994. */
  18995. protected function getTranslation_WarmerService()
  18996. {
  18997. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18998. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  18999. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19000. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  19001. ], [
  19002. 'translator' => '?',
  19003. ]))->withContext('translation.warmer', $this));
  19004. }
  19005. /**
  19006. * Gets the private 'translation.writer' shared service.
  19007. *
  19008. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  19009. */
  19010. protected function getTranslation_WriterService()
  19011. {
  19012. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  19013. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  19014. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  19015. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  19016. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  19017. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  19018. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  19019. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  19020. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  19021. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  19022. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  19023. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  19024. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  19025. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  19026. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  19027. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  19028. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  19029. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  19030. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  19031. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  19032. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  19033. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  19034. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  19035. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  19036. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  19037. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  19038. return $instance;
  19039. }
  19040. /**
  19041. * Gets the private 'translator.default' shared service.
  19042. *
  19043. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  19044. */
  19045. protected function getTranslator_DefaultService()
  19046. {
  19047. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19048. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  19049. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  19050. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  19051. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  19052. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  19053. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  19054. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  19055. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  19056. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  19057. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  19058. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  19059. ], [
  19060. 'translation.loader.csv' => '?',
  19061. 'translation.loader.dat' => '?',
  19062. 'translation.loader.ini' => '?',
  19063. 'translation.loader.json' => '?',
  19064. 'translation.loader.mo' => '?',
  19065. 'translation.loader.php' => '?',
  19066. 'translation.loader.po' => '?',
  19067. 'translation.loader.qt' => '?',
  19068. 'translation.loader.res' => '?',
  19069. 'translation.loader.xliff' => '?',
  19070. 'translation.loader.yml' => '?',
  19071. ]), 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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ar.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 7 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 5 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ca.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 7 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.cs.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 8 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.da.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.da.php'), 8 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.da.yml'), 9 => (\dirname(__DIR__, 4).'/translations/ResetPasswordBundle.da.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/SchebTwoFactorBundle.da.yml'), 11 => (\dirname(__DIR__, 4).'/translations/abacus-ap.da.yml'), 12 => (\dirname(__DIR__, 4).'/translations/abacus-dansk.da.yml'), 13 => (\dirname(__DIR__, 4).'/translations/abacus-fysik.da.yml'), 14 => (\dirname(__DIR__, 4).'/translations/abacus-kemi.da.yml'), 15 => (\dirname(__DIR__, 4).'/translations/abacus-matematik.da.yml'), 16 => (\dirname(__DIR__, 4).'/translations/abacus-virk.da.yml'), 17 => (\dirname(__DIR__, 4).'/translations/highschool.da.yml'), 18 => (\dirname(__DIR__, 4).'/translations/kvik-dansk.da.yml'), 19 => (\dirname(__DIR__, 4).'/translations/kvik-engelsk.da.yml'), 20 => (\dirname(__DIR__, 4).'/translations/kvik-mat.da.yml'), 21 => (\dirname(__DIR__, 4).'/translations/kvik-tysk.da.yml'), 22 => (\dirname(__DIR__, 4).'/translations/messages.da.yml'), 23 => (\dirname(__DIR__, 4).'/translations/primaryschool.da.yml'), 24 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.de.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 8 => (\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/easycorp/easyadmin-bundle/translations/EasyAdminBundle.el.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 5 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.en.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 9 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.yml'), 10 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.es.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 8 => (\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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 4 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fa.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 6 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fi.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 7 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fr.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 8 => (\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/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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hr.php'), 5 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hu.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 8 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.id.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 6 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.it.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 7 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 5 => (\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/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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 5 => (\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')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 4 => (\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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.nl.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf'), 8 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pl.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 8 => (\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/vich/uploader-bundle/translations/messages.pt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 6 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 4 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ro.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 7 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ru.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 8 => (\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/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 6 => (\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/vich/uploader-bundle/translations/messages.sl.yaml'), 4 => (\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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sv.php'), 5 => (\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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.tr.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 8 => (\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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.uk.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 8 => (\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')], '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/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')], 'ky' => [0 => (\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/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/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/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/easycorp/easyadmin-bundle/translations', 6 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 7 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 8 => 'vendor/scheb/2fa-bundle/Resources/translations', 9 => 'translations', 10 => 'vendor/symfony/framework-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/symfony/twig-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/doctrine/doctrine-bundle/translations', 15 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 16 => 'vendor/eightpoints/guzzle-bundle/src/translations', 17 => 'vendor/sentry/sentry-symfony/src/translations', 18 => 'vendor/symfony/web-profiler-bundle/translations', 19 => 'vendor/symfony/debug-bundle/translations', 20 => 'vendor/nelmio/api-doc-bundle/translations', 21 => 'vendor/nelmio/cors-bundle/translations', 22 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 23 => 'vendor/twig/extra-bundle/translations', 24 => 'vendor/symfony/ux-twig-component/translations']]], []);
  19072. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  19073. $instance->setFallbackLocales([0 => 'dk', 1 => 'en']);
  19074. return $instance;
  19075. }
  19076. /**
  19077. * Gets the private 'twig.command.debug' shared service.
  19078. *
  19079. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  19080. */
  19081. protected function getTwig_Command_DebugService()
  19082. {
  19083. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19084. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  19085. $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()));
  19086. $instance->setName('debug:twig');
  19087. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  19088. return $instance;
  19089. }
  19090. /**
  19091. * Gets the private 'twig.command.lint' shared service.
  19092. *
  19093. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  19094. */
  19095. protected function getTwig_Command_LintService()
  19096. {
  19097. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19098. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  19099. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  19100. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19101. $instance->setName('lint:twig');
  19102. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  19103. return $instance;
  19104. }
  19105. /**
  19106. * Gets the private 'twig.form.engine' shared service.
  19107. *
  19108. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  19109. */
  19110. protected function getTwig_Form_EngineService()
  19111. {
  19112. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  19113. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  19114. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  19115. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19116. if (isset($this->privates['twig.form.engine'])) {
  19117. return $this->privates['twig.form.engine'];
  19118. }
  19119. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  19120. }
  19121. /**
  19122. * Gets the private 'twig.form.renderer' shared service.
  19123. *
  19124. * @return \Symfony\Component\Form\FormRenderer
  19125. */
  19126. protected function getTwig_Form_RendererService()
  19127. {
  19128. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  19129. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  19130. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  19131. if (isset($this->privates['twig.form.renderer'])) {
  19132. return $this->privates['twig.form.renderer'];
  19133. }
  19134. 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()));
  19135. }
  19136. /**
  19137. * Gets the private 'twig.loader.native_filesystem' shared service.
  19138. *
  19139. * @return \Twig\Loader\FilesystemLoader
  19140. */
  19141. protected function getTwig_Loader_NativeFilesystemService()
  19142. {
  19143. $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  19144. $instance->addPath('templates/bundles/EasyAdminBundle/', 'ea');
  19145. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/../templates/'), 'ea');
  19146. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  19147. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  19148. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  19149. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  19150. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  19151. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  19152. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  19153. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  19154. $instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  19155. $instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  19156. $instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  19157. $instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  19158. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  19159. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  19160. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  19161. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  19162. $instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  19163. $instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  19164. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  19165. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), 'EasyAdmin');
  19166. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), '!EasyAdmin');
  19167. $instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  19168. $instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  19169. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  19170. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  19171. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), 'TwigComponent');
  19172. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), '!TwigComponent');
  19173. $instance->addPath((\dirname(__DIR__, 4).'/templates'));
  19174. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  19175. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  19176. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  19177. return $instance;
  19178. }
  19179. /**
  19180. * Gets the private 'twig.mailer.message_listener' shared service.
  19181. *
  19182. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  19183. */
  19184. protected function getTwig_Mailer_MessageListenerService()
  19185. {
  19186. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  19187. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  19188. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  19189. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19190. if (isset($this->privates['twig.mailer.message_listener'])) {
  19191. return $this->privates['twig.mailer.message_listener'];
  19192. }
  19193. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  19194. }
  19195. /**
  19196. * Gets the private 'twig.runtime.httpkernel' shared service.
  19197. *
  19198. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19199. */
  19200. protected function getTwig_Runtime_HttpkernelService()
  19201. {
  19202. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19203. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19204. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19205. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19206. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19207. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19208. 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, [
  19209. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  19210. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  19211. ], [
  19212. 'hinclude' => '?',
  19213. 'inline' => '?',
  19214. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('AwhHAPRTNoPBwVVd2kyZE73EK96HhB'))), $a));
  19215. }
  19216. /**
  19217. * Gets the private 'twig.runtime.security_csrf' shared service.
  19218. *
  19219. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  19220. */
  19221. protected function getTwig_Runtime_SecurityCsrfService()
  19222. {
  19223. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  19224. 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()));
  19225. }
  19226. /**
  19227. * Gets the private 'twig.runtime.serializer' shared service.
  19228. *
  19229. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19230. */
  19231. protected function getTwig_Runtime_SerializerService()
  19232. {
  19233. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19234. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19235. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  19236. }
  19237. /**
  19238. * Gets the private 'twig.template_cache_warmer' shared service.
  19239. *
  19240. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19241. */
  19242. protected function getTwig_TemplateCacheWarmerService()
  19243. {
  19244. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19245. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19246. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19247. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19248. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  19249. ], [
  19250. 'twig' => '?',
  19251. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), ['templates/bundles/EasyAdminBundle/' => 'ea', (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/../templates/') => 'ea', (\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')));
  19252. }
  19253. /**
  19254. * Gets the private 'ux.twig_component.cache_warmer' shared service.
  19255. *
  19256. * @return \Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer
  19257. */
  19258. protected function getUx_TwigComponent_CacheWarmerService()
  19259. {
  19260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19261. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/CacheWarmer/TwigComponentCacheWarmer.php';
  19262. return $this->privates['ux.twig_component.cache_warmer'] = new \Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19263. 'ux.twig_component.component_properties' => ['privates', 'ux.twig_component.component_properties', 'getUx_TwigComponent_ComponentPropertiesService', false],
  19264. ], [
  19265. 'ux.twig_component.component_properties' => 'Symfony\\UX\\TwigComponent\\ComponentProperties',
  19266. ]))->withContext('ux.twig_component.cache_warmer', $this));
  19267. }
  19268. /**
  19269. * Gets the private 'ux.twig_component.command.debug' shared service.
  19270. *
  19271. * @return \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand
  19272. */
  19273. protected function getUx_TwigComponent_Command_DebugService()
  19274. {
  19275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19276. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Command/TwigComponentDebugCommand.php';
  19277. $this->privates['ux.twig_component.command.debug'] = $instance = new \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand((\dirname(__DIR__, 4).'/templates'), ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon' => 'ea:Icon', 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag' => 'ea:Flag', 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert' => 'ea:Alert'], 'components/');
  19278. $instance->setName('debug:twig-component');
  19279. $instance->setDescription('Display components and them usages for an application');
  19280. return $instance;
  19281. }
  19282. /**
  19283. * Gets the private 'ux.twig_component.component_factory' shared service.
  19284. *
  19285. * @return \Symfony\UX\TwigComponent\ComponentFactory
  19286. */
  19287. protected function getUx_TwigComponent_ComponentFactoryService()
  19288. {
  19289. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  19290. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
  19291. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
  19292. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19293. if (isset($this->privates['ux.twig_component.component_factory'])) {
  19294. return $this->privates['ux.twig_component.component_factory'];
  19295. }
  19296. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19297. if (isset($this->privates['ux.twig_component.component_factory'])) {
  19298. return $this->privates['ux.twig_component.component_factory'];
  19299. }
  19300. return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), 'components/'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19301. 'ea:Alert' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert', 'getAlertService', false],
  19302. 'ea:Flag' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag', 'getFlagService', false],
  19303. 'ea:Icon' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'getIconService', false],
  19304. ], [
  19305. 'ea:Alert' => '?',
  19306. 'ea:Flag' => '?',
  19307. 'ea:Icon' => '?',
  19308. ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ['ea:Icon' => ['key' => 'ea:Icon', 'service_id' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'class' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'template' => '@EasyAdmin/components/Icon.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => []], 'ea:Flag' => ['key' => 'ea:Flag', 'service_id' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag', 'class' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag', 'template' => '@EasyAdmin/components/Flag.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => []], 'ea:Alert' => ['key' => 'ea:Alert', 'service_id' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert', 'class' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert', 'template' => '@EasyAdmin/components/Alert.html.twig', 'pre_mount' => [], 'mount' => [0 => 'mount'], 'post_mount' => []]], ['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon' => 'ea:Icon', 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag' => 'ea:Flag', 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert' => 'ea:Alert'], $b);
  19309. }
  19310. /**
  19311. * Gets the private 'ux.twig_component.component_properties' shared service.
  19312. *
  19313. * @return \Symfony\UX\TwigComponent\ComponentProperties
  19314. */
  19315. protected function getUx_TwigComponent_ComponentPropertiesService()
  19316. {
  19317. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentProperties.php';
  19318. return $this->privates['ux.twig_component.component_properties'] = new \Symfony\UX\TwigComponent\ComponentProperties(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon' => NULL, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag' => NULL, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert' => NULL], ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService()));
  19319. }
  19320. /**
  19321. * Gets the private 'ux.twig_component.component_renderer' shared service.
  19322. *
  19323. * @return \Symfony\UX\TwigComponent\ComponentRenderer
  19324. */
  19325. protected function getUx_TwigComponent_ComponentRendererService()
  19326. {
  19327. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  19328. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  19329. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  19330. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19331. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19332. return $this->privates['ux.twig_component.component_renderer'];
  19333. }
  19334. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19335. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19336. return $this->privates['ux.twig_component.component_renderer'];
  19337. }
  19338. $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  19339. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19340. return $this->privates['ux.twig_component.component_renderer'];
  19341. }
  19342. return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer($a, $b, $c, ($this->privates['ux.twig_component.component_properties'] ?? $this->getUx_TwigComponent_ComponentPropertiesService()), new \Symfony\UX\TwigComponent\ComponentStack());
  19343. }
  19344. /**
  19345. * Gets the private 'ux.twig_component.twig.component_runtime' shared service.
  19346. *
  19347. * @return \Symfony\UX\TwigComponent\Twig\ComponentRuntime
  19348. */
  19349. protected function getUx_TwigComponent_Twig_ComponentRuntimeService()
  19350. {
  19351. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php';
  19352. $a = ($this->privates['ux.twig_component.component_renderer'] ?? $this->getUx_TwigComponent_ComponentRendererService());
  19353. if (isset($this->privates['ux.twig_component.twig.component_runtime'])) {
  19354. return $this->privates['ux.twig_component.twig.component_runtime'];
  19355. }
  19356. return $this->privates['ux.twig_component.twig.component_runtime'] = new \Symfony\UX\TwigComponent\Twig\ComponentRuntime($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  19357. }
  19358. /**
  19359. * Gets the private 'validator.builder' shared service.
  19360. *
  19361. * @return \Symfony\Component\Validator\ValidatorBuilder
  19362. */
  19363. protected function getValidator_BuilderService()
  19364. {
  19365. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  19366. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  19367. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19368. 'App\\Validator\\Constraints\\EmailConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\EmailConstraintValidator', 'getEmailConstraintValidatorService', false],
  19369. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  19370. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  19371. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  19372. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  19373. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  19374. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  19375. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  19376. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  19377. ], [
  19378. 'App\\Validator\\Constraints\\EmailConstraintValidator' => '?',
  19379. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  19380. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  19381. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  19382. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  19383. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  19384. 'doctrine.orm.validator.unique' => '?',
  19385. 'security.validator.user_password' => '?',
  19386. 'validator.expression' => '?',
  19387. ])));
  19388. if ($this->has('translator')) {
  19389. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  19390. }
  19391. $instance->setTranslationDomain('validators');
  19392. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  19393. $instance->enableAnnotationMapping(true);
  19394. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19395. $instance->addMethodMapping('loadValidatorMetadata');
  19396. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  19397. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^src\\\\Entity\\\\Core$}'));
  19398. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^src\\\\Entity\\\\Core$}'));
  19399. return $instance;
  19400. }
  19401. /**
  19402. * Gets the private 'validator.email' shared service.
  19403. *
  19404. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  19405. */
  19406. protected function getValidator_EmailService()
  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/validator/Constraints/EmailValidator.php';
  19411. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  19412. }
  19413. /**
  19414. * Gets the private 'validator.expression' shared service.
  19415. *
  19416. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  19417. */
  19418. protected function getValidator_ExpressionService()
  19419. {
  19420. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19421. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19422. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  19423. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  19424. 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())));
  19425. }
  19426. /**
  19427. * Gets the private 'validator.mapping.cache_warmer' shared service.
  19428. *
  19429. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  19430. */
  19431. protected function getValidator_Mapping_CacheWarmerService()
  19432. {
  19433. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19434. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19435. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  19436. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  19437. }
  19438. /**
  19439. * Gets the private 'validator.not_compromised_password' shared service.
  19440. *
  19441. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  19442. */
  19443. protected function getValidator_NotCompromisedPasswordService()
  19444. {
  19445. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19447. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  19448. 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);
  19449. }
  19450. /**
  19451. * Gets the private 'var_dumper.command.server_dump' shared service.
  19452. *
  19453. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  19454. */
  19455. protected function getVarDumper_Command_ServerDumpService()
  19456. {
  19457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19458. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  19459. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  19460. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  19461. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  19462. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  19463. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  19464. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19465. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  19466. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  19467. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19468. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19469. $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()))]);
  19470. $instance->setName('server:dump');
  19471. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  19472. return $instance;
  19473. }
  19474. /**
  19475. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  19476. *
  19477. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  19478. */
  19479. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  19480. {
  19481. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  19482. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19483. return $instance;
  19484. }
  19485. /**
  19486. * Gets the private 'var_dumper.html_dumper' shared service.
  19487. *
  19488. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  19489. */
  19490. protected function getVarDumper_HtmlDumperService()
  19491. {
  19492. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  19493. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19494. return $instance;
  19495. }
  19496. /**
  19497. * Gets the private 'var_dumper.server_connection' shared service.
  19498. *
  19499. * @return \Symfony\Component\VarDumper\Server\Connection
  19500. */
  19501. protected function getVarDumper_ServerConnectionService()
  19502. {
  19503. 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()]);
  19504. }
  19505. /**
  19506. * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  19507. *
  19508. * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  19509. */
  19510. protected function getVichUploader_Command_MappingDebugService()
  19511. {
  19512. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19513. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  19514. $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  19515. $instance->setName('vich:mapping:debug');
  19516. return $instance;
  19517. }
  19518. /**
  19519. * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  19520. *
  19521. * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  19522. */
  19523. protected function getVichUploader_Command_MappingDebugClassService()
  19524. {
  19525. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19526. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  19527. $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  19528. $instance->setName('vich:mapping:debug-class');
  19529. return $instance;
  19530. }
  19531. /**
  19532. * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  19533. *
  19534. * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  19535. */
  19536. protected function getVichUploader_Command_MappingListClassesService()
  19537. {
  19538. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19539. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  19540. $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  19541. $instance->setName('vich:mapping:list-classes');
  19542. return $instance;
  19543. }
  19544. /**
  19545. * Gets the private 'vich_uploader.listener.clean.peer_solution_file' shared service.
  19546. *
  19547. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  19548. */
  19549. protected function getVichUploader_Listener_Clean_PeerSolutionFileService()
  19550. {
  19551. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19552. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19553. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  19554. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19555. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19556. 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()));
  19557. }
  19558. /**
  19559. * Gets the private 'vich_uploader.listener.clean.worksheet_solution_file' shared service.
  19560. *
  19561. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  19562. */
  19563. protected function getVichUploader_Listener_Clean_WorksheetSolutionFileService()
  19564. {
  19565. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19566. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19567. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  19568. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19569. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19570. 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()));
  19571. }
  19572. /**
  19573. * Gets the private 'vich_uploader.listener.remove.peer_solution_file' shared service.
  19574. *
  19575. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  19576. */
  19577. protected function getVichUploader_Listener_Remove_PeerSolutionFileService()
  19578. {
  19579. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19580. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19581. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  19582. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19583. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19584. 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()));
  19585. }
  19586. /**
  19587. * Gets the private 'vich_uploader.listener.remove.worksheet_solution_file' shared service.
  19588. *
  19589. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  19590. */
  19591. protected function getVichUploader_Listener_Remove_WorksheetSolutionFileService()
  19592. {
  19593. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19594. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19595. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  19596. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19597. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19598. 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()));
  19599. }
  19600. /**
  19601. * Gets the private 'vich_uploader.listener.upload.peer_solution_file' shared service.
  19602. *
  19603. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  19604. */
  19605. protected function getVichUploader_Listener_Upload_PeerSolutionFileService()
  19606. {
  19607. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19608. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19609. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  19610. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19611. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19612. 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()));
  19613. }
  19614. /**
  19615. * Gets the private 'vich_uploader.listener.upload.worksheet_solution_file' shared service.
  19616. *
  19617. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  19618. */
  19619. protected function getVichUploader_Listener_Upload_WorksheetSolutionFileService()
  19620. {
  19621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19622. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19623. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  19624. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19625. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19626. 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()));
  19627. }
  19628. /**
  19629. * Gets the private 'vich_uploader.metadata_reader' shared service.
  19630. *
  19631. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  19632. */
  19633. protected function getVichUploader_MetadataReaderService()
  19634. {
  19635. $a = new \Metadata\Driver\FileLocator([]);
  19636. $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);
  19637. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  19638. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  19639. }
  19640. /**
  19641. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  19642. *
  19643. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  19644. */
  19645. protected function getVichUploader_PropertyMappingFactoryService()
  19646. {
  19647. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  19648. 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');
  19649. }
  19650. /**
  19651. * Gets the private 'vich_uploader.storage.file_system' shared service.
  19652. *
  19653. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  19654. */
  19655. protected function getVichUploader_Storage_FileSystemService()
  19656. {
  19657. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  19658. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  19659. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  19660. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  19661. }
  19662. /**
  19663. * Gets the private 'web_profiler.csp.handler' shared service.
  19664. *
  19665. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  19666. */
  19667. protected function getWebProfiler_Csp_HandlerService()
  19668. {
  19669. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  19670. }
  19671. /**
  19672. * Gets the private 'web_profiler.debug_toolbar' shared service.
  19673. *
  19674. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  19675. */
  19676. protected function getWebProfiler_DebugToolbarService()
  19677. {
  19678. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19679. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19680. return $this->privates['web_profiler.debug_toolbar'];
  19681. }
  19682. $b = ($this->services['router'] ?? $this->getRouterService());
  19683. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19684. return $this->privates['web_profiler.debug_toolbar'];
  19685. }
  19686. 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()));
  19687. }
  19688. /**
  19689. * Gets the public 'cache_clearer' alias.
  19690. *
  19691. * @return object The ".container.private.cache_clearer" service.
  19692. */
  19693. protected function getCacheClearerService()
  19694. {
  19695. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  19696. return $this->get('.container.private.cache_clearer');
  19697. }
  19698. /**
  19699. * Gets the public 'filesystem' alias.
  19700. *
  19701. * @return object The ".container.private.filesystem" service.
  19702. */
  19703. protected function getFilesystemService()
  19704. {
  19705. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  19706. return $this->get('.container.private.filesystem');
  19707. }
  19708. /**
  19709. * Gets the public 'serializer' alias.
  19710. *
  19711. * @return object The ".container.private.serializer" service.
  19712. */
  19713. protected function getSerializerService()
  19714. {
  19715. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  19716. return $this->get('.container.private.serializer');
  19717. }
  19718. /**
  19719. * Gets the public 'security.csrf.token_manager' alias.
  19720. *
  19721. * @return object The ".container.private.security.csrf.token_manager" service.
  19722. */
  19723. protected function getSecurity_Csrf_TokenManagerService()
  19724. {
  19725. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  19726. return $this->get('.container.private.security.csrf.token_manager');
  19727. }
  19728. /**
  19729. * Gets the public 'form.factory' alias.
  19730. *
  19731. * @return object The ".container.private.form.factory" service.
  19732. */
  19733. protected function getForm_FactoryService()
  19734. {
  19735. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  19736. return $this->get('.container.private.form.factory');
  19737. }
  19738. /**
  19739. * Gets the public 'form.type.file' alias.
  19740. *
  19741. * @return object The ".container.private.form.type.file" service.
  19742. */
  19743. protected function getForm_Type_FileService()
  19744. {
  19745. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  19746. return $this->get('.container.private.form.type.file');
  19747. }
  19748. /**
  19749. * Gets the public 'profiler' alias.
  19750. *
  19751. * @return object The ".container.private.profiler" service.
  19752. */
  19753. protected function getProfilerService()
  19754. {
  19755. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  19756. return $this->get('.container.private.profiler');
  19757. }
  19758. /**
  19759. * Gets the public 'security.authorization_checker' alias.
  19760. *
  19761. * @return object The ".container.private.security.authorization_checker" service.
  19762. */
  19763. protected function getSecurity_AuthorizationCheckerService()
  19764. {
  19765. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  19766. return $this->get('.container.private.security.authorization_checker');
  19767. }
  19768. /**
  19769. * Gets the public 'security.token_storage' alias.
  19770. *
  19771. * @return object The ".container.private.security.token_storage" service.
  19772. */
  19773. protected function getSecurity_TokenStorageService()
  19774. {
  19775. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  19776. return $this->get('.container.private.security.token_storage');
  19777. }
  19778. /**
  19779. * Gets the public 'twig' alias.
  19780. *
  19781. * @return object The ".container.private.twig" service.
  19782. */
  19783. protected function getTwigService()
  19784. {
  19785. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  19786. return $this->get('.container.private.twig');
  19787. }
  19788. /**
  19789. * Gets the public 'security.password_encoder' alias.
  19790. *
  19791. * @return object The ".container.private.security.password_encoder" service.
  19792. */
  19793. protected function getSecurity_PasswordEncoderService()
  19794. {
  19795. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  19796. return $this->get('.container.private.security.password_encoder');
  19797. }
  19798. /**
  19799. * Gets the public 'session' alias.
  19800. *
  19801. * @return object The ".container.private.session" service.
  19802. */
  19803. protected function getSessionService()
  19804. {
  19805. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  19806. return $this->get('.container.private.session');
  19807. }
  19808. /**
  19809. * Gets the public 'validator' alias.
  19810. *
  19811. * @return object The ".container.private.validator" service.
  19812. */
  19813. protected function getValidatorService()
  19814. {
  19815. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  19816. return $this->get('.container.private.validator');
  19817. }
  19818. /**
  19819. * @return array|bool|float|int|string|\UnitEnum|null
  19820. */
  19821. public function getParameter(string $name)
  19822. {
  19823. if (isset($this->buildParameters[$name])) {
  19824. return $this->buildParameters[$name];
  19825. }
  19826. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  19827. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  19828. }
  19829. if (isset($this->loadedDynamicParameters[$name])) {
  19830. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19831. }
  19832. return $this->parameters[$name];
  19833. }
  19834. public function hasParameter(string $name): bool
  19835. {
  19836. if (isset($this->buildParameters[$name])) {
  19837. return true;
  19838. }
  19839. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  19840. }
  19841. public function setParameter(string $name, $value): void
  19842. {
  19843. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  19844. }
  19845. public function getParameterBag(): ParameterBagInterface
  19846. {
  19847. if (null === $this->parameterBag) {
  19848. $parameters = $this->parameters;
  19849. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  19850. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19851. }
  19852. foreach ($this->buildParameters as $name => $value) {
  19853. $parameters[$name] = $value;
  19854. }
  19855. $this->parameterBag = new FrozenParameterBag($parameters);
  19856. }
  19857. return $this->parameterBag;
  19858. }
  19859. private $loadedDynamicParameters = [
  19860. 'kernel.runtime_environment' => false,
  19861. 'kernel.build_dir' => false,
  19862. 'kernel.cache_dir' => false,
  19863. 'debug.container.dump' => false,
  19864. 'serializer.mapping.cache.file' => false,
  19865. 'validator.mapping.cache.file' => false,
  19866. 'profiler.storage.dsn' => false,
  19867. 'doctrine.orm.proxy_dir' => false,
  19868. ];
  19869. private $dynamicParameters = [];
  19870. private function getDynamicParameter(string $name)
  19871. {
  19872. switch ($name) {
  19873. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  19874. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  19875. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  19876. case 'debug.container.dump': $value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  19877. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  19878. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  19879. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  19880. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  19881. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  19882. }
  19883. $this->loadedDynamicParameters[$name] = true;
  19884. return $this->dynamicParameters[$name] = $value;
  19885. }
  19886. protected function getDefaultParameters(): array
  19887. {
  19888. return [
  19889. 'kernel.project_dir' => \dirname(__DIR__, 4),
  19890. 'kernel.environment' => 'dev',
  19891. 'kernel.debug' => true,
  19892. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
  19893. 'kernel.bundles' => [
  19894. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  19895. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  19896. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  19897. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  19898. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  19899. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  19900. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  19901. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  19902. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  19903. 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  19904. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  19905. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  19906. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  19907. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  19908. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  19909. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  19910. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  19911. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  19912. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  19913. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  19914. 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  19915. ],
  19916. 'kernel.bundles_metadata' => [
  19917. 'FrameworkBundle' => [
  19918. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  19919. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  19920. ],
  19921. 'SecurityBundle' => [
  19922. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  19923. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  19924. ],
  19925. 'TwigBundle' => [
  19926. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  19927. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  19928. ],
  19929. 'MonologBundle' => [
  19930. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  19931. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  19932. ],
  19933. 'DoctrineBundle' => [
  19934. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  19935. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  19936. ],
  19937. 'StofDoctrineExtensionsBundle' => [
  19938. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  19939. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  19940. ],
  19941. 'KnpPaginatorBundle' => [
  19942. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  19943. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  19944. ],
  19945. 'VichUploaderBundle' => [
  19946. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  19947. 'namespace' => 'Vich\\UploaderBundle',
  19948. ],
  19949. 'EightPointsGuzzleBundle' => [
  19950. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  19951. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  19952. ],
  19953. 'SentryBundle' => [
  19954. 'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
  19955. 'namespace' => 'Sentry\\SentryBundle',
  19956. ],
  19957. 'WebProfilerBundle' => [
  19958. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  19959. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  19960. ],
  19961. 'DebugBundle' => [
  19962. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  19963. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  19964. ],
  19965. 'NelmioApiDocBundle' => [
  19966. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  19967. 'namespace' => 'Nelmio\\ApiDocBundle',
  19968. ],
  19969. 'NelmioCorsBundle' => [
  19970. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  19971. 'namespace' => 'Nelmio\\CorsBundle',
  19972. ],
  19973. 'EasyAdminBundle' => [
  19974. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle'),
  19975. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  19976. ],
  19977. 'SymfonyCastsVerifyEmailBundle' => [
  19978. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  19979. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  19980. ],
  19981. 'SymfonyCastsResetPasswordBundle' => [
  19982. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  19983. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  19984. ],
  19985. 'SchebTwoFactorBundle' => [
  19986. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  19987. 'namespace' => 'Scheb\\TwoFactorBundle',
  19988. ],
  19989. 'DoctrineMigrationsBundle' => [
  19990. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  19991. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  19992. ],
  19993. 'TwigExtraBundle' => [
  19994. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  19995. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  19996. ],
  19997. 'TwigComponentBundle' => [
  19998. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component'),
  19999. 'namespace' => 'Symfony\\UX\\TwigComponent',
  20000. ],
  20001. ],
  20002. 'kernel.charset' => 'UTF-8',
  20003. 'kernel.container_class' => 'KernelDevDebugContainer',
  20004. 'container.dumper.inline_class_loader' => true,
  20005. 'container.dumper.inline_factories' => true,
  20006. 'database_driver' => 'pdo_mysql',
  20007. 'database_host' => '127.0.0.1',
  20008. 'database_port' => NULL,
  20009. 'database_name' => 'gale_dev',
  20010. 'database_user' => 'symfony',
  20011. 'database_password' => 'nscc752ja8TZxKwYkzyNhSYP',
  20012. 'mailer_transport' => 'smtp',
  20013. 'mailer_host' => '127.0.0.1',
  20014. 'mailer_user' => 'test@test.dk',
  20015. 'mailer_password' => NULL,
  20016. 'locale' => 'da',
  20017. 'secret' => 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB',
  20018. 'abacus_environment' => 'primaryschool',
  20019. 'abacus.scope' => 'gale',
  20020. 'abacus.publisher' => 'gyldendal',
  20021. 'abacus.use_mathjax' => false,
  20022. 'abacus.use_aws_polly' => false,
  20023. 'abacus.use_editor_features' => false,
  20024. 'abacus.use_bug_report' => true,
  20025. 'abacus.show_self_study' => true,
  20026. 'abacus.show_textbook' => true,
  20027. 'abacus.show_aids_option' => false,
  20028. 'abacus.max_difficulty' => 3,
  20029. 'abacus.use_gamification' => false,
  20030. 'abacus.hotjar_enabled' => false,
  20031. 'abacus.activity_types' => [
  20032. 'peer' => true,
  20033. 'textbook' => true,
  20034. 'worksheet' => false,
  20035. 'quiz' => true,
  20036. 'adaptive' => false,
  20037. 'cramming' => true,
  20038. 'dictate' => false,
  20039. 'reading_test' => false,
  20040. 'screening' => '$(ABACUS_ACTIVITIES_SCREENING)',
  20041. ],
  20042. 'abacus_testmode' => 0,
  20043. 'abacus_base_url' => 'https://galecms.dev.tibalo.dk',
  20044. 'abacus_filter_content_name' => 0,
  20045. 'abacus.loginconnector.base_url' => 'https://test-loginconnector.gyldendal.dk',
  20046. 'abacus.loginconnector.api_key' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137',
  20047. 'abacus.loginconnector.client_name' => 'gu-abacus',
  20048. 'abacus.loginconnector.shared_secret' => 'gu-abac-437a-404',
  20049. 'abacus.loginconnector.require_license' => 0,
  20050. 'abacus.loginconnector.isbns' => [
  20051. ],
  20052. 'abacus.gas.api_key' => 'e6fe017f95f041dd950fa882bdc7e8a5',
  20053. 'abacus.gas.base_url' => 'https://dev-apim.gyldendal.dk',
  20054. 'abacus.gas.v3_product_path' => '/GAS-v3-Test/v3',
  20055. 'abacus.gas.v4_product_path' => '/GAS-v4-Test/v4',
  20056. 'abacus.gas.api_key_header_name' => 'Ocp-Apim-Subscription-Key',
  20057. 'abacus_logout_success_url' => 'https://galecms.dev.tibalo.dk',
  20058. 'hashids_salt' => 'c9ca7eda-8abd-4574-9359-a603ab883612',
  20059. 'maxstudents_resultpages' => 100,
  20060. 'aws_sdk' => [
  20061. 'version' => 'latest',
  20062. 'region' => 'eu-west-2',
  20063. 'credentials' => [
  20064. 'key' => 'AKIAXK54U276X656SIO4',
  20065. 'secret' => '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',
  20066. ],
  20067. ],
  20068. 'system_topic' => 'math',
  20069. 'sentry_dsn' => 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140',
  20070. 'allow_sentry_logging' => 1,
  20071. 'allow_two_attempts_in_cramming' => 1,
  20072. 'abacus.systime.require_license' => 0,
  20073. 'abacus.appendices_dir' => '/appendices/',
  20074. 'gale_api_shared_secret' => 'a799271fb677d0bb6a9cf0e1e3dd7b4e97e7deabbf1e14c5a0a0d9199f3aeb1928b13adec51e21cca1a173e58d00baef17eb2417b96adb258f96780b27d56917',
  20075. 'gale_api_jwt_public_key' => 'VMD9jhmtlp6wz10IIRX1f+VjuAKvs3FQKUv16kbX2kQ=',
  20076. 'gale_users.base_url' => 'https://account-data-api-staging.services.systime.dk',
  20077. 'gale_users.api_key' => 'EhJOIvGi1hEXab4yZ4fc54Y97r53Clv3awltVr3s8oTQA1tEuyGZ7qht30aatmYi93VCSDCIBifFFLAkPNd2pe94224uFaN3mHeONbq899Qk5ccKFLzeraT0RBBoZEi7',
  20078. 'systime_users.base_url' => 'https:/dev-users.systime.dk/api/',
  20079. 'systime_users.api_key' => '!jkbnuiph80HY(Yhgbkl90l!77uuajsk_temp',
  20080. 'systime_users.sha256_hash_key' => 'sha256_hash_systime_global_tables_config_dev-users.systime.dk_2024_BHJVutgug7cvb!',
  20081. 'systime_users.isbn' => '9788743303084',
  20082. 'clickstream.api.url' => '',
  20083. 'clickstream.api.key' => '',
  20084. 'clickstream.isbn' => '',
  20085. 'event_dispatcher.event_aliases' => [
  20086. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  20087. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  20088. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  20089. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  20090. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  20091. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  20092. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  20093. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  20094. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  20095. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  20096. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  20097. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  20098. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  20099. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  20100. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  20101. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  20102. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  20103. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  20104. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  20105. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  20106. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  20107. ],
  20108. 'fragment.renderer.hinclude.global_template' => NULL,
  20109. 'fragment.path' => '/_fragment',
  20110. 'kernel.secret' => 'AwhHAPRTNoPBwVVd2kyZE73EK96HhB',
  20111. 'kernel.http_method_override' => true,
  20112. 'kernel.trusted_hosts' => [
  20113. ],
  20114. 'kernel.default_locale' => 'da',
  20115. 'kernel.enabled_locales' => [
  20116. ],
  20117. 'kernel.error_controller' => 'error_controller',
  20118. 'debug.file_link_format' => NULL,
  20119. 'asset.request_context.base_path' => NULL,
  20120. 'asset.request_context.secure' => NULL,
  20121. 'translator.logging' => false,
  20122. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  20123. 'debug.error_handler.throw_at' => -1,
  20124. 'router.request_context.host' => 'localhost',
  20125. 'router.request_context.scheme' => 'http',
  20126. 'router.request_context.base_url' => '',
  20127. 'router.resource' => 'kernel::loadRoutes',
  20128. 'request_listener.http_port' => 80,
  20129. 'request_listener.https_port' => 443,
  20130. 'session.metadata.storage_key' => '_sf2_meta',
  20131. 'session.storage.options' => [
  20132. 'cache_limiter' => '0',
  20133. 'cookie_lifetime' => 31536000,
  20134. 'cookie_httponly' => true,
  20135. 'gc_maxlifetime' => 31536000,
  20136. 'gc_probability' => 0,
  20137. ],
  20138. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  20139. 'session.metadata.update_threshold' => 0,
  20140. 'form.type_extension.csrf.enabled' => true,
  20141. 'form.type_extension.csrf.field_name' => '_token',
  20142. 'validator.translation_domain' => 'validators',
  20143. 'profiler_listener.only_exceptions' => false,
  20144. 'profiler_listener.only_main_requests' => false,
  20145. 'security.role_hierarchy.roles' => [
  20146. 'ROLE_SUPER_ADMIN' => [
  20147. 0 => 'ROLE_ADMIN',
  20148. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20149. ],
  20150. 'ROLE_ADMIN' => [
  20151. 0 => 'ROLE_USER',
  20152. 1 => 'ROLE_EDITOR',
  20153. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  20154. 3 => 'ROLE_TEACHER',
  20155. ],
  20156. 'ROLE_EDITOR' => [
  20157. 0 => 'ROLE_USER',
  20158. 1 => 'ROLE_AUTHOR',
  20159. ],
  20160. 'ROLE_AUTHOR' => [
  20161. 0 => 'ROLE_USER',
  20162. ],
  20163. 'ROLE_TEACHER' => [
  20164. 0 => 'ROLE_USER',
  20165. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20166. ],
  20167. 'ROLE_STUDENT' => [
  20168. 0 => 'ROLE_USER',
  20169. ],
  20170. 'ROLE_SINGLE_STUDENT' => [
  20171. 0 => 'ROLE_USER',
  20172. ],
  20173. 'ROLE_API_CREATOR' => [
  20174. 0 => 'ROLE_API',
  20175. ],
  20176. 'ROLE_API_TEACHER' => [
  20177. 0 => 'ROLE_API',
  20178. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20179. ],
  20180. 'ROLE_API_STUDENT' => [
  20181. 0 => 'ROLE_API',
  20182. ],
  20183. 'ROLE_API' => [
  20184. 0 => 'ROLE_USER',
  20185. ],
  20186. ],
  20187. 'security.access.denied_url' => NULL,
  20188. 'security.authentication.manager.erase_credentials' => true,
  20189. 'security.authentication.session_strategy.strategy' => 'migrate',
  20190. 'security.access.always_authenticate_before_granting' => false,
  20191. 'security.authentication.hide_user_not_found' => true,
  20192. 'security.firewalls' => [
  20193. 0 => 'api_doc',
  20194. 1 => 'api_gale',
  20195. 2 => 'dev',
  20196. 3 => 'main',
  20197. ],
  20198. 'twig.form.resources' => [
  20199. 0 => '@VichUploader/Form/fields.html.twig',
  20200. 1 => 'form_div_layout.html.twig',
  20201. ],
  20202. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  20203. 'monolog.use_microseconds' => true,
  20204. 'monolog.swift_mailer.handlers' => [
  20205. ],
  20206. 'monolog.handlers_to_channels' => [
  20207. 'monolog.handler.console' => [
  20208. 'type' => 'exclusive',
  20209. 'elements' => [
  20210. 0 => 'event',
  20211. 1 => 'doctrine',
  20212. 2 => 'console',
  20213. ],
  20214. ],
  20215. 'monolog.handler.main' => [
  20216. 'type' => 'exclusive',
  20217. 'elements' => [
  20218. 0 => 'event',
  20219. ],
  20220. ],
  20221. ],
  20222. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  20223. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  20224. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  20225. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  20226. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  20227. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  20228. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  20229. 'doctrine.entity_managers' => [
  20230. 'default' => 'doctrine.orm.default_entity_manager',
  20231. ],
  20232. 'doctrine.default_entity_manager' => 'default',
  20233. 'doctrine.dbal.connection_factory.types' => [
  20234. 'uuid' => [
  20235. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  20236. ],
  20237. 'ulid' => [
  20238. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  20239. ],
  20240. ],
  20241. 'doctrine.connections' => [
  20242. 'default' => 'doctrine.dbal.default_connection',
  20243. ],
  20244. 'doctrine.default_connection' => 'default',
  20245. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  20246. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  20247. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  20248. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  20249. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  20250. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  20251. 'doctrine.orm.cache.memcache_host' => 'localhost',
  20252. 'doctrine.orm.cache.memcache_port' => 11211,
  20253. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  20254. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  20255. 'doctrine.orm.cache.memcached_host' => 'localhost',
  20256. 'doctrine.orm.cache.memcached_port' => 11211,
  20257. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  20258. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  20259. 'doctrine.orm.cache.redis_host' => 'localhost',
  20260. 'doctrine.orm.cache.redis_port' => 6379,
  20261. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  20262. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  20263. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  20264. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  20265. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  20266. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  20267. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  20268. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  20269. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  20270. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  20271. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  20272. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  20273. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  20274. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  20275. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  20276. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  20277. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  20278. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  20279. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  20280. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  20281. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  20282. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  20283. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  20284. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  20285. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  20286. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  20287. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  20288. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  20289. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  20290. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  20291. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  20292. 'doctrine.orm.auto_generate_proxy_classes' => true,
  20293. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  20294. 'doctrine.orm.proxy_namespace' => 'Proxies',
  20295. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  20296. 'stof_doctrine_extensions.default_locale' => 'en',
  20297. 'stof_doctrine_extensions.translation_fallback' => false,
  20298. 'stof_doctrine_extensions.persist_default_translation' => false,
  20299. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  20300. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  20301. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  20302. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  20303. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  20304. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  20305. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  20306. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  20307. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  20308. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  20309. 'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:sliding.html.twig',
  20310. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  20311. 'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  20312. 'knp_paginator.page_range' => 5,
  20313. 'knp_paginator.page_limit' => NULL,
  20314. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  20315. 'vich_uploader.mappings' => [
  20316. 'peer_solution_file' => [
  20317. 'uri_prefix' => '/uploads/peer_solution_files',
  20318. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/peer_solution_files'),
  20319. 'namer' => [
  20320. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file',
  20321. 'options' => [
  20322. ],
  20323. ],
  20324. 'directory_namer' => [
  20325. 'service' => NULL,
  20326. 'options' => NULL,
  20327. ],
  20328. 'delete_on_remove' => true,
  20329. 'delete_on_update' => true,
  20330. 'inject_on_load' => false,
  20331. 'db_driver' => 'orm',
  20332. ],
  20333. 'worksheet_solution_file' => [
  20334. 'uri_prefix' => '/uploads/worksheet_solution_files',
  20335. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/worksheet_solution_files'),
  20336. 'namer' => [
  20337. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file',
  20338. 'options' => [
  20339. ],
  20340. ],
  20341. 'directory_namer' => [
  20342. 'service' => NULL,
  20343. 'options' => NULL,
  20344. ],
  20345. 'delete_on_remove' => true,
  20346. 'delete_on_update' => true,
  20347. 'inject_on_load' => false,
  20348. 'db_driver' => 'orm',
  20349. ],
  20350. ],
  20351. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  20352. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  20353. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20354. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20355. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  20356. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  20357. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  20358. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  20359. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  20360. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  20361. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  20362. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  20363. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  20364. 'eight_points_guzzle.plugin.header.headers' => [
  20365. ],
  20366. 'env(SENTRY_RELEASE)' => 'dev-develop@2918cb6',
  20367. 'sentry.tracing.enabled' => true,
  20368. 'sentry.tracing.dbal.enabled' => true,
  20369. 'sentry.tracing.dbal.connections' => [
  20370. ],
  20371. 'sentry.tracing.cache.enabled' => true,
  20372. 'sentry.tracing.http_client.enabled' => true,
  20373. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  20374. 'web_profiler.debug_toolbar.mode' => 2,
  20375. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  20376. 'nelmio_api_doc.areas' => [
  20377. 0 => 'default',
  20378. ],
  20379. 'nelmio_api_doc.use_validation_groups' => false,
  20380. 'nelmio_cors.map' => [
  20381. '^/api/' => [
  20382. 'allow_origin' => true,
  20383. 'allow_headers' => [
  20384. 0 => 'origin',
  20385. 1 => 'content-type',
  20386. 2 => 'userid',
  20387. 3 => 'hmac',
  20388. 4 => 'myaccountid',
  20389. 5 => 'authorization',
  20390. 6 => 'external-user-id',
  20391. 7 => 'is-external',
  20392. ],
  20393. 'allow_methods' => [
  20394. 0 => 'POST',
  20395. 1 => 'PUT',
  20396. 2 => 'GET',
  20397. 3 => 'OPTIONS',
  20398. 4 => 'DELETE',
  20399. 5 => 'PATCH',
  20400. ],
  20401. 'allow_credentials' => true,
  20402. 'max_age' => 3600,
  20403. ],
  20404. ],
  20405. 'nelmio_cors.defaults' => [
  20406. 'allow_origin' => [
  20407. ],
  20408. 'allow_credentials' => false,
  20409. 'allow_headers' => [
  20410. ],
  20411. 'allow_private_network' => false,
  20412. 'expose_headers' => [
  20413. ],
  20414. 'allow_methods' => [
  20415. ],
  20416. 'max_age' => 0,
  20417. 'hosts' => [
  20418. ],
  20419. 'origin_regex' => false,
  20420. 'skip_same_as_origin' => true,
  20421. 'forced_allow_origin_value' => NULL,
  20422. ],
  20423. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  20424. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  20425. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  20426. 'scheb_two_factor.model_manager_name' => NULL,
  20427. 'scheb_two_factor.security_tokens' => [
  20428. 0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  20429. 1 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  20430. ],
  20431. 'scheb_two_factor.ip_whitelist' => [
  20432. ],
  20433. 'scheb_two_factor.totp.issuer' => NULL,
  20434. 'scheb_two_factor.totp.server_name' => NULL,
  20435. 'scheb_two_factor.totp.window' => 1,
  20436. 'scheb_two_factor.totp.parameters' => [
  20437. ],
  20438. 'scheb_two_factor.totp.template' => 'User/Security/totp_login.html.twig',
  20439. 'scheb_two_factor.totp.leeway' => NULL,
  20440. 'scheb_two_factor.trusted_device.enabled' => false,
  20441. 'doctrine.migrations.preferred_em' => NULL,
  20442. 'doctrine.migrations.preferred_connection' => NULL,
  20443. 'data_collector.templates' => [
  20444. 'data_collector.request' => [
  20445. 0 => 'request',
  20446. 1 => '@WebProfiler/Collector/request.html.twig',
  20447. ],
  20448. 'data_collector.time' => [
  20449. 0 => 'time',
  20450. 1 => '@WebProfiler/Collector/time.html.twig',
  20451. ],
  20452. 'data_collector.memory' => [
  20453. 0 => 'memory',
  20454. 1 => '@WebProfiler/Collector/memory.html.twig',
  20455. ],
  20456. 'data_collector.validator' => [
  20457. 0 => 'validator',
  20458. 1 => '@WebProfiler/Collector/validator.html.twig',
  20459. ],
  20460. 'data_collector.ajax' => [
  20461. 0 => 'ajax',
  20462. 1 => '@WebProfiler/Collector/ajax.html.twig',
  20463. ],
  20464. 'data_collector.form' => [
  20465. 0 => 'form',
  20466. 1 => '@WebProfiler/Collector/form.html.twig',
  20467. ],
  20468. 'data_collector.exception' => [
  20469. 0 => 'exception',
  20470. 1 => '@WebProfiler/Collector/exception.html.twig',
  20471. ],
  20472. 'data_collector.logger' => [
  20473. 0 => 'logger',
  20474. 1 => '@WebProfiler/Collector/logger.html.twig',
  20475. ],
  20476. 'data_collector.events' => [
  20477. 0 => 'events',
  20478. 1 => '@WebProfiler/Collector/events.html.twig',
  20479. ],
  20480. 'data_collector.router' => [
  20481. 0 => 'router',
  20482. 1 => '@WebProfiler/Collector/router.html.twig',
  20483. ],
  20484. 'data_collector.cache' => [
  20485. 0 => 'cache',
  20486. 1 => '@WebProfiler/Collector/cache.html.twig',
  20487. ],
  20488. 'data_collector.translation' => [
  20489. 0 => 'translation',
  20490. 1 => '@WebProfiler/Collector/translation.html.twig',
  20491. ],
  20492. 'data_collector.security' => [
  20493. 0 => 'security',
  20494. 1 => '@Security/Collector/security.html.twig',
  20495. ],
  20496. 'data_collector.twig' => [
  20497. 0 => 'twig',
  20498. 1 => '@WebProfiler/Collector/twig.html.twig',
  20499. ],
  20500. 'ux.twig_component.data_collector' => [
  20501. 0 => 'twig_component',
  20502. 1 => '@TwigComponent/Collector/twig_component.html.twig',
  20503. ],
  20504. 'data_collector.http_client' => [
  20505. 0 => 'http_client',
  20506. 1 => '@WebProfiler/Collector/http_client.html.twig',
  20507. ],
  20508. 'data_collector.doctrine' => [
  20509. 0 => 'db',
  20510. 1 => '@Doctrine/Collector/db.html.twig',
  20511. ],
  20512. 'data_collector.dump' => [
  20513. 0 => 'dump',
  20514. 1 => '@Debug/Profiler/dump.html.twig',
  20515. ],
  20516. 'data_collector.messenger' => [
  20517. 0 => 'messenger',
  20518. 1 => '@WebProfiler/Collector/messenger.html.twig',
  20519. ],
  20520. 'mailer.data_collector' => [
  20521. 0 => 'mailer',
  20522. 1 => '@WebProfiler/Collector/mailer.html.twig',
  20523. ],
  20524. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  20525. 0 => 'vich_uploader.mapping_collector',
  20526. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  20527. ],
  20528. 'eight_points_guzzle.data_collector' => [
  20529. 0 => 'eight_points_guzzle',
  20530. 1 => '@EightPointsGuzzle/debug.html.twig',
  20531. ],
  20532. 'EasyCorp\\Bundle\\EasyAdminBundle\\DataCollector\\EasyAdminDataCollector' => [
  20533. 0 => 'easyadmin',
  20534. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  20535. ],
  20536. 'data_collector.config' => [
  20537. 0 => 'config',
  20538. 1 => '@WebProfiler/Collector/config.html.twig',
  20539. ],
  20540. ],
  20541. 'console.command.ids' => [
  20542. 0 => 'console.command.public_alias.App\\Command\\AbacusProblemdndMigrateCommand',
  20543. 1 => 'console.command.public_alias.App\\Command\\DeleteOldLogEventsCommand',
  20544. 2 => 'console.command.public_alias.App\\Command\\FulfilDeletionRequestsCommand',
  20545. 3 => 'console.command.public_alias.App\\Command\\GaleDuplicateProblemDataFix',
  20546. 4 => 'console.command.public_alias.App\\Command\\MigrateWordOptionsCommand',
  20547. 5 => 'console.command.public_alias.App\\Command\\RemoveEndToEndTestDataCommand',
  20548. 6 => 'console.command.public_alias.App\\Command\\RemoveStudentFromClassroomsCommand',
  20549. 7 => 'console.command.public_alias.App\\Command\\RetentionCleanupCommand',
  20550. 8 => 'console.command.public_alias.App\\Command\\SetupEndToEndTestDataCommand',
  20551. 9 => 'App\\Command\\UpdateSystimeUsersCommand',
  20552. ],
  20553. ];
  20554. }
  20555. protected function throw($message)
  20556. {
  20557. throw new RuntimeException($message);
  20558. }
  20559. }