var/cache/dev/ContainerMsiDu5x/KernelDevDebugContainer.php line 15867

Open in your IDE?
  1. <?php
  2. namespace ContainerMsiDu5x;
  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. 'abacus.core.training_session' => 'getAbacus_Core_TrainingSessionService',
  238. 'abacus_core.math_problem.selection.difficulty_resolver' => 'getAbacusCore_MathProblem_Selection_DifficultyResolverService',
  239. 'abacus_core.math_problem.selection.math_problem_type_provider' => 'getAbacusCore_MathProblem_Selection_MathProblemTypeProviderService',
  240. 'abacus_core.repository.topic' => 'getAbacusCore_Repository_TopicService',
  241. 'cache.app' => 'getCache_AppService',
  242. 'cache.app_clearer' => 'getCache_AppClearerService',
  243. 'cache.easyadmin' => 'getCache_EasyadminService',
  244. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  245. 'cache.system' => 'getCache_SystemService',
  246. 'cache.system_clearer' => 'getCache_SystemClearerService',
  247. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  248. 'cache_warmer' => 'getCacheWarmerService',
  249. 'console.command.public_alias.App\\Command\\AbacusProblemdndMigrateCommand' => 'getAbacusProblemdndMigrateCommandService',
  250. 'console.command.public_alias.App\\Command\\DeleteOldLogEventsCommand' => 'getDeleteOldLogEventsCommandService',
  251. 'console.command.public_alias.App\\Command\\FulfilDeletionRequestsCommand' => 'getFulfilDeletionRequestsCommandService',
  252. 'console.command.public_alias.App\\Command\\GaleDuplicateProblemDataFix' => 'getGaleDuplicateProblemDataFixService',
  253. 'console.command.public_alias.App\\Command\\MigrateWordOptionsCommand' => 'getMigrateWordOptionsCommandService',
  254. 'console.command.public_alias.App\\Command\\RemoveEndToEndTestDataCommand' => 'getRemoveEndToEndTestDataCommandService',
  255. 'console.command.public_alias.App\\Command\\RemoveStudentFromClassroomsCommand' => 'getRemoveStudentFromClassroomsCommandService',
  256. 'console.command.public_alias.App\\Command\\RetentionCleanupCommand' => 'getRetentionCleanupCommandService',
  257. 'console.command.public_alias.App\\Command\\SetupEndToEndTestDataCommand' => 'getSetupEndToEndTestDataCommandService',
  258. 'console.command_loader' => 'getConsole_CommandLoaderService',
  259. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  260. 'data_collector.dump' => 'getDataCollector_DumpService',
  261. 'doctrine' => 'getDoctrineService',
  262. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  263. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  264. 'eight_points_guzzle.client.gale_users' => 'getEightPointsGuzzle_Client_GaleUsersService',
  265. 'eight_points_guzzle.client.gyldendalaccessservice' => 'getEightPointsGuzzle_Client_GyldendalaccessserviceService',
  266. 'eight_points_guzzle.client.loginconnector' => 'getEightPointsGuzzle_Client_LoginconnectorService',
  267. 'eight_points_guzzle.client.systime_users' => 'getEightPointsGuzzle_Client_SystimeUsersService',
  268. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  269. 'eight_points_guzzle.handler_stack.gale_users' => 'getEightPointsGuzzle_HandlerStack_GaleUsersService',
  270. 'eight_points_guzzle.handler_stack.gyldendalaccessservice' => 'getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService',
  271. 'eight_points_guzzle.handler_stack.loginconnector' => 'getEightPointsGuzzle_HandlerStack_LoginconnectorService',
  272. 'eight_points_guzzle.handler_stack.systime_users' => 'getEightPointsGuzzle_HandlerStack_SystimeUsersService',
  273. 'eight_points_guzzle.middleware.event_dispatch.gale_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService',
  274. 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService',
  275. 'eight_points_guzzle.middleware.event_dispatch.loginconnector' => 'getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService',
  276. 'eight_points_guzzle.middleware.event_dispatch.systime_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService',
  277. 'eight_points_guzzle.middleware.log.gale_users' => 'getEightPointsGuzzle_Middleware_Log_GaleUsersService',
  278. 'eight_points_guzzle.middleware.log.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService',
  279. 'eight_points_guzzle.middleware.log.loginconnector' => 'getEightPointsGuzzle_Middleware_Log_LoginconnectorService',
  280. 'eight_points_guzzle.middleware.log.systime_users' => 'getEightPointsGuzzle_Middleware_Log_SystimeUsersService',
  281. 'eight_points_guzzle.middleware.profile.gale_users' => 'getEightPointsGuzzle_Middleware_Profile_GaleUsersService',
  282. 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService',
  283. 'eight_points_guzzle.middleware.profile.loginconnector' => 'getEightPointsGuzzle_Middleware_Profile_LoginconnectorService',
  284. 'eight_points_guzzle.middleware.profile.systime_users' => 'getEightPointsGuzzle_Middleware_Profile_SystimeUsersService',
  285. 'eight_points_guzzle.middleware.request_time.gale_users' => 'getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService',
  286. 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService',
  287. 'eight_points_guzzle.middleware.request_time.loginconnector' => 'getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService',
  288. 'eight_points_guzzle.middleware.request_time.systime_users' => 'getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService',
  289. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  290. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  291. 'error_controller' => 'getErrorControllerService',
  292. 'event_dispatcher' => 'getEventDispatcherService',
  293. 'http_kernel' => 'getHttpKernelService',
  294. 'knp_paginator' => 'getKnpPaginatorService',
  295. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  296. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  297. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  298. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  299. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  300. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  301. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  302. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  303. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  304. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  305. 'request_stack' => 'getRequestStackService',
  306. 'router' => 'getRouterService',
  307. 'routing.loader' => 'getRouting_LoaderService',
  308. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  309. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  310. 'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  311. 'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  312. 'services_resetter' => 'getServicesResetterService',
  313. 'translator' => 'getTranslatorService',
  314. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  315. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  316. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  317. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  318. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  319. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  320. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  321. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  322. 'cache_clearer' => 'getCacheClearerService',
  323. 'filesystem' => 'getFilesystemService',
  324. 'serializer' => 'getSerializerService',
  325. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  326. 'form.factory' => 'getForm_FactoryService',
  327. 'form.type.file' => 'getForm_Type_FileService',
  328. 'profiler' => 'getProfilerService',
  329. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  330. 'security.token_storage' => 'getSecurity_TokenStorageService',
  331. 'twig' => 'getTwigService',
  332. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  333. 'session' => 'getSessionService',
  334. 'validator' => 'getValidatorService',
  335. ];
  336. $this->aliases = [
  337. 'database_connection' => 'doctrine.dbal.default_connection',
  338. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  339. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  340. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  341. ];
  342. $this->privates['service_container'] = function () {
  343. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  344. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  345. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  346. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  347. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  348. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  349. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  350. include_once \dirname(__DIR__, 4).'/src/Services/Core/SelfStudyVoterService.php';
  351. include_once \dirname(__DIR__, 4).'/src/Services/Core/TextbookVoterService.php';
  352. include_once \dirname(__DIR__, 4).'/src/Event/RequestListener.php';
  353. include_once \dirname(__DIR__, 4).'/src/Logger/Core/SessionRequestProcessor.php';
  354. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  355. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  356. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  357. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  358. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  359. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  360. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  361. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  362. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  363. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  364. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  365. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  366. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  367. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  368. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  369. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  371. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  372. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  373. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  374. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  375. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  376. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  377. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  378. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  379. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  380. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  381. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  382. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  383. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  384. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  385. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  386. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  387. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  388. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  389. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  390. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  391. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  392. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  393. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  394. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  395. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  396. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  397. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  398. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  399. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  400. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  401. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  402. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  403. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  404. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  405. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  406. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  407. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  408. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  409. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  410. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  411. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  412. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  413. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  414. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  415. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  416. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  417. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  418. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  419. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  420. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  421. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  422. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  423. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  424. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  425. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  426. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  427. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  428. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  429. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  430. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  431. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  432. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  433. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  434. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  435. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  436. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  437. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  438. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  439. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  440. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  441. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  442. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  443. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  444. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  445. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  446. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  447. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  448. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  455. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  456. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  457. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  458. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  459. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ConnectionRegistry.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ManagerRegistry.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/AbstractManagerRegistry.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectManager.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriver.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/MappingDriverChain.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/ColocatedMappingDriver.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Mapping/Driver/FileDriver.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeDriver.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Context/AdminContextInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Provider/AdminContextProviderInterface.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Registry/AdminControllerRegistryInterface.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/AdminControllerRegistry.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Router/AdminRouteGeneratorInterface.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Translation/EntityTranslationIdGeneratorInterface.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Translation/EntityTranslationIdGenerator.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/EventListener/TwigComponentLoggerListener.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/DataCollector/TwigComponentDataCollector.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  776. include_once \dirname(__DIR__, 4).'/src/Twig/Core/AppExtension.php';
  777. include_once \dirname(__DIR__, 4).'/src/Twig/Core/TranslationExtension.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/twig/html-extra/HtmlExtension.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  800. };
  801. }
  802. public function compile(): void
  803. {
  804. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  805. }
  806. public function isCompiled(): bool
  807. {
  808. return true;
  809. }
  810. public function getRemovedIds(): array
  811. {
  812. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  813. }
  814. /**
  815. * Gets the public '.container.private.cache_clearer' shared service.
  816. *
  817. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  818. */
  819. protected function get_Container_Private_CacheClearerService()
  820. {
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  823. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  824. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  825. }, 1));
  826. }
  827. /**
  828. * Gets the public '.container.private.filesystem' shared service.
  829. *
  830. * @return \Symfony\Component\Filesystem\Filesystem
  831. */
  832. protected function get_Container_Private_FilesystemService()
  833. {
  834. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  835. }
  836. /**
  837. * Gets the public '.container.private.form.factory' shared service.
  838. *
  839. * @return \Symfony\Component\Form\FormFactory
  840. */
  841. protected function get_Container_Private_Form_FactoryService()
  842. {
  843. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  845. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  846. if (isset($this->services['.container.private.form.factory'])) {
  847. return $this->services['.container.private.form.factory'];
  848. }
  849. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  850. }
  851. /**
  852. * Gets the public '.container.private.form.type.file' shared service.
  853. *
  854. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  855. */
  856. protected function get_Container_Private_Form_Type_FileService()
  857. {
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  861. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  862. }
  863. /**
  864. * Gets the public '.container.private.profiler' shared service.
  865. *
  866. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  867. */
  868. protected function get_Container_Private_ProfilerService()
  869. {
  870. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  871. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  872. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  873. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  874. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  875. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  876. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  877. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  878. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  879. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  880. $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  881. $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  882. $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  883. $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  884. $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  885. $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  886. $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  887. $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  888. $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  889. $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  890. $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  891. $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  892. $d->addInstance('cache.easyadmin.traceable', ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  893. $d->addInstance('cache.ux.twig_component.traceable', ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService()));
  894. $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  895. $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  896. $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  897. $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  898. $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  899. $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  900. if ($this->has('kernel')) {
  901. $h->setKernel($b);
  902. }
  903. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  904. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  905. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  906. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  907. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  908. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  909. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  910. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  911. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  912. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  913. $instance->add($d);
  914. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  915. $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));
  916. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $e));
  917. $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));
  918. $instance->add($f);
  919. $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([])))));
  920. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  921. $instance->add($g);
  922. $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()))));
  923. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  924. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  925. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  926. $instance->add($h);
  927. return $instance;
  928. }
  929. /**
  930. * Gets the public '.container.private.security.authorization_checker' shared service.
  931. *
  932. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  933. */
  934. protected function get_Container_Private_Security_AuthorizationCheckerService()
  935. {
  936. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  937. if (isset($this->services['.container.private.security.authorization_checker'])) {
  938. return $this->services['.container.private.security.authorization_checker'];
  939. }
  940. 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);
  941. }
  942. /**
  943. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  944. *
  945. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  946. */
  947. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  948. {
  949. 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())));
  950. }
  951. /**
  952. * Gets the public '.container.private.security.password_encoder' shared service.
  953. *
  954. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  955. *
  956. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  957. */
  958. protected function get_Container_Private_Security_PasswordEncoderService()
  959. {
  960. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  961. 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()));
  962. }
  963. /**
  964. * Gets the public '.container.private.security.token_storage' shared service.
  965. *
  966. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  967. */
  968. protected function get_Container_Private_Security_TokenStorageService()
  969. {
  970. 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, [
  971. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  972. ], [
  973. 'request_stack' => '?',
  974. ]));
  975. }
  976. /**
  977. * Gets the public '.container.private.serializer' shared service.
  978. *
  979. * @return \Symfony\Component\Serializer\Serializer
  980. */
  981. protected function get_Container_Private_SerializerService()
  982. {
  983. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  984. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  985. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  986. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  987. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  988. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  989. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  990. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  991. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  992. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  993. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  994. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  995. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  996. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  997. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  998. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  999. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1000. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1001. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1002. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1003. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1004. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1005. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1006. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1007. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1008. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1009. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1010. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1011. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1012. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1013. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1014. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1015. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1016. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1017. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1018. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1019. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1020. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1021. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1022. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1023. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1024. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1025. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1026. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1027. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1028. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1029. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1030. 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()]);
  1031. }
  1032. /**
  1033. * Gets the public '.container.private.session' shared service.
  1034. *
  1035. * @return \Symfony\Component\HttpFoundation\Session\Session
  1036. */
  1037. protected function get_Container_Private_SessionService()
  1038. {
  1039. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1040. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  1041. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1042. if (isset($this->services['.container.private.session'])) {
  1043. return $this->services['.container.private.session'];
  1044. }
  1045. return $this->services['.container.private.session'] = $a->createSession();
  1046. }
  1047. /**
  1048. * Gets the public '.container.private.twig' shared service.
  1049. *
  1050. * @return \Twig\Environment
  1051. */
  1052. protected function get_Container_Private_TwigService()
  1053. {
  1054. $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']);
  1055. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1056. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1057. $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1058. $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1059. $e = new \Symfony\Bridge\Twig\Extension\TranslationExtension($d);
  1060. $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1061. $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 () {
  1062. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService());
  1063. }, 1)));
  1064. $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1065. $i = ($this->services['router'] ?? $this->getRouterService());
  1066. $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1067. $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]);
  1068. $k = new \Symfony\Bridge\Twig\AppVariable();
  1069. $k->setEnvironment('dev');
  1070. $k->setDebug(true);
  1071. if ($this->has('.container.private.security.token_storage')) {
  1072. $k->setTokenStorage($b);
  1073. }
  1074. if ($this->has('request_stack')) {
  1075. $k->setRequestStack($a);
  1076. }
  1077. $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1078. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1079. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1080. $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)));
  1081. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1082. $instance->addExtension($e);
  1083. $instance->addExtension($g);
  1084. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8'));
  1085. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i));
  1086. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1087. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($c, true));
  1088. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1089. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1090. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($a, $i)));
  1091. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1092. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  1093. $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())));
  1094. $instance->addExtension(new \App\Twig\Core\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1095. $instance->addExtension(new \App\Twig\Core\TranslationExtension($e, 'kvik-mat'));
  1096. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1097. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i, $d)));
  1098. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1099. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1100. $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1101. $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1102. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1103. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($g));
  1104. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1105. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1106. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1107. ], [
  1108. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1109. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  1110. ]), ($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));
  1111. $instance->addExtension(new \Twig\Extra\Html\HtmlExtension());
  1112. $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension());
  1113. $instance->addGlobal('app', $k);
  1114. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1115. 'App\\Twig\\Core\\AppRuntime' => ['privates', 'core.twig_runtime', 'getCore_TwigRuntimeService', false],
  1116. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  1117. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  1118. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  1119. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  1120. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
  1121. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => ['privates', 'ux.twig_component.twig.component_runtime', 'getUx_TwigComponent_Twig_ComponentRuntimeService', false],
  1122. ], [
  1123. 'App\\Twig\\Core\\AppRuntime' => '?',
  1124. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1125. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1126. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1127. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1128. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1129. 'Symfony\\UX\\TwigComponent\\Twig\\ComponentRuntime' => '?',
  1130. ])));
  1131. $instance->addGlobal('abacus_loginconnector_base_url', 'https://test-loginconnector.gyldendal.dk');
  1132. $instance->addGlobal('abacus_loginconnector_client_name', 'gu-abacus');
  1133. $instance->addGlobal('environment', 'primaryschool');
  1134. $instance->addGlobal('scope', 'kvik-mat');
  1135. $instance->addGlobal('__PUBLISHER__', 'gyldendal');
  1136. $instance->addGlobal('__USE_MATHJAX__', true);
  1137. $instance->addGlobal('__USE_GAMIFICATION__', true);
  1138. $instance->addGlobal('__USE_EDITOR_FEATURES__', true);
  1139. $instance->addGlobal('__USE_BUG_REPORT__', true);
  1140. $instance->addGlobal('__SHOW_SELF_STUDY__', true);
  1141. $instance->addGlobal('__SHOW_TEXTBOOK__', true);
  1142. $instance->addGlobal('__SHOW_AIDS_OPTION__', true);
  1143. $instance->addGlobal('__MAX_DIFFICULTY__', 9);
  1144. $instance->addGlobal('__HOTJAR_ENABLED__', false);
  1145. $instance->addGlobal('maxstudents', 100);
  1146. $instance->addGlobal('system_topic', 'math');
  1147. $instance->addGlobal('sentry_dsn', 'https://ebdcaaba70f54691957b4d4907ec95f7@o454508.ingest.sentry.io/4504010041720832');
  1148. $instance->addGlobal('abacus_base_url', 'https://kvikmat.test.tibalo.dk');
  1149. $instance->addGlobal('abacus_testmode', 0);
  1150. $instance->addGlobal('appendices_dir', '/appendices/');
  1151. $instance->addGlobal('textbook_voter_service', ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()));
  1152. $instance->addGlobal('self_study_voter_service', ($this->privates['App\\Services\\Core\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()));
  1153. $instance->addGlobal('activities', $this->parameters['abacus.activity_types']);
  1154. $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']);
  1155. $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']);
  1156. $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']);
  1157. (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',')))->configure($instance);
  1158. return $instance;
  1159. }
  1160. /**
  1161. * Gets the public '.container.private.validator' shared service.
  1162. *
  1163. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1164. */
  1165. protected function get_Container_Private_ValidatorService()
  1166. {
  1167. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1168. if (isset($this->services['.container.private.validator'])) {
  1169. return $this->services['.container.private.validator'];
  1170. }
  1171. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1172. }
  1173. /**
  1174. * Gets the public 'App\Command\AbacusDispatchEventsToClickstreamCommand' shared autowired service.
  1175. *
  1176. * @return \App\Command\AbacusDispatchEventsToClickstreamCommand
  1177. */
  1178. protected function getAbacusDispatchEventsToClickstreamCommandService()
  1179. {
  1180. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1181. include_once \dirname(__DIR__, 4).'/src/Command/AbacusDispatchEventsToClickstreamCommand.php';
  1182. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamLoggerService.php';
  1183. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamDtoPopulatorService.php';
  1184. include_once \dirname(__DIR__, 4).'/src/Services/Core/ClickstreamConnectorService.php';
  1185. $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('kvik-mat', \dirname(__DIR__, 4), '9788762518124', ($this->services['translator'] ?? $this->getTranslatorService())), new \App\Services\Core\ClickstreamConnectorService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), '', '')));
  1186. $instance->setName('abacus:dispatch-events-to-clickstream-log');
  1187. $instance->setDescription('Dispatch events to Clickstream Log');
  1188. return $instance;
  1189. }
  1190. /**
  1191. * Gets the public 'App\Command\UpdateSystimeUsersCommand' shared autowired service.
  1192. *
  1193. * @return \App\Command\UpdateSystimeUsersCommand
  1194. */
  1195. protected function getUpdateSystimeUsersCommandService()
  1196. {
  1197. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  1198. include_once \dirname(__DIR__, 4).'/src/Command/UpdateSystimeUsersCommand.php';
  1199. 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()), 'default value', 'default value', 'default value');
  1200. }
  1201. /**
  1202. * Gets the public 'App\Controller\Admin\BugReportsController' shared autowired service.
  1203. *
  1204. * @return \App\Controller\Admin\BugReportsController
  1205. */
  1206. protected function getBugReportsControllerService()
  1207. {
  1208. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1209. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/BugReportsController.php';
  1210. $this->services['App\\Controller\\Admin\\BugReportsController'] = $instance = new \App\Controller\Admin\BugReportsController();
  1211. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\BugReportsController', $this));
  1212. return $instance;
  1213. }
  1214. /**
  1215. * Gets the public 'App\Controller\Admin\ContentController' shared autowired service.
  1216. *
  1217. * @return \App\Controller\Admin\ContentController
  1218. */
  1219. protected function getContentControllerService()
  1220. {
  1221. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1222. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ContentController.php';
  1223. $this->services['App\\Controller\\Admin\\ContentController'] = $instance = new \App\Controller\Admin\ContentController();
  1224. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ContentController', $this));
  1225. return $instance;
  1226. }
  1227. /**
  1228. * Gets the public 'App\Controller\Admin\DefaultController' shared autowired service.
  1229. *
  1230. * @return \App\Controller\Admin\DefaultController
  1231. */
  1232. protected function getDefaultControllerService()
  1233. {
  1234. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1235. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/DefaultController.php';
  1236. $this->services['App\\Controller\\Admin\\DefaultController'] = $instance = new \App\Controller\Admin\DefaultController();
  1237. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\DefaultController', $this));
  1238. return $instance;
  1239. }
  1240. /**
  1241. * Gets the public 'App\Controller\Admin\EasyAdmin\AudioReferenceCrudController' shared autowired service.
  1242. *
  1243. * @return \App\Controller\Admin\EasyAdmin\AudioReferenceCrudController
  1244. */
  1245. protected function getAudioReferenceCrudControllerService()
  1246. {
  1247. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1248. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1249. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1250. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/AudioReferenceCrudController.php';
  1251. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1252. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'])) {
  1253. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'];
  1254. }
  1255. $b = ($this->privates['App\\Services\\Admin\\MediaService'] ?? $this->getMediaServiceService());
  1256. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'])) {
  1257. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'];
  1258. }
  1259. $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()));
  1260. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController', $this));
  1261. return $instance;
  1262. }
  1263. /**
  1264. * Gets the public 'App\Controller\Admin\EasyAdmin\AuthorCrudController' shared autowired service.
  1265. *
  1266. * @return \App\Controller\Admin\EasyAdmin\AuthorCrudController
  1267. */
  1268. protected function getAuthorCrudControllerService()
  1269. {
  1270. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1271. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1272. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1273. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/UserCrudController.php';
  1274. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/AuthorCrudController.php';
  1275. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1276. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'])) {
  1277. return $this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'];
  1278. }
  1279. $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())));
  1280. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController', $this));
  1281. return $instance;
  1282. }
  1283. /**
  1284. * Gets the public 'App\Controller\Admin\EasyAdmin\BugReportCrudController' shared autowired service.
  1285. *
  1286. * @return \App\Controller\Admin\EasyAdmin\BugReportCrudController
  1287. */
  1288. protected function getBugReportCrudControllerService()
  1289. {
  1290. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1291. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1292. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1293. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/BugReportCrudController.php';
  1294. $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()));
  1295. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController', $this));
  1296. return $instance;
  1297. }
  1298. /**
  1299. * Gets the public 'App\Controller\Admin\EasyAdmin\CategoryCrudController' shared autowired service.
  1300. *
  1301. * @return \App\Controller\Admin\EasyAdmin\CategoryCrudController
  1302. */
  1303. protected function getCategoryCrudControllerService()
  1304. {
  1305. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1306. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1307. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1308. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/CategoryCrudController.php';
  1309. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1310. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'])) {
  1311. return $this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'];
  1312. }
  1313. $this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\CategoryCrudController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $a);
  1314. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController', $this));
  1315. return $instance;
  1316. }
  1317. /**
  1318. * Gets the public 'App\Controller\Admin\EasyAdmin\ContentOverviewController' shared autowired service.
  1319. *
  1320. * @return \App\Controller\Admin\EasyAdmin\ContentOverviewController
  1321. */
  1322. protected function getContentOverviewControllerService()
  1323. {
  1324. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1325. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ContentOverviewController.php';
  1326. $this->services['App\\Controller\\Admin\\EasyAdmin\\ContentOverviewController'] = $instance = new \App\Controller\Admin\EasyAdmin\ContentOverviewController(($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1327. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ContentOverviewController', $this));
  1328. return $instance;
  1329. }
  1330. /**
  1331. * Gets the public 'App\Controller\Admin\EasyAdmin\DashboardController' shared autowired service.
  1332. *
  1333. * @return \App\Controller\Admin\EasyAdmin\DashboardController
  1334. */
  1335. protected function getDashboardControllerService()
  1336. {
  1337. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1338. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  1339. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  1340. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/DashboardController.php';
  1341. $this->services['App\\Controller\\Admin\\EasyAdmin\\DashboardController'] = $instance = new \App\Controller\Admin\EasyAdmin\DashboardController();
  1342. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1343. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1344. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1345. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  1346. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  1347. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  1348. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1349. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1350. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  1351. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1352. 'router' => ['services', 'router', 'getRouterService', false],
  1353. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  1354. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  1355. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  1356. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  1357. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  1358. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1359. ], [
  1360. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1361. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  1362. 'doctrine' => '?',
  1363. 'form.factory' => '?',
  1364. 'http_kernel' => '?',
  1365. 'message_bus' => '?',
  1366. 'messenger.default_bus' => '?',
  1367. 'parameter_bag' => '?',
  1368. 'request_stack' => '?',
  1369. 'router' => '?',
  1370. 'security.authorization_checker' => '?',
  1371. 'security.csrf.token_manager' => '?',
  1372. 'security.token_storage' => '?',
  1373. 'serializer' => '?',
  1374. 'session' => '.session.deprecated',
  1375. 'twig' => '?',
  1376. ]))->withContext('App\\Controller\\Admin\\EasyAdmin\\DashboardController', $this));
  1377. return $instance;
  1378. }
  1379. /**
  1380. * Gets the public 'App\Controller\Admin\EasyAdmin\EditorCrudController' shared autowired service.
  1381. *
  1382. * @return \App\Controller\Admin\EasyAdmin\EditorCrudController
  1383. */
  1384. protected function getEditorCrudControllerService()
  1385. {
  1386. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1388. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1389. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/UserCrudController.php';
  1390. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/EditorCrudController.php';
  1391. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1392. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'])) {
  1393. return $this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'];
  1394. }
  1395. $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())));
  1396. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\EditorCrudController', $this));
  1397. return $instance;
  1398. }
  1399. /**
  1400. * Gets the public 'App\Controller\Admin\EasyAdmin\ImageReferenceCrudController' shared autowired service.
  1401. *
  1402. * @return \App\Controller\Admin\EasyAdmin\ImageReferenceCrudController
  1403. */
  1404. protected function getImageReferenceCrudControllerService()
  1405. {
  1406. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1407. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1408. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1409. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ImageReferenceCrudController.php';
  1410. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1411. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'])) {
  1412. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'];
  1413. }
  1414. $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()));
  1415. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController', $this));
  1416. return $instance;
  1417. }
  1418. /**
  1419. * Gets the public 'App\Controller\Admin\EasyAdmin\InfoCrudController' shared autowired service.
  1420. *
  1421. * @return \App\Controller\Admin\EasyAdmin\InfoCrudController
  1422. */
  1423. protected function getInfoCrudControllerService()
  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/InfoCrudController.php';
  1429. $this->services['App\\Controller\\Admin\\EasyAdmin\\InfoCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\InfoCrudController();
  1430. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\InfoCrudController', $this));
  1431. return $instance;
  1432. }
  1433. /**
  1434. * Gets the public 'App\Controller\Admin\EasyAdmin\InvitationCrudController' shared autowired service.
  1435. *
  1436. * @return \App\Controller\Admin\EasyAdmin\InvitationCrudController
  1437. */
  1438. protected function getInvitationCrudControllerService()
  1439. {
  1440. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1441. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1442. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1443. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/InvitationCrudController.php';
  1444. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  1445. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1446. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'])) {
  1447. return $this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'];
  1448. }
  1449. $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('kvik-mat'))));
  1450. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController', $this));
  1451. return $instance;
  1452. }
  1453. /**
  1454. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemCrudController' shared autowired service.
  1455. *
  1456. * @return \App\Controller\Admin\EasyAdmin\ProblemCrudController
  1457. */
  1458. protected function getProblemCrudControllerService()
  1459. {
  1460. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1461. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1462. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1463. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1464. $a = ($this->privates['App\\Services\\Admin\\CsvImportService'] ?? $this->getCsvImportServiceService());
  1465. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'])) {
  1466. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'];
  1467. }
  1468. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1469. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'])) {
  1470. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'];
  1471. }
  1472. $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()));
  1473. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController', $this));
  1474. return $instance;
  1475. }
  1476. /**
  1477. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemFromQuizCrudController' shared autowired service.
  1478. *
  1479. * @return \App\Controller\Admin\EasyAdmin\ProblemFromQuizCrudController
  1480. */
  1481. protected function getProblemFromQuizCrudControllerService()
  1482. {
  1483. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1484. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1485. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1486. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1487. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemFromQuizCrudController.php';
  1488. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  1489. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  1490. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1491. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1492. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'];
  1493. }
  1494. $b = ($this->privates['App\\Services\\Admin\\TopicService'] ?? $this->getTopicServiceService());
  1495. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1496. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'];
  1497. }
  1498. $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'))));
  1499. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController', $this));
  1500. return $instance;
  1501. }
  1502. /**
  1503. * Gets the public 'App\Controller\Admin\EasyAdmin\ProblemFromTemplateCrudController' shared autowired service.
  1504. *
  1505. * @return \App\Controller\Admin\EasyAdmin\ProblemFromTemplateCrudController
  1506. */
  1507. protected function getProblemFromTemplateCrudControllerService()
  1508. {
  1509. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1510. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1511. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1512. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemCrudController.php';
  1513. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProblemFromTemplateCrudController.php';
  1514. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1515. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'])) {
  1516. return $this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'];
  1517. }
  1518. $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()));
  1519. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController', $this));
  1520. return $instance;
  1521. }
  1522. /**
  1523. * Gets the public 'App\Controller\Admin\EasyAdmin\ProductQuizCrudController' shared autowired service.
  1524. *
  1525. * @return \App\Controller\Admin\EasyAdmin\ProductQuizCrudController
  1526. */
  1527. protected function getProductQuizCrudControllerService()
  1528. {
  1529. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1530. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1531. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1532. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/ProductQuizCrudController.php';
  1533. $this->services['App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\ProductQuizCrudController();
  1534. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController', $this));
  1535. return $instance;
  1536. }
  1537. /**
  1538. * Gets the public 'App\Controller\Admin\EasyAdmin\PublicationCrudController' shared autowired service.
  1539. *
  1540. * @return \App\Controller\Admin\EasyAdmin\PublicationCrudController
  1541. */
  1542. protected function getPublicationCrudControllerService()
  1543. {
  1544. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1545. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1546. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1547. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublicationCrudController.php';
  1548. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1549. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'])) {
  1550. return $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'];
  1551. }
  1552. $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\PublicationCrudController($a);
  1553. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController', $this));
  1554. return $instance;
  1555. }
  1556. /**
  1557. * Gets the public 'App\Controller\Admin\EasyAdmin\PublicationFromPublisherCrudController' shared autowired service.
  1558. *
  1559. * @return \App\Controller\Admin\EasyAdmin\PublicationFromPublisherCrudController
  1560. */
  1561. protected function getPublicationFromPublisherCrudControllerService()
  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. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublicationFromPublisherCrudController.php';
  1568. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1569. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'])) {
  1570. return $this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'];
  1571. }
  1572. $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()));
  1573. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController', $this));
  1574. return $instance;
  1575. }
  1576. /**
  1577. * Gets the public 'App\Controller\Admin\EasyAdmin\PublisherCrudController' shared autowired service.
  1578. *
  1579. * @return \App\Controller\Admin\EasyAdmin\PublisherCrudController
  1580. */
  1581. protected function getPublisherCrudControllerService()
  1582. {
  1583. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1584. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1585. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1586. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/PublisherCrudController.php';
  1587. $this->services['App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\PublisherCrudController();
  1588. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController', $this));
  1589. return $instance;
  1590. }
  1591. /**
  1592. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizCrudController' shared autowired service.
  1593. *
  1594. * @return \App\Controller\Admin\EasyAdmin\QuizCrudController
  1595. */
  1596. protected function getQuizCrudControllerService()
  1597. {
  1598. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1599. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1600. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1601. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizCrudController.php';
  1602. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1603. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'])) {
  1604. return $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'];
  1605. }
  1606. $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\QuizCrudController($a);
  1607. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizCrudController', $this));
  1608. return $instance;
  1609. }
  1610. /**
  1611. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizFromPublicationCrudController' shared autowired service.
  1612. *
  1613. * @return \App\Controller\Admin\EasyAdmin\QuizFromPublicationCrudController
  1614. */
  1615. protected function getQuizFromPublicationCrudControllerService()
  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. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizFromPublicationCrudController.php';
  1622. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1623. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'])) {
  1624. return $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'];
  1625. }
  1626. $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()));
  1627. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController', $this));
  1628. return $instance;
  1629. }
  1630. /**
  1631. * Gets the public 'App\Controller\Admin\EasyAdmin\QuizTypeCrudController' shared autowired service.
  1632. *
  1633. * @return \App\Controller\Admin\EasyAdmin\QuizTypeCrudController
  1634. */
  1635. protected function getQuizTypeCrudControllerService()
  1636. {
  1637. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1638. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1639. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1640. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/QuizTypeCrudController.php';
  1641. $this->services['App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\QuizTypeCrudController();
  1642. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController', $this));
  1643. return $instance;
  1644. }
  1645. /**
  1646. * Gets the public 'App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController' shared autowired service.
  1647. *
  1648. * @return \App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController
  1649. */
  1650. protected function getSelfStudyExamQuizCrudControllerService()
  1651. {
  1652. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1653. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1654. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1655. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/SelfStudyExamQuizCrudController.php';
  1656. $this->services['App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\SelfStudyExamQuizCrudController();
  1657. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController', $this));
  1658. return $instance;
  1659. }
  1660. /**
  1661. * Gets the public 'App\Controller\Admin\EasyAdmin\TagCrudController' shared autowired service.
  1662. *
  1663. * @return \App\Controller\Admin\EasyAdmin\TagCrudController
  1664. */
  1665. protected function getTagCrudControllerService()
  1666. {
  1667. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1668. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1669. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1670. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TagCrudController.php';
  1671. $this->services['App\\Controller\\Admin\\EasyAdmin\\TagCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TagCrudController();
  1672. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TagCrudController', $this));
  1673. return $instance;
  1674. }
  1675. /**
  1676. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateCrudController' shared autowired service.
  1677. *
  1678. * @return \App\Controller\Admin\EasyAdmin\TemplateCrudController
  1679. */
  1680. protected function getTemplateCrudControllerService()
  1681. {
  1682. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1683. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1684. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1685. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateCrudController.php';
  1686. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1687. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'])) {
  1688. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'];
  1689. }
  1690. $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()));
  1691. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController', $this));
  1692. return $instance;
  1693. }
  1694. /**
  1695. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateFromTopicCrudController' shared autowired service.
  1696. *
  1697. * @return \App\Controller\Admin\EasyAdmin\TemplateFromTopicCrudController
  1698. */
  1699. protected function getTemplateFromTopicCrudControllerService()
  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. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateFromTopicCrudController.php';
  1706. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1707. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'])) {
  1708. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'];
  1709. }
  1710. $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()));
  1711. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController', $this));
  1712. return $instance;
  1713. }
  1714. /**
  1715. * Gets the public 'App\Controller\Admin\EasyAdmin\TemplateSetCrudController' shared autowired service.
  1716. *
  1717. * @return \App\Controller\Admin\EasyAdmin\TemplateSetCrudController
  1718. */
  1719. protected function getTemplateSetCrudControllerService()
  1720. {
  1721. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1722. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1723. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1724. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TemplateSetCrudController.php';
  1725. $this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\TemplateSetCrudController();
  1726. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController', $this));
  1727. return $instance;
  1728. }
  1729. /**
  1730. * Gets the public 'App\Controller\Admin\EasyAdmin\TopicCrudController' shared autowired service.
  1731. *
  1732. * @return \App\Controller\Admin\EasyAdmin\TopicCrudController
  1733. */
  1734. protected function getTopicCrudControllerService()
  1735. {
  1736. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1737. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1738. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1739. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TopicCrudController.php';
  1740. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1741. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'])) {
  1742. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'];
  1743. }
  1744. $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()));
  1745. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TopicCrudController', $this));
  1746. return $instance;
  1747. }
  1748. /**
  1749. * Gets the public 'App\Controller\Admin\EasyAdmin\TopicFromCategoryCrudController' shared autowired service.
  1750. *
  1751. * @return \App\Controller\Admin\EasyAdmin\TopicFromCategoryCrudController
  1752. */
  1753. protected function getTopicFromCategoryCrudControllerService()
  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. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/TopicFromCategoryCrudController.php';
  1760. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1761. if (isset($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'])) {
  1762. return $this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'];
  1763. }
  1764. $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()));
  1765. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController', $this));
  1766. return $instance;
  1767. }
  1768. /**
  1769. * Gets the public 'App\Controller\Admin\EasyAdmin\UserCrudController' shared autowired service.
  1770. *
  1771. * @return \App\Controller\Admin\EasyAdmin\UserCrudController
  1772. */
  1773. protected function getUserCrudControllerService()
  1774. {
  1775. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1776. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1777. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1778. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/UserCrudController.php';
  1779. $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())));
  1780. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\UserCrudController', $this));
  1781. return $instance;
  1782. }
  1783. /**
  1784. * Gets the public 'App\Controller\Admin\EasyAdmin\WorksheetCrudController' shared autowired service.
  1785. *
  1786. * @return \App\Controller\Admin\EasyAdmin\WorksheetCrudController
  1787. */
  1788. protected function getWorksheetCrudControllerService()
  1789. {
  1790. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1792. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1793. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/EasyAdmin/WorksheetCrudController.php';
  1794. $this->services['App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'] = $instance = new \App\Controller\Admin\EasyAdmin\WorksheetCrudController();
  1795. $instance->setContainer(($this->privates['.service_locator.kOpHpku'] ?? $this->get_ServiceLocator_KOpHpkuService())->withContext('App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController', $this));
  1796. return $instance;
  1797. }
  1798. /**
  1799. * Gets the public 'App\Controller\Admin\InstitutionController' shared autowired service.
  1800. *
  1801. * @return \App\Controller\Admin\InstitutionController
  1802. */
  1803. protected function getInstitutionControllerService()
  1804. {
  1805. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1806. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/InstitutionController.php';
  1807. $this->services['App\\Controller\\Admin\\InstitutionController'] = $instance = new \App\Controller\Admin\InstitutionController(($this->privates['App\\Services\\Admin\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1808. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\InstitutionController', $this));
  1809. return $instance;
  1810. }
  1811. /**
  1812. * Gets the public 'App\Controller\Admin\MathproblemController' shared autowired service.
  1813. *
  1814. * @return \App\Controller\Admin\MathproblemController
  1815. */
  1816. protected function getMathproblemControllerService()
  1817. {
  1818. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1819. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/MathproblemController.php';
  1820. $this->services['App\\Controller\\Admin\\MathproblemController'] = $instance = new \App\Controller\Admin\MathproblemController();
  1821. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\MathproblemController', $this));
  1822. return $instance;
  1823. }
  1824. /**
  1825. * Gets the public 'App\Controller\Admin\ProblemController' shared autowired service.
  1826. *
  1827. * @return \App\Controller\Admin\ProblemController
  1828. */
  1829. protected function getProblemControllerService()
  1830. {
  1831. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1832. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ProblemController.php';
  1833. $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()));
  1834. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ProblemController', $this));
  1835. return $instance;
  1836. }
  1837. /**
  1838. * Gets the public 'App\Controller\Admin\ResetPasswordController' shared autowired service.
  1839. *
  1840. * @return \App\Controller\Admin\ResetPasswordController
  1841. */
  1842. protected function getResetPasswordControllerService()
  1843. {
  1844. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1845. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/ResetPasswordController.php';
  1846. $this->services['App\\Controller\\Admin\\ResetPasswordController'] = $instance = new \App\Controller\Admin\ResetPasswordController();
  1847. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\ResetPasswordController', $this));
  1848. return $instance;
  1849. }
  1850. /**
  1851. * Gets the public 'App\Controller\Admin\TagController' shared autowired service.
  1852. *
  1853. * @return \App\Controller\Admin\TagController
  1854. */
  1855. protected function getTagControllerService()
  1856. {
  1857. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1858. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TagController.php';
  1859. $this->services['App\\Controller\\Admin\\TagController'] = $instance = new \App\Controller\Admin\TagController();
  1860. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TagController', $this));
  1861. return $instance;
  1862. }
  1863. /**
  1864. * Gets the public 'App\Controller\Admin\TemplateController' shared autowired service.
  1865. *
  1866. * @return \App\Controller\Admin\TemplateController
  1867. */
  1868. protected function getTemplateControllerService()
  1869. {
  1870. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1871. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TemplateController.php';
  1872. $this->services['App\\Controller\\Admin\\TemplateController'] = $instance = new \App\Controller\Admin\TemplateController();
  1873. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TemplateController', $this));
  1874. return $instance;
  1875. }
  1876. /**
  1877. * Gets the public 'App\Controller\Admin\TopicController' shared autowired service.
  1878. *
  1879. * @return \App\Controller\Admin\TopicController
  1880. */
  1881. protected function getTopicControllerService()
  1882. {
  1883. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1884. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/TopicController.php';
  1885. $this->services['App\\Controller\\Admin\\TopicController'] = $instance = new \App\Controller\Admin\TopicController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1886. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\TopicController', $this));
  1887. return $instance;
  1888. }
  1889. /**
  1890. * Gets the public 'App\Controller\Admin\UserController' shared autowired service.
  1891. *
  1892. * @return \App\Controller\Admin\UserController
  1893. */
  1894. protected function getUserControllerService()
  1895. {
  1896. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1897. include_once \dirname(__DIR__, 4).'/src/Controller/Admin/UserController.php';
  1898. include_once \dirname(__DIR__, 4).'/src/Services/Admin/UserService.php';
  1899. $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()));
  1900. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Admin\\UserController', $this));
  1901. return $instance;
  1902. }
  1903. /**
  1904. * Gets the public 'App\Controller\Core\API\PollyController' shared autowired service.
  1905. *
  1906. * @return \App\Controller\Core\API\PollyController
  1907. */
  1908. protected function getPollyControllerService()
  1909. {
  1910. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1911. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/PollyController.php';
  1912. $this->services['App\\Controller\\Core\\API\\PollyController'] = $instance = new \App\Controller\Core\API\PollyController();
  1913. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\PollyController', $this));
  1914. return $instance;
  1915. }
  1916. /**
  1917. * Gets the public 'App\Controller\Core\API\ProblemController' shared autowired service.
  1918. *
  1919. * @return \App\Controller\Core\API\ProblemController
  1920. */
  1921. protected function getProblemController2Service()
  1922. {
  1923. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1924. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/ProblemController.php';
  1925. include_once \dirname(__DIR__, 4).'/src/Validator/Core/QuizUnitValidator.php';
  1926. $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())));
  1927. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\ProblemController', $this));
  1928. return $instance;
  1929. }
  1930. /**
  1931. * Gets the public 'App\Controller\Core\API\SharedQuizController' shared autowired service.
  1932. *
  1933. * @return \App\Controller\Core\API\SharedQuizController
  1934. */
  1935. protected function getSharedQuizControllerService()
  1936. {
  1937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1938. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/SharedQuizController.php';
  1939. include_once \dirname(__DIR__, 4).'/src/Validator/Core/QuizUnitValidator.php';
  1940. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  1941. $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())));
  1942. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\SharedQuizController', $this));
  1943. return $instance;
  1944. }
  1945. /**
  1946. * Gets the public 'App\Controller\Core\API\VideoController' shared autowired service.
  1947. *
  1948. * @return \App\Controller\Core\API\VideoController
  1949. */
  1950. protected function getVideoControllerService()
  1951. {
  1952. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1953. include_once \dirname(__DIR__, 4).'/src/Controller/Core/API/VideoController.php';
  1954. $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()));
  1955. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\API\\VideoController', $this));
  1956. return $instance;
  1957. }
  1958. /**
  1959. * Gets the public 'App\Controller\Core\BugReportController' shared autowired service.
  1960. *
  1961. * @return \App\Controller\Core\BugReportController
  1962. */
  1963. protected function getBugReportControllerService()
  1964. {
  1965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1966. include_once \dirname(__DIR__, 4).'/src/Controller/Core/BugReportController.php';
  1967. $this->services['App\\Controller\\Core\\BugReportController'] = $instance = new \App\Controller\Core\BugReportController();
  1968. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\BugReportController', $this));
  1969. return $instance;
  1970. }
  1971. /**
  1972. * Gets the public 'App\Controller\Core\DataController' shared autowired service.
  1973. *
  1974. * @return \App\Controller\Core\DataController
  1975. */
  1976. protected function getDataControllerService()
  1977. {
  1978. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1979. include_once \dirname(__DIR__, 4).'/src/Controller/Core/DataController.php';
  1980. $this->services['App\\Controller\\Core\\DataController'] = $instance = new \App\Controller\Core\DataController(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  1981. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\DataController', $this));
  1982. return $instance;
  1983. }
  1984. /**
  1985. * Gets the public 'App\Controller\Core\DefaultController' shared autowired service.
  1986. *
  1987. * @return \App\Controller\Core\DefaultController
  1988. */
  1989. protected function getDefaultController2Service()
  1990. {
  1991. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1992. include_once \dirname(__DIR__, 4).'/src/Controller/Core/DefaultController.php';
  1993. $this->services['App\\Controller\\Core\\DefaultController'] = $instance = new \App\Controller\Core\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1994. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\DefaultController', $this));
  1995. return $instance;
  1996. }
  1997. /**
  1998. * Gets the public 'App\Controller\Core\EventLoggerController' shared autowired service.
  1999. *
  2000. * @return \App\Controller\Core\EventLoggerController
  2001. */
  2002. protected function getEventLoggerControllerService()
  2003. {
  2004. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2005. include_once \dirname(__DIR__, 4).'/src/Controller/Core/EventLoggerController.php';
  2006. $this->services['App\\Controller\\Core\\EventLoggerController'] = $instance = new \App\Controller\Core\EventLoggerController();
  2007. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\EventLoggerController', $this));
  2008. return $instance;
  2009. }
  2010. /**
  2011. * Gets the public 'App\Controller\Core\KombiMatController' shared autowired service.
  2012. *
  2013. * @return \App\Controller\Core\KombiMatController
  2014. */
  2015. protected function getKombiMatControllerService()
  2016. {
  2017. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2018. include_once \dirname(__DIR__, 4).'/src/Controller/Core/KombiMatController.php';
  2019. $this->services['App\\Controller\\Core\\KombiMatController'] = $instance = new \App\Controller\Core\KombiMatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2020. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\KombiMatController', $this));
  2021. return $instance;
  2022. }
  2023. /**
  2024. * Gets the public 'App\Controller\Core\MathProblemController' shared autowired service.
  2025. *
  2026. * @return \App\Controller\Core\MathProblemController
  2027. */
  2028. protected function getMathProblemController2Service()
  2029. {
  2030. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2031. include_once \dirname(__DIR__, 4).'/src/Controller/Core/MathProblemController.php';
  2032. $this->services['App\\Controller\\Core\\MathProblemController'] = $instance = new \App\Controller\Core\MathProblemController();
  2033. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\MathProblemController', $this));
  2034. return $instance;
  2035. }
  2036. /**
  2037. * Gets the public 'App\Controller\Core\ResultsController' shared autowired service.
  2038. *
  2039. * @return \App\Controller\Core\ResultsController
  2040. */
  2041. protected function getResultsControllerService()
  2042. {
  2043. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2044. include_once \dirname(__DIR__, 4).'/src/Controller/Core/ResultsController.php';
  2045. $this->services['App\\Controller\\Core\\ResultsController'] = $instance = new \App\Controller\Core\ResultsController();
  2046. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\ResultsController', $this));
  2047. return $instance;
  2048. }
  2049. /**
  2050. * Gets the public 'App\Controller\Core\TestController' shared autowired service.
  2051. *
  2052. * @return \App\Controller\Core\TestController
  2053. */
  2054. protected function getTestControllerService()
  2055. {
  2056. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2057. include_once \dirname(__DIR__, 4).'/src/Controller/Core/TestController.php';
  2058. $this->services['App\\Controller\\Core\\TestController'] = $instance = new \App\Controller\Core\TestController();
  2059. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\TestController', $this));
  2060. return $instance;
  2061. }
  2062. /**
  2063. * Gets the public 'App\Controller\Core\TextbookController' shared autowired service.
  2064. *
  2065. * @return \App\Controller\Core\TextbookController
  2066. */
  2067. protected function getTextbookControllerService()
  2068. {
  2069. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2070. include_once \dirname(__DIR__, 4).'/src/Controller/Core/TextbookController.php';
  2071. $this->services['App\\Controller\\Core\\TextbookController'] = $instance = new \App\Controller\Core\TextbookController(($this->services['App\\Services\\Core\\TextbookService'] ?? $this->getTextbookServiceService()));
  2072. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Core\\TextbookController', $this));
  2073. return $instance;
  2074. }
  2075. /**
  2076. * Gets the public 'App\Controller\Student\API\ActivityMetadataController' shared autowired service.
  2077. *
  2078. * @return \App\Controller\Student\API\ActivityMetadataController
  2079. */
  2080. protected function getActivityMetadataControllerService()
  2081. {
  2082. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2083. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ActivityMetadataController.php';
  2084. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ActivityMetadataService.php';
  2085. $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())));
  2086. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ActivityMetadataController', $this));
  2087. return $instance;
  2088. }
  2089. /**
  2090. * Gets the public 'App\Controller\Student\API\CrammingActivityResultsController' shared autowired service.
  2091. *
  2092. * @return \App\Controller\Student\API\CrammingActivityResultsController
  2093. */
  2094. protected function getCrammingActivityResultsControllerService()
  2095. {
  2096. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2097. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/CrammingActivityResultsController.php';
  2098. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/CrammingActivityResultsService.php';
  2099. $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())));
  2100. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\CrammingActivityResultsController', $this));
  2101. return $instance;
  2102. }
  2103. /**
  2104. * Gets the public 'App\Controller\Student\API\DictateActivityResultsController' shared autowired service.
  2105. *
  2106. * @return \App\Controller\Student\API\DictateActivityResultsController
  2107. */
  2108. protected function getDictateActivityResultsControllerService()
  2109. {
  2110. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2111. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/DictateActivityResultsController.php';
  2112. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/DictateActivityResultsService.php';
  2113. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  2114. $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()))));
  2115. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\DictateActivityResultsController', $this));
  2116. return $instance;
  2117. }
  2118. /**
  2119. * Gets the public 'App\Controller\Student\API\GamificationProfileController' shared autowired service.
  2120. *
  2121. * @return \App\Controller\Student\API\GamificationProfileController
  2122. */
  2123. protected function getGamificationProfileControllerService()
  2124. {
  2125. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2126. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/GamificationProfileController.php';
  2127. $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()));
  2128. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\GamificationProfileController', $this));
  2129. return $instance;
  2130. }
  2131. /**
  2132. * Gets the public 'App\Controller\Student\API\HistoryController' shared autowired service.
  2133. *
  2134. * @return \App\Controller\Student\API\HistoryController
  2135. */
  2136. protected function getHistoryControllerService()
  2137. {
  2138. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2139. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/HistoryController.php';
  2140. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/HistoryService.php';
  2141. $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())));
  2142. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\HistoryController', $this));
  2143. return $instance;
  2144. }
  2145. /**
  2146. * Gets the public 'App\Controller\Student\API\HomeworkActivityResultsController' shared autowired service.
  2147. *
  2148. * @return \App\Controller\Student\API\HomeworkActivityResultsController
  2149. */
  2150. protected function getHomeworkActivityResultsControllerService()
  2151. {
  2152. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2153. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/HomeworkActivityResultsController.php';
  2154. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/HomeworkActivityResultsService.php';
  2155. $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())));
  2156. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\HomeworkActivityResultsController', $this));
  2157. return $instance;
  2158. }
  2159. /**
  2160. * Gets the public 'App\Controller\Student\API\PeerActivityResultsController' shared autowired service.
  2161. *
  2162. * @return \App\Controller\Student\API\PeerActivityResultsController
  2163. */
  2164. protected function getPeerActivityResultsControllerService()
  2165. {
  2166. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2167. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/PeerActivityResultsController.php';
  2168. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/PeerActivityResultsService.php';
  2169. $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())));
  2170. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\PeerActivityResultsController', $this));
  2171. return $instance;
  2172. }
  2173. /**
  2174. * Gets the public 'App\Controller\Student\API\ProblemController' shared autowired service.
  2175. *
  2176. * @return \App\Controller\Student\API\ProblemController
  2177. */
  2178. protected function getProblemController3Service()
  2179. {
  2180. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2181. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ProblemController.php';
  2182. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ProblemService.php';
  2183. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2184. $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);
  2185. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ProblemController', $this));
  2186. return $instance;
  2187. }
  2188. /**
  2189. * Gets the public 'App\Controller\Student\API\QuizActivityController' shared autowired service.
  2190. *
  2191. * @return \App\Controller\Student\API\QuizActivityController
  2192. */
  2193. protected function getQuizActivityControllerService()
  2194. {
  2195. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2196. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/QuizActivityController.php';
  2197. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/QuizActivityService.php';
  2198. $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())));
  2199. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\QuizActivityController', $this));
  2200. return $instance;
  2201. }
  2202. /**
  2203. * Gets the public 'App\Controller\Student\API\QuizActivityResultsController' shared autowired service.
  2204. *
  2205. * @return \App\Controller\Student\API\QuizActivityResultsController
  2206. */
  2207. protected function getQuizActivityResultsControllerService()
  2208. {
  2209. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2210. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/QuizActivityResultsController.php';
  2211. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/QuizActivityResultsService.php';
  2212. $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())));
  2213. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\QuizActivityResultsController', $this));
  2214. return $instance;
  2215. }
  2216. /**
  2217. * Gets the public 'App\Controller\Student\API\ReadingTestResultsController' shared autowired service.
  2218. *
  2219. * @return \App\Controller\Student\API\ReadingTestResultsController
  2220. */
  2221. protected function getReadingTestResultsControllerService()
  2222. {
  2223. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2224. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/ReadingTestResultsController.php';
  2225. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/ReadingTestResultsService.php';
  2226. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  2227. $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())));
  2228. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\ReadingTestResultsController', $this));
  2229. return $instance;
  2230. }
  2231. /**
  2232. * Gets the public 'App\Controller\Student\API\TrainingActivityResultsController' shared autowired service.
  2233. *
  2234. * @return \App\Controller\Student\API\TrainingActivityResultsController
  2235. */
  2236. protected function getTrainingActivityResultsControllerService()
  2237. {
  2238. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2239. include_once \dirname(__DIR__, 4).'/src/Controller/Student/API/TrainingActivityResultsController.php';
  2240. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/TrainingActivityResultsService.php';
  2241. $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())));
  2242. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\API\\TrainingActivityResultsController', $this));
  2243. return $instance;
  2244. }
  2245. /**
  2246. * Gets the public 'App\Controller\Student\ClassroomsController' shared autowired service.
  2247. *
  2248. * @return \App\Controller\Student\ClassroomsController
  2249. */
  2250. protected function getClassroomsControllerService()
  2251. {
  2252. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2253. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ClassroomsController.php';
  2254. $this->services['App\\Controller\\Student\\ClassroomsController'] = $instance = new \App\Controller\Student\ClassroomsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2255. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ClassroomsController', $this));
  2256. return $instance;
  2257. }
  2258. /**
  2259. * Gets the public 'App\Controller\Student\CrammingActivityController' shared autowired service.
  2260. *
  2261. * @return \App\Controller\Student\CrammingActivityController
  2262. */
  2263. protected function getCrammingActivityControllerService()
  2264. {
  2265. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2266. include_once \dirname(__DIR__, 4).'/src/Controller/Student/CrammingActivityController.php';
  2267. $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()), 'kvik-mat');
  2268. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\CrammingActivityController', $this));
  2269. return $instance;
  2270. }
  2271. /**
  2272. * Gets the public 'App\Controller\Student\DashboardController' shared autowired service.
  2273. *
  2274. * @return \App\Controller\Student\DashboardController
  2275. */
  2276. protected function getDashboardController2Service()
  2277. {
  2278. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2279. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DashboardController.php';
  2280. include_once \dirname(__DIR__, 4).'/src/Services/Student/SelfStudyService.php';
  2281. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2282. $b = ($this->privates['App\\Services\\Core\\QuizSessionService'] ?? $this->getQuizSessionService2Service());
  2283. $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()));
  2284. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DashboardController', $this));
  2285. return $instance;
  2286. }
  2287. /**
  2288. * Gets the public 'App\Controller\Student\DefaultController' shared autowired service.
  2289. *
  2290. * @return \App\Controller\Student\DefaultController
  2291. */
  2292. protected function getDefaultController3Service()
  2293. {
  2294. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2295. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DefaultController.php';
  2296. $this->services['App\\Controller\\Student\\DefaultController'] = $instance = new \App\Controller\Student\DefaultController('kvik-mat', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2297. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DefaultController', $this));
  2298. return $instance;
  2299. }
  2300. /**
  2301. * Gets the public 'App\Controller\Student\DictateController' shared autowired service.
  2302. *
  2303. * @return \App\Controller\Student\DictateController
  2304. */
  2305. protected function getDictateControllerService()
  2306. {
  2307. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2308. include_once \dirname(__DIR__, 4).'/src/Controller/Student/DictateController.php';
  2309. $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()));
  2310. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\DictateController', $this));
  2311. return $instance;
  2312. }
  2313. /**
  2314. * Gets the public 'App\Controller\Student\HistoryController' shared autowired service.
  2315. *
  2316. * @return \App\Controller\Student\HistoryController
  2317. */
  2318. protected function getHistoryController2Service()
  2319. {
  2320. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2321. include_once \dirname(__DIR__, 4).'/src/Controller/Student/HistoryController.php';
  2322. $this->services['App\\Controller\\Student\\HistoryController'] = $instance = new \App\Controller\Student\HistoryController();
  2323. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\HistoryController', $this));
  2324. return $instance;
  2325. }
  2326. /**
  2327. * Gets the public 'App\Controller\Student\HomeworkController' shared autowired service.
  2328. *
  2329. * @return \App\Controller\Student\HomeworkController
  2330. */
  2331. protected function getHomeworkControllerService()
  2332. {
  2333. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2334. include_once \dirname(__DIR__, 4).'/src/Controller/Student/HomeworkController.php';
  2335. $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()), 'kvik-mat', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  2336. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\HomeworkController', $this));
  2337. return $instance;
  2338. }
  2339. /**
  2340. * Gets the public 'App\Controller\Student\KvikDansk\SelfStudyController' shared autowired service.
  2341. *
  2342. * @return \App\Controller\Student\KvikDansk\SelfStudyController
  2343. */
  2344. protected function getSelfStudyControllerService()
  2345. {
  2346. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2347. include_once \dirname(__DIR__, 4).'/src/Controller/Student/KvikDansk/SelfStudyController.php';
  2348. include_once \dirname(__DIR__, 4).'/src/Services/Student/Kvik/Dansk/SelfStudyService.php';
  2349. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2350. $this->services['App\\Controller\\Student\\KvikDansk\\SelfStudyController'] = $instance = new \App\Controller\Student\KvikDansk\SelfStudyController('kvik-mat', $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()));
  2351. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\KvikDansk\\SelfStudyController', $this));
  2352. return $instance;
  2353. }
  2354. /**
  2355. * Gets the public 'App\Controller\Student\KvikMat\SelfStudyController' shared autowired service.
  2356. *
  2357. * @return \App\Controller\Student\KvikMat\SelfStudyController
  2358. */
  2359. protected function getSelfStudyController2Service()
  2360. {
  2361. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2362. include_once \dirname(__DIR__, 4).'/src/Controller/Student/KvikMat/SelfStudyController.php';
  2363. $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()));
  2364. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\KvikMat\\SelfStudyController', $this));
  2365. return $instance;
  2366. }
  2367. /**
  2368. * Gets the public 'App\Controller\Student\PeerSessionController' shared autowired service.
  2369. *
  2370. * @return \App\Controller\Student\PeerSessionController
  2371. */
  2372. protected function getPeerSessionControllerService()
  2373. {
  2374. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2375. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PeerSessionController.php';
  2376. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  2377. $this->services['App\\Controller\\Student\\PeerSessionController'] = $instance = new \App\Controller\Student\PeerSessionController('kvik-mat', ($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())));
  2378. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PeerSessionController', $this));
  2379. return $instance;
  2380. }
  2381. /**
  2382. * Gets the public 'App\Controller\Student\PerformanceController' shared autowired service.
  2383. *
  2384. * @return \App\Controller\Student\PerformanceController
  2385. */
  2386. protected function getPerformanceControllerService()
  2387. {
  2388. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2389. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PerformanceController.php';
  2390. $this->services['App\\Controller\\Student\\PerformanceController'] = $instance = new \App\Controller\Student\PerformanceController();
  2391. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PerformanceController', $this));
  2392. return $instance;
  2393. }
  2394. /**
  2395. * Gets the public 'App\Controller\Student\PretestController' shared autowired service.
  2396. *
  2397. * @return \App\Controller\Student\PretestController
  2398. */
  2399. protected function getPretestControllerService()
  2400. {
  2401. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2402. include_once \dirname(__DIR__, 4).'/src/Controller/Student/PretestController.php';
  2403. $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()));
  2404. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\PretestController', $this));
  2405. return $instance;
  2406. }
  2407. /**
  2408. * Gets the public 'App\Controller\Student\QuizSessionController' shared autowired service.
  2409. *
  2410. * @return \App\Controller\Student\QuizSessionController
  2411. */
  2412. protected function getQuizSessionControllerService()
  2413. {
  2414. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2415. include_once \dirname(__DIR__, 4).'/src/Controller/Student/QuizSessionController.php';
  2416. $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()));
  2417. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\QuizSessionController', $this));
  2418. return $instance;
  2419. }
  2420. /**
  2421. * Gets the public 'App\Controller\Student\ReadingTestController' shared autowired service.
  2422. *
  2423. * @return \App\Controller\Student\ReadingTestController
  2424. */
  2425. protected function getReadingTestControllerService()
  2426. {
  2427. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2428. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ReadingTestController.php';
  2429. $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()));
  2430. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ReadingTestController', $this));
  2431. return $instance;
  2432. }
  2433. /**
  2434. * Gets the public 'App\Controller\Student\ResultsController' shared autowired service.
  2435. *
  2436. * @return \App\Controller\Student\ResultsController
  2437. */
  2438. protected function getResultsController2Service()
  2439. {
  2440. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2441. include_once \dirname(__DIR__, 4).'/src/Controller/Student/ResultsController.php';
  2442. $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()));
  2443. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\ResultsController', $this));
  2444. return $instance;
  2445. }
  2446. /**
  2447. * Gets the public 'App\Controller\Student\SelfStudyController' shared autowired service.
  2448. *
  2449. * @return \App\Controller\Student\SelfStudyController
  2450. */
  2451. protected function getSelfStudyController3Service()
  2452. {
  2453. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2454. include_once \dirname(__DIR__, 4).'/src/Controller/Student/SelfStudyController.php';
  2455. $this->services['App\\Controller\\Student\\SelfStudyController'] = $instance = new \App\Controller\Student\SelfStudyController('kvik-mat');
  2456. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\SelfStudyController', $this));
  2457. return $instance;
  2458. }
  2459. /**
  2460. * Gets the public 'App\Controller\Student\StatisticsController' shared autowired service.
  2461. *
  2462. * @return \App\Controller\Student\StatisticsController
  2463. */
  2464. protected function getStatisticsControllerService()
  2465. {
  2466. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2467. include_once \dirname(__DIR__, 4).'/src/Controller/Student/StatisticsController.php';
  2468. $this->services['App\\Controller\\Student\\StatisticsController'] = $instance = new \App\Controller\Student\StatisticsController();
  2469. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\StatisticsController', $this));
  2470. return $instance;
  2471. }
  2472. /**
  2473. * Gets the public 'App\Controller\Student\TextbookController' shared autowired service.
  2474. *
  2475. * @return \App\Controller\Student\TextbookController
  2476. */
  2477. protected function getTextbookController2Service()
  2478. {
  2479. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2480. include_once \dirname(__DIR__, 4).'/src/Controller/Student/TextbookController.php';
  2481. include_once \dirname(__DIR__, 4).'/src/Services/Student/TextbookSessionService.php';
  2482. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2483. $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));
  2484. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\TextbookController', $this));
  2485. return $instance;
  2486. }
  2487. /**
  2488. * Gets the public 'App\Controller\Student\TrainingController' shared autowired service.
  2489. *
  2490. * @return \App\Controller\Student\TrainingController
  2491. */
  2492. protected function getTrainingControllerService()
  2493. {
  2494. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2495. include_once \dirname(__DIR__, 4).'/src/Controller/Student/TrainingController.php';
  2496. $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()), 'kvik-mat', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  2497. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\TrainingController', $this));
  2498. return $instance;
  2499. }
  2500. /**
  2501. * Gets the public 'App\Controller\Student\WorksheetSessionController' shared autowired service.
  2502. *
  2503. * @return \App\Controller\Student\WorksheetSessionController
  2504. */
  2505. protected function getWorksheetSessionControllerService()
  2506. {
  2507. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2508. include_once \dirname(__DIR__, 4).'/src/Controller/Student/WorksheetSessionController.php';
  2509. $this->services['App\\Controller\\Student\\WorksheetSessionController'] = $instance = new \App\Controller\Student\WorksheetSessionController();
  2510. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Student\\WorksheetSessionController', $this));
  2511. return $instance;
  2512. }
  2513. /**
  2514. * Gets the public 'App\Controller\Teacher\API\ActivityController' shared autowired service.
  2515. *
  2516. * @return \App\Controller\Teacher\API\ActivityController
  2517. */
  2518. protected function getActivityControllerService()
  2519. {
  2520. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2521. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityController.php';
  2522. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2523. $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()), 'kvik-mat', ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] ?? ($this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('kvik-mat'))), ($this->privates['App\\Services\\Teacher\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()));
  2524. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityController', $this));
  2525. return $instance;
  2526. }
  2527. /**
  2528. * Gets the public 'App\Controller\Teacher\API\ActivityFolderController' shared autowired service.
  2529. *
  2530. * @return \App\Controller\Teacher\API\ActivityFolderController
  2531. */
  2532. protected function getActivityFolderControllerService()
  2533. {
  2534. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2535. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityFolderController.php';
  2536. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2537. $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('kvik-mat'))), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2538. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityFolderController', $this));
  2539. return $instance;
  2540. }
  2541. /**
  2542. * Gets the public 'App\Controller\Teacher\API\ActivityMetadataController' shared autowired service.
  2543. *
  2544. * @return \App\Controller\Teacher\API\ActivityMetadataController
  2545. */
  2546. protected function getActivityMetadataController2Service()
  2547. {
  2548. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2549. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ActivityMetadataController.php';
  2550. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ClassroomActivityMetadataService.php';
  2551. $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())));
  2552. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ActivityMetadataController', $this));
  2553. return $instance;
  2554. }
  2555. /**
  2556. * Gets the public 'App\Controller\Teacher\API\CategoryController' shared autowired service.
  2557. *
  2558. * @return \App\Controller\Teacher\API\CategoryController
  2559. */
  2560. protected function getCategoryControllerService()
  2561. {
  2562. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2563. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CategoryController.php';
  2564. $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()));
  2565. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CategoryController', $this));
  2566. return $instance;
  2567. }
  2568. /**
  2569. * Gets the public 'App\Controller\Teacher\API\ClassroomController' shared autowired service.
  2570. *
  2571. * @return \App\Controller\Teacher\API\ClassroomController
  2572. */
  2573. protected function getClassroomControllerService()
  2574. {
  2575. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2576. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomController.php';
  2577. $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()));
  2578. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomController', $this));
  2579. return $instance;
  2580. }
  2581. /**
  2582. * Gets the public 'App\Controller\Teacher\API\ClassroomReportController' shared autowired service.
  2583. *
  2584. * @return \App\Controller\Teacher\API\ClassroomReportController
  2585. */
  2586. protected function getClassroomReportControllerService()
  2587. {
  2588. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2589. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomReportController.php';
  2590. $this->services['App\\Controller\\Teacher\\API\\ClassroomReportController'] = $instance = new \App\Controller\Teacher\API\ClassroomReportController(($this->privates['App\\Services\\Teacher\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()));
  2591. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomReportController', $this));
  2592. return $instance;
  2593. }
  2594. /**
  2595. * Gets the public 'App\Controller\Teacher\API\ClassroomTypeController' shared autowired service.
  2596. *
  2597. * @return \App\Controller\Teacher\API\ClassroomTypeController
  2598. */
  2599. protected function getClassroomTypeControllerService()
  2600. {
  2601. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2602. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ClassroomTypeController.php';
  2603. $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', 'kvik-mat');
  2604. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ClassroomTypeController', $this));
  2605. return $instance;
  2606. }
  2607. /**
  2608. * Gets the public 'App\Controller\Teacher\API\CrammingActivityController' shared autowired service.
  2609. *
  2610. * @return \App\Controller\Teacher\API\CrammingActivityController
  2611. */
  2612. protected function getCrammingActivityController2Service()
  2613. {
  2614. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2615. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityController.php';
  2616. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityService.php';
  2617. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2618. $this->services['App\\Controller\\Teacher\\API\\CrammingActivityController'] = $instance = new \App\Controller\Teacher\API\CrammingActivityController('kvik-mat', $a, new \App\Services\Teacher\API\CrammingActivityService($a), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  2619. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CrammingActivityController', $this));
  2620. return $instance;
  2621. }
  2622. /**
  2623. * Gets the public 'App\Controller\Teacher\API\CrammingActivityResultsController' shared autowired service.
  2624. *
  2625. * @return \App\Controller\Teacher\API\CrammingActivityResultsController
  2626. */
  2627. protected function getCrammingActivityResultsController2Service()
  2628. {
  2629. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2630. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/CrammingActivityResultsController.php';
  2631. $this->services['App\\Controller\\Teacher\\API\\CrammingActivityResultsController'] = $instance = new \App\Controller\Teacher\API\CrammingActivityResultsController(($this->services['App\\Services\\Teacher\\API\\CrammingActivityResults\\Service'] ?? $this->getServiceService()));
  2632. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\CrammingActivityResultsController', $this));
  2633. return $instance;
  2634. }
  2635. /**
  2636. * Gets the public 'App\Controller\Teacher\API\DictateActivityController' shared autowired service.
  2637. *
  2638. * @return \App\Controller\Teacher\API\DictateActivityController
  2639. */
  2640. protected function getDictateActivityControllerService()
  2641. {
  2642. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2643. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateActivityController.php';
  2644. $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()));
  2645. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateActivityController', $this));
  2646. return $instance;
  2647. }
  2648. /**
  2649. * Gets the public 'App\Controller\Teacher\API\DictateActivityResultsController' shared autowired service.
  2650. *
  2651. * @return \App\Controller\Teacher\API\DictateActivityResultsController
  2652. */
  2653. protected function getDictateActivityResultsController2Service()
  2654. {
  2655. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2656. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateActivityResultsController.php';
  2657. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/DictateActivityResultsService.php';
  2658. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  2659. $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()))));
  2660. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateActivityResultsController', $this));
  2661. return $instance;
  2662. }
  2663. /**
  2664. * Gets the public 'App\Controller\Teacher\API\DictateController' shared autowired service.
  2665. *
  2666. * @return \App\Controller\Teacher\API\DictateController
  2667. */
  2668. protected function getDictateController2Service()
  2669. {
  2670. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2671. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/DictateController.php';
  2672. $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()));
  2673. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\DictateController', $this));
  2674. return $instance;
  2675. }
  2676. /**
  2677. * Gets the public 'App\Controller\Teacher\API\HomeworkActivityResultsController' shared autowired service.
  2678. *
  2679. * @return \App\Controller\Teacher\API\HomeworkActivityResultsController
  2680. */
  2681. protected function getHomeworkActivityResultsController2Service()
  2682. {
  2683. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2684. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/HomeworkActivityResultsController.php';
  2685. $this->services['App\\Controller\\Teacher\\API\\HomeworkActivityResultsController'] = $instance = new \App\Controller\Teacher\API\HomeworkActivityResultsController(($this->services['App\\Services\\Teacher\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()));
  2686. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\HomeworkActivityResultsController', $this));
  2687. return $instance;
  2688. }
  2689. /**
  2690. * Gets the public 'App\Controller\Teacher\API\HomeworkController' shared autowired service.
  2691. *
  2692. * @return \App\Controller\Teacher\API\HomeworkController
  2693. */
  2694. protected function getHomeworkController2Service()
  2695. {
  2696. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2697. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/HomeworkController.php';
  2698. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/HomeworkService.php';
  2699. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2700. $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()));
  2701. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\HomeworkController', $this));
  2702. return $instance;
  2703. }
  2704. /**
  2705. * Gets the public 'App\Controller\Teacher\API\OnboardingController' shared autowired service.
  2706. *
  2707. * @return \App\Controller\Teacher\API\OnboardingController
  2708. */
  2709. protected function getOnboardingControllerService()
  2710. {
  2711. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2712. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/OnboardingController.php';
  2713. $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()), 'kvik-mat');
  2714. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\OnboardingController', $this));
  2715. return $instance;
  2716. }
  2717. /**
  2718. * Gets the public 'App\Controller\Teacher\API\PeerActivityController' shared autowired service.
  2719. *
  2720. * @return \App\Controller\Teacher\API\PeerActivityController
  2721. */
  2722. protected function getPeerActivityControllerService()
  2723. {
  2724. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2725. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerActivityController.php';
  2726. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/PeerActivityService.php';
  2727. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionInitializer.php';
  2728. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2729. $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())), ($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService())));
  2730. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerActivityController', $this));
  2731. return $instance;
  2732. }
  2733. /**
  2734. * Gets the public 'App\Controller\Teacher\API\PeerActivityResultsController' shared autowired service.
  2735. *
  2736. * @return \App\Controller\Teacher\API\PeerActivityResultsController
  2737. */
  2738. protected function getPeerActivityResultsController2Service()
  2739. {
  2740. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2741. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerActivityResultsController.php';
  2742. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/PeerActivityResultsService.php';
  2743. $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())));
  2744. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerActivityResultsController', $this));
  2745. return $instance;
  2746. }
  2747. /**
  2748. * Gets the public 'App\Controller\Teacher\API\PeerProblemController' shared autowired service.
  2749. *
  2750. * @return \App\Controller\Teacher\API\PeerProblemController
  2751. */
  2752. protected function getPeerProblemControllerService()
  2753. {
  2754. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2755. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerProblemController.php';
  2756. $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()));
  2757. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerProblemController', $this));
  2758. return $instance;
  2759. }
  2760. /**
  2761. * Gets the public 'App\Controller\Teacher\API\PeerThemeClassTypeController' shared autowired service.
  2762. *
  2763. * @return \App\Controller\Teacher\API\PeerThemeClassTypeController
  2764. */
  2765. protected function getPeerThemeClassTypeControllerService()
  2766. {
  2767. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2768. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerThemeClassTypeController.php';
  2769. $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()));
  2770. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerThemeClassTypeController', $this));
  2771. return $instance;
  2772. }
  2773. /**
  2774. * Gets the public 'App\Controller\Teacher\API\PeerThemeController' shared autowired service.
  2775. *
  2776. * @return \App\Controller\Teacher\API\PeerThemeController
  2777. */
  2778. protected function getPeerThemeControllerService()
  2779. {
  2780. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2781. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/PeerThemeController.php';
  2782. $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()));
  2783. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\PeerThemeController', $this));
  2784. return $instance;
  2785. }
  2786. /**
  2787. * Gets the public 'App\Controller\Teacher\API\ProblemController' shared autowired service.
  2788. *
  2789. * @return \App\Controller\Teacher\API\ProblemController
  2790. */
  2791. protected function getProblemController4Service()
  2792. {
  2793. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2794. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ProblemController.php';
  2795. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ProblemService.php';
  2796. $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()));
  2797. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ProblemController', $this));
  2798. return $instance;
  2799. }
  2800. /**
  2801. * Gets the public 'App\Controller\Teacher\API\QuizActivityController' shared autowired service.
  2802. *
  2803. * @return \App\Controller\Teacher\API\QuizActivityController
  2804. */
  2805. protected function getQuizActivityController2Service()
  2806. {
  2807. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2808. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizActivityController.php';
  2809. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  2810. $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())));
  2811. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizActivityController', $this));
  2812. return $instance;
  2813. }
  2814. /**
  2815. * Gets the public 'App\Controller\Teacher\API\QuizActivityResultsController' shared autowired service.
  2816. *
  2817. * @return \App\Controller\Teacher\API\QuizActivityResultsController
  2818. */
  2819. protected function getQuizActivityResultsController2Service()
  2820. {
  2821. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2822. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizActivityResultsController.php';
  2823. $this->services['App\\Controller\\Teacher\\API\\QuizActivityResultsController'] = $instance = new \App\Controller\Teacher\API\QuizActivityResultsController(($this->services['App\\Services\\Teacher\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()));
  2824. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizActivityResultsController', $this));
  2825. return $instance;
  2826. }
  2827. /**
  2828. * Gets the public 'App\Controller\Teacher\API\QuizController' shared autowired service.
  2829. *
  2830. * @return \App\Controller\Teacher\API\QuizController
  2831. */
  2832. protected function getQuizControllerService()
  2833. {
  2834. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2835. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizController.php';
  2836. $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()));
  2837. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizController', $this));
  2838. return $instance;
  2839. }
  2840. /**
  2841. * Gets the public 'App\Controller\Teacher\API\QuizTypeController' shared autowired service.
  2842. *
  2843. * @return \App\Controller\Teacher\API\QuizTypeController
  2844. */
  2845. protected function getQuizTypeControllerService()
  2846. {
  2847. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2848. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/QuizTypeController.php';
  2849. $this->services['App\\Controller\\Teacher\\API\\QuizTypeController'] = $instance = new \App\Controller\Teacher\API\QuizTypeController();
  2850. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\QuizTypeController', $this));
  2851. return $instance;
  2852. }
  2853. /**
  2854. * Gets the public 'App\Controller\Teacher\API\ReadingTestActivityController' shared autowired service.
  2855. *
  2856. * @return \App\Controller\Teacher\API\ReadingTestActivityController
  2857. */
  2858. protected function getReadingTestActivityControllerService()
  2859. {
  2860. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2861. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestActivityController.php';
  2862. $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()));
  2863. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestActivityController', $this));
  2864. return $instance;
  2865. }
  2866. /**
  2867. * Gets the public 'App\Controller\Teacher\API\ReadingTestController' shared autowired service.
  2868. *
  2869. * @return \App\Controller\Teacher\API\ReadingTestController
  2870. */
  2871. protected function getReadingTestController2Service()
  2872. {
  2873. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2874. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestController.php';
  2875. $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()));
  2876. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestController', $this));
  2877. return $instance;
  2878. }
  2879. /**
  2880. * Gets the public 'App\Controller\Teacher\API\ReadingTestResultsController' shared autowired service.
  2881. *
  2882. * @return \App\Controller\Teacher\API\ReadingTestResultsController
  2883. */
  2884. protected function getReadingTestResultsController2Service()
  2885. {
  2886. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2887. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ReadingTestResultsController.php';
  2888. $this->services['App\\Controller\\Teacher\\API\\ReadingTestResultsController'] = $instance = new \App\Controller\Teacher\API\ReadingTestResultsController(($this->privates['App\\Services\\Teacher\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  2889. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ReadingTestResultsController', $this));
  2890. return $instance;
  2891. }
  2892. /**
  2893. * Gets the public 'App\Controller\Teacher\API\ResultsOverviewController' shared autowired service.
  2894. *
  2895. * @return \App\Controller\Teacher\API\ResultsOverviewController
  2896. */
  2897. protected function getResultsOverviewControllerService()
  2898. {
  2899. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2900. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/ResultsOverviewController.php';
  2901. $this->services['App\\Controller\\Teacher\\API\\ResultsOverviewController'] = $instance = new \App\Controller\Teacher\API\ResultsOverviewController(($this->services['App\\Services\\Teacher\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  2902. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\ResultsOverviewController', $this));
  2903. return $instance;
  2904. }
  2905. /**
  2906. * Gets the public 'App\Controller\Teacher\API\SessionController' shared autowired service.
  2907. *
  2908. * @return \App\Controller\Teacher\API\SessionController
  2909. */
  2910. protected function getSessionControllerService()
  2911. {
  2912. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2913. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/SessionController.php';
  2914. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  2915. $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('kvik-mat'))));
  2916. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\SessionController', $this));
  2917. return $instance;
  2918. }
  2919. /**
  2920. * Gets the public 'App\Controller\Teacher\API\StudentController' shared autowired service.
  2921. *
  2922. * @return \App\Controller\Teacher\API\StudentController
  2923. */
  2924. protected function getStudentControllerService()
  2925. {
  2926. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2927. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/StudentController.php';
  2928. $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()));
  2929. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\StudentController', $this));
  2930. return $instance;
  2931. }
  2932. /**
  2933. * Gets the public 'App\Controller\Teacher\API\StudentReportController' shared autowired service.
  2934. *
  2935. * @return \App\Controller\Teacher\API\StudentReportController
  2936. */
  2937. protected function getStudentReportControllerService()
  2938. {
  2939. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2940. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/StudentReportController.php';
  2941. $this->services['App\\Controller\\Teacher\\API\\StudentReportController'] = $instance = new \App\Controller\Teacher\API\StudentReportController(($this->privates['App\\Services\\Teacher\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()));
  2942. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\StudentReportController', $this));
  2943. return $instance;
  2944. }
  2945. /**
  2946. * Gets the public 'App\Controller\Teacher\API\TagController' shared autowired service.
  2947. *
  2948. * @return \App\Controller\Teacher\API\TagController
  2949. */
  2950. protected function getTagController2Service()
  2951. {
  2952. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2953. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TagController.php';
  2954. $this->services['App\\Controller\\Teacher\\API\\TagController'] = $instance = new \App\Controller\Teacher\API\TagController();
  2955. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TagController', $this));
  2956. return $instance;
  2957. }
  2958. /**
  2959. * Gets the public 'App\Controller\Teacher\API\TemplateMathproblemController' shared autowired service.
  2960. *
  2961. * @return \App\Controller\Teacher\API\TemplateMathproblemController
  2962. */
  2963. protected function getTemplateMathproblemControllerService()
  2964. {
  2965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2966. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TemplateMathproblemController.php';
  2967. $this->services['App\\Controller\\Teacher\\API\\TemplateMathproblemController'] = $instance = new \App\Controller\Teacher\API\TemplateMathproblemController();
  2968. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TemplateMathproblemController', $this));
  2969. return $instance;
  2970. }
  2971. /**
  2972. * Gets the public 'App\Controller\Teacher\API\TemplateSetController' shared autowired service.
  2973. *
  2974. * @return \App\Controller\Teacher\API\TemplateSetController
  2975. */
  2976. protected function getTemplateSetControllerService()
  2977. {
  2978. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2979. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TemplateSetController.php';
  2980. $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()));
  2981. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TemplateSetController', $this));
  2982. return $instance;
  2983. }
  2984. /**
  2985. * Gets the public 'App\Controller\Teacher\API\TrainingActivityController' shared autowired service.
  2986. *
  2987. * @return \App\Controller\Teacher\API\TrainingActivityController
  2988. */
  2989. protected function getTrainingActivityControllerService()
  2990. {
  2991. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2992. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TrainingActivityController.php';
  2993. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/TrainingActivityService.php';
  2994. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2995. $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()));
  2996. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TrainingActivityController', $this));
  2997. return $instance;
  2998. }
  2999. /**
  3000. * Gets the public 'App\Controller\Teacher\API\TrainingActivityResultsController' shared autowired service.
  3001. *
  3002. * @return \App\Controller\Teacher\API\TrainingActivityResultsController
  3003. */
  3004. protected function getTrainingActivityResultsController2Service()
  3005. {
  3006. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3007. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/TrainingActivityResultsController.php';
  3008. $this->services['App\\Controller\\Teacher\\API\\TrainingActivityResultsController'] = $instance = new \App\Controller\Teacher\API\TrainingActivityResultsController(($this->services['App\\Services\\Teacher\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()));
  3009. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\TrainingActivityResultsController', $this));
  3010. return $instance;
  3011. }
  3012. /**
  3013. * Gets the public 'App\Controller\Teacher\API\WorksheetActivityController' shared autowired service.
  3014. *
  3015. * @return \App\Controller\Teacher\API\WorksheetActivityController
  3016. */
  3017. protected function getWorksheetActivityControllerService()
  3018. {
  3019. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3020. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetActivityController.php';
  3021. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/WorksheetActivityService.php';
  3022. $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())));
  3023. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetActivityController', $this));
  3024. return $instance;
  3025. }
  3026. /**
  3027. * Gets the public 'App\Controller\Teacher\API\WorksheetActivityResultsController' shared autowired service.
  3028. *
  3029. * @return \App\Controller\Teacher\API\WorksheetActivityResultsController
  3030. */
  3031. protected function getWorksheetActivityResultsControllerService()
  3032. {
  3033. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3034. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetActivityResultsController.php';
  3035. $this->services['App\\Controller\\Teacher\\API\\WorksheetActivityResultsController'] = $instance = new \App\Controller\Teacher\API\WorksheetActivityResultsController(($this->services['App\\Services\\Teacher\\API\\WorksheetActivityResultsService'] ?? $this->getWorksheetActivityResultsServiceService()));
  3036. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetActivityResultsController', $this));
  3037. return $instance;
  3038. }
  3039. /**
  3040. * Gets the public 'App\Controller\Teacher\API\WorksheetController' shared autowired service.
  3041. *
  3042. * @return \App\Controller\Teacher\API\WorksheetController
  3043. */
  3044. protected function getWorksheetControllerService()
  3045. {
  3046. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3047. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/API/WorksheetController.php';
  3048. $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()));
  3049. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\API\\WorksheetController', $this));
  3050. return $instance;
  3051. }
  3052. /**
  3053. * Gets the public 'App\Controller\Teacher\CampaignController' shared autowired service.
  3054. *
  3055. * @return \App\Controller\Teacher\CampaignController
  3056. */
  3057. protected function getCampaignControllerService()
  3058. {
  3059. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3060. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/CampaignController.php';
  3061. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CampaignService.php';
  3062. $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())));
  3063. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\CampaignController', $this));
  3064. return $instance;
  3065. }
  3066. /**
  3067. * Gets the public 'App\Controller\Teacher\ClassroomController' shared autowired service.
  3068. *
  3069. * @return \App\Controller\Teacher\ClassroomController
  3070. */
  3071. protected function getClassroomController2Service()
  3072. {
  3073. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3074. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ClassroomController.php';
  3075. $this->services['App\\Controller\\Teacher\\ClassroomController'] = $instance = new \App\Controller\Teacher\ClassroomController();
  3076. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ClassroomController', $this));
  3077. return $instance;
  3078. }
  3079. /**
  3080. * Gets the public 'App\Controller\Teacher\ContentController' shared autowired service.
  3081. *
  3082. * @return \App\Controller\Teacher\ContentController
  3083. */
  3084. protected function getContentController2Service()
  3085. {
  3086. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3087. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ContentController.php';
  3088. $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()), 'kvik-mat', ($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()));
  3089. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ContentController', $this));
  3090. return $instance;
  3091. }
  3092. /**
  3093. * Gets the public 'App\Controller\Teacher\CrammingActivityController' shared autowired service.
  3094. *
  3095. * @return \App\Controller\Teacher\CrammingActivityController
  3096. */
  3097. protected function getCrammingActivityController3Service()
  3098. {
  3099. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3100. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/CrammingActivityController.php';
  3101. $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()));
  3102. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\CrammingActivityController', $this));
  3103. return $instance;
  3104. }
  3105. /**
  3106. * Gets the public 'App\Controller\Teacher\DefaultController' shared autowired service.
  3107. *
  3108. * @return \App\Controller\Teacher\DefaultController
  3109. */
  3110. protected function getDefaultController4Service()
  3111. {
  3112. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3113. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/DefaultController.php';
  3114. $this->services['App\\Controller\\Teacher\\DefaultController'] = $instance = new \App\Controller\Teacher\DefaultController('kvik-mat', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3115. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\DefaultController', $this));
  3116. return $instance;
  3117. }
  3118. /**
  3119. * Gets the public 'App\Controller\Teacher\ExtendActivityController' shared autowired service.
  3120. *
  3121. * @return \App\Controller\Teacher\ExtendActivityController
  3122. */
  3123. protected function getExtendActivityControllerService()
  3124. {
  3125. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3126. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ExtendActivityController.php';
  3127. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ExtendActivityService.php';
  3128. $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())));
  3129. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ExtendActivityController', $this));
  3130. return $instance;
  3131. }
  3132. /**
  3133. * Gets the public 'App\Controller\Teacher\HistoryController' shared autowired service.
  3134. *
  3135. * @return \App\Controller\Teacher\HistoryController
  3136. */
  3137. protected function getHistoryController3Service()
  3138. {
  3139. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3140. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/HistoryController.php';
  3141. $this->services['App\\Controller\\Teacher\\HistoryController'] = $instance = new \App\Controller\Teacher\HistoryController();
  3142. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\HistoryController', $this));
  3143. return $instance;
  3144. }
  3145. /**
  3146. * Gets the public 'App\Controller\Teacher\HomeworkController' shared autowired service.
  3147. *
  3148. * @return \App\Controller\Teacher\HomeworkController
  3149. */
  3150. protected function getHomeworkController3Service()
  3151. {
  3152. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3153. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/HomeworkController.php';
  3154. $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()));
  3155. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\HomeworkController', $this));
  3156. return $instance;
  3157. }
  3158. /**
  3159. * Gets the public 'App\Controller\Teacher\PeerTrainingController' shared autowired service.
  3160. *
  3161. * @return \App\Controller\Teacher\PeerTrainingController
  3162. */
  3163. protected function getPeerTrainingControllerService()
  3164. {
  3165. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3166. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/PeerTrainingController.php';
  3167. $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()));
  3168. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\PeerTrainingController', $this));
  3169. return $instance;
  3170. }
  3171. /**
  3172. * Gets the public 'App\Controller\Teacher\QuizController' shared autowired service.
  3173. *
  3174. * @return \App\Controller\Teacher\QuizController
  3175. */
  3176. protected function getQuizController2Service()
  3177. {
  3178. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3179. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/QuizController.php';
  3180. $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()));
  3181. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\QuizController', $this));
  3182. return $instance;
  3183. }
  3184. /**
  3185. * Gets the public 'App\Controller\Teacher\QuizSessionController' shared autowired service.
  3186. *
  3187. * @return \App\Controller\Teacher\QuizSessionController
  3188. */
  3189. protected function getQuizSessionController2Service()
  3190. {
  3191. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3192. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/QuizSessionController.php';
  3193. $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()));
  3194. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\QuizSessionController', $this));
  3195. return $instance;
  3196. }
  3197. /**
  3198. * Gets the public 'App\Controller\Teacher\ReportPdfExportController' shared autowired service.
  3199. *
  3200. * @return \App\Controller\Teacher\ReportPdfExportController
  3201. */
  3202. protected function getReportPdfExportControllerService()
  3203. {
  3204. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3205. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ReportPdfExportController.php';
  3206. $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()), 'kvik-mat');
  3207. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ReportPdfExportController', $this));
  3208. return $instance;
  3209. }
  3210. /**
  3211. * Gets the public 'App\Controller\Teacher\ResultsController' shared autowired service.
  3212. *
  3213. * @return \App\Controller\Teacher\ResultsController
  3214. */
  3215. protected function getResultsController3Service()
  3216. {
  3217. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3218. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ResultsController.php';
  3219. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CompetitionService.php';
  3220. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3221. $this->services['App\\Controller\\Teacher\\ResultsController'] = $instance = new \App\Controller\Teacher\ResultsController($a, new \App\Services\Teacher\CompetitionService($a));
  3222. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ResultsController', $this));
  3223. return $instance;
  3224. }
  3225. /**
  3226. * Gets the public 'App\Controller\Teacher\ResultsOverviewController' shared autowired service.
  3227. *
  3228. * @return \App\Controller\Teacher\ResultsOverviewController
  3229. */
  3230. protected function getResultsOverviewController2Service()
  3231. {
  3232. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3233. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/ResultsOverviewController.php';
  3234. $this->services['App\\Controller\\Teacher\\ResultsOverviewController'] = $instance = new \App\Controller\Teacher\ResultsOverviewController(($this->services['App\\Services\\Teacher\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  3235. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\ResultsOverviewController', $this));
  3236. return $instance;
  3237. }
  3238. /**
  3239. * Gets the public 'App\Controller\Teacher\StudentController' shared autowired service.
  3240. *
  3241. * @return \App\Controller\Teacher\StudentController
  3242. */
  3243. protected function getStudentController2Service()
  3244. {
  3245. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3246. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/StudentController.php';
  3247. $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()));
  3248. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\StudentController', $this));
  3249. return $instance;
  3250. }
  3251. /**
  3252. * Gets the public 'App\Controller\Teacher\TextbookController' shared autowired service.
  3253. *
  3254. * @return \App\Controller\Teacher\TextbookController
  3255. */
  3256. protected function getTextbookController3Service()
  3257. {
  3258. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3259. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/TextbookController.php';
  3260. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/TextbookSessionService.php';
  3261. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3262. $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()));
  3263. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\TextbookController', $this));
  3264. return $instance;
  3265. }
  3266. /**
  3267. * Gets the public 'App\Controller\Teacher\TrainingController' shared autowired service.
  3268. *
  3269. * @return \App\Controller\Teacher\TrainingController
  3270. */
  3271. protected function getTrainingController2Service()
  3272. {
  3273. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3274. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/TrainingController.php';
  3275. $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()));
  3276. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\TrainingController', $this));
  3277. return $instance;
  3278. }
  3279. /**
  3280. * Gets the public 'App\Controller\Teacher\WorksheetController' shared autowired service.
  3281. *
  3282. * @return \App\Controller\Teacher\WorksheetController
  3283. */
  3284. protected function getWorksheetController2Service()
  3285. {
  3286. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3287. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/WorksheetController.php';
  3288. $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()));
  3289. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\WorksheetController', $this));
  3290. return $instance;
  3291. }
  3292. /**
  3293. * Gets the public 'App\Controller\Teacher\WorksheetSessionController' shared autowired service.
  3294. *
  3295. * @return \App\Controller\Teacher\WorksheetSessionController
  3296. */
  3297. protected function getWorksheetSessionController2Service()
  3298. {
  3299. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3300. include_once \dirname(__DIR__, 4).'/src/Controller/Teacher/WorksheetSessionController.php';
  3301. $this->services['App\\Controller\\Teacher\\WorksheetSessionController'] = $instance = new \App\Controller\Teacher\WorksheetSessionController(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()));
  3302. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Teacher\\WorksheetSessionController', $this));
  3303. return $instance;
  3304. }
  3305. /**
  3306. * Gets the public 'App\Controller\User\DefaultController' shared autowired service.
  3307. *
  3308. * @return \App\Controller\User\DefaultController
  3309. */
  3310. protected function getDefaultController5Service()
  3311. {
  3312. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3313. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3314. include_once \dirname(__DIR__, 4).'/src/Controller/User/DefaultController.php';
  3315. $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');
  3316. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\DefaultController', $this));
  3317. return $instance;
  3318. }
  3319. /**
  3320. * Gets the public 'App\Controller\User\RegistrationController' shared autowired service.
  3321. *
  3322. * @return \App\Controller\User\RegistrationController
  3323. */
  3324. protected function getRegistrationControllerService()
  3325. {
  3326. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3327. include_once \dirname(__DIR__, 4).'/src/Controller/User/RegistrationController.php';
  3328. include_once \dirname(__DIR__, 4).'/src/Security/EmailVerifier.php';
  3329. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  3330. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  3331. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  3332. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  3333. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  3334. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  3335. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3336. $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('C33wX44QaajyoEtbn8WV2HbFr76x9M', 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator('C33wX44QaajyoEtbn8WV2HbFr76x9M'), 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('kvik-mat'))));
  3337. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\RegistrationController', $this));
  3338. return $instance;
  3339. }
  3340. /**
  3341. * Gets the public 'App\Controller\User\ResetPasswordController' shared autowired service.
  3342. *
  3343. * @return \App\Controller\User\ResetPasswordController
  3344. */
  3345. protected function getResetPasswordController2Service()
  3346. {
  3347. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3348. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  3349. include_once \dirname(__DIR__, 4).'/src/Controller/User/ResetPasswordController.php';
  3350. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  3351. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  3352. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  3353. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  3354. include_once \dirname(__DIR__, 4).'/src/Services/Core/EmailHelperService.php';
  3355. $this->services['App\\Controller\\User\\ResetPasswordController'] = $instance = new \App\Controller\User\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator('C33wX44QaajyoEtbn8WV2HbFr76x9M', 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('kvik-mat'))));
  3356. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\ResetPasswordController', $this));
  3357. return $instance;
  3358. }
  3359. /**
  3360. * Gets the public 'App\Controller\User\SecurityController' shared autowired service.
  3361. *
  3362. * @return \App\Controller\User\SecurityController
  3363. */
  3364. protected function getSecurityControllerService()
  3365. {
  3366. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3367. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  3368. include_once \dirname(__DIR__, 4).'/src/Controller/User/SecurityController.php';
  3369. include_once \dirname(__DIR__, 4).'/src/Services/User/LoginManager.php';
  3370. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  3371. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallAwareTrait.php';
  3372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/RememberMe/FirewallAwareRememberMeHandler.php';
  3373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3374. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3375. $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, [
  3376. 'main' => ['privates', 'security.authenticator.remember_me_handler.main', 'getSecurity_Authenticator_RememberMeHandler_MainService', false],
  3377. ], [
  3378. 'main' => 'Symfony\\Component\\Security\\Http\\RememberMe\\SignatureRememberMeHandler',
  3379. ]), $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))));
  3380. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SecurityController', $this));
  3381. return $instance;
  3382. }
  3383. /**
  3384. * Gets the public 'App\Controller\User\SetupTwoFactorAuthController' shared autowired service.
  3385. *
  3386. * @return \App\Controller\User\SetupTwoFactorAuthController
  3387. */
  3388. protected function getSetupTwoFactorAuthControllerService()
  3389. {
  3390. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3391. include_once \dirname(__DIR__, 4).'/src/Controller/User/SetupTwoFactorAuthController.php';
  3392. $this->services['App\\Controller\\User\\SetupTwoFactorAuthController'] = $instance = new \App\Controller\User\SetupTwoFactorAuthController('https://kvikmat.test.tibalo.dk', 'kvik-mat');
  3393. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\User\\SetupTwoFactorAuthController', $this));
  3394. return $instance;
  3395. }
  3396. /**
  3397. * Gets the public 'App\Entity\Core\Classroom\ClassroomRepository' shared service.
  3398. *
  3399. * @return \App\Entity\Core\Classroom\ClassroomRepository
  3400. */
  3401. protected function getClassroomRepositoryService()
  3402. {
  3403. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  3404. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3405. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3406. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Classroom/ClassroomRepository.php';
  3407. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3408. if (isset($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'])) {
  3409. return $this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'];
  3410. }
  3411. return $this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] = $a->getRepository('App\\Entity\\Core\\Classroom\\Classroom');
  3412. }
  3413. /**
  3414. * Gets the public 'App\EventListener\User\LogoutSubscriber' shared autowired service.
  3415. *
  3416. * @return \App\EventListener\User\LogoutSubscriber
  3417. */
  3418. protected function getLogoutSubscriberService()
  3419. {
  3420. include_once \dirname(__DIR__, 4).'/src/EventListener/User/LogoutSubscriber.php';
  3421. 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))));
  3422. }
  3423. /**
  3424. * Gets the public 'App\Helpers\Core\InternalSyntaxHelper' shared autowired service.
  3425. *
  3426. * @return \App\Helpers\Core\InternalSyntaxHelper
  3427. */
  3428. protected function getInternalSyntaxHelperService()
  3429. {
  3430. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/InternalSyntaxHelper.php';
  3431. return $this->services['App\\Helpers\\Core\\InternalSyntaxHelper'] = new \App\Helpers\Core\InternalSyntaxHelper();
  3432. }
  3433. /**
  3434. * Gets the public 'App\Helpers\Core\TokenizeHelper' shared autowired service.
  3435. *
  3436. * @return \App\Helpers\Core\TokenizeHelper
  3437. */
  3438. protected function getTokenizeHelperService()
  3439. {
  3440. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/TokenizeHelper.php';
  3441. return $this->services['App\\Helpers\\Core\\TokenizeHelper'] = new \App\Helpers\Core\TokenizeHelper();
  3442. }
  3443. /**
  3444. * Gets the public 'App\Helpers\Core\ValidationHelper' shared autowired service.
  3445. *
  3446. * @return \App\Helpers\Core\ValidationHelper
  3447. */
  3448. protected function getValidationHelperService()
  3449. {
  3450. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  3451. return $this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper();
  3452. }
  3453. /**
  3454. * Gets the public 'App\Repository\User\ResetPasswordRequestRepository' shared autowired service.
  3455. *
  3456. * @return \App\Repository\User\ResetPasswordRequestRepository
  3457. */
  3458. protected function getResetPasswordRequestRepositoryService()
  3459. {
  3460. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  3461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  3464. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  3465. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  3466. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  3467. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  3468. include_once \dirname(__DIR__, 4).'/src/Repository/User/ResetPasswordRequestRepository.php';
  3469. return $this->services['App\\Repository\\User\\ResetPasswordRequestRepository'] = new \App\Repository\User\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3470. }
  3471. /**
  3472. * Gets the public 'App\Services\Core\API\AdaptiveActivityResultsService' shared autowired service.
  3473. *
  3474. * @return \App\Services\Core\API\AdaptiveActivityResultsService
  3475. */
  3476. protected function getAdaptiveActivityResultsServiceService()
  3477. {
  3478. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AdaptiveActivityResultsService.php';
  3479. 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');
  3480. }
  3481. /**
  3482. * Gets the public 'App\Services\Core\API\AnswerService' shared autowired service.
  3483. *
  3484. * @return \App\Services\Core\API\AnswerService
  3485. */
  3486. protected function getAnswerServiceService()
  3487. {
  3488. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  3489. return $this->services['App\\Services\\Core\\API\\AnswerService'] = new \App\Services\Core\API\AnswerService('kvik-mat');
  3490. }
  3491. /**
  3492. * Gets the public 'App\Services\Core\API\ExtractQuestionAnswers' shared autowired service.
  3493. *
  3494. * @return \App\Services\Core\API\ExtractQuestionAnswers
  3495. */
  3496. protected function getExtractQuestionAnswersService()
  3497. {
  3498. return $this->services['App\\Services\\Core\\API\\ExtractQuestionAnswers'] = new \App\Services\Core\API\ExtractQuestionAnswers(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3499. }
  3500. /**
  3501. * Gets the public 'App\Services\Core\API\ProblemService' shared autowired service.
  3502. *
  3503. * @return \App\Services\Core\API\ProblemService
  3504. */
  3505. protected function getProblemServiceService()
  3506. {
  3507. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ProblemService.php';
  3508. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  3509. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/TokenizeHelper.php';
  3510. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/InternalSyntaxHelper.php';
  3511. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  3512. $a = ($this->services['App\\Services\\Student\\MathproblemService'] ?? $this->getMathproblemServiceService());
  3513. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3514. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3515. }
  3516. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3517. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3518. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3519. }
  3520. $c = ($this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'] ?? $this->getExtractProblemAnswersService());
  3521. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3522. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3523. }
  3524. $d = ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService());
  3525. if (isset($this->services['App\\Services\\Core\\API\\ProblemService'])) {
  3526. return $this->services['App\\Services\\Core\\API\\ProblemService'];
  3527. }
  3528. 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('kvik-mat'))), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $b, $c, $d, 'kvik-mat', '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())));
  3529. }
  3530. /**
  3531. * Gets the public 'App\Services\Core\API\SharedQuizService' shared autowired service.
  3532. *
  3533. * @return \App\Services\Core\API\SharedQuizService
  3534. */
  3535. protected function getSharedQuizServiceService()
  3536. {
  3537. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/SharedQuizService.php';
  3538. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3539. if (isset($this->services['App\\Services\\Core\\API\\SharedQuizService'])) {
  3540. return $this->services['App\\Services\\Core\\API\\SharedQuizService'];
  3541. }
  3542. $b = ($this->services['App\\Services\\User\\GaleUserService'] ?? $this->getGaleUserServiceService());
  3543. if (isset($this->services['App\\Services\\Core\\API\\SharedQuizService'])) {
  3544. return $this->services['App\\Services\\Core\\API\\SharedQuizService'];
  3545. }
  3546. 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);
  3547. }
  3548. /**
  3549. * Gets the public 'App\Services\Core\ActivityFolderService' shared autowired service.
  3550. *
  3551. * @return \App\Services\Core\ActivityFolderService
  3552. */
  3553. protected function getActivityFolderServiceService()
  3554. {
  3555. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityFolderService.php';
  3556. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3557. $a = ($this->services['App\\Transformer\\Core\\ActivityFolderTransformer'] ?? $this->getActivityFolderTransformerService());
  3558. if (isset($this->services['App\\Services\\Core\\ActivityFolderService'])) {
  3559. return $this->services['App\\Services\\Core\\ActivityFolderService'];
  3560. }
  3561. 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('kvik-mat'))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, 'kvik-mat', ($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()));
  3562. }
  3563. /**
  3564. * Gets the public 'App\Services\Core\ActivityResolverService' shared autowired service.
  3565. *
  3566. * @return \App\Services\Core\ActivityResolverService
  3567. */
  3568. protected function getActivityResolverServiceService()
  3569. {
  3570. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityResolverService.php';
  3571. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3572. 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('kvik-mat'))));
  3573. }
  3574. /**
  3575. * Gets the public 'App\Services\Core\ActivityTypeMappingService' shared autowired service.
  3576. *
  3577. * @return \App\Services\Core\ActivityTypeMappingService
  3578. */
  3579. protected function getActivityTypeMappingServiceService()
  3580. {
  3581. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3582. return $this->services['App\\Services\\Core\\ActivityTypeMappingService'] = new \App\Services\Core\ActivityTypeMappingService('kvik-mat');
  3583. }
  3584. /**
  3585. * Gets the public 'App\Services\Core\ScoreService' shared autowired service.
  3586. *
  3587. * @return \App\Services\Core\ScoreService
  3588. */
  3589. protected function getScoreServiceService()
  3590. {
  3591. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  3592. return $this->services['App\\Services\\Core\\ScoreService'] = new \App\Services\Core\ScoreService('primaryschool');
  3593. }
  3594. /**
  3595. * Gets the public 'App\Services\Core\TestDataService' shared autowired service.
  3596. *
  3597. * @return \App\Services\Core\TestDataService
  3598. */
  3599. protected function getTestDataServiceService()
  3600. {
  3601. include_once \dirname(__DIR__, 4).'/src/Services/Core/TestDataService.php';
  3602. 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()));
  3603. }
  3604. /**
  3605. * Gets the public 'App\Services\Core\TextbookService' shared autowired service.
  3606. *
  3607. * @return \App\Services\Core\TextbookService
  3608. */
  3609. protected function getTextbookServiceService()
  3610. {
  3611. include_once \dirname(__DIR__, 4).'/src/Services/Core/TextbookService.php';
  3612. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3613. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3614. return $this->services['App\\Services\\Core\\TextbookService'];
  3615. }
  3616. $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  3617. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3618. return $this->services['App\\Services\\Core\\TextbookService'];
  3619. }
  3620. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3621. if (isset($this->services['App\\Services\\Core\\TextbookService'])) {
  3622. return $this->services['App\\Services\\Core\\TextbookService'];
  3623. }
  3624. return $this->services['App\\Services\\Core\\TextbookService'] = new \App\Services\Core\TextbookService($a, $b, $c, 'primaryschool', 'kvik-mat');
  3625. }
  3626. /**
  3627. * Gets the public 'App\Services\Core\TrainingSessionService' shared autowired service.
  3628. *
  3629. * @return \App\Services\Core\TrainingSessionService
  3630. */
  3631. protected function getTrainingSessionServiceService()
  3632. {
  3633. include_once \dirname(__DIR__, 4).'/src/Services/Core/TrainingSessionService.php';
  3634. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3635. if (isset($this->services['App\\Services\\Core\\TrainingSessionService'])) {
  3636. return $this->services['App\\Services\\Core\\TrainingSessionService'];
  3637. }
  3638. return $this->services['App\\Services\\Core\\TrainingSessionService'] = new \App\Services\Core\TrainingSessionService($a);
  3639. }
  3640. /**
  3641. * Gets the public 'App\Services\Student\MathproblemService' shared autowired service.
  3642. *
  3643. * @return \App\Services\Student\MathproblemService
  3644. */
  3645. protected function getMathproblemServiceService()
  3646. {
  3647. include_once \dirname(__DIR__, 4).'/src/Services/Student/MathproblemService.php';
  3648. include_once \dirname(__DIR__, 4).'/src/Services/Student/Transform.php';
  3649. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3650. if (isset($this->services['App\\Services\\Student\\MathproblemService'])) {
  3651. return $this->services['App\\Services\\Student\\MathproblemService'];
  3652. }
  3653. 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), true, true))), ($this->privates['App\\Services\\Core\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService()), 'kvik-mat');
  3654. }
  3655. /**
  3656. * Gets the public 'App\Services\Student\QuizSessionService' shared autowired service.
  3657. *
  3658. * @return \App\Services\Student\QuizSessionService
  3659. */
  3660. protected function getQuizSessionServiceService()
  3661. {
  3662. include_once \dirname(__DIR__, 4).'/src/Services/Student/QuizSessionService.php';
  3663. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3664. if (isset($this->services['App\\Services\\Student\\QuizSessionService'])) {
  3665. return $this->services['App\\Services\\Student\\QuizSessionService'];
  3666. }
  3667. 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', 'kvik-mat');
  3668. }
  3669. /**
  3670. * Gets the public 'App\Services\Student\Transform' shared autowired service.
  3671. *
  3672. * @return \App\Services\Student\Transform
  3673. */
  3674. protected function getTransformService()
  3675. {
  3676. include_once \dirname(__DIR__, 4).'/src/Services/Student/Transform.php';
  3677. return $this->services['App\\Services\\Student\\Transform'] = new \App\Services\Student\Transform(\dirname(__DIR__, 4), true, true);
  3678. }
  3679. /**
  3680. * Gets the public 'App\Services\Student\WorksheetSessionService' shared autowired service.
  3681. *
  3682. * @return \App\Services\Student\WorksheetSessionService
  3683. */
  3684. protected function getWorksheetSessionServiceService()
  3685. {
  3686. include_once \dirname(__DIR__, 4).'/src/Services/Student/WorksheetSessionService.php';
  3687. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3688. if (isset($this->services['App\\Services\\Student\\WorksheetSessionService'])) {
  3689. return $this->services['App\\Services\\Student\\WorksheetSessionService'];
  3690. }
  3691. return $this->services['App\\Services\\Student\\WorksheetSessionService'] = new \App\Services\Student\WorksheetSessionService($a, 'c9ca7eda-8abd-4574-9359-a603ab883612', 0);
  3692. }
  3693. /**
  3694. * Gets the public 'App\Services\Teacher\API\CrammingActivityResults\Service' shared autowired service.
  3695. *
  3696. * @return \App\Services\Teacher\API\CrammingActivityResults\Service
  3697. */
  3698. protected function getServiceService()
  3699. {
  3700. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityResults/Service.php';
  3701. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/CrammingActivityResults/Helper.php';
  3702. 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()));
  3703. }
  3704. /**
  3705. * Gets the public 'App\Services\Teacher\API\DictateActivityService' shared autowired service.
  3706. *
  3707. * @return \App\Services\Teacher\API\DictateActivityService
  3708. */
  3709. protected function getDictateActivityServiceService()
  3710. {
  3711. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/DictateActivityService.php';
  3712. return $this->services['App\\Services\\Teacher\\API\\DictateActivityService'] = new \App\Services\Teacher\API\DictateActivityService('kvik-mat', ($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()));
  3713. }
  3714. /**
  3715. * Gets the public 'App\Services\Teacher\API\HomeworkActivityResultsService' shared autowired service.
  3716. *
  3717. * @return \App\Services\Teacher\API\HomeworkActivityResultsService
  3718. */
  3719. protected function getHomeworkActivityResultsServiceService()
  3720. {
  3721. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/HomeworkActivityResultsService.php';
  3722. 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);
  3723. }
  3724. /**
  3725. * Gets the public 'App\Services\Teacher\API\QuizActivityResultsService' shared autowired service.
  3726. *
  3727. * @return \App\Services\Teacher\API\QuizActivityResultsService
  3728. */
  3729. protected function getQuizActivityResultsServiceService()
  3730. {
  3731. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/QuizActivityResultsService.php';
  3732. 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);
  3733. }
  3734. /**
  3735. * Gets the public 'App\Services\Teacher\API\ResultsOverviewService' shared autowired service.
  3736. *
  3737. * @return \App\Services\Teacher\API\ResultsOverviewService
  3738. */
  3739. protected function getResultsOverviewServiceService()
  3740. {
  3741. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ResultsOverviewService.php';
  3742. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  3743. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/DictateActivityResultsService.php';
  3744. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  3745. 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'))), 'kvik-mat', 9, ($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()));
  3746. }
  3747. /**
  3748. * Gets the public 'App\Services\Teacher\API\TrainingActivityResultsService' shared autowired service.
  3749. *
  3750. * @return \App\Services\Teacher\API\TrainingActivityResultsService
  3751. */
  3752. protected function getTrainingActivityResultsServiceService()
  3753. {
  3754. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/TrainingActivityResultsService.php';
  3755. 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);
  3756. }
  3757. /**
  3758. * Gets the public 'App\Services\Teacher\API\WorksheetActivityResultsService' shared autowired service.
  3759. *
  3760. * @return \App\Services\Teacher\API\WorksheetActivityResultsService
  3761. */
  3762. protected function getWorksheetActivityResultsServiceService()
  3763. {
  3764. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/WorksheetActivityResultsService.php';
  3765. 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);
  3766. }
  3767. /**
  3768. * Gets the public 'App\Services\Teacher\CategoryService' shared autowired service.
  3769. *
  3770. * @return \App\Services\Teacher\CategoryService
  3771. */
  3772. protected function getCategoryServiceService()
  3773. {
  3774. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CategoryService.php';
  3775. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3776. if (isset($this->services['App\\Services\\Teacher\\CategoryService'])) {
  3777. return $this->services['App\\Services\\Teacher\\CategoryService'];
  3778. }
  3779. return $this->services['App\\Services\\Teacher\\CategoryService'] = new \App\Services\Teacher\CategoryService($a, 'kvik-mat');
  3780. }
  3781. /**
  3782. * Gets the public 'App\Services\User\GaleUserService' shared autowired service.
  3783. *
  3784. * @return \App\Services\User\GaleUserService
  3785. */
  3786. protected function getGaleUserServiceService()
  3787. {
  3788. include_once \dirname(__DIR__, 4).'/src/Services/User/GaleUserService.php';
  3789. $a = ($this->services['eight_points_guzzle.client.gale_users'] ?? $this->getEightPointsGuzzle_Client_GaleUsersService());
  3790. if (isset($this->services['App\\Services\\User\\GaleUserService'])) {
  3791. return $this->services['App\\Services\\User\\GaleUserService'];
  3792. }
  3793. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3794. if (isset($this->services['App\\Services\\User\\GaleUserService'])) {
  3795. return $this->services['App\\Services\\User\\GaleUserService'];
  3796. }
  3797. return $this->services['App\\Services\\User\\GaleUserService'] = new \App\Services\User\GaleUserService($a, $b);
  3798. }
  3799. /**
  3800. * Gets the public 'App\Session\Core\Peer\PeerSessionTimeStatusResolver' shared autowired service.
  3801. *
  3802. * @return \App\Session\Core\Peer\PeerSessionTimeStatusResolver
  3803. */
  3804. protected function getPeerSessionTimeStatusResolverService()
  3805. {
  3806. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  3807. return $this->services['App\\Session\\Core\\Peer\\PeerSessionTimeStatusResolver'] = new \App\Session\Core\Peer\PeerSessionTimeStatusResolver();
  3808. }
  3809. /**
  3810. * Gets the public 'App\Session\Core\SessionPlayer' shared autowired service.
  3811. *
  3812. * @return \App\Session\Core\SessionPlayer
  3813. */
  3814. protected function getSessionPlayerService()
  3815. {
  3816. include_once \dirname(__DIR__, 4).'/src/Session/Core/SessionPlayer.php';
  3817. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3818. if (isset($this->services['App\\Session\\Core\\SessionPlayer'])) {
  3819. return $this->services['App\\Session\\Core\\SessionPlayer'];
  3820. }
  3821. return $this->services['App\\Session\\Core\\SessionPlayer'] = new \App\Session\Core\SessionPlayer($a);
  3822. }
  3823. /**
  3824. * Gets the public 'App\Transformer\Core\ActivityFolderTransformer' shared autowired service.
  3825. *
  3826. * @return \App\Transformer\Core\ActivityFolderTransformer
  3827. */
  3828. protected function getActivityFolderTransformerService()
  3829. {
  3830. include_once \dirname(__DIR__, 4).'/src/Transformer/Core/ActivityFolderTransformer.php';
  3831. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityTypeMappingService.php';
  3832. $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('kvik-mat'))));
  3833. $instance->setActivityFolderService(($this->services['App\\Services\\Core\\ActivityFolderService'] ?? $this->getActivityFolderServiceService()));
  3834. return $instance;
  3835. }
  3836. /**
  3837. * Gets the public 'App\Util\Core\Aws\AwsPollyUtil' shared autowired service.
  3838. *
  3839. * @return \App\Util\Core\Aws\AwsPollyUtil
  3840. */
  3841. protected function getAwsPollyUtilService()
  3842. {
  3843. include_once \dirname(__DIR__, 4).'/src/Util/Core/Aws/AwsUtil.php';
  3844. include_once \dirname(__DIR__, 4).'/src/Util/Core/Aws/AwsPollyUtil.php';
  3845. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
  3846. return $this->services['App\\Util\\Core\\Aws\\AwsPollyUtil'] = new \App\Util\Core\Aws\AwsPollyUtil(new \Aws\Sdk($this->parameters['aws_sdk']));
  3847. }
  3848. /**
  3849. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  3850. *
  3851. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  3852. */
  3853. protected function getProfilerControllerService()
  3854. {
  3855. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  3856. 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()));
  3857. }
  3858. /**
  3859. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  3860. *
  3861. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  3862. */
  3863. protected function getMakeAdminDashboardCommandService()
  3864. {
  3865. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3866. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  3867. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  3868. $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));
  3869. $instance->setName('make:admin:dashboard');
  3870. $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  3871. return $instance;
  3872. }
  3873. /**
  3874. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  3875. *
  3876. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  3877. */
  3878. protected function getMakeCrudControllerCommandService()
  3879. {
  3880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  3881. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  3882. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  3883. $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()));
  3884. $instance->setName('make:admin:crud');
  3885. $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  3886. return $instance;
  3887. }
  3888. /**
  3889. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3890. *
  3891. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3892. */
  3893. protected function getRedirectControllerService()
  3894. {
  3895. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3896. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3897. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3898. }
  3899. /**
  3900. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3901. *
  3902. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3903. */
  3904. protected function getTemplateController2Service()
  3905. {
  3906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3907. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3908. }
  3909. /**
  3910. * Gets the public 'abacus.core.training_session' shared autowired service.
  3911. *
  3912. * @return \App\Services\Core\TrainingSessionService
  3913. */
  3914. protected function getAbacus_Core_TrainingSessionService()
  3915. {
  3916. include_once \dirname(__DIR__, 4).'/src/Services/Core/TrainingSessionService.php';
  3917. return $this->services['abacus.core.training_session'] = new \App\Services\Core\TrainingSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3918. }
  3919. /**
  3920. * Gets the public 'abacus_core.math_problem.selection.difficulty_resolver' shared autowired service.
  3921. *
  3922. * @return \App\MathProblem\Core\Selection\DifficultyResolver
  3923. */
  3924. protected function getAbacusCore_MathProblem_Selection_DifficultyResolverService()
  3925. {
  3926. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/DifficultyResolver.php';
  3927. 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()));
  3928. }
  3929. /**
  3930. * Gets the public 'abacus_core.math_problem.selection.math_problem_type_provider' shared autowired service.
  3931. *
  3932. * @return \App\MathProblem\Core\Selection\MathProblemTypeProvider
  3933. */
  3934. protected function getAbacusCore_MathProblem_Selection_MathProblemTypeProviderService()
  3935. {
  3936. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/MathProblemTypeProvider.php';
  3937. 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');
  3938. }
  3939. /**
  3940. * Gets the public 'abacus_core.repository.topic' shared service.
  3941. *
  3942. * @return \App\Entity\Core\Topic\TopicRepository
  3943. */
  3944. protected function getAbacusCore_Repository_TopicService()
  3945. {
  3946. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  3947. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  3948. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  3949. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Topic/TopicRepository.php';
  3950. return $this->services['abacus_core.repository.topic'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('App\\Entity\\Core\\Topic');
  3951. }
  3952. /**
  3953. * Gets the public 'cache.app' shared service.
  3954. *
  3955. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3956. */
  3957. protected function getCache_AppService()
  3958. {
  3959. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aBtcB9UAR9', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  3960. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3961. 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));
  3962. }
  3963. /**
  3964. * Gets the public 'cache.app_clearer' shared service.
  3965. *
  3966. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3967. */
  3968. protected function getCache_AppClearerService()
  3969. {
  3970. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3971. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3972. 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())]);
  3973. }
  3974. /**
  3975. * Gets the public 'cache.easyadmin' shared service.
  3976. *
  3977. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3978. */
  3979. protected function getCache_EasyadminService()
  3980. {
  3981. 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('9mqZ2dGrQz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3982. }
  3983. /**
  3984. * Gets the public 'cache.global_clearer' shared service.
  3985. *
  3986. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3987. */
  3988. protected function getCache_GlobalClearerService()
  3989. {
  3990. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3991. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3992. 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())]);
  3993. }
  3994. /**
  3995. * Gets the public 'cache.system' shared service.
  3996. *
  3997. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3998. */
  3999. protected function getCache_SystemService()
  4000. {
  4001. 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('Lm-Jz+F3CZ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  4002. }
  4003. /**
  4004. * Gets the public 'cache.system_clearer' shared service.
  4005. *
  4006. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4007. */
  4008. protected function getCache_SystemClearerService()
  4009. {
  4010. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4011. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4012. 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())]);
  4013. }
  4014. /**
  4015. * Gets the public 'cache.validator_expression_language' shared service.
  4016. *
  4017. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4018. */
  4019. protected function getCache_ValidatorExpressionLanguageService()
  4020. {
  4021. 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('ly8iM3yMjb', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  4022. }
  4023. /**
  4024. * Gets the public 'cache_warmer' shared service.
  4025. *
  4026. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4027. */
  4028. protected function getCacheWarmerService()
  4029. {
  4030. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4031. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4032. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4033. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4034. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4035. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4036. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4037. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4038. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4039. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4040. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4041. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4042. yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
  4043. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  4044. yield 11 => ($this->privates['ux.twig_component.cache_warmer'] ?? $this->getUx_TwigComponent_CacheWarmerService());
  4045. }, 12), true, ($this->targetDir.''.'/KernelDevDebugContainerDeprecations.log'));
  4046. }
  4047. /**
  4048. * Gets the public 'console.command.public_alias.App\Command\AbacusProblemdndMigrateCommand' shared autowired service.
  4049. *
  4050. * @return \App\Command\AbacusProblemdndMigrateCommand
  4051. */
  4052. protected function getAbacusProblemdndMigrateCommandService()
  4053. {
  4054. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4055. include_once \dirname(__DIR__, 4).'/src/Command/AbacusProblemdndMigrateCommand.php';
  4056. 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()));
  4057. }
  4058. /**
  4059. * Gets the public 'console.command.public_alias.App\Command\DeleteOldLogEventsCommand' shared autowired service.
  4060. *
  4061. * @return \App\Command\DeleteOldLogEventsCommand
  4062. */
  4063. protected function getDeleteOldLogEventsCommandService()
  4064. {
  4065. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4066. include_once \dirname(__DIR__, 4).'/src/Command/DeleteOldLogEventsCommand.php';
  4067. 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()));
  4068. }
  4069. /**
  4070. * Gets the public 'console.command.public_alias.App\Command\FulfilDeletionRequestsCommand' shared autowired service.
  4071. *
  4072. * @return \App\Command\FulfilDeletionRequestsCommand
  4073. */
  4074. protected function getFulfilDeletionRequestsCommandService()
  4075. {
  4076. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4077. include_once \dirname(__DIR__, 4).'/src/Command/FulfilDeletionRequestsCommand.php';
  4078. 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()));
  4079. }
  4080. /**
  4081. * Gets the public 'console.command.public_alias.App\Command\GaleDuplicateProblemDataFix' shared autowired service.
  4082. *
  4083. * @return \App\Command\GaleDuplicateProblemDataFix
  4084. */
  4085. protected function getGaleDuplicateProblemDataFixService()
  4086. {
  4087. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4088. include_once \dirname(__DIR__, 4).'/src/Command/GaleDuplicateProblemDataFix.php';
  4089. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  4090. 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())));
  4091. }
  4092. /**
  4093. * Gets the public 'console.command.public_alias.App\Command\MigrateWordOptionsCommand' shared autowired service.
  4094. *
  4095. * @return \App\Command\MigrateWordOptionsCommand
  4096. */
  4097. protected function getMigrateWordOptionsCommandService()
  4098. {
  4099. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4100. include_once \dirname(__DIR__, 4).'/src/Command/MigrateWordOptionsCommand.php';
  4101. 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()));
  4102. }
  4103. /**
  4104. * Gets the public 'console.command.public_alias.App\Command\RemoveEndToEndTestDataCommand' shared autowired service.
  4105. *
  4106. * @return \App\Command\RemoveEndToEndTestDataCommand
  4107. */
  4108. protected function getRemoveEndToEndTestDataCommandService()
  4109. {
  4110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4111. include_once \dirname(__DIR__, 4).'/src/Command/RemoveEndToEndTestDataCommand.php';
  4112. 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()));
  4113. }
  4114. /**
  4115. * Gets the public 'console.command.public_alias.App\Command\RemoveStudentFromClassroomsCommand' shared autowired service.
  4116. *
  4117. * @return \App\Command\RemoveStudentFromClassroomsCommand
  4118. */
  4119. protected function getRemoveStudentFromClassroomsCommandService()
  4120. {
  4121. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4122. include_once \dirname(__DIR__, 4).'/src/Command/RemoveStudentFromClassroomsCommand.php';
  4123. 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()));
  4124. }
  4125. /**
  4126. * Gets the public 'console.command.public_alias.App\Command\RetentionCleanupCommand' shared autowired service.
  4127. *
  4128. * @return \App\Command\RetentionCleanupCommand
  4129. */
  4130. protected function getRetentionCleanupCommandService()
  4131. {
  4132. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4133. include_once \dirname(__DIR__, 4).'/src/Command/RetentionCleanupCommand.php';
  4134. 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()));
  4135. }
  4136. /**
  4137. * Gets the public 'console.command.public_alias.App\Command\SetupEndToEndTestDataCommand' shared autowired service.
  4138. *
  4139. * @return \App\Command\SetupEndToEndTestDataCommand
  4140. */
  4141. protected function getSetupEndToEndTestDataCommandService()
  4142. {
  4143. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  4144. include_once \dirname(__DIR__, 4).'/src/Command/SetupEndToEndTestDataCommand.php';
  4145. 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()));
  4146. }
  4147. /**
  4148. * Gets the public 'console.command_loader' shared service.
  4149. *
  4150. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4151. */
  4152. protected function getConsole_CommandLoaderService()
  4153. {
  4154. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4155. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4156. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4157. 'App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => ['privates', '.App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy', 'getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService', false],
  4158. 'App\\Command\\AbacusDispatchEventsToClickstreamCommand' => ['privates', '.App\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy', 'getAbacusDispatchEventsToClickstreamCommand_LazyService', false],
  4159. 'App\\Command\\AbacusFetchSiteCommand' => ['privates', '.App\\Command\\AbacusFetchSiteCommand.lazy', 'getAbacusFetchSiteCommand_LazyService', false],
  4160. 'App\\Command\\AbacusLoadTestDataCommand' => ['privates', '.App\\Command\\AbacusLoadTestDataCommand.lazy', 'getAbacusLoadTestDataCommand_LazyService', false],
  4161. 'App\\Command\\AbacusLocateInlineImagesCommand' => ['privates', '.App\\Command\\AbacusLocateInlineImagesCommand.lazy', 'getAbacusLocateInlineImagesCommand_LazyService', false],
  4162. 'App\\Command\\AbacusLocateMissingFilesCommand' => ['privates', '.App\\Command\\AbacusLocateMissingFilesCommand.lazy', 'getAbacusLocateMissingFilesCommand_LazyService', false],
  4163. 'App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' => ['privates', '.App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.lazy', 'getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand_LazyService', false],
  4164. 'App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => ['privates', '.App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy', 'getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService', false],
  4165. 'App\\Command\\AbacusRearrangeMathProblemsCommand' => ['privates', '.App\\Command\\AbacusRearrangeMathProblemsCommand.lazy', 'getAbacusRearrangeMathProblemsCommand_LazyService', false],
  4166. 'App\\Command\\AbacusValidateAllMathproblemsCommand' => ['privates', '.App\\Command\\AbacusValidateAllMathproblemsCommand.lazy', 'getAbacusValidateAllMathproblemsCommand_LazyService', false],
  4167. 'App\\Command\\AbacusValidateExistingMathproblemsCommand' => ['privates', '.App\\Command\\AbacusValidateExistingMathproblemsCommand.lazy', 'getAbacusValidateExistingMathproblemsCommand_LazyService', false],
  4168. 'App\\Command\\DispatchMigrateFilesToReferencesCommand' => ['privates', '.App\\Command\\DispatchMigrateFilesToReferencesCommand.lazy', 'getDispatchMigrateFilesToReferencesCommand_LazyService', false],
  4169. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  4170. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  4171. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  4172. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  4173. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  4174. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  4175. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  4176. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  4177. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  4178. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  4179. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  4180. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  4181. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  4182. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  4183. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  4184. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  4185. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  4186. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  4187. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  4188. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  4189. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  4190. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  4191. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  4192. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  4193. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  4194. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  4195. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  4196. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  4197. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  4198. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  4199. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  4200. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  4201. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  4202. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  4203. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  4204. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  4205. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  4206. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  4207. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  4208. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  4209. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  4210. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  4211. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  4212. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  4213. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  4214. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  4215. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  4216. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  4217. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  4218. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  4219. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  4220. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  4221. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  4222. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  4223. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  4224. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  4225. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  4226. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  4227. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  4228. 'vich_uploader.command.mapping_debug_class' => ['privates', '.vich_uploader.command.mapping_debug_class.lazy', 'get_VichUploader_Command_MappingDebugClass_LazyService', false],
  4229. 'vich_uploader.command.mapping_debug' => ['privates', '.vich_uploader.command.mapping_debug.lazy', 'get_VichUploader_Command_MappingDebug_LazyService', false],
  4230. 'vich_uploader.command.mapping_list_classes' => ['privates', '.vich_uploader.command.mapping_list_classes.lazy', 'get_VichUploader_Command_MappingListClasses_LazyService', false],
  4231. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
  4232. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  4233. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  4234. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  4235. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
  4236. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
  4237. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  4238. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  4239. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  4240. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  4241. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  4242. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  4243. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  4244. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  4245. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  4246. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  4247. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  4248. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  4249. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  4250. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  4251. 'ux.twig_component.command.debug' => ['privates', '.ux.twig_component.command.debug.lazy', 'get_Ux_TwigComponent_Command_Debug_LazyService', false],
  4252. ], [
  4253. 'App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => '?',
  4254. 'App\\Command\\AbacusDispatchEventsToClickstreamCommand' => '?',
  4255. 'App\\Command\\AbacusFetchSiteCommand' => '?',
  4256. 'App\\Command\\AbacusLoadTestDataCommand' => '?',
  4257. 'App\\Command\\AbacusLocateInlineImagesCommand' => '?',
  4258. 'App\\Command\\AbacusLocateMissingFilesCommand' => '?',
  4259. 'App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' => '?',
  4260. 'App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => '?',
  4261. 'App\\Command\\AbacusRearrangeMathProblemsCommand' => '?',
  4262. 'App\\Command\\AbacusValidateAllMathproblemsCommand' => '?',
  4263. 'App\\Command\\AbacusValidateExistingMathproblemsCommand' => '?',
  4264. 'App\\Command\\DispatchMigrateFilesToReferencesCommand' => '?',
  4265. 'console.command.about' => '?',
  4266. 'console.command.assets_install' => '?',
  4267. 'console.command.cache_clear' => '?',
  4268. 'console.command.cache_pool_clear' => '?',
  4269. 'console.command.cache_pool_prune' => '?',
  4270. 'console.command.cache_pool_delete' => '?',
  4271. 'console.command.cache_pool_list' => '?',
  4272. 'console.command.cache_warmup' => '?',
  4273. 'console.command.config_debug' => '?',
  4274. 'console.command.config_dump_reference' => '?',
  4275. 'console.command.container_debug' => '?',
  4276. 'console.command.container_lint' => '?',
  4277. 'console.command.debug_autowiring' => '?',
  4278. 'console.command.dotenv_debug' => '?',
  4279. 'console.command.event_dispatcher_debug' => '?',
  4280. 'console.command.messenger_consume_messages' => '?',
  4281. 'console.command.messenger_setup_transports' => '?',
  4282. 'console.command.messenger_debug' => '?',
  4283. 'console.command.messenger_stop_workers' => '?',
  4284. 'console.command.router_debug' => '?',
  4285. 'console.command.router_match' => '?',
  4286. 'console.command.translation_debug' => '?',
  4287. 'console.command.translation_extract' => '?',
  4288. 'console.command.validator_debug' => '?',
  4289. 'console.command.translation_pull' => '?',
  4290. 'console.command.translation_push' => '?',
  4291. 'console.command.xliff_lint' => '?',
  4292. 'console.command.yaml_lint' => '?',
  4293. 'console.command.form_debug' => '?',
  4294. 'console.command.secrets_set' => '?',
  4295. 'console.command.secrets_remove' => '?',
  4296. 'console.command.secrets_generate_key' => '?',
  4297. 'console.command.secrets_list' => '?',
  4298. 'console.command.secrets_decrypt_to_local' => '?',
  4299. 'console.command.secrets_encrypt_from_local' => '?',
  4300. 'security.command.debug_firewall' => '?',
  4301. 'security.command.user_password_encoder' => '?',
  4302. 'security.command.user_password_hash' => '?',
  4303. 'twig.command.debug' => '?',
  4304. 'twig.command.lint' => '?',
  4305. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4306. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4307. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4308. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  4309. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  4310. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  4311. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  4312. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  4313. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  4314. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  4315. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  4316. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  4317. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  4318. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  4319. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  4320. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  4321. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  4322. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  4323. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4324. 'vich_uploader.command.mapping_debug_class' => '?',
  4325. 'vich_uploader.command.mapping_debug' => '?',
  4326. 'vich_uploader.command.mapping_list_classes' => '?',
  4327. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  4328. 'var_dumper.command.server_dump' => '?',
  4329. 'monolog.command.server_log' => '?',
  4330. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  4331. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  4332. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  4333. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  4334. 'doctrine_migrations.diff_command' => '?',
  4335. 'doctrine_migrations.sync_metadata_command' => '?',
  4336. 'doctrine_migrations.versions_command' => '?',
  4337. 'doctrine_migrations.current_command' => '?',
  4338. 'doctrine_migrations.dump_schema_command' => '?',
  4339. 'doctrine_migrations.execute_command' => '?',
  4340. 'doctrine_migrations.generate_command' => '?',
  4341. 'doctrine_migrations.latest_command' => '?',
  4342. 'doctrine_migrations.migrate_command' => '?',
  4343. 'doctrine_migrations.rollup_command' => '?',
  4344. 'doctrine_migrations.status_command' => '?',
  4345. 'doctrine_migrations.up_to_date_command' => '?',
  4346. 'doctrine_migrations.version_command' => '?',
  4347. 'ux.twig_component.command.debug' => '?',
  4348. ]), ['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']);
  4349. }
  4350. /**
  4351. * Gets the public 'container.env_var_processors_locator' shared service.
  4352. *
  4353. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4354. */
  4355. protected function getContainer_EnvVarProcessorsLocatorService()
  4356. {
  4357. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4358. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4359. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4360. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4361. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4362. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4363. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4364. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4365. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4366. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4367. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4368. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4369. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4370. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4371. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4372. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4373. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4374. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  4375. ], [
  4376. 'base64' => '?',
  4377. 'bool' => '?',
  4378. 'const' => '?',
  4379. 'csv' => '?',
  4380. 'default' => '?',
  4381. 'file' => '?',
  4382. 'float' => '?',
  4383. 'int' => '?',
  4384. 'json' => '?',
  4385. 'key' => '?',
  4386. 'not' => '?',
  4387. 'query_string' => '?',
  4388. 'require' => '?',
  4389. 'resolve' => '?',
  4390. 'string' => '?',
  4391. 'trim' => '?',
  4392. 'url' => '?',
  4393. ]);
  4394. }
  4395. /**
  4396. * Gets the public 'data_collector.dump' shared service.
  4397. *
  4398. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  4399. */
  4400. protected function getDataCollector_DumpService()
  4401. {
  4402. 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()));
  4403. }
  4404. /**
  4405. * Gets the public 'doctrine' shared service.
  4406. *
  4407. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4408. */
  4409. protected function getDoctrineService()
  4410. {
  4411. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  4412. }
  4413. /**
  4414. * Gets the public 'doctrine.dbal.default_connection' shared service.
  4415. *
  4416. * @return \Doctrine\DBAL\Connection
  4417. */
  4418. protected function getDoctrine_Dbal_DefaultConnectionService()
  4419. {
  4420. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4421. if (isset($this->services['doctrine.dbal.default_connection'])) {
  4422. return $this->services['doctrine.dbal.default_connection'];
  4423. }
  4424. $b = new \Doctrine\DBAL\Configuration();
  4425. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4426. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4427. $c->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  4428. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4429. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  4430. $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))));
  4431. $d->setConnectionName('default');
  4432. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  4433. $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')))]));
  4434. $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())))]);
  4435. 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' => 'kvikmat_test2', 'user' => 'symfony', 'password' => 'nscc752ja8TZxKwYkzyNhSYP', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.6.12', 'defaultTableOptions' => []], $b, $a, []);
  4436. }
  4437. /**
  4438. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4439. *
  4440. * @return \Doctrine\ORM\EntityManager
  4441. */
  4442. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  4443. {
  4444. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  4445. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4446. return $this->services['doctrine.orm.default_entity_manager'];
  4447. }
  4448. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  4449. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  4450. return $this->services['doctrine.orm.default_entity_manager'];
  4451. }
  4452. $c = new \Doctrine\ORM\Configuration();
  4453. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  4454. $e = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity/User'), 1 => (\dirname(__DIR__, 4).'/src/Entity')], false);
  4455. $f = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  4456. $f->setGlobalBasename('mapping');
  4457. $d->addDriver($e, 'App\\Entity\\User\\');
  4458. $d->addDriver($e, 'App\\Entity');
  4459. $d->addDriver($f, 'Vich\\UploaderBundle\\Entity');
  4460. $c->setEntityNamespaces(['AppUser' => 'App\\Entity\\User\\', 'App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  4461. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4462. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  4463. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  4464. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4465. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  4466. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  4467. ], [
  4468. 'doctrine.ulid_generator' => '?',
  4469. 'doctrine.uuid_generator' => '?',
  4470. ])));
  4471. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4472. $c->setProxyNamespace('Proxies');
  4473. $c->setAutoGenerateProxyClasses(true);
  4474. $c->setSchemaIgnoreClasses([]);
  4475. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  4476. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4477. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  4478. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4479. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  4480. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  4481. $c->setLazyGhostObjectEnabled(false);
  4482. $c->setIdentityGenerationPreferences([]);
  4483. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4484. 'App\\Repository\\User\\ResetPasswordRequestRepository' => ['services', 'App\\Repository\\User\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', false],
  4485. ], [
  4486. 'App\\Repository\\User\\ResetPasswordRequestRepository' => '?',
  4487. ])));
  4488. $c->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
  4489. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  4490. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  4491. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  4492. return $instance;
  4493. }
  4494. /**
  4495. * Gets the public 'eight_points_guzzle.client.gale_users' shared service.
  4496. *
  4497. * @return \GuzzleHttp\Client
  4498. */
  4499. protected function getEightPointsGuzzle_Client_GaleUsersService()
  4500. {
  4501. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4502. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4503. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4504. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4505. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4506. $a = \GuzzleHttp\HandlerStack::create();
  4507. $a->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  4508. $a->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  4509. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  4510. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4511. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  4512. return $this->services['eight_points_guzzle.client.gale_users'] = new \GuzzleHttp\Client(['base_uri' => 'default value', 'handler' => $a, 'synchronous' => true, 'headers' => ['Accept' => 'application/json', 'X-API-Key' => 'default value']]);
  4513. }
  4514. /**
  4515. * Gets the public 'eight_points_guzzle.client.gyldendalaccessservice' shared service.
  4516. *
  4517. * @return \GuzzleHttp\Client
  4518. */
  4519. protected function getEightPointsGuzzle_Client_GyldendalaccessserviceService()
  4520. {
  4521. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4522. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4523. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4524. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4525. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4526. $a = \GuzzleHttp\HandlerStack::create();
  4527. $a->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  4528. $a->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  4529. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  4530. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4531. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  4532. 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']]);
  4533. }
  4534. /**
  4535. * Gets the public 'eight_points_guzzle.client.loginconnector' shared service.
  4536. *
  4537. * @return \GuzzleHttp\Client
  4538. */
  4539. protected function getEightPointsGuzzle_Client_LoginconnectorService()
  4540. {
  4541. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4542. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4543. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4544. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4545. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4546. $a = \GuzzleHttp\HandlerStack::create();
  4547. $a->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  4548. $a->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  4549. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  4550. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4551. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  4552. 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']]);
  4553. }
  4554. /**
  4555. * Gets the public 'eight_points_guzzle.client.systime_users' shared service.
  4556. *
  4557. * @return \GuzzleHttp\Client
  4558. */
  4559. protected function getEightPointsGuzzle_Client_SystimeUsersService()
  4560. {
  4561. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  4562. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  4563. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  4564. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  4565. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4566. $a = \GuzzleHttp\HandlerStack::create();
  4567. $a->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  4568. $a->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  4569. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  4570. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4571. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  4572. return $this->services['eight_points_guzzle.client.systime_users'] = new \GuzzleHttp\Client(['base_uri' => 'default value', 'handler' => $a, 'synchronous' => true, 'timeout' => 120.0]);
  4573. }
  4574. /**
  4575. * Gets the public 'eight_points_guzzle.formatter' shared service.
  4576. *
  4577. * @return \GuzzleHttp\MessageFormatter
  4578. */
  4579. protected function getEightPointsGuzzle_FormatterService()
  4580. {
  4581. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4582. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4583. return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  4584. }
  4585. /**
  4586. * Gets the public 'eight_points_guzzle.handler_stack.gale_users' shared service.
  4587. *
  4588. * @return \GuzzleHttp\HandlerStack
  4589. */
  4590. protected function getEightPointsGuzzle_HandlerStack_GaleUsersService()
  4591. {
  4592. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4593. $this->services['eight_points_guzzle.handler_stack.gale_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  4594. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  4595. $instance->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  4596. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  4597. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4598. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  4599. return $instance;
  4600. }
  4601. /**
  4602. * Gets the public 'eight_points_guzzle.handler_stack.gyldendalaccessservice' shared service.
  4603. *
  4604. * @return \GuzzleHttp\HandlerStack
  4605. */
  4606. protected function getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService()
  4607. {
  4608. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4609. $this->services['eight_points_guzzle.handler_stack.gyldendalaccessservice'] = $instance = \GuzzleHttp\HandlerStack::create();
  4610. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  4611. $instance->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  4612. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  4613. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4614. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  4615. return $instance;
  4616. }
  4617. /**
  4618. * Gets the public 'eight_points_guzzle.handler_stack.loginconnector' shared service.
  4619. *
  4620. * @return \GuzzleHttp\HandlerStack
  4621. */
  4622. protected function getEightPointsGuzzle_HandlerStack_LoginconnectorService()
  4623. {
  4624. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4625. $this->services['eight_points_guzzle.handler_stack.loginconnector'] = $instance = \GuzzleHttp\HandlerStack::create();
  4626. $instance->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  4627. $instance->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  4628. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  4629. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4630. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  4631. return $instance;
  4632. }
  4633. /**
  4634. * Gets the public 'eight_points_guzzle.handler_stack.systime_users' shared service.
  4635. *
  4636. * @return \GuzzleHttp\HandlerStack
  4637. */
  4638. protected function getEightPointsGuzzle_HandlerStack_SystimeUsersService()
  4639. {
  4640. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  4641. $this->services['eight_points_guzzle.handler_stack.systime_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  4642. $instance->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  4643. $instance->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  4644. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  4645. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  4646. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  4647. return $instance;
  4648. }
  4649. /**
  4650. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gale_users' shared service.
  4651. *
  4652. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4653. */
  4654. protected function getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService()
  4655. {
  4656. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4657. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4658. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'])) {
  4659. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'];
  4660. }
  4661. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gale_users');
  4662. }
  4663. /**
  4664. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' shared service.
  4665. *
  4666. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4667. */
  4668. protected function getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService()
  4669. {
  4670. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4671. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4672. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'])) {
  4673. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'];
  4674. }
  4675. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gyldendalaccessservice');
  4676. }
  4677. /**
  4678. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.loginconnector' shared service.
  4679. *
  4680. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4681. */
  4682. protected function getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService()
  4683. {
  4684. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4685. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4686. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'])) {
  4687. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'];
  4688. }
  4689. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'loginconnector');
  4690. }
  4691. /**
  4692. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.systime_users' shared service.
  4693. *
  4694. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  4695. */
  4696. protected function getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService()
  4697. {
  4698. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  4699. 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');
  4700. }
  4701. /**
  4702. * Gets the public 'eight_points_guzzle.middleware.log.gale_users' shared service.
  4703. *
  4704. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4705. */
  4706. protected function getEightPointsGuzzle_Middleware_Log_GaleUsersService()
  4707. {
  4708. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4709. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4710. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4711. 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())));
  4712. }
  4713. /**
  4714. * Gets the public 'eight_points_guzzle.middleware.log.gyldendalaccessservice' shared service.
  4715. *
  4716. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4717. */
  4718. protected function getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService()
  4719. {
  4720. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4721. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4722. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4723. 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())));
  4724. }
  4725. /**
  4726. * Gets the public 'eight_points_guzzle.middleware.log.loginconnector' shared service.
  4727. *
  4728. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4729. */
  4730. protected function getEightPointsGuzzle_Middleware_Log_LoginconnectorService()
  4731. {
  4732. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  4733. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4734. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4735. 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())));
  4736. }
  4737. /**
  4738. * Gets the public 'eight_points_guzzle.middleware.log.systime_users' shared service.
  4739. *
  4740. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  4741. */
  4742. protected function getEightPointsGuzzle_Middleware_Log_SystimeUsersService()
  4743. {
  4744. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  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.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())));
  4748. }
  4749. /**
  4750. * Gets the public 'eight_points_guzzle.middleware.profile.gale_users' shared service.
  4751. *
  4752. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4753. */
  4754. protected function getEightPointsGuzzle_Middleware_Profile_GaleUsersService()
  4755. {
  4756. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4757. 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))));
  4758. }
  4759. /**
  4760. * Gets the public 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' shared service.
  4761. *
  4762. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4763. */
  4764. protected function getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService()
  4765. {
  4766. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4767. 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))));
  4768. }
  4769. /**
  4770. * Gets the public 'eight_points_guzzle.middleware.profile.loginconnector' shared service.
  4771. *
  4772. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4773. */
  4774. protected function getEightPointsGuzzle_Middleware_Profile_LoginconnectorService()
  4775. {
  4776. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4777. 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))));
  4778. }
  4779. /**
  4780. * Gets the public 'eight_points_guzzle.middleware.profile.systime_users' shared service.
  4781. *
  4782. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  4783. */
  4784. protected function getEightPointsGuzzle_Middleware_Profile_SystimeUsersService()
  4785. {
  4786. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  4787. 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))));
  4788. }
  4789. /**
  4790. * Gets the public 'eight_points_guzzle.middleware.request_time.gale_users' shared service.
  4791. *
  4792. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4793. */
  4794. protected function getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()
  4795. {
  4796. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4797. 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()));
  4798. }
  4799. /**
  4800. * Gets the public 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' shared service.
  4801. *
  4802. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4803. */
  4804. protected function getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()
  4805. {
  4806. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4807. 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()));
  4808. }
  4809. /**
  4810. * Gets the public 'eight_points_guzzle.middleware.request_time.loginconnector' shared service.
  4811. *
  4812. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4813. */
  4814. protected function getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()
  4815. {
  4816. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4817. 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()));
  4818. }
  4819. /**
  4820. * Gets the public 'eight_points_guzzle.middleware.request_time.systime_users' shared service.
  4821. *
  4822. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  4823. */
  4824. protected function getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()
  4825. {
  4826. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  4827. 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()));
  4828. }
  4829. /**
  4830. * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  4831. *
  4832. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  4833. */
  4834. protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  4835. {
  4836. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  4837. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4838. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4839. $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  4840. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4841. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  4842. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4843. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4844. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4845. 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}'))));
  4846. }
  4847. /**
  4848. * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  4849. *
  4850. * @return \GuzzleHttp\MessageFormatter
  4851. */
  4852. protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  4853. {
  4854. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  4855. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  4856. return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  4857. }
  4858. /**
  4859. * Gets the public 'error_controller' shared service.
  4860. *
  4861. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  4862. */
  4863. protected function getErrorControllerService()
  4864. {
  4865. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  4866. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4867. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  4868. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  4869. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4870. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4871. 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)));
  4872. }
  4873. /**
  4874. * Gets the public 'event_dispatcher' shared service.
  4875. *
  4876. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4877. */
  4878. protected function getEventDispatcherService()
  4879. {
  4880. $a = new \Symfony\Bridge\Monolog\Logger('event');
  4881. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4882. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  4883. $a->pushHandler(new \Monolog\Handler\NullHandler());
  4884. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4885. $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())));
  4886. $instance->addListener('security.interactive_login', [0 => function () {
  4887. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  4888. }, 1 => 'onLogin'], 0);
  4889. $instance->addListener('kernel.exception', [0 => function () {
  4890. return ($this->privates['abacus_exception_handler.listener'] ?? $this->getAbacusExceptionHandler_ListenerService());
  4891. }, 1 => 'onKernelException'], 0);
  4892. $instance->addListener('kernel.request', [0 => function () {
  4893. return ($this->privates['abacus_request.listener'] ?? $this->getAbacusRequest_ListenerService());
  4894. }, 1 => 'onKernelRequest'], 0);
  4895. $instance->addListener('kernel.controller', [0 => function () {
  4896. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4897. }, 1 => 'onKernelController'], 0);
  4898. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  4899. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  4900. }, 1 => 'checkPassport'], 1024);
  4901. $instance->addListener('kernel.response', [0 => function () {
  4902. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4903. }, 1 => 'onKernelResponse'], 0);
  4904. $instance->addListener('kernel.request', [0 => function () {
  4905. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  4906. }, 1 => 'onKernelRequest'], 0);
  4907. $instance->addListener('console.command', [0 => function () {
  4908. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  4909. }, 1 => 'handleConsoleCommandEvent'], 128);
  4910. $instance->addListener('console.terminate', [0 => function () {
  4911. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  4912. }, 1 => 'handleConsoleTerminateEvent'], -64);
  4913. $instance->addListener('console.error', [0 => function () {
  4914. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  4915. }, 1 => 'handleConsoleErrorEvent'], -64);
  4916. $instance->addListener('kernel.exception', [0 => function () {
  4917. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  4918. }, 1 => 'handleExceptionEvent'], 128);
  4919. $instance->addListener('kernel.request', [0 => function () {
  4920. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  4921. }, 1 => 'handleKernelRequestEvent'], 5);
  4922. $instance->addListener('kernel.controller', [0 => function () {
  4923. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  4924. }, 1 => 'handleKernelControllerEvent'], 10);
  4925. $instance->addListener('kernel.request', [0 => function () {
  4926. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  4927. }, 1 => 'handleKernelRequestEvent'], 3);
  4928. $instance->addListener('kernel.finish_request', [0 => function () {
  4929. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  4930. }, 1 => 'handleKernelFinishRequestEvent'], 5);
  4931. $instance->addListener('kernel.request', [0 => function () {
  4932. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  4933. }, 1 => 'handleKernelRequestEvent'], 4);
  4934. $instance->addListener('kernel.response', [0 => function () {
  4935. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  4936. }, 1 => 'handleKernelResponseEvent'], 15);
  4937. $instance->addListener('kernel.terminate', [0 => function () {
  4938. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  4939. }, 1 => 'handleKernelTerminateEvent'], 5);
  4940. $instance->addListener('kernel.request', [0 => function () {
  4941. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  4942. }, 1 => 'handleKernelRequestEvent'], 2);
  4943. $instance->addListener('kernel.finish_request', [0 => function () {
  4944. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  4945. }, 1 => 'handleKernelFinishRequestEvent'], 10);
  4946. $instance->addListener('kernel.response', [0 => function () {
  4947. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  4948. }, 1 => 'handleKernelResponseEvent'], 15);
  4949. $instance->addListener('console.command', [0 => function () {
  4950. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  4951. }, 1 => 'handleConsoleCommandEvent'], 118);
  4952. $instance->addListener('console.terminate', [0 => function () {
  4953. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  4954. }, 1 => 'handleConsoleTerminateEvent'], -54);
  4955. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  4956. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  4957. }, 1 => 'handleWorkerMessageFailedEvent'], 50);
  4958. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  4959. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  4960. }, 1 => 'handleWorkerMessageHandledEvent'], 50);
  4961. $instance->addListener('kernel.request', [0 => function () {
  4962. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4963. }, 1 => 'handleKernelRequestEvent'], 0);
  4964. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  4965. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4966. }, 1 => 'handleLoginSuccessEvent'], 0);
  4967. $instance->addListener('kernel.request', [0 => function () {
  4968. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4969. }, 1 => 'onKernelRequest'], 250);
  4970. $instance->addListener('kernel.response', [0 => function () {
  4971. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  4972. }, 1 => 'onKernelResponse'], 0);
  4973. $instance->addListener('kernel.response', [0 => function () {
  4974. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  4975. }, 1 => 'onResponse'], -15);
  4976. $instance->addListener('kernel.exception', [0 => function () {
  4977. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  4978. }, 1 => 'onKernelException'], -64);
  4979. $instance->addListener('kernel.view', [0 => function () {
  4980. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  4981. }, 1 => 'onKernelView'], 0);
  4982. $instance->addListener('console.command', [0 => function () {
  4983. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  4984. }, 1 => 'onConsoleCommand'], 0);
  4985. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  4986. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  4987. }, 1 => 'onLogout'], 0);
  4988. $instance->addListener('form.pre_set_data', [0 => function () {
  4989. return ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] ?? ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] = new \App\Form\Teacher\EventListener\TextbookSessionTypeEventListener()));
  4990. }, 1 => 'onPreSetData'], 0);
  4991. $instance->addListener('form.submit', [0 => function () {
  4992. return ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] ?? ($this->privates['App\\Form\\Teacher\\EventListener\\TextbookSessionTypeEventListener'] = new \App\Form\Teacher\EventListener\TextbookSessionTypeEventListener()));
  4993. }, 1 => 'onSubmit'], 0);
  4994. $instance->addListener('kernel.response', [0 => function () {
  4995. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  4996. }, 1 => 'onKernelResponse'], 0);
  4997. $instance->addListener('kernel.response', [0 => function () {
  4998. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4999. }, 1 => 'onKernelResponse'], -1024);
  5000. $instance->addListener('kernel.request', [0 => function () {
  5001. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5002. }, 1 => 'setDefaultLocale'], 100);
  5003. $instance->addListener('kernel.request', [0 => function () {
  5004. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5005. }, 1 => 'onKernelRequest'], 16);
  5006. $instance->addListener('kernel.finish_request', [0 => function () {
  5007. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5008. }, 1 => 'onKernelFinishRequest'], 0);
  5009. $instance->addListener('kernel.request', [0 => function () {
  5010. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  5011. }, 1 => 'onKernelRequest'], 256);
  5012. $instance->addListener('kernel.response', [0 => function () {
  5013. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  5014. }, 1 => 'onResponse'], -255);
  5015. $instance->addListener('kernel.controller_arguments', [0 => function () {
  5016. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5017. }, 1 => 'onControllerArguments'], 0);
  5018. $instance->addListener('kernel.exception', [0 => function () {
  5019. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5020. }, 1 => 'logKernelException'], 0);
  5021. $instance->addListener('kernel.exception', [0 => function () {
  5022. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5023. }, 1 => 'onKernelException'], -128);
  5024. $instance->addListener('kernel.response', [0 => function () {
  5025. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  5026. }, 1 => 'removeCspHeader'], -128);
  5027. $instance->addListener('kernel.request', [0 => function () {
  5028. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5029. }, 1 => 'onKernelRequest'], 15);
  5030. $instance->addListener('kernel.finish_request', [0 => function () {
  5031. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5032. }, 1 => 'onKernelFinishRequest'], -15);
  5033. $instance->addListener('console.error', [0 => function () {
  5034. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5035. }, 1 => 'onConsoleError'], -128);
  5036. $instance->addListener('console.terminate', [0 => function () {
  5037. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5038. }, 1 => 'onConsoleTerminate'], -128);
  5039. $instance->addListener('console.error', [0 => function () {
  5040. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  5041. }, 1 => 'onConsoleError'], 0);
  5042. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5043. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  5044. }, 1 => 'onMessage'], -255);
  5045. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5046. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  5047. }, 1 => 'onMessage'], -255);
  5048. $instance->addListener('kernel.request', [0 => function () {
  5049. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  5050. }, 1 => 'onKernelRequest'], 48);
  5051. $instance->addListener('kernel.request', [0 => function () {
  5052. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5053. }, 1 => 'configure'], 2048);
  5054. $instance->addListener('console.command', [0 => function () {
  5055. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5056. }, 1 => 'configure'], 2048);
  5057. $instance->addListener('kernel.request', [0 => function () {
  5058. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5059. }, 1 => 'onKernelRequest'], 32);
  5060. $instance->addListener('kernel.finish_request', [0 => function () {
  5061. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5062. }, 1 => 'onKernelFinishRequest'], 0);
  5063. $instance->addListener('kernel.exception', [0 => function () {
  5064. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5065. }, 1 => 'onKernelException'], -64);
  5066. $instance->addListener('kernel.request', [0 => function () {
  5067. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5068. }, 1 => 'onKernelRequest'], 128);
  5069. $instance->addListener('kernel.response', [0 => function () {
  5070. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5071. }, 1 => 'onKernelResponse'], -1000);
  5072. $instance->addListener('kernel.finish_request', [0 => function () {
  5073. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5074. }, 1 => 'onFinishRequest'], 0);
  5075. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5076. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  5077. }, 1 => 'onMessageFailed'], 100);
  5078. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5079. 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()));
  5080. }, 1 => 'onMessageFailed'], 200);
  5081. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5082. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  5083. }, 1 => 'onWorkerRunning'], 100);
  5084. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  5085. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5086. }, 1 => 'onWorkerStarted'], 0);
  5087. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5088. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5089. }, 1 => 'onWorkerRunning'], 0);
  5090. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  5091. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  5092. }, 1 => 'onWorkerStarted'], 100);
  5093. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5094. 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()));
  5095. }, 1 => 'onMessageFailed'], 0);
  5096. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  5097. 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()));
  5098. }, 1 => 'onWorkerRunning'], 0);
  5099. $instance->addListener('kernel.response', [0 => function () {
  5100. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5101. }, 1 => 'onKernelResponse'], -100);
  5102. $instance->addListener('kernel.exception', [0 => function () {
  5103. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5104. }, 1 => 'onKernelException'], 0);
  5105. $instance->addListener('kernel.terminate', [0 => function () {
  5106. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5107. }, 1 => 'onKernelTerminate'], -1024);
  5108. $instance->addListener('kernel.controller', [0 => function () {
  5109. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5110. }, 1 => 'onKernelController'], 0);
  5111. $instance->addListener('kernel.response', [0 => function () {
  5112. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5113. }, 1 => 'onKernelResponse'], 0);
  5114. $instance->addListener('kernel.response', [0 => function () {
  5115. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5116. }, 1 => 'onKernelResponse'], 0);
  5117. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5118. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5119. }, 1 => 'checkPassport'], 0);
  5120. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  5121. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5122. }, 1 => 'onLoginSuccess'], 0);
  5123. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  5124. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  5125. }, 1 => 'onVoterVote'], 0);
  5126. $instance->addListener('kernel.request', [0 => function () {
  5127. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5128. }, 1 => 'configureLogoutUrlGenerator'], 8);
  5129. $instance->addListener('kernel.request', [0 => function () {
  5130. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5131. }, 1 => 'onKernelRequest'], 8);
  5132. $instance->addListener('kernel.finish_request', [0 => function () {
  5133. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5134. }, 1 => 'onKernelFinishRequest'], 0);
  5135. $instance->addListener('kernel.exception', [0 => function () {
  5136. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
  5137. }, 1 => 'onKernelException'], 2);
  5138. $instance->addListener('kernel.request', [0 => function () {
  5139. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  5140. }, 1 => 'onKernelRequest'], 0);
  5141. $instance->addListener('security.authentication.success', [0 => function () {
  5142. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5143. }, 1 => 'onLogin'], 9223372036854775807);
  5144. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  5145. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5146. }, 1 => 'onAccessDenied'], 0);
  5147. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  5148. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5149. }, 1 => 'onTwoFactorForm'], 0);
  5150. $instance->addListener('kernel.response', [0 => function () {
  5151. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  5152. }, 1 => 'onKernelResponse'], 1);
  5153. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  5154. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  5155. }, 1 => 'onMessage'], 0);
  5156. $instance->addListener('console.command', [0 => function () {
  5157. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5158. }, 1 => 'onCommand'], 255);
  5159. $instance->addListener('console.terminate', [0 => function () {
  5160. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5161. }, 1 => 'onTerminate'], -255);
  5162. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  5163. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5164. }, 1 => 'onWorkerMessageHandled'], 0);
  5165. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  5166. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5167. }, 1 => 'onWorkerMessageFailed'], 0);
  5168. $instance->addListener('knp_pager.before', [0 => function () {
  5169. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5170. }, 1 => 'before'], 0);
  5171. $instance->addListener('knp_pager.pagination', [0 => function () {
  5172. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5173. }, 1 => 'pagination'], 0);
  5174. $instance->addListener('knp_pager.before', [0 => function () {
  5175. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  5176. }, 1 => 'before'], 1);
  5177. $instance->addListener('knp_pager.before', [0 => function () {
  5178. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  5179. }, 1 => 'before'], 1);
  5180. $instance->addListener('knp_pager.pagination', [0 => function () {
  5181. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5182. }, 1 => 'pagination'], 1);
  5183. $instance->addListener('kernel.response', [0 => function () {
  5184. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5185. }, 1 => 'onKernelResponse'], -128);
  5186. $instance->addListener('console.command', [0 => function () {
  5187. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  5188. }, 1 => 'configure'], 1024);
  5189. $instance->addListener('kernel.request', [0 => function () {
  5190. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5191. }, 1 => 'onKernelRequestPrettyUrls'], 1);
  5192. $instance->addListener('kernel.request', [0 => function () {
  5193. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5194. }, 1 => 'onKernelRequest'], 0);
  5195. $instance->addListener('kernel.controller', [0 => function () {
  5196. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  5197. }, 1 => 'onKernelController'], 128);
  5198. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5199. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  5200. }, 1 => 'checkPassport'], 0);
  5201. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  5202. 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()));
  5203. }, 1 => 'onSuccessfulLogin'], -63);
  5204. $instance->addListener('security.authentication.success', [0 => function () {
  5205. 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()));
  5206. }, 1 => 'onLogin'], 9223372036854775806);
  5207. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent', [0 => function () {
  5208. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  5209. }, 1 => 'onPreRender'], 255);
  5210. $instance->addListener('Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent', [0 => function () {
  5211. return ($this->privates['ux.twig_component.component_logger_listener'] ?? ($this->privates['ux.twig_component.component_logger_listener'] = new \Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener()));
  5212. }, 1 => 'onPostRender'], -255);
  5213. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  5214. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5215. }, 1 => 'checkPassport'], 512);
  5216. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  5217. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5218. }, 1 => 'onLogout'], 0);
  5219. return $instance;
  5220. }
  5221. /**
  5222. * Gets the public 'http_kernel' shared service.
  5223. *
  5224. * @return \Symfony\Component\HttpKernel\HttpKernel
  5225. */
  5226. protected function getHttpKernelService()
  5227. {
  5228. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5229. if (isset($this->services['http_kernel'])) {
  5230. return $this->services['http_kernel'];
  5231. }
  5232. 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 () {
  5233. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5234. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5235. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5236. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5237. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  5238. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  5239. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5240. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5241. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5242. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5243. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  5244. }
  5245. /**
  5246. * Gets the public 'knp_paginator' shared service.
  5247. *
  5248. * @return \Knp\Component\Pager\Paginator
  5249. */
  5250. protected function getKnpPaginatorService($lazyLoad = true)
  5251. {
  5252. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  5253. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  5254. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5255. if (isset($this->services['knp_paginator'])) {
  5256. return $this->services['knp_paginator'];
  5257. }
  5258. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5259. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  5260. return $instance;
  5261. }
  5262. /**
  5263. * Gets the public 'messenger.default_bus' shared service.
  5264. *
  5265. * @return \Symfony\Component\Messenger\TraceableMessageBus
  5266. */
  5267. protected function getMessenger_DefaultBusService()
  5268. {
  5269. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  5270. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  5271. 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')));
  5272. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  5273. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  5274. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  5275. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  5276. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  5277. }, 7)));
  5278. }
  5279. /**
  5280. * Gets the public 'monolog.logger.deprecation' shared service.
  5281. *
  5282. * @return \Symfony\Bridge\Monolog\Logger
  5283. */
  5284. protected function getMonolog_Logger_DeprecationService()
  5285. {
  5286. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  5287. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5288. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5289. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5290. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5291. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5292. return $instance;
  5293. }
  5294. /**
  5295. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  5296. *
  5297. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  5298. */
  5299. protected function getNelmioApiDoc_Command_DumpService()
  5300. {
  5301. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5302. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  5303. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5304. $instance->setName('nelmio:apidoc:dump');
  5305. return $instance;
  5306. }
  5307. /**
  5308. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  5309. *
  5310. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5311. */
  5312. protected function getNelmioApiDoc_Controller_RedoclyService()
  5313. {
  5314. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5315. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  5316. }
  5317. /**
  5318. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  5319. *
  5320. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5321. */
  5322. protected function getNelmioApiDoc_Controller_StoplightService()
  5323. {
  5324. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5325. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  5326. }
  5327. /**
  5328. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  5329. *
  5330. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  5331. */
  5332. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  5333. {
  5334. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  5335. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5336. }
  5337. /**
  5338. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  5339. *
  5340. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5341. */
  5342. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  5343. {
  5344. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  5345. 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');
  5346. }
  5347. /**
  5348. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  5349. *
  5350. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  5351. */
  5352. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  5353. {
  5354. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  5355. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5356. }
  5357. /**
  5358. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  5359. *
  5360. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  5361. */
  5362. protected function getNelmioApiDoc_Generator_DefaultService()
  5363. {
  5364. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  5365. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  5366. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  5367. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  5368. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  5369. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  5370. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  5371. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  5372. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  5373. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  5374. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  5375. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  5376. }, 5), new RewindableGenerator(function () {
  5377. 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()));
  5378. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  5379. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  5380. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  5381. }, 4), NULL, 'openapi_doc.default', $a);
  5382. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  5383. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5384. $b->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5385. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5386. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5387. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  5388. $instance->setAlternativeNames([]);
  5389. $instance->setMediaTypes([0 => 'json']);
  5390. $instance->setLogger($b);
  5391. $instance->setOpenApiVersion(NULL);
  5392. return $instance;
  5393. }
  5394. /**
  5395. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  5396. *
  5397. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  5398. */
  5399. protected function getNelmioApiDoc_RenderDocsService()
  5400. {
  5401. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  5402. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  5403. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  5404. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  5405. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  5406. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5407. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  5408. ], [
  5409. 'default' => '?',
  5410. ]), 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' => []]));
  5411. }
  5412. /**
  5413. * Gets the public 'request_stack' shared service.
  5414. *
  5415. * @return \Symfony\Component\HttpFoundation\RequestStack
  5416. */
  5417. protected function getRequestStackService()
  5418. {
  5419. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5420. }
  5421. /**
  5422. * Gets the public 'router' shared service.
  5423. *
  5424. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5425. */
  5426. protected function getRouterService()
  5427. {
  5428. $a = new \Symfony\Bridge\Monolog\Logger('router');
  5429. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5430. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5431. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5432. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5433. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5434. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5435. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  5436. ], [
  5437. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5438. ]))->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');
  5439. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5440. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5441. return $instance;
  5442. }
  5443. /**
  5444. * Gets the public 'routing.loader' shared service.
  5445. *
  5446. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5447. */
  5448. protected function getRouting_LoaderService()
  5449. {
  5450. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5451. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  5452. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5453. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5454. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5455. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5456. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  5457. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  5458. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  5459. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  5460. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5461. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  5462. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  5463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  5464. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5465. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5466. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5467. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5468. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5469. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5470. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php';
  5471. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5472. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5473. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5474. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5475. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  5476. if (isset($this->services['routing.loader'])) {
  5477. return $this->services['routing.loader'];
  5478. }
  5479. $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  5480. $c = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  5481. $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  5482. $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
  5483. $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
  5484. $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
  5485. $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
  5486. $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
  5487. $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5488. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  5489. ], [
  5490. 'kernel' => 'Kernel',
  5491. ]), 'dev'));
  5492. $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.''));
  5493. $b->addLoader($d);
  5494. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
  5495. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
  5496. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  5497. }
  5498. /**
  5499. * Gets the public 'scheb_two_factor.firewall_context' shared service.
  5500. *
  5501. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  5502. */
  5503. protected function getSchebTwoFactor_FirewallContextService()
  5504. {
  5505. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  5506. 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())]);
  5507. }
  5508. /**
  5509. * Gets the public 'scheb_two_factor.form_controller' shared service.
  5510. *
  5511. * @return \Scheb\TwoFactorBundle\Controller\FormController
  5512. */
  5513. protected function getSchebTwoFactor_FormControllerService()
  5514. {
  5515. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  5516. 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);
  5517. }
  5518. /**
  5519. * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  5520. *
  5521. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  5522. */
  5523. protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  5524. {
  5525. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  5526. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  5527. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  5528. 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);
  5529. }
  5530. /**
  5531. * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  5532. *
  5533. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  5534. */
  5535. protected function getSchebTwoFactor_Security_TotpFactoryService()
  5536. {
  5537. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  5538. return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []);
  5539. }
  5540. /**
  5541. * Gets the public 'services_resetter' shared service.
  5542. *
  5543. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5544. */
  5545. protected function getServicesResetterService()
  5546. {
  5547. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5548. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5549. if (isset($this->services['cache.app'])) {
  5550. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5551. }
  5552. if (isset($this->services['cache.system'])) {
  5553. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5554. }
  5555. if (isset($this->privates['cache.validator.traceable'])) {
  5556. yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  5557. }
  5558. if (isset($this->privates['cache.serializer.traceable'])) {
  5559. yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  5560. }
  5561. if (isset($this->privates['cache.annotations.traceable'])) {
  5562. yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  5563. }
  5564. if (isset($this->privates['cache.property_info.traceable'])) {
  5565. yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  5566. }
  5567. if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  5568. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  5569. }
  5570. if (isset($this->privates['.debug.http_client'])) {
  5571. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  5572. }
  5573. if (isset($this->privates['mailer.message_logger_listener'])) {
  5574. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  5575. }
  5576. if (isset($this->privates['debug.stopwatch'])) {
  5577. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5578. }
  5579. if (isset($this->services['event_dispatcher'])) {
  5580. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5581. }
  5582. if (isset($this->privates['session_listener'])) {
  5583. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  5584. }
  5585. if (isset($this->privates['form.choice_list_factory.cached'])) {
  5586. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5587. }
  5588. if (isset($this->services['cache.validator_expression_language'])) {
  5589. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  5590. }
  5591. if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  5592. yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  5593. }
  5594. if (isset($this->services['.container.private.profiler'])) {
  5595. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  5596. }
  5597. if (isset($this->services['.container.private.validator'])) {
  5598. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  5599. }
  5600. if (isset($this->services['.container.private.security.token_storage'])) {
  5601. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  5602. }
  5603. if (isset($this->privates['cache.security_expression_language.traceable'])) {
  5604. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  5605. }
  5606. if (isset($this->privates['debug.security.firewall'])) {
  5607. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  5608. }
  5609. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  5610. yield 'debug.security.firewall.authenticator.api_doc' => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? null);
  5611. }
  5612. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  5613. yield 'debug.security.firewall.authenticator.api_gale' => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? null);
  5614. }
  5615. if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  5616. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  5617. }
  5618. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  5619. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  5620. }
  5621. if (isset($this->services['.container.private.twig'])) {
  5622. yield 'twig' => ($this->services['.container.private.twig'] ?? null);
  5623. }
  5624. if (isset($this->privates['twig.form.engine'])) {
  5625. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  5626. }
  5627. if (isset($this->privates['monolog.handler.main'])) {
  5628. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5629. }
  5630. if (isset($this->privates['monolog.handler.console'])) {
  5631. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5632. }
  5633. if (isset($this->services['doctrine'])) {
  5634. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5635. }
  5636. if (isset($this->privates['doctrine.debug_data_holder'])) {
  5637. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  5638. }
  5639. if (isset($this->privates['form.type.entity'])) {
  5640. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5641. }
  5642. if (isset($this->services['cache.easyadmin'])) {
  5643. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? null);
  5644. }
  5645. if (isset($this->privates['ux.twig_component.component_factory'])) {
  5646. yield 'ux.twig_component.component_factory' => ($this->privates['ux.twig_component.component_factory'] ?? null);
  5647. }
  5648. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  5649. yield 'ux.twig_component.component_renderer' => ($this->privates['ux.twig_component.component_renderer'] ?? null);
  5650. }
  5651. if (isset($this->privates['cache.ux.twig_component.traceable'])) {
  5652. yield 'cache.ux.twig_component' => ($this->privates['cache.ux.twig_component.traceable'] ?? null);
  5653. }
  5654. if (isset($this->privates['.debug.http_client'])) {
  5655. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5656. }
  5657. }, function () {
  5658. 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']));
  5659. }), ['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']]);
  5660. }
  5661. /**
  5662. * Gets the public 'translator' shared service.
  5663. *
  5664. * @return \Symfony\Component\Translation\DataCollectorTranslator
  5665. */
  5666. protected function getTranslatorService()
  5667. {
  5668. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5669. }
  5670. /**
  5671. * Gets the public 'var_dumper.cloner' shared service.
  5672. *
  5673. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5674. */
  5675. protected function getVarDumper_ClonerService()
  5676. {
  5677. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5678. $instance->setMaxItems(2500);
  5679. $instance->setMinDepth(1);
  5680. $instance->setMaxString(-1);
  5681. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5682. return $instance;
  5683. }
  5684. /**
  5685. * Gets the public 'vich_uploader.download_handler' shared service.
  5686. *
  5687. * @return \Vich\UploaderBundle\Handler\DownloadHandler
  5688. */
  5689. protected function getVichUploader_DownloadHandlerService()
  5690. {
  5691. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5692. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  5693. 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()));
  5694. }
  5695. /**
  5696. * Gets the public 'vich_uploader.form.type.file' shared service.
  5697. *
  5698. * @return \Vich\UploaderBundle\Form\Type\VichFileType
  5699. */
  5700. protected function getVichUploader_Form_Type_FileService()
  5701. {
  5702. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5703. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5704. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5705. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5706. if (isset($this->services['vich_uploader.form.type.file'])) {
  5707. return $this->services['vich_uploader.form.type.file'];
  5708. }
  5709. 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()));
  5710. }
  5711. /**
  5712. * Gets the public 'vich_uploader.form.type.image' shared service.
  5713. *
  5714. * @return \Vich\UploaderBundle\Form\Type\VichImageType
  5715. */
  5716. protected function getVichUploader_Form_Type_ImageService()
  5717. {
  5718. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  5719. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  5720. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  5721. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  5722. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  5723. if (isset($this->services['vich_uploader.form.type.image'])) {
  5724. return $this->services['vich_uploader.form.type.image'];
  5725. }
  5726. 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);
  5727. }
  5728. /**
  5729. * Gets the public 'vich_uploader.upload_handler' shared service.
  5730. *
  5731. * @return \Vich\UploaderBundle\Handler\UploadHandler
  5732. */
  5733. protected function getVichUploader_UploadHandlerService()
  5734. {
  5735. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  5736. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  5737. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  5738. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  5739. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5740. if (isset($this->services['vich_uploader.upload_handler'])) {
  5741. return $this->services['vich_uploader.upload_handler'];
  5742. }
  5743. $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  5744. 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);
  5745. }
  5746. /**
  5747. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5748. *
  5749. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5750. */
  5751. protected function getWebProfiler_Controller_ExceptionPanelService()
  5752. {
  5753. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5754. 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()));
  5755. }
  5756. /**
  5757. * Gets the public 'web_profiler.controller.profiler' shared service.
  5758. *
  5759. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5760. */
  5761. protected function getWebProfiler_Controller_ProfilerService()
  5762. {
  5763. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5764. 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));
  5765. }
  5766. /**
  5767. * Gets the public 'web_profiler.controller.router' shared service.
  5768. *
  5769. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5770. */
  5771. protected function getWebProfiler_Controller_RouterService()
  5772. {
  5773. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5774. 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 () {
  5775. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5776. }, 1));
  5777. }
  5778. /**
  5779. * Gets the private '.App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy' shared service.
  5780. *
  5781. * @return \Symfony\Component\Console\Command\LazyCommand
  5782. */
  5783. protected function getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService()
  5784. {
  5785. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5786. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5787. 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 {
  5788. return ($this->privates['App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] ?? $this->getAbacusCopyAnonymizedProdDataToTestServerCommandService());
  5789. });
  5790. }
  5791. /**
  5792. * Gets the private '.App\Command\AbacusDispatchEventsToClickstreamCommand.lazy' shared service.
  5793. *
  5794. * @return \Symfony\Component\Console\Command\LazyCommand
  5795. */
  5796. protected function getAbacusDispatchEventsToClickstreamCommand_LazyService()
  5797. {
  5798. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5799. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5800. 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 {
  5801. return ($this->services['App\\Command\\AbacusDispatchEventsToClickstreamCommand'] ?? $this->getAbacusDispatchEventsToClickstreamCommandService());
  5802. });
  5803. }
  5804. /**
  5805. * Gets the private '.App\Command\AbacusFetchSiteCommand.lazy' shared service.
  5806. *
  5807. * @return \Symfony\Component\Console\Command\LazyCommand
  5808. */
  5809. protected function getAbacusFetchSiteCommand_LazyService()
  5810. {
  5811. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5812. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5813. 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 {
  5814. return ($this->privates['App\\Command\\AbacusFetchSiteCommand'] ?? $this->getAbacusFetchSiteCommandService());
  5815. });
  5816. }
  5817. /**
  5818. * Gets the private '.App\Command\AbacusLoadTestDataCommand.lazy' shared service.
  5819. *
  5820. * @return \Symfony\Component\Console\Command\LazyCommand
  5821. */
  5822. protected function getAbacusLoadTestDataCommand_LazyService()
  5823. {
  5824. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5825. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5826. 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 {
  5827. return ($this->privates['App\\Command\\AbacusLoadTestDataCommand'] ?? $this->getAbacusLoadTestDataCommandService());
  5828. });
  5829. }
  5830. /**
  5831. * Gets the private '.App\Command\AbacusLocateInlineImagesCommand.lazy' shared service.
  5832. *
  5833. * @return \Symfony\Component\Console\Command\LazyCommand
  5834. */
  5835. protected function getAbacusLocateInlineImagesCommand_LazyService()
  5836. {
  5837. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5838. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5839. 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 {
  5840. return ($this->privates['App\\Command\\AbacusLocateInlineImagesCommand'] ?? $this->getAbacusLocateInlineImagesCommandService());
  5841. });
  5842. }
  5843. /**
  5844. * Gets the private '.App\Command\AbacusLocateMissingFilesCommand.lazy' shared service.
  5845. *
  5846. * @return \Symfony\Component\Console\Command\LazyCommand
  5847. */
  5848. protected function getAbacusLocateMissingFilesCommand_LazyService()
  5849. {
  5850. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5851. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5852. 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 {
  5853. return ($this->privates['App\\Command\\AbacusLocateMissingFilesCommand'] ?? $this->getAbacusLocateMissingFilesCommandService());
  5854. });
  5855. }
  5856. /**
  5857. * Gets the private '.App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.lazy' shared service.
  5858. *
  5859. * @return \Symfony\Component\Console\Command\LazyCommand
  5860. */
  5861. protected function getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand_LazyService()
  5862. {
  5863. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5864. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5865. 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 {
  5866. return ($this->privates['App\\Command\\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommandService());
  5867. });
  5868. }
  5869. /**
  5870. * Gets the private '.App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy' shared service.
  5871. *
  5872. * @return \Symfony\Component\Console\Command\LazyCommand
  5873. */
  5874. protected function getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService()
  5875. {
  5876. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5877. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5878. 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 {
  5879. return ($this->privates['App\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateTextbookElementImagesToReferencesCommandService());
  5880. });
  5881. }
  5882. /**
  5883. * Gets the private '.App\Command\AbacusRearrangeMathProblemsCommand.lazy' shared service.
  5884. *
  5885. * @return \Symfony\Component\Console\Command\LazyCommand
  5886. */
  5887. protected function getAbacusRearrangeMathProblemsCommand_LazyService()
  5888. {
  5889. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5890. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5891. 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 {
  5892. return ($this->privates['App\\Command\\AbacusRearrangeMathProblemsCommand'] ?? $this->getAbacusRearrangeMathProblemsCommandService());
  5893. });
  5894. }
  5895. /**
  5896. * Gets the private '.App\Command\AbacusValidateAllMathproblemsCommand.lazy' shared service.
  5897. *
  5898. * @return \Symfony\Component\Console\Command\LazyCommand
  5899. */
  5900. protected function getAbacusValidateAllMathproblemsCommand_LazyService()
  5901. {
  5902. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5903. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5904. 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 {
  5905. return ($this->privates['App\\Command\\AbacusValidateAllMathproblemsCommand'] ?? $this->getAbacusValidateAllMathproblemsCommandService());
  5906. });
  5907. }
  5908. /**
  5909. * Gets the private '.App\Command\AbacusValidateExistingMathproblemsCommand.lazy' shared service.
  5910. *
  5911. * @return \Symfony\Component\Console\Command\LazyCommand
  5912. */
  5913. protected function getAbacusValidateExistingMathproblemsCommand_LazyService()
  5914. {
  5915. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5916. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5917. 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 {
  5918. return ($this->privates['App\\Command\\AbacusValidateExistingMathproblemsCommand'] ?? $this->getAbacusValidateExistingMathproblemsCommandService());
  5919. });
  5920. }
  5921. /**
  5922. * Gets the private '.App\Command\DispatchMigrateFilesToReferencesCommand.lazy' shared service.
  5923. *
  5924. * @return \Symfony\Component\Console\Command\LazyCommand
  5925. */
  5926. protected function getDispatchMigrateFilesToReferencesCommand_LazyService()
  5927. {
  5928. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5929. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5930. 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 {
  5931. return ($this->privates['App\\Command\\DispatchMigrateFilesToReferencesCommand'] ?? $this->getDispatchMigrateFilesToReferencesCommandService());
  5932. });
  5933. }
  5934. /**
  5935. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  5936. *
  5937. * @return \Symfony\Component\Console\Command\LazyCommand
  5938. */
  5939. protected function getMakeAdminDashboardCommand_LazyService()
  5940. {
  5941. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5942. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5943. 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 {
  5944. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  5945. });
  5946. }
  5947. /**
  5948. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  5949. *
  5950. * @return \Symfony\Component\Console\Command\LazyCommand
  5951. */
  5952. protected function getMakeCrudControllerCommand_LazyService()
  5953. {
  5954. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5956. 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 {
  5957. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  5958. });
  5959. }
  5960. /**
  5961. * Gets the private '.console.command.about.lazy' shared service.
  5962. *
  5963. * @return \Symfony\Component\Console\Command\LazyCommand
  5964. */
  5965. protected function get_Console_Command_About_LazyService()
  5966. {
  5967. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5968. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5969. 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 {
  5970. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5971. });
  5972. }
  5973. /**
  5974. * Gets the private '.console.command.assets_install.lazy' shared service.
  5975. *
  5976. * @return \Symfony\Component\Console\Command\LazyCommand
  5977. */
  5978. protected function get_Console_Command_AssetsInstall_LazyService()
  5979. {
  5980. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5981. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5982. 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 {
  5983. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5984. });
  5985. }
  5986. /**
  5987. * Gets the private '.console.command.cache_clear.lazy' shared service.
  5988. *
  5989. * @return \Symfony\Component\Console\Command\LazyCommand
  5990. */
  5991. protected function get_Console_Command_CacheClear_LazyService()
  5992. {
  5993. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  5994. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  5995. 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 {
  5996. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5997. });
  5998. }
  5999. /**
  6000. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  6001. *
  6002. * @return \Symfony\Component\Console\Command\LazyCommand
  6003. */
  6004. protected function get_Console_Command_CachePoolClear_LazyService()
  6005. {
  6006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6007. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6008. 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 {
  6009. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  6010. });
  6011. }
  6012. /**
  6013. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  6014. *
  6015. * @return \Symfony\Component\Console\Command\LazyCommand
  6016. */
  6017. protected function get_Console_Command_CachePoolDelete_LazyService()
  6018. {
  6019. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6020. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6021. 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 {
  6022. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  6023. });
  6024. }
  6025. /**
  6026. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  6027. *
  6028. * @return \Symfony\Component\Console\Command\LazyCommand
  6029. */
  6030. protected function get_Console_Command_CachePoolList_LazyService()
  6031. {
  6032. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6033. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6034. 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 {
  6035. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  6036. });
  6037. }
  6038. /**
  6039. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  6040. *
  6041. * @return \Symfony\Component\Console\Command\LazyCommand
  6042. */
  6043. protected function get_Console_Command_CachePoolPrune_LazyService()
  6044. {
  6045. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6046. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6047. 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 {
  6048. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  6049. });
  6050. }
  6051. /**
  6052. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  6053. *
  6054. * @return \Symfony\Component\Console\Command\LazyCommand
  6055. */
  6056. protected function get_Console_Command_CacheWarmup_LazyService()
  6057. {
  6058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6059. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6060. 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 {
  6061. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  6062. });
  6063. }
  6064. /**
  6065. * Gets the private '.console.command.config_debug.lazy' shared service.
  6066. *
  6067. * @return \Symfony\Component\Console\Command\LazyCommand
  6068. */
  6069. protected function get_Console_Command_ConfigDebug_LazyService()
  6070. {
  6071. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6073. 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 {
  6074. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  6075. });
  6076. }
  6077. /**
  6078. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  6079. *
  6080. * @return \Symfony\Component\Console\Command\LazyCommand
  6081. */
  6082. protected function get_Console_Command_ConfigDumpReference_LazyService()
  6083. {
  6084. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6085. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6086. 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 {
  6087. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  6088. });
  6089. }
  6090. /**
  6091. * Gets the private '.console.command.container_debug.lazy' shared service.
  6092. *
  6093. * @return \Symfony\Component\Console\Command\LazyCommand
  6094. */
  6095. protected function get_Console_Command_ContainerDebug_LazyService()
  6096. {
  6097. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6098. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6099. 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 {
  6100. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  6101. });
  6102. }
  6103. /**
  6104. * Gets the private '.console.command.container_lint.lazy' shared service.
  6105. *
  6106. * @return \Symfony\Component\Console\Command\LazyCommand
  6107. */
  6108. protected function get_Console_Command_ContainerLint_LazyService()
  6109. {
  6110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6111. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6112. 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 {
  6113. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  6114. });
  6115. }
  6116. /**
  6117. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  6118. *
  6119. * @return \Symfony\Component\Console\Command\LazyCommand
  6120. */
  6121. protected function get_Console_Command_DebugAutowiring_LazyService()
  6122. {
  6123. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6124. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6125. 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 {
  6126. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  6127. });
  6128. }
  6129. /**
  6130. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  6131. *
  6132. * @return \Symfony\Component\Console\Command\LazyCommand
  6133. */
  6134. protected function get_Console_Command_DotenvDebug_LazyService()
  6135. {
  6136. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6137. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6138. 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 {
  6139. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  6140. });
  6141. }
  6142. /**
  6143. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  6144. *
  6145. * @return \Symfony\Component\Console\Command\LazyCommand
  6146. */
  6147. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  6148. {
  6149. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6150. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6151. 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 {
  6152. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  6153. });
  6154. }
  6155. /**
  6156. * Gets the private '.console.command.form_debug.lazy' shared service.
  6157. *
  6158. * @return \Symfony\Component\Console\Command\LazyCommand
  6159. */
  6160. protected function get_Console_Command_FormDebug_LazyService()
  6161. {
  6162. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6163. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6164. 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 {
  6165. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  6166. });
  6167. }
  6168. /**
  6169. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  6170. *
  6171. * @return \Symfony\Component\Console\Command\LazyCommand
  6172. */
  6173. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  6174. {
  6175. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6176. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6177. 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 {
  6178. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  6179. });
  6180. }
  6181. /**
  6182. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  6183. *
  6184. * @return \Symfony\Component\Console\Command\LazyCommand
  6185. */
  6186. protected function get_Console_Command_MessengerDebug_LazyService()
  6187. {
  6188. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6189. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6190. 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 {
  6191. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  6192. });
  6193. }
  6194. /**
  6195. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  6196. *
  6197. * @return \Symfony\Component\Console\Command\LazyCommand
  6198. */
  6199. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  6200. {
  6201. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6202. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6203. 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 {
  6204. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  6205. });
  6206. }
  6207. /**
  6208. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  6209. *
  6210. * @return \Symfony\Component\Console\Command\LazyCommand
  6211. */
  6212. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  6213. {
  6214. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6215. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6216. 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 {
  6217. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  6218. });
  6219. }
  6220. /**
  6221. * Gets the private '.console.command.router_debug.lazy' shared service.
  6222. *
  6223. * @return \Symfony\Component\Console\Command\LazyCommand
  6224. */
  6225. protected function get_Console_Command_RouterDebug_LazyService()
  6226. {
  6227. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6228. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6229. 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 {
  6230. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  6231. });
  6232. }
  6233. /**
  6234. * Gets the private '.console.command.router_match.lazy' shared service.
  6235. *
  6236. * @return \Symfony\Component\Console\Command\LazyCommand
  6237. */
  6238. protected function get_Console_Command_RouterMatch_LazyService()
  6239. {
  6240. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6241. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6242. 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 {
  6243. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  6244. });
  6245. }
  6246. /**
  6247. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  6248. *
  6249. * @return \Symfony\Component\Console\Command\LazyCommand
  6250. */
  6251. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  6252. {
  6253. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6254. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6255. 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 {
  6256. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  6257. });
  6258. }
  6259. /**
  6260. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  6261. *
  6262. * @return \Symfony\Component\Console\Command\LazyCommand
  6263. */
  6264. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  6265. {
  6266. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6267. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6268. 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 {
  6269. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  6270. });
  6271. }
  6272. /**
  6273. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  6274. *
  6275. * @return \Symfony\Component\Console\Command\LazyCommand
  6276. */
  6277. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  6278. {
  6279. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6280. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6281. 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 {
  6282. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  6283. });
  6284. }
  6285. /**
  6286. * Gets the private '.console.command.secrets_list.lazy' shared service.
  6287. *
  6288. * @return \Symfony\Component\Console\Command\LazyCommand
  6289. */
  6290. protected function get_Console_Command_SecretsList_LazyService()
  6291. {
  6292. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6293. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6294. 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 {
  6295. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  6296. });
  6297. }
  6298. /**
  6299. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  6300. *
  6301. * @return \Symfony\Component\Console\Command\LazyCommand
  6302. */
  6303. protected function get_Console_Command_SecretsRemove_LazyService()
  6304. {
  6305. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6306. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6307. 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 {
  6308. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  6309. });
  6310. }
  6311. /**
  6312. * Gets the private '.console.command.secrets_set.lazy' shared service.
  6313. *
  6314. * @return \Symfony\Component\Console\Command\LazyCommand
  6315. */
  6316. protected function get_Console_Command_SecretsSet_LazyService()
  6317. {
  6318. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6319. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6320. 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 {
  6321. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  6322. });
  6323. }
  6324. /**
  6325. * Gets the private '.console.command.translation_debug.lazy' shared service.
  6326. *
  6327. * @return \Symfony\Component\Console\Command\LazyCommand
  6328. */
  6329. protected function get_Console_Command_TranslationDebug_LazyService()
  6330. {
  6331. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6332. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6333. 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 {
  6334. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  6335. });
  6336. }
  6337. /**
  6338. * Gets the private '.console.command.translation_extract.lazy' shared service.
  6339. *
  6340. * @return \Symfony\Component\Console\Command\LazyCommand
  6341. */
  6342. protected function get_Console_Command_TranslationExtract_LazyService()
  6343. {
  6344. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6345. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6346. 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 {
  6347. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  6348. });
  6349. }
  6350. /**
  6351. * Gets the private '.console.command.translation_pull.lazy' shared service.
  6352. *
  6353. * @return \Symfony\Component\Console\Command\LazyCommand
  6354. */
  6355. protected function get_Console_Command_TranslationPull_LazyService()
  6356. {
  6357. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6358. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6359. 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 {
  6360. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  6361. });
  6362. }
  6363. /**
  6364. * Gets the private '.console.command.translation_push.lazy' shared service.
  6365. *
  6366. * @return \Symfony\Component\Console\Command\LazyCommand
  6367. */
  6368. protected function get_Console_Command_TranslationPush_LazyService()
  6369. {
  6370. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6371. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6372. 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 {
  6373. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  6374. });
  6375. }
  6376. /**
  6377. * Gets the private '.console.command.validator_debug.lazy' shared service.
  6378. *
  6379. * @return \Symfony\Component\Console\Command\LazyCommand
  6380. */
  6381. protected function get_Console_Command_ValidatorDebug_LazyService()
  6382. {
  6383. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6384. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6385. 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 {
  6386. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  6387. });
  6388. }
  6389. /**
  6390. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  6391. *
  6392. * @return \Symfony\Component\Console\Command\LazyCommand
  6393. */
  6394. protected function get_Console_Command_XliffLint_LazyService()
  6395. {
  6396. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6397. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6398. 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 {
  6399. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  6400. });
  6401. }
  6402. /**
  6403. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  6404. *
  6405. * @return \Symfony\Component\Console\Command\LazyCommand
  6406. */
  6407. protected function get_Console_Command_YamlLint_LazyService()
  6408. {
  6409. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6410. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6411. 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 {
  6412. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  6413. });
  6414. }
  6415. /**
  6416. * Gets the private '.debug.http_client' shared service.
  6417. *
  6418. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  6419. */
  6420. protected function get_Debug_HttpClientService()
  6421. {
  6422. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  6423. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  6424. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6425. $b->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6426. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6427. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6428. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6429. $a->setLogger($b);
  6430. 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))));
  6431. }
  6432. /**
  6433. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  6434. *
  6435. * @return \Symfony\Component\Console\Command\LazyCommand
  6436. */
  6437. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  6438. {
  6439. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6440. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6441. 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 {
  6442. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  6443. });
  6444. }
  6445. /**
  6446. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  6447. *
  6448. * @return \Symfony\Component\Console\Command\LazyCommand
  6449. */
  6450. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  6451. {
  6452. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6453. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6454. 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 {
  6455. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  6456. });
  6457. }
  6458. /**
  6459. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  6460. *
  6461. * @return \Symfony\Component\Console\Command\LazyCommand
  6462. */
  6463. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  6464. {
  6465. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6466. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6467. 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 {
  6468. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  6469. });
  6470. }
  6471. /**
  6472. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  6473. *
  6474. * @return \Symfony\Component\Console\Command\LazyCommand
  6475. */
  6476. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  6477. {
  6478. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6479. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6480. 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 {
  6481. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  6482. });
  6483. }
  6484. /**
  6485. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  6486. *
  6487. * @return \Symfony\Component\Console\Command\LazyCommand
  6488. */
  6489. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  6490. {
  6491. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6492. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6493. 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 {
  6494. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  6495. });
  6496. }
  6497. /**
  6498. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  6499. *
  6500. * @return \Symfony\Component\Console\Command\LazyCommand
  6501. */
  6502. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  6503. {
  6504. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6505. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6506. 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 {
  6507. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  6508. });
  6509. }
  6510. /**
  6511. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  6512. *
  6513. * @return \Symfony\Component\Console\Command\LazyCommand
  6514. */
  6515. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  6516. {
  6517. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6518. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6519. 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 {
  6520. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  6521. });
  6522. }
  6523. /**
  6524. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  6525. *
  6526. * @return \Symfony\Component\Console\Command\LazyCommand
  6527. */
  6528. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  6529. {
  6530. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6531. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6532. 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 {
  6533. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  6534. });
  6535. }
  6536. /**
  6537. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  6538. *
  6539. * @return \Symfony\Component\Console\Command\LazyCommand
  6540. */
  6541. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  6542. {
  6543. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6544. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6545. 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 {
  6546. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  6547. });
  6548. }
  6549. /**
  6550. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  6551. *
  6552. * @return \Symfony\Component\Console\Command\LazyCommand
  6553. */
  6554. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  6555. {
  6556. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6557. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6558. 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 {
  6559. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  6560. });
  6561. }
  6562. /**
  6563. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  6564. *
  6565. * @return \Symfony\Component\Console\Command\LazyCommand
  6566. */
  6567. protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  6568. {
  6569. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6570. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6571. 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 {
  6572. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  6573. });
  6574. }
  6575. /**
  6576. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  6577. *
  6578. * @return \Symfony\Component\Console\Command\LazyCommand
  6579. */
  6580. protected function get_DoctrineMigrations_VersionCommand_LazyService()
  6581. {
  6582. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6583. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6584. 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 {
  6585. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  6586. });
  6587. }
  6588. /**
  6589. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  6590. *
  6591. * @return \Symfony\Component\Console\Command\LazyCommand
  6592. */
  6593. protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  6594. {
  6595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6597. 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 {
  6598. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  6599. });
  6600. }
  6601. /**
  6602. * Gets the private '.errored..service_locator.AGdInHP.App\Entity\Core\Publication' shared service.
  6603. *
  6604. * @return \App\Entity\Core\Publication
  6605. */
  6606. protected function getPublicationService()
  6607. {
  6608. $this->throw('Cannot autowire service ".service_locator.AGdInHP": it references class "App\\Entity\\Core\\Publication" but no such service exists.');
  6609. }
  6610. /**
  6611. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  6612. *
  6613. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  6614. */
  6615. protected function getFieldCollectionService()
  6616. {
  6617. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  6618. }
  6619. /**
  6620. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  6621. *
  6622. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  6623. */
  6624. protected function getFilterCollectionService()
  6625. {
  6626. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  6627. }
  6628. /**
  6629. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  6630. *
  6631. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  6632. */
  6633. protected function getEntityDtoService()
  6634. {
  6635. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  6636. }
  6637. /**
  6638. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  6639. *
  6640. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  6641. */
  6642. protected function getSearchDtoService()
  6643. {
  6644. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  6645. }
  6646. /**
  6647. * Gets the private '.errored..service_locator.HWjvTzb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6648. *
  6649. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6650. */
  6651. protected function getAdminContextService()
  6652. {
  6653. $this->throw('Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6654. }
  6655. /**
  6656. * Gets the private '.errored..service_locator.IrH.2wH.App\Entity\Core\Dictate\DictateSession' shared service.
  6657. *
  6658. * @return \App\Entity\Core\Dictate\DictateSession
  6659. */
  6660. protected function getDictateSessionService()
  6661. {
  6662. $this->throw('Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\Core\\Dictate\\DictateSession" but no such service exists.');
  6663. }
  6664. /**
  6665. * Gets the private '.errored..service_locator.IrH.2wH.App\Entity\User\User' shared service.
  6666. *
  6667. * @return \App\Entity\User\User
  6668. */
  6669. protected function getUserService()
  6670. {
  6671. $this->throw('Cannot autowire service ".service_locator.IrH.2wH": it references class "App\\Entity\\User\\User" but no such service exists.');
  6672. }
  6673. /**
  6674. * Gets the private '.errored..service_locator.IxStZ1Y.App\Entity\User\User' shared service.
  6675. *
  6676. * @return \App\Entity\User\User
  6677. */
  6678. protected function getUser2Service()
  6679. {
  6680. $this->throw('Cannot autowire service ".service_locator.IxStZ1Y": it references class "App\\Entity\\User\\User" but no such service exists.');
  6681. }
  6682. /**
  6683. * Gets the private '.errored..service_locator.N0jOcuE.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6684. *
  6685. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6686. */
  6687. protected function getAdminContext2Service()
  6688. {
  6689. $this->throw('Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6690. }
  6691. /**
  6692. * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  6693. *
  6694. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  6695. */
  6696. protected function getFiltersService()
  6697. {
  6698. $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  6699. }
  6700. /**
  6701. * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  6702. *
  6703. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  6704. */
  6705. protected function getActionsService()
  6706. {
  6707. $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  6708. }
  6709. /**
  6710. * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  6711. *
  6712. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  6713. */
  6714. protected function getKeyValueStoreService()
  6715. {
  6716. $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  6717. }
  6718. /**
  6719. * Gets the private '.errored..service_locator.WyXuWVF.App\Entity\Core\Classroom\ClassroomStudent' shared service.
  6720. *
  6721. * @return \App\Entity\Core\Classroom\ClassroomStudent
  6722. */
  6723. protected function getClassroomStudentService()
  6724. {
  6725. $this->throw('Cannot autowire service ".service_locator.WyXuWVF": it references class "App\\Entity\\Core\\Classroom\\ClassroomStudent" but no such service exists.');
  6726. }
  6727. /**
  6728. * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  6729. *
  6730. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  6731. */
  6732. protected function getAssetsService()
  6733. {
  6734. $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  6735. }
  6736. /**
  6737. * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  6738. *
  6739. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  6740. */
  6741. protected function getCrudService()
  6742. {
  6743. $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  6744. }
  6745. /**
  6746. * Gets the private '.errored..service_locator.cGeBdxZ.App\Entity\Core\Quiz\Quiz' shared service.
  6747. *
  6748. * @return \App\Entity\Core\Quiz\Quiz
  6749. */
  6750. protected function getQuizService()
  6751. {
  6752. $this->throw('Cannot autowire service ".service_locator.cGeBdxZ": it references class "App\\Entity\\Core\\Quiz\\Quiz" but no such service exists.');
  6753. }
  6754. /**
  6755. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6756. *
  6757. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6758. */
  6759. protected function getAdminContext3Service()
  6760. {
  6761. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6762. }
  6763. /**
  6764. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  6765. *
  6766. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  6767. */
  6768. protected function getBatchActionDtoService()
  6769. {
  6770. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  6771. }
  6772. /**
  6773. * Gets the private '.errored..service_locator.hMfVZkt.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6774. *
  6775. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6776. */
  6777. protected function getAdminContext4Service()
  6778. {
  6779. $this->throw('Cannot autowire service ".service_locator.hMfVZkt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6780. }
  6781. /**
  6782. * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6783. *
  6784. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6785. */
  6786. protected function getAdminContext5Service()
  6787. {
  6788. $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6789. }
  6790. /**
  6791. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  6792. *
  6793. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  6794. */
  6795. protected function getKeyValueStore2Service()
  6796. {
  6797. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  6798. }
  6799. /**
  6800. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  6801. *
  6802. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  6803. */
  6804. protected function getAdminContext6Service()
  6805. {
  6806. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  6807. }
  6808. /**
  6809. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  6810. *
  6811. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  6812. */
  6813. protected function getEntityDto2Service()
  6814. {
  6815. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  6816. }
  6817. /**
  6818. * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  6819. *
  6820. * @return \Symfony\Component\Security\Core\User\UserInterface
  6821. */
  6822. protected function getUserInterfaceService()
  6823. {
  6824. $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?');
  6825. }
  6826. /**
  6827. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  6828. *
  6829. * @return \Symfony\Component\Config\Loader\LoaderInterface
  6830. */
  6831. protected function getLoaderInterfaceService()
  6832. {
  6833. $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".');
  6834. }
  6835. /**
  6836. * Gets the private '.messenger.handler_descriptor.1ZnfUJQ' shared service.
  6837. *
  6838. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6839. */
  6840. protected function get_Messenger_HandlerDescriptor_1ZnfUJQService()
  6841. {
  6842. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6843. include_once \dirname(__DIR__, 4).'/src/MessageHandler/Core/ValidateMathproblemMessageHandler.php';
  6844. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6845. if (isset($this->privates['.messenger.handler_descriptor.1ZnfUJQ'])) {
  6846. return $this->privates['.messenger.handler_descriptor.1ZnfUJQ'];
  6847. }
  6848. 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'), []);
  6849. }
  6850. /**
  6851. * Gets the private '.messenger.handler_descriptor.WlOCJPB' shared service.
  6852. *
  6853. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6854. */
  6855. protected function get_Messenger_HandlerDescriptor_WlOCJPBService()
  6856. {
  6857. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6858. include_once \dirname(__DIR__, 4).'/src/MessageHandler/Core/MigrateFilesToReferencesMessageHandler.php';
  6859. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6860. if (isset($this->privates['.messenger.handler_descriptor.WlOCJPB'])) {
  6861. return $this->privates['.messenger.handler_descriptor.WlOCJPB'];
  6862. }
  6863. 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'), []);
  6864. }
  6865. /**
  6866. * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  6867. *
  6868. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  6869. */
  6870. protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  6871. {
  6872. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  6873. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  6874. 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())), []);
  6875. }
  6876. /**
  6877. * Gets the private '.monolog.command.server_log.lazy' shared service.
  6878. *
  6879. * @return \Symfony\Component\Console\Command\LazyCommand
  6880. */
  6881. protected function get_Monolog_Command_ServerLog_LazyService()
  6882. {
  6883. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6884. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6885. 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 {
  6886. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  6887. });
  6888. }
  6889. /**
  6890. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  6891. *
  6892. * @return \Symfony\Component\Console\Command\LazyCommand
  6893. */
  6894. protected function get_Security_Command_DebugFirewall_LazyService()
  6895. {
  6896. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6897. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6898. 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 {
  6899. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  6900. });
  6901. }
  6902. /**
  6903. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  6904. *
  6905. * @return \Symfony\Component\Console\Command\LazyCommand
  6906. */
  6907. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  6908. {
  6909. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6910. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6911. 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 {
  6912. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  6913. });
  6914. }
  6915. /**
  6916. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  6917. *
  6918. * @return \Symfony\Component\Console\Command\LazyCommand
  6919. */
  6920. protected function get_Security_Command_UserPasswordHash_LazyService()
  6921. {
  6922. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6923. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  6924. 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 {
  6925. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  6926. });
  6927. }
  6928. /**
  6929. * Gets the private '.service_locator..RiiPmv' shared service.
  6930. *
  6931. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6932. */
  6933. protected function get_ServiceLocator__RiiPmvService()
  6934. {
  6935. return $this->privates['.service_locator..RiiPmv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6936. 'activityDisplayService' => ['privates', 'App\\Services\\Core\\ActivityDisplayService', 'getActivityDisplayServiceService', false],
  6937. 'activityRoutingService' => ['privates', 'App\\Services\\Core\\ActivityRoutingService', 'getActivityRoutingServiceService', false],
  6938. ], [
  6939. 'activityDisplayService' => 'App\\Services\\Core\\ActivityDisplayService',
  6940. 'activityRoutingService' => 'App\\Services\\Core\\ActivityRoutingService',
  6941. ]);
  6942. }
  6943. /**
  6944. * Gets the private '.service_locator.1qvtrLb' shared service.
  6945. *
  6946. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6947. */
  6948. protected function get_ServiceLocator_1qvtrLbService()
  6949. {
  6950. return $this->privates['.service_locator.1qvtrLb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6951. 'makeTeamsService' => ['privates', 'App\\Services\\Core\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  6952. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  6953. ], [
  6954. 'makeTeamsService' => 'App\\Services\\Core\\MakeTeamsService',
  6955. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  6956. ]);
  6957. }
  6958. /**
  6959. * Gets the private '.service_locator.41kfURs' shared service.
  6960. *
  6961. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6962. */
  6963. protected function get_ServiceLocator_41kfURsService()
  6964. {
  6965. return $this->privates['.service_locator.41kfURs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6966. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  6967. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  6968. 'mathProblemService' => ['privates', 'App\\Services\\Teacher\\MathProblemService', 'getMathProblemService2Service', false],
  6969. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  6970. ], [
  6971. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  6972. 'em' => '?',
  6973. 'mathProblemService' => 'App\\Services\\Teacher\\MathProblemService',
  6974. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  6975. ]);
  6976. }
  6977. /**
  6978. * Gets the private '.service_locator.4nIpmWU' shared service.
  6979. *
  6980. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6981. */
  6982. protected function get_ServiceLocator_4nIpmWUService()
  6983. {
  6984. return $this->privates['.service_locator.4nIpmWU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6985. 'userManager' => ['privates', 'App\\Services\\User\\UserManager', 'getUserManagerService', false],
  6986. ], [
  6987. 'userManager' => 'App\\Services\\User\\UserManager',
  6988. ]);
  6989. }
  6990. /**
  6991. * Gets the private '.service_locator.6Boci2H' shared service.
  6992. *
  6993. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6994. */
  6995. protected function get_ServiceLocator_6Boci2HService()
  6996. {
  6997. return $this->privates['.service_locator.6Boci2H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6998. 'quizUnitService' => ['privates', 'App\\Services\\Core\\QuizUnitService', 'getQuizUnitServiceService', false],
  6999. ], [
  7000. 'quizUnitService' => 'App\\Services\\Core\\QuizUnitService',
  7001. ]);
  7002. }
  7003. /**
  7004. * Gets the private '.service_locator.6IZwllm' shared service.
  7005. *
  7006. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7007. */
  7008. protected function get_ServiceLocator_6IZwllmService()
  7009. {
  7010. return $this->privates['.service_locator.6IZwllm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7011. 'classroomSignUpService' => ['privates', 'App\\Services\\Student\\ClassroomSignUpService', 'getClassroomSignUpServiceService', false],
  7012. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  7013. ], [
  7014. 'classroomSignUpService' => 'App\\Services\\Student\\ClassroomSignUpService',
  7015. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  7016. ]);
  7017. }
  7018. /**
  7019. * Gets the private '.service_locator.6XxFdB9' shared service.
  7020. *
  7021. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7022. */
  7023. protected function get_ServiceLocator_6XxFdB9Service()
  7024. {
  7025. return $this->privates['.service_locator.6XxFdB9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7026. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7027. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  7028. ], [
  7029. 'em' => '?',
  7030. 'paginator' => '?',
  7031. ]);
  7032. }
  7033. /**
  7034. * Gets the private '.service_locator.6kHAYIh' shared service.
  7035. *
  7036. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7037. */
  7038. protected function get_ServiceLocator_6kHAYIhService()
  7039. {
  7040. return $this->privates['.service_locator.6kHAYIh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7041. 'quizSessionService' => ['privates', 'App\\Services\\Core\\QuizSessionService', 'getQuizSessionService2Service', false],
  7042. ], [
  7043. 'quizSessionService' => 'App\\Services\\Core\\QuizSessionService',
  7044. ]);
  7045. }
  7046. /**
  7047. * Gets the private '.service_locator.6ssLsj2' shared service.
  7048. *
  7049. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7050. */
  7051. protected function get_ServiceLocator_6ssLsj2Service()
  7052. {
  7053. return $this->privates['.service_locator.6ssLsj2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7054. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  7055. ], [
  7056. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  7057. ]);
  7058. }
  7059. /**
  7060. * Gets the private '.service_locator.8kBk.q6' shared service.
  7061. *
  7062. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7063. */
  7064. protected function get_ServiceLocator_8kBk_Q6Service()
  7065. {
  7066. return $this->privates['.service_locator.8kBk.q6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7067. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7068. 'totpAuthenticator' => ['services', 'scheb_two_factor.security.totp_authenticator', 'getSchebTwoFactor_Security_TotpAuthenticatorService', false],
  7069. ], [
  7070. 'em' => '?',
  7071. 'totpAuthenticator' => '?',
  7072. ]);
  7073. }
  7074. /**
  7075. * Gets the private '.service_locator.AGdInHP' shared service.
  7076. *
  7077. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7078. */
  7079. protected function get_ServiceLocator_AGdInHPService()
  7080. {
  7081. return $this->privates['.service_locator.AGdInHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7082. '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.'],
  7083. ], [
  7084. 'publication' => 'App\\Entity\\Core\\Publication',
  7085. ]);
  7086. }
  7087. /**
  7088. * Gets the private '.service_locator.B4dyivW' shared service.
  7089. *
  7090. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7091. */
  7092. protected function get_ServiceLocator_B4dyivWService()
  7093. {
  7094. return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7095. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  7096. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  7097. ], [
  7098. 'async' => '?',
  7099. 'messenger.transport.async' => '?',
  7100. ]);
  7101. }
  7102. /**
  7103. * Gets the private '.service_locator.BMfTRHi' shared service.
  7104. *
  7105. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7106. */
  7107. protected function get_ServiceLocator_BMfTRHiService()
  7108. {
  7109. return $this->privates['.service_locator.BMfTRHi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7110. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7111. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7112. ], [
  7113. 'em' => '?',
  7114. 'translator' => '?',
  7115. ]);
  7116. }
  7117. /**
  7118. * Gets the private '.service_locator.BjDinDi' shared service.
  7119. *
  7120. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7121. */
  7122. protected function get_ServiceLocator_BjDinDiService()
  7123. {
  7124. return $this->privates['.service_locator.BjDinDi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7125. 'authService' => ['privates', 'App\\Services\\Core\\AuthService', 'getAuthServiceService', false],
  7126. ], [
  7127. 'authService' => 'App\\Services\\Core\\AuthService',
  7128. ]);
  7129. }
  7130. /**
  7131. * Gets the private '.service_locator.ENGuM7_' shared service.
  7132. *
  7133. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7134. */
  7135. protected function get_ServiceLocator_ENGuM7Service()
  7136. {
  7137. return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7138. '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.'],
  7139. '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.'],
  7140. '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.'],
  7141. '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.'],
  7142. ], [
  7143. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  7144. 'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  7145. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  7146. 'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  7147. ]);
  7148. }
  7149. /**
  7150. * Gets the private '.service_locator.ETw7bh_' shared service.
  7151. *
  7152. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7153. */
  7154. protected function get_ServiceLocator_ETw7bhService()
  7155. {
  7156. return $this->privates['.service_locator.ETw7bh_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7157. 'dataService' => ['privates', 'App\\Services\\Core\\DataService', 'getDataServiceService', false],
  7158. ], [
  7159. 'dataService' => 'App\\Services\\Core\\DataService',
  7160. ]);
  7161. }
  7162. /**
  7163. * Gets the private '.service_locator.F7.eOlQ' shared service.
  7164. *
  7165. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7166. */
  7167. protected function get_ServiceLocator_F7_EOlQService()
  7168. {
  7169. return $this->privates['.service_locator.F7.eOlQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7170. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7171. 'worksheetSessionService' => ['privates', 'App\\Services\\Teacher\\WorksheetSessionService', 'getWorksheetSessionService2Service', false],
  7172. ], [
  7173. 'em' => '?',
  7174. 'worksheetSessionService' => 'App\\Services\\Teacher\\WorksheetSessionService',
  7175. ]);
  7176. }
  7177. /**
  7178. * Gets the private '.service_locator.F9gdgkw' shared service.
  7179. *
  7180. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7181. */
  7182. protected function get_ServiceLocator_F9gdgkwService()
  7183. {
  7184. return $this->privates['.service_locator.F9gdgkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7185. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7186. ], [
  7187. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7188. ]);
  7189. }
  7190. /**
  7191. * Gets the private '.service_locator.FMczPCW' shared service.
  7192. *
  7193. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7194. */
  7195. protected function get_ServiceLocator_FMczPCWService()
  7196. {
  7197. return $this->privates['.service_locator.FMczPCW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7198. 'navigator' => ['privates', 'App\\Session\\Core\\Peer\\PeerFeedbackNavigator', 'getPeerFeedbackNavigatorService', false],
  7199. ], [
  7200. 'navigator' => 'App\\Session\\Core\\Peer\\PeerFeedbackNavigator',
  7201. ]);
  7202. }
  7203. /**
  7204. * Gets the private '.service_locator.GzohEro' shared service.
  7205. *
  7206. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7207. */
  7208. protected function get_ServiceLocator_GzohEroService()
  7209. {
  7210. return $this->privates['.service_locator.GzohEro'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7211. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  7212. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7213. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  7214. ], [
  7215. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  7216. 'em' => '?',
  7217. 'translator' => '?',
  7218. ]);
  7219. }
  7220. /**
  7221. * Gets the private '.service_locator.HWjvTzb' shared service.
  7222. *
  7223. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7224. */
  7225. protected function get_ServiceLocator_HWjvTzbService()
  7226. {
  7227. return $this->privates['.service_locator.HWjvTzb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7228. '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.'],
  7229. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  7230. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  7231. ], [
  7232. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  7233. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  7234. 'entityManager' => '?',
  7235. ]);
  7236. }
  7237. /**
  7238. * Gets the private '.service_locator.HbWMxnd' shared service.
  7239. *
  7240. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7241. */
  7242. protected function get_ServiceLocator_HbWMxndService()
  7243. {
  7244. return $this->privates['.service_locator.HbWMxnd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7245. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  7246. ], [
  7247. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  7248. ]);
  7249. }
  7250. /**
  7251. * Gets the private '.service_locator.HpST_4u' shared service.
  7252. *
  7253. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7254. */
  7255. protected function get_ServiceLocator_HpST4uService()
  7256. {
  7257. return $this->privates['.service_locator.HpST_4u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7258. 'App\\Controller\\Admin\\BugReportsController::fetchBugReport' => ['privates', '.service_locator.41kfURs', 'get_ServiceLocator_41kfURsService', false],
  7259. 'App\\Controller\\Admin\\BugReportsController::fetchBugReports' => ['privates', '.service_locator.h9o66ZI', 'get_ServiceLocator_H9o66ZIService', false],
  7260. 'App\\Controller\\Admin\\BugReportsController::resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7261. 'App\\Controller\\Admin\\BugReportsController::show' => ['privates', '.service_locator.GzohEro', 'get_ServiceLocator_GzohEroService', false],
  7262. 'App\\Controller\\Admin\\ContentController::displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7263. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7264. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7265. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7266. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7267. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7268. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7269. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7270. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7271. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7272. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7273. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7274. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7275. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7276. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7277. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7278. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7279. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7280. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7281. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7282. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7283. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7284. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7285. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7286. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7287. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7288. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7289. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7290. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7291. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7292. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7293. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7294. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7295. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7296. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7297. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7298. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7299. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7300. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7301. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7302. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7303. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7304. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7305. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7306. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7307. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7308. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7309. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7310. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7311. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7312. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7313. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7314. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7315. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7316. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7317. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7318. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7319. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7320. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7321. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7322. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7323. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7324. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7325. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7326. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7327. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7328. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7329. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  7330. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7331. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7332. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7333. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7334. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7335. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7336. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7337. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7338. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7339. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7340. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7341. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7342. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7343. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7344. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7345. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7346. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7347. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7348. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7349. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7350. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7351. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7352. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7353. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7354. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  7355. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7356. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7357. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7358. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7359. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7360. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7361. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7362. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7363. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7364. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7365. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7366. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7367. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7368. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7369. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7370. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7371. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7372. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7373. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7374. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7375. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7376. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7377. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7378. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7379. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7380. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7381. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7382. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7383. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7384. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7385. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7386. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7387. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7388. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7389. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7390. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7391. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7392. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7393. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7394. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7395. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7396. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7397. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7398. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7399. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7400. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7401. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7402. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7403. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7404. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7405. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7406. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7407. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7408. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7409. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7410. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7411. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7412. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7413. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7414. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7415. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7416. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7417. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7418. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7419. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7420. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7421. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7422. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7423. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7424. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7425. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7426. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7427. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7428. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7429. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7430. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7431. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7432. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7433. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7434. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7435. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7436. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7437. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7438. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7439. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7440. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7441. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7442. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7443. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7444. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7445. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7446. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7447. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7448. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7449. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7450. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7451. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7452. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7453. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7454. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7455. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7456. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7457. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7458. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7459. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7460. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7461. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7462. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7463. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7464. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7465. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7466. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7467. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7468. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7469. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7470. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7471. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7472. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7473. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7474. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7475. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7476. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7477. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7478. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7479. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7480. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7481. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7482. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7483. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7484. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7485. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7486. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7487. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7488. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7489. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7490. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7491. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7492. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7493. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7494. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7495. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7496. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7497. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7498. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7499. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7500. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7501. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7502. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7503. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7504. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7505. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7506. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7507. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7508. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7509. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7510. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7511. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7512. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7513. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7514. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7515. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7516. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7517. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7518. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7519. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7520. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7521. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7522. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7523. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7524. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7525. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7526. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7527. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7528. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7529. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7530. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7531. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7532. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7533. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7534. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7535. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7536. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7537. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  7538. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7539. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7540. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7541. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7542. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7543. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7544. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7545. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7546. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7547. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7548. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7549. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7550. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7551. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7552. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7553. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7554. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7555. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7556. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7557. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7558. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7559. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7560. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7561. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7562. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7563. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  7564. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7565. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7566. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7567. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7568. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7569. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7570. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7571. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7572. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7573. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7574. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7575. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7576. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7577. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7578. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7579. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7580. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7581. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7582. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7583. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7584. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7585. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7586. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7587. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7588. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7589. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7590. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7591. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7592. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7593. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7594. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7595. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7596. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7597. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7598. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7599. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7600. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7601. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7602. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7603. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7604. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7605. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7606. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7607. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7608. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7609. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7610. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7611. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7612. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  7613. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7614. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7615. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7616. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7617. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7618. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7619. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7620. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7621. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7622. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7623. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7624. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7625. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  7626. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7627. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7628. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7629. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7630. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7631. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7632. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7633. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7634. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7635. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7636. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  7637. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7638. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7639. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7640. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7641. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7642. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7643. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7644. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7645. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7646. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7647. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7648. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7649. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  7650. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7651. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7652. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7653. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7654. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7655. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7656. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7657. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7658. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7659. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7660. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7661. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7662. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7663. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7664. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7665. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7666. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7667. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7668. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7669. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7670. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7671. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7672. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7673. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7674. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7675. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7676. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7677. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7678. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7679. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7680. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7681. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7682. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7683. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7684. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7685. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7686. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7687. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7688. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7689. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7690. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7691. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7692. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7693. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7694. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7695. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7696. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7697. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7698. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7699. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7700. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7701. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7702. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7703. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7704. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7705. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7706. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7707. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7708. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7709. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7710. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7711. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7712. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7713. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7714. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7715. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7716. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7717. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7718. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7719. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7720. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7721. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7722. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7723. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  7724. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7725. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7726. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7727. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7728. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7729. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7730. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7731. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7732. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7733. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7734. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7735. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7736. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7737. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7738. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7739. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7740. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7741. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7742. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7743. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7744. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7745. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7746. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  7747. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7748. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7749. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7750. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7751. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7752. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7753. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7754. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7755. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7756. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7757. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7758. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7759. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7760. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7761. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7762. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7763. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7764. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7765. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7766. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7767. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7768. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7769. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7770. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7771. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7772. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7773. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7774. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7775. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7776. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7777. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7778. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7779. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7780. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7781. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7782. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7783. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7784. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7785. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7786. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7787. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7788. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7789. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7790. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7791. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  7792. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7793. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7794. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7795. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7796. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7797. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7798. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7799. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7800. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7801. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7802. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7803. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7804. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  7805. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7806. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7807. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7808. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7809. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7810. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7811. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7812. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7813. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7814. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7815. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  7816. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7817. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7818. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7819. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7820. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7821. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7822. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7823. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7824. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7825. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7826. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7827. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7828. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  7829. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7830. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7831. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  7832. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7833. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7834. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7835. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7836. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7837. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7838. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7839. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7840. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7841. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7842. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7843. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7844. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7845. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7846. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7847. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7848. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7849. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7850. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7851. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7852. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7853. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  7854. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7855. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7856. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  7857. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  7858. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  7859. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  7860. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  7861. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  7862. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7863. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7864. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  7865. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7866. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  7867. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7868. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7869. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7870. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7871. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7872. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7873. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7874. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  7875. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  7876. 'App\\Controller\\Admin\\MathproblemController::addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7877. 'App\\Controller\\Admin\\MathproblemController::count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7878. 'App\\Controller\\Admin\\MathproblemController::createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7879. 'App\\Controller\\Admin\\MathproblemController::deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7880. 'App\\Controller\\Admin\\MathproblemController::deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7881. 'App\\Controller\\Admin\\MathproblemController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7882. 'App\\Controller\\Admin\\MathproblemController::editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7883. 'App\\Controller\\Admin\\MathproblemController::mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7884. 'App\\Controller\\Admin\\MathproblemController::overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  7885. 'App\\Controller\\Admin\\MathproblemController::showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7886. 'App\\Controller\\Admin\\MathproblemController::updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7887. 'App\\Controller\\Admin\\ProblemController::edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7888. 'App\\Controller\\Admin\\ResetPasswordController::reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7889. 'App\\Controller\\Admin\\TagController::lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7890. 'App\\Controller\\Admin\\TemplateController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7891. 'App\\Controller\\Admin\\TemplateController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7892. 'App\\Controller\\Core\\API\\PollyController::textToSpeech' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  7893. 'App\\Controller\\Core\\API\\ProblemController::activeQuizSession' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  7894. 'App\\Controller\\Core\\API\\ProblemController::getProblems' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  7895. 'App\\Controller\\Core\\API\\ProblemController::getResults' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  7896. 'App\\Controller\\Core\\API\\ProblemController::resetQuestion' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  7897. 'App\\Controller\\Core\\API\\ProblemController::saveAnswer' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  7898. 'App\\Controller\\Core\\API\\ProblemController::startQuiz' => ['privates', '.service_locator.6kHAYIh', 'get_ServiceLocator_6kHAYIhService', false],
  7899. 'App\\Controller\\Core\\API\\SharedQuizController::archive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7900. 'App\\Controller\\Core\\API\\SharedQuizController::copyQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7901. 'App\\Controller\\Core\\API\\SharedQuizController::create' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7902. 'App\\Controller\\Core\\API\\SharedQuizController::edit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7903. 'App\\Controller\\Core\\API\\SharedQuizController::finishStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7904. 'App\\Controller\\Core\\API\\SharedQuizController::saveAnswer' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7905. 'App\\Controller\\Core\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  7906. 'App\\Controller\\Core\\API\\SharedQuizController::startStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7907. 'App\\Controller\\Core\\API\\SharedQuizController::studentGetProblems' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7908. 'App\\Controller\\Core\\API\\SharedQuizController::studentOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7909. 'App\\Controller\\Core\\API\\SharedQuizController::studentQuizUnitResults' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7910. 'App\\Controller\\Core\\API\\SharedQuizController::teacherActivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7911. 'App\\Controller\\Core\\API\\SharedQuizController::teacherDeactivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7912. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7913. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7914. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7915. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7916. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesPin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7917. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7918. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7919. 'App\\Controller\\Core\\API\\SharedQuizController::unarchive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  7920. 'App\\Controller\\Core\\BugReportController::reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  7921. 'App\\Controller\\Core\\DataController::refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7922. 'App\\Controller\\Core\\DataController::refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7923. 'App\\Controller\\Core\\DataController::refreshStudentSessions' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  7924. 'App\\Controller\\Core\\DataController::refreshStudentSessionsJSON' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  7925. 'App\\Controller\\Core\\DataController::refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7926. 'App\\Controller\\Core\\EventLoggerController::log' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  7927. 'App\\Controller\\Core\\MathProblemController::getAudioFile' => ['privates', '.service_locator.kcAP.uF', 'get_ServiceLocator_KcAP_UFService', false],
  7928. 'App\\Controller\\Core\\ResultsController::crammingActivityResult' => ['privates', '.service_locator.u40pKhm', 'get_ServiceLocator_U40pKhmService', false],
  7929. 'App\\Controller\\Core\\ResultsController::quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7930. 'App\\Controller\\Core\\TextbookController::fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7931. 'App\\Controller\\Core\\TextbookController::getAudioFile' => ['privates', '.service_locator.SLoSmau', 'get_ServiceLocator_SLoSmauService', false],
  7932. 'App\\Controller\\Student\\ClassroomsController::index' => ['privates', '.service_locator.6IZwllm', 'get_ServiceLocator_6IZwllmService', false],
  7933. 'App\\Controller\\Student\\ClassroomsController::removeClassroom' => ['privates', '.service_locator.WyXuWVF', 'get_ServiceLocator_WyXuWVFService', false],
  7934. 'App\\Controller\\Student\\CrammingActivityController::checkAnswer' => ['privates', '.service_locator.ziRJggc', 'get_ServiceLocator_ZiRJggcService', false],
  7935. 'App\\Controller\\Student\\CrammingActivityController::pauseActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  7936. 'App\\Controller\\Student\\CrammingActivityController::playActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  7937. 'App\\Controller\\Student\\CrammingActivityController::showMathProblem' => ['privates', '.service_locator.out4noD', 'get_ServiceLocator_Out4noDService', false],
  7938. 'App\\Controller\\Student\\DashboardController::getTextAudio' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  7939. 'App\\Controller\\Student\\DashboardController::show' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  7940. 'App\\Controller\\Student\\DashboardController::topicTrainingResults' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  7941. 'App\\Controller\\Student\\DefaultController::clearImpersonation' => ['privates', '.service_locator.cHbtwh5', 'get_ServiceLocator_CHbtwh5Service', false],
  7942. 'App\\Controller\\Student\\DefaultController::index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  7943. 'App\\Controller\\Student\\HomeworkController::checkAnswer' => ['privates', '.service_locator.hUibnJd', 'get_ServiceLocator_HUibnJdService', false],
  7944. 'App\\Controller\\Student\\HomeworkController::pause' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  7945. 'App\\Controller\\Student\\HomeworkController::play' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  7946. 'App\\Controller\\Student\\HomeworkController::prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  7947. 'App\\Controller\\Student\\HomeworkController::showMathproblem' => ['privates', '.service_locator.ou52ekk', 'get_ServiceLocator_Ou52ekkService', false],
  7948. 'App\\Controller\\Student\\KvikMat\\SelfStudyController::start' => ['privates', '.service_locator.ed90f5Z', 'get_ServiceLocator_Ed90f5ZService', false],
  7949. 'App\\Controller\\Student\\PeerSessionController::feedback' => ['privates', '.service_locator.Nw1aSRo', 'get_ServiceLocator_Nw1aSRoService', false],
  7950. 'App\\Controller\\Student\\PeerSessionController::mathproblem' => ['privates', '.service_locator.UiRLfOd', 'get_ServiceLocator_UiRLfOdService', false],
  7951. 'App\\Controller\\Student\\PeerSessionController::rate' => ['privates', '.service_locator.FMczPCW', 'get_ServiceLocator_FMczPCWService', false],
  7952. 'App\\Controller\\Student\\PerformanceController::crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7953. 'App\\Controller\\Student\\PerformanceController::showDashboard' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  7954. 'App\\Controller\\Student\\PerformanceController::showDashboardJSON' => ['privates', '.service_locator.g4keJn0', 'get_ServiceLocator_G4keJn0Service', false],
  7955. 'App\\Controller\\Student\\PerformanceController::trainingSummary' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  7956. 'App\\Controller\\Student\\PretestController::answerPretest' => ['privates', '.service_locator.pIgtJS9', 'get_ServiceLocator_PIgtJS9Service', false],
  7957. 'App\\Controller\\Student\\PretestController::showPretest' => ['privates', '.service_locator.jRjCFoL', 'get_ServiceLocator_JRjCFoLService', false],
  7958. 'App\\Controller\\Student\\QuizSessionController::finish' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  7959. 'App\\Controller\\Student\\QuizSessionController::getProblem' => ['privates', '.service_locator.Onr.HJ7', 'get_ServiceLocator_Onr_HJ7Service', false],
  7960. 'App\\Controller\\Student\\QuizSessionController::pause' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  7961. 'App\\Controller\\Student\\QuizSessionController::play' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  7962. 'App\\Controller\\Student\\QuizSessionController::saveAnswer' => ['privates', '.service_locator.yeIax27', 'get_ServiceLocator_YeIax27Service', false],
  7963. 'App\\Controller\\Student\\QuizSessionController::showProblem' => ['privates', '.service_locator.zN45KLS', 'get_ServiceLocator_ZN45KLSService', false],
  7964. 'App\\Controller\\Student\\ResultsController::homeworkResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  7965. 'App\\Controller\\Student\\ResultsController::trainingSessionResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  7966. 'App\\Controller\\Student\\StatisticsController::worksheetSessionResults' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  7967. 'App\\Controller\\Student\\TrainingController::checkAnswer' => ['privates', '.service_locator.ZaCWgww', 'get_ServiceLocator_ZaCWgwwService', false],
  7968. 'App\\Controller\\Student\\TrainingController::prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  7969. 'App\\Controller\\Student\\TrainingController::prepareJSON' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  7970. 'App\\Controller\\Student\\TrainingController::showMathproblem' => ['privates', '.service_locator.Yvg9s75', 'get_ServiceLocator_Yvg9s75Service', false],
  7971. 'App\\Controller\\Student\\WorksheetSessionController::deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7972. 'App\\Controller\\Student\\WorksheetSessionController::showProblem' => ['privates', '.service_locator.WDXkV1e', 'get_ServiceLocator_WDXkV1eService', false],
  7973. 'App\\Controller\\Teacher\\API\\DictateActivityController::start' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  7974. 'App\\Controller\\Teacher\\API\\DictateActivityController::stop' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  7975. 'App\\Controller\\Teacher\\API\\HomeworkController::create' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  7976. 'App\\Controller\\Teacher\\API\\QuizTypeController::getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7977. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::start' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  7978. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::stop' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  7979. 'App\\Controller\\Teacher\\API\\TagController::getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7980. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController::templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7981. 'App\\Controller\\Teacher\\API\\TrainingActivityController::create' => ['privates', '.service_locator.1qvtrLb', 'get_ServiceLocator_1qvtrLbService', false],
  7982. 'App\\Controller\\Teacher\\API\\WorksheetController::pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7983. 'App\\Controller\\Teacher\\ClassroomController::create' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  7984. 'App\\Controller\\Teacher\\ClassroomController::delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  7985. 'App\\Controller\\Teacher\\ClassroomController::edit' => ['privates', '.service_locator.OBk3l5b', 'get_ServiceLocator_OBk3l5bService', false],
  7986. 'App\\Controller\\Teacher\\ClassroomController::editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7987. 'App\\Controller\\Teacher\\ClassroomController::getClassesByInstitution' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  7988. 'App\\Controller\\Teacher\\ClassroomController::getPointPools' => ['privates', '.service_locator.rkg.etM', 'get_ServiceLocator_Rkg_EtMService', false],
  7989. 'App\\Controller\\Teacher\\ClassroomController::getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7990. 'App\\Controller\\Teacher\\ClassroomController::join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7991. 'App\\Controller\\Teacher\\ClassroomController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  7992. 'App\\Controller\\Teacher\\ClassroomController::select' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  7993. 'App\\Controller\\Teacher\\ContentController::addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  7994. 'App\\Controller\\Teacher\\ContentController::copyMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  7995. 'App\\Controller\\Teacher\\ContentController::disableMathProblem' => ['privates', '.service_locator.yTHu7le', 'get_ServiceLocator_YTHu7leService', false],
  7996. 'App\\Controller\\Teacher\\ContentController::editMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  7997. 'App\\Controller\\Teacher\\ContentController::fetchProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  7998. 'App\\Controller\\Teacher\\ContentController::getCompactView' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  7999. 'App\\Controller\\Teacher\\ContentController::getNextProblem' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8000. 'App\\Controller\\Teacher\\ContentController::getProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8001. 'App\\Controller\\Teacher\\DefaultController::editProfile' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  8002. 'App\\Controller\\Teacher\\DefaultController::help' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8003. 'App\\Controller\\Teacher\\DefaultController::index' => ['privates', '.service_locator..RiiPmv', 'get_ServiceLocator__RiiPmvService', false],
  8004. 'App\\Controller\\Teacher\\ExtendActivityController::extendActivity_' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8005. 'App\\Controller\\Teacher\\HomeworkController::delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  8006. 'App\\Controller\\Teacher\\HomeworkController::start' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8007. 'App\\Controller\\Teacher\\HomeworkController::stop' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8008. 'App\\Controller\\Teacher\\HomeworkController::updateDeadline' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8009. 'App\\Controller\\Teacher\\HomeworkController::updateStartTime' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8010. 'App\\Controller\\Teacher\\PeerTrainingController::delete' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8011. 'App\\Controller\\Teacher\\PeerTrainingController::start' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  8012. 'App\\Controller\\Teacher\\PeerTrainingController::updateStartTime' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  8013. 'App\\Controller\\Teacher\\QuizController::create' => ['privates', '.service_locator.dahsTgx', 'get_ServiceLocator_DahsTgxService', false],
  8014. 'App\\Controller\\Teacher\\QuizController::putQuiz' => ['privates', '.service_locator.PGrF7XO', 'get_ServiceLocator_PGrF7XOService', false],
  8015. 'App\\Controller\\Teacher\\QuizSessionController::start' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8016. 'App\\Controller\\Teacher\\QuizSessionController::stop' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8017. 'App\\Controller\\Teacher\\QuizSessionController::updateDeadline' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8018. 'App\\Controller\\Teacher\\QuizSessionController::updateStartTime' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8019. 'App\\Controller\\Teacher\\StudentController::add' => ['privates', '.service_locator.4nIpmWU', 'get_ServiceLocator_4nIpmWUService', false],
  8020. 'App\\Controller\\Teacher\\StudentController::edit' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  8021. 'App\\Controller\\Teacher\\WorksheetController::addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8022. 'App\\Controller\\Teacher\\WorksheetController::create' => ['privates', '.service_locator.pfJO2Ks', 'get_ServiceLocator_PfJO2KsService', false],
  8023. 'App\\Controller\\Teacher\\WorksheetController::deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8024. 'App\\Controller\\Teacher\\WorksheetController::fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8025. 'App\\Controller\\Teacher\\WorksheetController::postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8026. 'App\\Controller\\Teacher\\WorksheetController::print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8027. 'App\\Controller\\Teacher\\WorksheetController::printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8028. 'App\\Controller\\Teacher\\WorksheetController::putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8029. 'App\\Controller\\Teacher\\WorksheetController::putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8030. 'App\\Controller\\Teacher\\WorksheetController::putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8031. 'App\\Controller\\Teacher\\WorksheetController::resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8032. 'App\\Controller\\Teacher\\WorksheetController::results' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  8033. 'App\\Controller\\Teacher\\WorksheetController::resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8034. 'App\\Controller\\Teacher\\WorksheetController::resultsUnit' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  8035. 'App\\Controller\\Teacher\\WorksheetSessionController::start' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8036. 'App\\Controller\\Teacher\\WorksheetSessionController::stop' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8037. 'App\\Controller\\Teacher\\WorksheetSessionController::updateDeadline' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8038. 'App\\Controller\\Teacher\\WorksheetSessionController::updateStartTime' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8039. 'App\\Controller\\User\\DefaultController::getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8040. 'App\\Controller\\User\\DefaultController::getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8041. 'App\\Controller\\User\\DefaultController::redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8042. 'App\\Controller\\User\\DefaultController::setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8043. 'App\\Controller\\User\\RegistrationController::register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  8044. 'App\\Controller\\User\\RegistrationController::verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  8045. 'App\\Controller\\User\\ResetPasswordController::change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  8046. 'App\\Controller\\User\\ResetPasswordController::request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  8047. 'App\\Controller\\User\\ResetPasswordController::reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  8048. 'App\\Controller\\User\\SetupTwoFactorAuthController::qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  8049. 'App\\Controller\\User\\SetupTwoFactorAuthController::setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  8050. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8051. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8052. 'App\\Services\\Teacher\\API\\DictateActivityService::create' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8053. 'App\\Services\\Teacher\\API\\DictateActivityService::createUnit' => ['privates', '.service_locator.IrH.2wH', 'get_ServiceLocator_IrH_2wHService', false],
  8054. 'App\\Services\\Teacher\\API\\DictateActivityService::delete' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8055. 'App\\Services\\Teacher\\API\\DictateActivityService::update' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8056. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8057. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8058. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8059. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8060. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::setClassroomRepository' => ['privates', '.service_locator.l1ZxSCx', 'get_ServiceLocator_L1ZxSCxService', false],
  8061. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8062. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8063. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService::getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8064. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  8065. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  8066. 'App\\Controller\\Admin\\BugReportsController:fetchBugReport' => ['privates', '.service_locator.41kfURs', 'get_ServiceLocator_41kfURsService', false],
  8067. 'App\\Controller\\Admin\\BugReportsController:fetchBugReports' => ['privates', '.service_locator.h9o66ZI', 'get_ServiceLocator_H9o66ZIService', false],
  8068. 'App\\Controller\\Admin\\BugReportsController:resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8069. 'App\\Controller\\Admin\\BugReportsController:show' => ['privates', '.service_locator.GzohEro', 'get_ServiceLocator_GzohEroService', false],
  8070. 'App\\Controller\\Admin\\ContentController:displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8071. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8072. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8073. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8074. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8075. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8076. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8077. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8078. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8079. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8080. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8081. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8082. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8083. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8084. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8085. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8086. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8087. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8088. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8089. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8090. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8091. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8092. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8093. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8094. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8095. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8096. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8097. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8098. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8099. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8100. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8101. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8102. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8103. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8104. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8105. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8106. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8107. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8108. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8109. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8110. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8111. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8112. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8113. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8114. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8115. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8116. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8117. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8118. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8119. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8120. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8121. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8122. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8123. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8124. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8125. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8126. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8127. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8128. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8129. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8130. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8131. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8132. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8133. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8134. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8135. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8136. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8137. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  8138. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8139. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8140. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8141. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8142. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8143. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8144. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8145. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8146. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8147. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8148. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8149. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8150. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8151. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8152. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8153. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8154. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8155. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8156. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8157. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8158. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8159. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8160. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8161. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8162. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  8163. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8164. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8165. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8166. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8167. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8168. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8169. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8170. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8171. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8172. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8173. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8174. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8175. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8176. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8177. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8178. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8179. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8180. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8181. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8182. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8183. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8184. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8185. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8186. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8187. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8188. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8189. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8190. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8191. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8192. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8193. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8194. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8195. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8196. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8197. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8198. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8199. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8200. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8201. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8202. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8203. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8204. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8205. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8206. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8207. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8208. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8209. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8210. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8211. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8212. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8213. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8214. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8215. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8216. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8217. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8218. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8219. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8220. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8221. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8222. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8223. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8224. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8225. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8226. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8227. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8228. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8229. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8230. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8231. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8232. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8233. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8234. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8235. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8236. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8237. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8238. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8239. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8240. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8241. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8242. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8243. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8244. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8245. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8246. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8247. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8248. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8249. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8250. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8251. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8252. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8253. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8254. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8255. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8256. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8257. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8258. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8259. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8260. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8261. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8262. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8263. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8264. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8265. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8266. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8267. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8268. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8269. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8270. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8271. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8272. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8273. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8274. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8275. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8276. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8277. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8278. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8279. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8280. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8281. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8282. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8283. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8284. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8285. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8286. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8287. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8288. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8289. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8290. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8291. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8292. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8293. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8294. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8295. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8296. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8297. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8298. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8299. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8300. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8301. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8302. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8303. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8304. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8305. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8306. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8307. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8308. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8309. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8310. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8311. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8312. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8313. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8314. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8315. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8316. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8317. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8318. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8319. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8320. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8321. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8322. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8323. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8324. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8325. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8326. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8327. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8328. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8329. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8330. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8331. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8332. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8333. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8334. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8335. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8336. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8337. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8338. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8339. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8340. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8341. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8342. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8343. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8344. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8345. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  8346. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8347. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8348. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8349. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8350. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8351. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8352. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8353. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8354. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8355. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8356. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8357. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8358. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8359. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8360. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8361. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8362. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8363. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8364. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8365. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8366. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8367. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8368. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8369. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8370. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8371. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => ['privates', '.service_locator.AGdInHP', 'get_ServiceLocator_AGdInHPService', false],
  8372. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8373. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8374. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8375. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8376. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8377. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8378. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8379. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8380. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8381. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8382. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8383. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8384. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8385. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8386. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8387. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8388. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8389. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8390. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8391. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8392. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8393. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8394. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8395. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8396. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8397. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8398. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8399. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8400. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8401. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8402. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8403. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8404. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8405. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8406. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8407. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8408. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8409. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8410. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8411. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8412. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8413. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8414. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8415. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8416. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8417. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8418. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8419. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8420. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8421. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8422. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8423. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8424. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8425. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8426. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8427. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8428. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8429. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8430. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8431. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8432. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8433. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8434. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8435. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8436. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8437. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8438. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8439. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8440. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8441. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8442. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8443. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8444. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8445. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8446. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8447. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8448. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8449. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8450. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8451. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8452. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8453. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8454. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8455. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8456. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8457. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => ['privates', '.service_locator.cGeBdxZ', 'get_ServiceLocator_CGeBdxZService', false],
  8458. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8459. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8460. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8461. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8462. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8463. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8464. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8465. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8466. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8467. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8468. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8469. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8470. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8471. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8472. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8473. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8474. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8475. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8476. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8477. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8478. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8479. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8480. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8481. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8482. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8483. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8484. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8485. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8486. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8487. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8488. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8489. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8490. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8491. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8492. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8493. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8494. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8495. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8496. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8497. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8498. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8499. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8500. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8501. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8502. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8503. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8504. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8505. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8506. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8507. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8508. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8509. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8510. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8511. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8512. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8513. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8514. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8515. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8516. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8517. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8518. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8519. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8520. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8521. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8522. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8523. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8524. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8525. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8526. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8527. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8528. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8529. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8530. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8531. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  8532. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8533. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8534. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8535. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8536. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8537. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8538. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8539. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8540. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8541. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8542. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8543. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8544. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8545. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8546. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8547. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8548. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8549. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8550. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8551. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8552. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8553. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8554. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  8555. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8556. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8557. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8558. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8559. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8560. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8561. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8562. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8563. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8564. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8565. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8566. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8567. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8568. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8569. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8570. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8571. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8572. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8573. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8574. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8575. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8576. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8577. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8578. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8579. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8580. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8581. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8582. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8583. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8584. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8585. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8586. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8587. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8588. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8589. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8590. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8591. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8592. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8593. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8594. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8595. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8596. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8597. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8598. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8599. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  8600. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8601. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8602. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8603. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8604. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8605. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8606. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8607. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8608. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8609. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8610. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8611. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8612. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  8613. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8614. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8615. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8616. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8617. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8618. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8619. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8620. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8621. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8622. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8623. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => ['privates', '.service_locator.hMfVZkt', 'get_ServiceLocator_HMfVZktService', false],
  8624. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8625. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8626. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8627. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8628. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8629. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8630. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8631. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8632. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8633. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8634. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8635. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8636. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  8637. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8638. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8639. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  8640. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8641. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8642. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8643. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8644. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8645. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8646. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8647. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8648. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8649. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8650. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8651. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8652. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8653. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8654. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8655. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8656. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8657. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8658. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8659. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8660. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8661. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  8662. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8663. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8664. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  8665. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  8666. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  8667. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  8668. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  8669. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  8670. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8671. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8672. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  8673. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8674. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  8675. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8676. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8677. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8678. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8679. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8680. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8681. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8682. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  8683. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  8684. 'App\\Controller\\Admin\\MathproblemController:addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8685. 'App\\Controller\\Admin\\MathproblemController:count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8686. 'App\\Controller\\Admin\\MathproblemController:createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8687. 'App\\Controller\\Admin\\MathproblemController:deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8688. 'App\\Controller\\Admin\\MathproblemController:deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8689. 'App\\Controller\\Admin\\MathproblemController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8690. 'App\\Controller\\Admin\\MathproblemController:editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8691. 'App\\Controller\\Admin\\MathproblemController:mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8692. 'App\\Controller\\Admin\\MathproblemController:overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  8693. 'App\\Controller\\Admin\\MathproblemController:showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8694. 'App\\Controller\\Admin\\MathproblemController:updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8695. 'App\\Controller\\Admin\\ProblemController:edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8696. 'App\\Controller\\Admin\\ResetPasswordController:reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8697. 'App\\Controller\\Admin\\TagController:lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8698. 'App\\Controller\\Admin\\TemplateController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8699. 'App\\Controller\\Admin\\TemplateController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8700. 'App\\Controller\\Core\\API\\PollyController:textToSpeech' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  8701. 'App\\Controller\\Core\\API\\ProblemController:activeQuizSession' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  8702. 'App\\Controller\\Core\\API\\ProblemController:getProblems' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  8703. 'App\\Controller\\Core\\API\\ProblemController:getResults' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  8704. 'App\\Controller\\Core\\API\\ProblemController:resetQuestion' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  8705. 'App\\Controller\\Core\\API\\ProblemController:saveAnswer' => ['privates', '.service_locator.KjkRnGE', 'get_ServiceLocator_KjkRnGEService', false],
  8706. 'App\\Controller\\Core\\API\\ProblemController:startQuiz' => ['privates', '.service_locator.6kHAYIh', 'get_ServiceLocator_6kHAYIhService', false],
  8707. 'App\\Controller\\Core\\API\\SharedQuizController:archive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8708. 'App\\Controller\\Core\\API\\SharedQuizController:copyQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8709. 'App\\Controller\\Core\\API\\SharedQuizController:create' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8710. 'App\\Controller\\Core\\API\\SharedQuizController:edit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8711. 'App\\Controller\\Core\\API\\SharedQuizController:finishStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8712. 'App\\Controller\\Core\\API\\SharedQuizController:saveAnswer' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8713. 'App\\Controller\\Core\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  8714. 'App\\Controller\\Core\\API\\SharedQuizController:startStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8715. 'App\\Controller\\Core\\API\\SharedQuizController:studentGetProblems' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8716. 'App\\Controller\\Core\\API\\SharedQuizController:studentOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8717. 'App\\Controller\\Core\\API\\SharedQuizController:studentQuizUnitResults' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8718. 'App\\Controller\\Core\\API\\SharedQuizController:teacherActivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8719. 'App\\Controller\\Core\\API\\SharedQuizController:teacherDeactivateQuestion' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8720. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8721. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8722. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizUnit' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8723. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzes' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8724. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesPin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8725. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8726. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8727. 'App\\Controller\\Core\\API\\SharedQuizController:unarchive' => ['privates', '.service_locator.wuBBQdn', 'get_ServiceLocator_WuBBQdnService', false],
  8728. 'App\\Controller\\Core\\BugReportController:reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8729. 'App\\Controller\\Core\\DataController:refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8730. 'App\\Controller\\Core\\DataController:refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8731. 'App\\Controller\\Core\\DataController:refreshStudentSessions' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  8732. 'App\\Controller\\Core\\DataController:refreshStudentSessionsJSON' => ['privates', '.service_locator.ETw7bh_', 'get_ServiceLocator_ETw7bhService', false],
  8733. 'App\\Controller\\Core\\DataController:refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8734. 'App\\Controller\\Core\\EventLoggerController:log' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8735. 'App\\Controller\\Core\\MathProblemController:getAudioFile' => ['privates', '.service_locator.kcAP.uF', 'get_ServiceLocator_KcAP_UFService', false],
  8736. 'App\\Controller\\Core\\ResultsController:crammingActivityResult' => ['privates', '.service_locator.u40pKhm', 'get_ServiceLocator_U40pKhmService', false],
  8737. 'App\\Controller\\Core\\ResultsController:quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8738. 'App\\Controller\\Core\\TextbookController:fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8739. 'App\\Controller\\Core\\TextbookController:getAudioFile' => ['privates', '.service_locator.SLoSmau', 'get_ServiceLocator_SLoSmauService', false],
  8740. 'App\\Controller\\Student\\ClassroomsController:index' => ['privates', '.service_locator.6IZwllm', 'get_ServiceLocator_6IZwllmService', false],
  8741. 'App\\Controller\\Student\\ClassroomsController:removeClassroom' => ['privates', '.service_locator.WyXuWVF', 'get_ServiceLocator_WyXuWVFService', false],
  8742. 'App\\Controller\\Student\\CrammingActivityController:checkAnswer' => ['privates', '.service_locator.ziRJggc', 'get_ServiceLocator_ZiRJggcService', false],
  8743. 'App\\Controller\\Student\\CrammingActivityController:pauseActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  8744. 'App\\Controller\\Student\\CrammingActivityController:playActivityHomework' => ['privates', '.service_locator.kcy4_cM', 'get_ServiceLocator_Kcy4CMService', false],
  8745. 'App\\Controller\\Student\\CrammingActivityController:showMathProblem' => ['privates', '.service_locator.out4noD', 'get_ServiceLocator_Out4noDService', false],
  8746. 'App\\Controller\\Student\\DashboardController:getTextAudio' => ['privates', '.service_locator.6ssLsj2', 'get_ServiceLocator_6ssLsj2Service', false],
  8747. 'App\\Controller\\Student\\DashboardController:show' => ['privates', '.service_locator.6Boci2H', 'get_ServiceLocator_6Boci2HService', false],
  8748. 'App\\Controller\\Student\\DashboardController:topicTrainingResults' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  8749. 'App\\Controller\\Student\\DefaultController:clearImpersonation' => ['privates', '.service_locator.cHbtwh5', 'get_ServiceLocator_CHbtwh5Service', false],
  8750. 'App\\Controller\\Student\\DefaultController:index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  8751. 'App\\Controller\\Student\\HomeworkController:checkAnswer' => ['privates', '.service_locator.hUibnJd', 'get_ServiceLocator_HUibnJdService', false],
  8752. 'App\\Controller\\Student\\HomeworkController:pause' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  8753. 'App\\Controller\\Student\\HomeworkController:play' => ['privates', '.service_locator.HbWMxnd', 'get_ServiceLocator_HbWMxndService', false],
  8754. 'App\\Controller\\Student\\HomeworkController:prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  8755. 'App\\Controller\\Student\\HomeworkController:showMathproblem' => ['privates', '.service_locator.ou52ekk', 'get_ServiceLocator_Ou52ekkService', false],
  8756. 'App\\Controller\\Student\\KvikMat\\SelfStudyController:start' => ['privates', '.service_locator.ed90f5Z', 'get_ServiceLocator_Ed90f5ZService', false],
  8757. 'App\\Controller\\Student\\PeerSessionController:feedback' => ['privates', '.service_locator.Nw1aSRo', 'get_ServiceLocator_Nw1aSRoService', false],
  8758. 'App\\Controller\\Student\\PeerSessionController:mathproblem' => ['privates', '.service_locator.UiRLfOd', 'get_ServiceLocator_UiRLfOdService', false],
  8759. 'App\\Controller\\Student\\PeerSessionController:rate' => ['privates', '.service_locator.FMczPCW', 'get_ServiceLocator_FMczPCWService', false],
  8760. 'App\\Controller\\Student\\PerformanceController:crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8761. 'App\\Controller\\Student\\PerformanceController:showDashboard' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  8762. 'App\\Controller\\Student\\PerformanceController:showDashboardJSON' => ['privates', '.service_locator.g4keJn0', 'get_ServiceLocator_G4keJn0Service', false],
  8763. 'App\\Controller\\Student\\PerformanceController:trainingSummary' => ['privates', '.service_locator.Pr9CDEy', 'get_ServiceLocator_Pr9CDEyService', false],
  8764. 'App\\Controller\\Student\\PretestController:answerPretest' => ['privates', '.service_locator.pIgtJS9', 'get_ServiceLocator_PIgtJS9Service', false],
  8765. 'App\\Controller\\Student\\PretestController:showPretest' => ['privates', '.service_locator.jRjCFoL', 'get_ServiceLocator_JRjCFoLService', false],
  8766. 'App\\Controller\\Student\\QuizSessionController:finish' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8767. 'App\\Controller\\Student\\QuizSessionController:getProblem' => ['privates', '.service_locator.Onr.HJ7', 'get_ServiceLocator_Onr_HJ7Service', false],
  8768. 'App\\Controller\\Student\\QuizSessionController:pause' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  8769. 'App\\Controller\\Student\\QuizSessionController:play' => ['privates', '.service_locator.wtiH.Zk', 'get_ServiceLocator_WtiH_ZkService', false],
  8770. 'App\\Controller\\Student\\QuizSessionController:saveAnswer' => ['privates', '.service_locator.yeIax27', 'get_ServiceLocator_YeIax27Service', false],
  8771. 'App\\Controller\\Student\\QuizSessionController:showProblem' => ['privates', '.service_locator.zN45KLS', 'get_ServiceLocator_ZN45KLSService', false],
  8772. 'App\\Controller\\Student\\ResultsController:homeworkResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  8773. 'App\\Controller\\Student\\ResultsController:trainingSessionResultsJSON' => ['privates', '.service_locator.jOc4lVD', 'get_ServiceLocator_JOc4lVDService', false],
  8774. 'App\\Controller\\Student\\StatisticsController:worksheetSessionResults' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  8775. 'App\\Controller\\Student\\TrainingController:checkAnswer' => ['privates', '.service_locator.ZaCWgww', 'get_ServiceLocator_ZaCWgwwService', false],
  8776. 'App\\Controller\\Student\\TrainingController:prepare' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  8777. 'App\\Controller\\Student\\TrainingController:prepareJSON' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  8778. 'App\\Controller\\Student\\TrainingController:showMathproblem' => ['privates', '.service_locator.Yvg9s75', 'get_ServiceLocator_Yvg9s75Service', false],
  8779. 'App\\Controller\\Student\\WorksheetSessionController:deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8780. 'App\\Controller\\Student\\WorksheetSessionController:showProblem' => ['privates', '.service_locator.WDXkV1e', 'get_ServiceLocator_WDXkV1eService', false],
  8781. 'App\\Controller\\Teacher\\API\\DictateActivityController:start' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  8782. 'App\\Controller\\Teacher\\API\\DictateActivityController:stop' => ['privates', '.service_locator.tr1b7we', 'get_ServiceLocator_Tr1b7weService', false],
  8783. 'App\\Controller\\Teacher\\API\\HomeworkController:create' => ['privates', '.service_locator.hAqb2En', 'get_ServiceLocator_HAqb2EnService', false],
  8784. 'App\\Controller\\Teacher\\API\\QuizTypeController:getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8785. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:start' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  8786. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:stop' => ['privates', '.service_locator.ka6LZ9G', 'get_ServiceLocator_Ka6LZ9GService', false],
  8787. 'App\\Controller\\Teacher\\API\\TagController:getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8788. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController:templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8789. 'App\\Controller\\Teacher\\API\\TrainingActivityController:create' => ['privates', '.service_locator.1qvtrLb', 'get_ServiceLocator_1qvtrLbService', false],
  8790. 'App\\Controller\\Teacher\\API\\WorksheetController:pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8791. 'App\\Controller\\Teacher\\ClassroomController:create' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  8792. 'App\\Controller\\Teacher\\ClassroomController:delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8793. 'App\\Controller\\Teacher\\ClassroomController:edit' => ['privates', '.service_locator.OBk3l5b', 'get_ServiceLocator_OBk3l5bService', false],
  8794. 'App\\Controller\\Teacher\\ClassroomController:editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8795. 'App\\Controller\\Teacher\\ClassroomController:getClassesByInstitution' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  8796. 'App\\Controller\\Teacher\\ClassroomController:getPointPools' => ['privates', '.service_locator.rkg.etM', 'get_ServiceLocator_Rkg_EtMService', false],
  8797. 'App\\Controller\\Teacher\\ClassroomController:getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8798. 'App\\Controller\\Teacher\\ClassroomController:join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8799. 'App\\Controller\\Teacher\\ClassroomController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8800. 'App\\Controller\\Teacher\\ClassroomController:select' => ['privates', '.service_locator.wkddScO', 'get_ServiceLocator_WkddScOService', false],
  8801. 'App\\Controller\\Teacher\\ContentController:addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  8802. 'App\\Controller\\Teacher\\ContentController:copyMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  8803. 'App\\Controller\\Teacher\\ContentController:disableMathProblem' => ['privates', '.service_locator.yTHu7le', 'get_ServiceLocator_YTHu7leService', false],
  8804. 'App\\Controller\\Teacher\\ContentController:editMathProblem' => ['privates', '.service_locator.UsdJSjt', 'get_ServiceLocator_UsdJSjtService', false],
  8805. 'App\\Controller\\Teacher\\ContentController:fetchProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8806. 'App\\Controller\\Teacher\\ContentController:getCompactView' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8807. 'App\\Controller\\Teacher\\ContentController:getNextProblem' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8808. 'App\\Controller\\Teacher\\ContentController:getProblems' => ['privates', '.service_locator.HpTxhXB', 'get_ServiceLocator_HpTxhXBService', false],
  8809. 'App\\Controller\\Teacher\\DefaultController:editProfile' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  8810. 'App\\Controller\\Teacher\\DefaultController:help' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8811. 'App\\Controller\\Teacher\\DefaultController:index' => ['privates', '.service_locator..RiiPmv', 'get_ServiceLocator__RiiPmvService', false],
  8812. 'App\\Controller\\Teacher\\ExtendActivityController:extendActivity_' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8813. 'App\\Controller\\Teacher\\HomeworkController:delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  8814. 'App\\Controller\\Teacher\\HomeworkController:start' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8815. 'App\\Controller\\Teacher\\HomeworkController:stop' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8816. 'App\\Controller\\Teacher\\HomeworkController:updateDeadline' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8817. 'App\\Controller\\Teacher\\HomeworkController:updateStartTime' => ['privates', '.service_locator.zQ6uf8A', 'get_ServiceLocator_ZQ6uf8AService', false],
  8818. 'App\\Controller\\Teacher\\PeerTrainingController:delete' => ['privates', '.service_locator.p9NOWd4', 'get_ServiceLocator_P9NOWd4Service', false],
  8819. 'App\\Controller\\Teacher\\PeerTrainingController:start' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  8820. 'App\\Controller\\Teacher\\PeerTrainingController:updateStartTime' => ['privates', '.service_locator.tGIPPsp', 'get_ServiceLocator_TGIPPspService', false],
  8821. 'App\\Controller\\Teacher\\QuizController:create' => ['privates', '.service_locator.dahsTgx', 'get_ServiceLocator_DahsTgxService', false],
  8822. 'App\\Controller\\Teacher\\QuizController:putQuiz' => ['privates', '.service_locator.PGrF7XO', 'get_ServiceLocator_PGrF7XOService', false],
  8823. 'App\\Controller\\Teacher\\QuizSessionController:start' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8824. 'App\\Controller\\Teacher\\QuizSessionController:stop' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8825. 'App\\Controller\\Teacher\\QuizSessionController:updateDeadline' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8826. 'App\\Controller\\Teacher\\QuizSessionController:updateStartTime' => ['privates', '.service_locator.gdxv1R2', 'get_ServiceLocator_Gdxv1R2Service', false],
  8827. 'App\\Controller\\Teacher\\StudentController:add' => ['privates', '.service_locator.4nIpmWU', 'get_ServiceLocator_4nIpmWUService', false],
  8828. 'App\\Controller\\Teacher\\StudentController:edit' => ['privates', '.service_locator.BjDinDi', 'get_ServiceLocator_BjDinDiService', false],
  8829. 'App\\Controller\\Teacher\\WorksheetController:addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8830. 'App\\Controller\\Teacher\\WorksheetController:create' => ['privates', '.service_locator.pfJO2Ks', 'get_ServiceLocator_PfJO2KsService', false],
  8831. 'App\\Controller\\Teacher\\WorksheetController:deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8832. 'App\\Controller\\Teacher\\WorksheetController:fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8833. 'App\\Controller\\Teacher\\WorksheetController:postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8834. 'App\\Controller\\Teacher\\WorksheetController:print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8835. 'App\\Controller\\Teacher\\WorksheetController:printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8836. 'App\\Controller\\Teacher\\WorksheetController:putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8837. 'App\\Controller\\Teacher\\WorksheetController:putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8838. 'App\\Controller\\Teacher\\WorksheetController:putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8839. 'App\\Controller\\Teacher\\WorksheetController:resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8840. 'App\\Controller\\Teacher\\WorksheetController:results' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  8841. 'App\\Controller\\Teacher\\WorksheetController:resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  8842. 'App\\Controller\\Teacher\\WorksheetController:resultsUnit' => ['privates', '.service_locator.lTiKd5O', 'get_ServiceLocator_LTiKd5OService', false],
  8843. 'App\\Controller\\Teacher\\WorksheetSessionController:start' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8844. 'App\\Controller\\Teacher\\WorksheetSessionController:stop' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8845. 'App\\Controller\\Teacher\\WorksheetSessionController:updateDeadline' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8846. 'App\\Controller\\Teacher\\WorksheetSessionController:updateStartTime' => ['privates', '.service_locator.F7.eOlQ', 'get_ServiceLocator_F7_EOlQService', false],
  8847. 'App\\Controller\\User\\DefaultController:getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8848. 'App\\Controller\\User\\DefaultController:getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8849. 'App\\Controller\\User\\DefaultController:redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8850. 'App\\Controller\\User\\DefaultController:setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  8851. 'App\\Controller\\User\\RegistrationController:register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  8852. 'App\\Controller\\User\\RegistrationController:verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  8853. 'App\\Controller\\User\\ResetPasswordController:change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  8854. 'App\\Controller\\User\\ResetPasswordController:request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  8855. 'App\\Controller\\User\\ResetPasswordController:reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  8856. 'App\\Controller\\User\\SetupTwoFactorAuthController:qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  8857. 'App\\Controller\\User\\SetupTwoFactorAuthController:setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  8858. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8859. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8860. 'App\\Services\\Teacher\\API\\DictateActivityService:create' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8861. 'App\\Services\\Teacher\\API\\DictateActivityService:createUnit' => ['privates', '.service_locator.IrH.2wH', 'get_ServiceLocator_IrH_2wHService', false],
  8862. 'App\\Services\\Teacher\\API\\DictateActivityService:delete' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8863. 'App\\Services\\Teacher\\API\\DictateActivityService:update' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8864. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8865. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8866. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8867. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8868. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:setClassroomRepository' => ['privates', '.service_locator.l1ZxSCx', 'get_ServiceLocator_L1ZxSCxService', false],
  8869. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8870. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getUnitResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8871. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService:getClassroomResults' => ['privates', '.service_locator.IxStZ1Y', 'get_ServiceLocator_IxStZ1YService', false],
  8872. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  8873. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  8874. ], [
  8875. 'App\\Controller\\Admin\\BugReportsController::fetchBugReport' => '?',
  8876. 'App\\Controller\\Admin\\BugReportsController::fetchBugReports' => '?',
  8877. 'App\\Controller\\Admin\\BugReportsController::resolveBugReport' => '?',
  8878. 'App\\Controller\\Admin\\BugReportsController::show' => '?',
  8879. 'App\\Controller\\Admin\\ContentController::displayMathproblems' => '?',
  8880. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => '?',
  8881. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => '?',
  8882. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureActions' => '?',
  8883. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => '?',
  8884. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => '?',
  8885. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => '?',
  8886. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => '?',
  8887. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => '?',
  8888. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => '?',
  8889. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => '?',
  8890. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => '?',
  8891. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => '?',
  8892. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::delete' => '?',
  8893. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => '?',
  8894. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::detail' => '?',
  8895. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::edit' => '?',
  8896. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::index' => '?',
  8897. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::new' => '?',
  8898. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => '?',
  8899. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => '?',
  8900. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => '?',
  8901. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::autocomplete' => '?',
  8902. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::batchDelete' => '?',
  8903. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureActions' => '?',
  8904. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureAssets' => '?',
  8905. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureCrud' => '?',
  8906. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureFilters' => '?',
  8907. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => '?',
  8908. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditForm' => '?',
  8909. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => '?',
  8910. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => '?',
  8911. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewForm' => '?',
  8912. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => '?',
  8913. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::delete' => '?',
  8914. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::deleteEntity' => '?',
  8915. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::detail' => '?',
  8916. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::edit' => '?',
  8917. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::index' => '?',
  8918. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::inviteUser' => '?',
  8919. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::new' => '?',
  8920. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::persistEntity' => '?',
  8921. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::renderFilters' => '?',
  8922. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::toggleAdmins' => '?',
  8923. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController::updateEntity' => '?',
  8924. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::autocomplete' => '?',
  8925. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::batchDelete' => '?',
  8926. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureActions' => '?',
  8927. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureAssets' => '?',
  8928. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureCrud' => '?',
  8929. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureFilters' => '?',
  8930. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => '?',
  8931. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditForm' => '?',
  8932. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => '?',
  8933. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => '?',
  8934. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewForm' => '?',
  8935. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => '?',
  8936. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::delete' => '?',
  8937. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::deleteEntity' => '?',
  8938. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::detail' => '?',
  8939. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::edit' => '?',
  8940. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::index' => '?',
  8941. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::markAsResolved' => '?',
  8942. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::new' => '?',
  8943. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::persistEntity' => '?',
  8944. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::previewProblem' => '?',
  8945. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::renderFilters' => '?',
  8946. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showAllBugReports' => '?',
  8947. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => '?',
  8948. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController::updateEntity' => '?',
  8949. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::autocomplete' => '?',
  8950. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::batchDelete' => '?',
  8951. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureActions' => '?',
  8952. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureAssets' => '?',
  8953. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureCrud' => '?',
  8954. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureFilters' => '?',
  8955. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => '?',
  8956. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditForm' => '?',
  8957. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => '?',
  8958. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => '?',
  8959. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewForm' => '?',
  8960. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => '?',
  8961. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::delete' => '?',
  8962. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::deleteEntity' => '?',
  8963. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::detail' => '?',
  8964. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::edit' => '?',
  8965. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::index' => '?',
  8966. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::new' => '?',
  8967. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::persistEntity' => '?',
  8968. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::renderFilters' => '?',
  8969. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::updateEntity' => '?',
  8970. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController::viewTopics' => '?',
  8971. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController::configureUserMenu' => '?',
  8972. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::autocomplete' => '?',
  8973. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::batchDelete' => '?',
  8974. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureActions' => '?',
  8975. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureAssets' => '?',
  8976. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureCrud' => '?',
  8977. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureFilters' => '?',
  8978. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::configureResponseParameters' => '?',
  8979. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditForm' => '?',
  8980. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => '?',
  8981. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => '?',
  8982. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewForm' => '?',
  8983. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => '?',
  8984. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::delete' => '?',
  8985. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::deleteEntity' => '?',
  8986. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::detail' => '?',
  8987. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::edit' => '?',
  8988. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::index' => '?',
  8989. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::inviteUser' => '?',
  8990. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::new' => '?',
  8991. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::persistEntity' => '?',
  8992. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::renderFilters' => '?',
  8993. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::toggleAdmins' => '?',
  8994. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController::updateEntity' => '?',
  8995. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => '?',
  8996. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => '?',
  8997. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureActions' => '?',
  8998. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => '?',
  8999. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => '?',
  9000. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => '?',
  9001. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => '?',
  9002. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => '?',
  9003. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => '?',
  9004. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => '?',
  9005. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => '?',
  9006. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => '?',
  9007. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::delete' => '?',
  9008. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => '?',
  9009. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::detail' => '?',
  9010. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::edit' => '?',
  9011. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::index' => '?',
  9012. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::new' => '?',
  9013. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => '?',
  9014. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => '?',
  9015. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => '?',
  9016. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::autocomplete' => '?',
  9017. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::batchDelete' => '?',
  9018. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureActions' => '?',
  9019. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureAssets' => '?',
  9020. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureCrud' => '?',
  9021. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureFilters' => '?',
  9022. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::configureResponseParameters' => '?',
  9023. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditForm' => '?',
  9024. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => '?',
  9025. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => '?',
  9026. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewForm' => '?',
  9027. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => '?',
  9028. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::delete' => '?',
  9029. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::deleteEntity' => '?',
  9030. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::detail' => '?',
  9031. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::edit' => '?',
  9032. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::index' => '?',
  9033. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::new' => '?',
  9034. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::persistEntity' => '?',
  9035. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::renderFilters' => '?',
  9036. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController::updateEntity' => '?',
  9037. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::autocomplete' => '?',
  9038. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::batchDelete' => '?',
  9039. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureActions' => '?',
  9040. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureAssets' => '?',
  9041. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureCrud' => '?',
  9042. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureFilters' => '?',
  9043. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => '?',
  9044. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditForm' => '?',
  9045. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => '?',
  9046. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => '?',
  9047. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewForm' => '?',
  9048. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => '?',
  9049. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::delete' => '?',
  9050. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::deleteEntity' => '?',
  9051. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::detail' => '?',
  9052. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::edit' => '?',
  9053. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::index' => '?',
  9054. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::new' => '?',
  9055. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::persistEntity' => '?',
  9056. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::renderFilters' => '?',
  9057. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController::updateEntity' => '?',
  9058. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::autocomplete' => '?',
  9059. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::batchDelete' => '?',
  9060. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureActions' => '?',
  9061. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureAssets' => '?',
  9062. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureCrud' => '?',
  9063. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureFilters' => '?',
  9064. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => '?',
  9065. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::copyEntity' => '?',
  9066. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditForm' => '?',
  9067. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => '?',
  9068. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => '?',
  9069. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewForm' => '?',
  9070. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => '?',
  9071. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::delete' => '?',
  9072. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::deleteEntity' => '?',
  9073. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::detail' => '?',
  9074. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::edit' => '?',
  9075. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::index' => '?',
  9076. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::new' => '?',
  9077. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::persistEntity' => '?',
  9078. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::renderFilters' => '?',
  9079. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController::updateEntity' => '?',
  9080. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => '?',
  9081. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => '?',
  9082. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => '?',
  9083. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => '?',
  9084. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => '?',
  9085. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => '?',
  9086. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => '?',
  9087. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => '?',
  9088. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => '?',
  9089. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => '?',
  9090. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => '?',
  9091. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => '?',
  9092. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => '?',
  9093. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::delete' => '?',
  9094. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => '?',
  9095. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => '?',
  9096. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::detail' => '?',
  9097. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::edit' => '?',
  9098. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::index' => '?',
  9099. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::new' => '?',
  9100. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => '?',
  9101. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => '?',
  9102. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => '?',
  9103. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => '?',
  9104. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => '?',
  9105. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => '?',
  9106. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => '?',
  9107. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => '?',
  9108. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => '?',
  9109. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => '?',
  9110. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => '?',
  9111. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => '?',
  9112. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => '?',
  9113. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => '?',
  9114. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => '?',
  9115. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => '?',
  9116. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => '?',
  9117. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => '?',
  9118. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => '?',
  9119. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => '?',
  9120. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::index' => '?',
  9121. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::new' => '?',
  9122. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => '?',
  9123. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => '?',
  9124. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => '?',
  9125. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::autocomplete' => '?',
  9126. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::batchDelete' => '?',
  9127. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureActions' => '?',
  9128. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureAssets' => '?',
  9129. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureCrud' => '?',
  9130. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureFilters' => '?',
  9131. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => '?',
  9132. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditForm' => '?',
  9133. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => '?',
  9134. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => '?',
  9135. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewForm' => '?',
  9136. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => '?',
  9137. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::delete' => '?',
  9138. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => '?',
  9139. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::detail' => '?',
  9140. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::edit' => '?',
  9141. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::index' => '?',
  9142. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::new' => '?',
  9143. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::persistEntity' => '?',
  9144. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::renderFilters' => '?',
  9145. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::updateEntity' => '?',
  9146. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController::viewProblems' => '?',
  9147. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::autocomplete' => '?',
  9148. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::batchDelete' => '?',
  9149. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureActions' => '?',
  9150. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureAssets' => '?',
  9151. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureCrud' => '?',
  9152. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureFilters' => '?',
  9153. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => '?',
  9154. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => '?',
  9155. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditForm' => '?',
  9156. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => '?',
  9157. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => '?',
  9158. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewForm' => '?',
  9159. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => '?',
  9160. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::delete' => '?',
  9161. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::deleteEntity' => '?',
  9162. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::detail' => '?',
  9163. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::edit' => '?',
  9164. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::index' => '?',
  9165. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::new' => '?',
  9166. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::persistEntity' => '?',
  9167. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::renderFilters' => '?',
  9168. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::updateEntity' => '?',
  9169. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAudio' => '?',
  9170. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewAuthors' => '?',
  9171. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewImages' => '?',
  9172. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController::viewQuizzes' => '?',
  9173. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => '?',
  9174. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => '?',
  9175. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => '?',
  9176. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => '?',
  9177. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => '?',
  9178. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => '?',
  9179. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => '?',
  9180. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => '?',
  9181. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => '?',
  9182. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => '?',
  9183. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => '?',
  9184. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => '?',
  9185. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => '?',
  9186. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => '?',
  9187. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => '?',
  9188. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => '?',
  9189. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => '?',
  9190. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::index' => '?',
  9191. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::new' => '?',
  9192. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => '?',
  9193. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => '?',
  9194. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => '?',
  9195. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => '?',
  9196. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => '?',
  9197. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => '?',
  9198. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => '?',
  9199. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::autocomplete' => '?',
  9200. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::batchDelete' => '?',
  9201. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureActions' => '?',
  9202. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureAssets' => '?',
  9203. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureCrud' => '?',
  9204. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureFilters' => '?',
  9205. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => '?',
  9206. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditForm' => '?',
  9207. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => '?',
  9208. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => '?',
  9209. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewForm' => '?',
  9210. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => '?',
  9211. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::delete' => '?',
  9212. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::deleteEntity' => '?',
  9213. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::detail' => '?',
  9214. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::edit' => '?',
  9215. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::index' => '?',
  9216. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::new' => '?',
  9217. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::persistEntity' => '?',
  9218. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::renderFilters' => '?',
  9219. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::updateEntity' => '?',
  9220. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewEditors' => '?',
  9221. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController::viewPublications' => '?',
  9222. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::autocomplete' => '?',
  9223. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::batchDelete' => '?',
  9224. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureActions' => '?',
  9225. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureAssets' => '?',
  9226. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureCrud' => '?',
  9227. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureFilters' => '?',
  9228. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::configureResponseParameters' => '?',
  9229. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::countEnabledProblems' => '?',
  9230. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditForm' => '?',
  9231. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => '?',
  9232. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => '?',
  9233. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewForm' => '?',
  9234. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => '?',
  9235. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::delete' => '?',
  9236. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::deleteEntity' => '?',
  9237. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::detail' => '?',
  9238. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::edit' => '?',
  9239. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::index' => '?',
  9240. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::new' => '?',
  9241. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::persistEntity' => '?',
  9242. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::problemsArePublished' => '?',
  9243. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::renderFilters' => '?',
  9244. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::updateEntity' => '?',
  9245. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController::viewProblems' => '?',
  9246. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => '?',
  9247. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => '?',
  9248. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => '?',
  9249. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => '?',
  9250. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => '?',
  9251. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => '?',
  9252. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => '?',
  9253. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => '?',
  9254. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => '?',
  9255. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => '?',
  9256. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => '?',
  9257. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => '?',
  9258. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => '?',
  9259. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::delete' => '?',
  9260. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => '?',
  9261. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::detail' => '?',
  9262. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::edit' => '?',
  9263. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::index' => '?',
  9264. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::new' => '?',
  9265. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => '?',
  9266. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => '?',
  9267. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => '?',
  9268. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => '?',
  9269. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => '?',
  9270. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::autocomplete' => '?',
  9271. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::batchDelete' => '?',
  9272. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureActions' => '?',
  9273. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureAssets' => '?',
  9274. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureCrud' => '?',
  9275. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureFilters' => '?',
  9276. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => '?',
  9277. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditForm' => '?',
  9278. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => '?',
  9279. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => '?',
  9280. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewForm' => '?',
  9281. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => '?',
  9282. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::delete' => '?',
  9283. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => '?',
  9284. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::detail' => '?',
  9285. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::edit' => '?',
  9286. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::index' => '?',
  9287. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::new' => '?',
  9288. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::persistEntity' => '?',
  9289. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::renderFilters' => '?',
  9290. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController::updateEntity' => '?',
  9291. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => '?',
  9292. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => '?',
  9293. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => '?',
  9294. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => '?',
  9295. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => '?',
  9296. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => '?',
  9297. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => '?',
  9298. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => '?',
  9299. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => '?',
  9300. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => '?',
  9301. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => '?',
  9302. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => '?',
  9303. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => '?',
  9304. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => '?',
  9305. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => '?',
  9306. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => '?',
  9307. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => '?',
  9308. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => '?',
  9309. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => '?',
  9310. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => '?',
  9311. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => '?',
  9312. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::autocomplete' => '?',
  9313. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::batchDelete' => '?',
  9314. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureActions' => '?',
  9315. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureAssets' => '?',
  9316. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureCrud' => '?',
  9317. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureFilters' => '?',
  9318. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::configureResponseParameters' => '?',
  9319. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditForm' => '?',
  9320. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createEditFormBuilder' => '?',
  9321. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => '?',
  9322. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewForm' => '?',
  9323. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::createNewFormBuilder' => '?',
  9324. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::delete' => '?',
  9325. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::deleteEntity' => '?',
  9326. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::detail' => '?',
  9327. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::edit' => '?',
  9328. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::index' => '?',
  9329. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::new' => '?',
  9330. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::persistEntity' => '?',
  9331. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::renderFilters' => '?',
  9332. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController::updateEntity' => '?',
  9333. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::autocomplete' => '?',
  9334. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::batchDelete' => '?',
  9335. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureActions' => '?',
  9336. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureAssets' => '?',
  9337. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureCrud' => '?',
  9338. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureFilters' => '?',
  9339. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => '?',
  9340. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::copyEntity' => '?',
  9341. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditForm' => '?',
  9342. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => '?',
  9343. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => '?',
  9344. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewForm' => '?',
  9345. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => '?',
  9346. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::delete' => '?',
  9347. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::deleteEntity' => '?',
  9348. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::detail' => '?',
  9349. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::edit' => '?',
  9350. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::index' => '?',
  9351. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::new' => '?',
  9352. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::persistEntity' => '?',
  9353. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::renderFilters' => '?',
  9354. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::updateEntity' => '?',
  9355. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController::viewProblems' => '?',
  9356. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => '?',
  9357. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => '?',
  9358. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => '?',
  9359. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => '?',
  9360. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => '?',
  9361. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => '?',
  9362. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => '?',
  9363. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => '?',
  9364. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => '?',
  9365. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => '?',
  9366. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => '?',
  9367. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => '?',
  9368. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => '?',
  9369. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::delete' => '?',
  9370. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => '?',
  9371. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::detail' => '?',
  9372. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::edit' => '?',
  9373. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::index' => '?',
  9374. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::new' => '?',
  9375. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => '?',
  9376. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => '?',
  9377. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => '?',
  9378. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => '?',
  9379. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => '?',
  9380. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::autocomplete' => '?',
  9381. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::batchDelete' => '?',
  9382. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureActions' => '?',
  9383. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureAssets' => '?',
  9384. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureCrud' => '?',
  9385. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureFilters' => '?',
  9386. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => '?',
  9387. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditForm' => '?',
  9388. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => '?',
  9389. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => '?',
  9390. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewForm' => '?',
  9391. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => '?',
  9392. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::delete' => '?',
  9393. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => '?',
  9394. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::detail' => '?',
  9395. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::edit' => '?',
  9396. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::index' => '?',
  9397. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::new' => '?',
  9398. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::persistEntity' => '?',
  9399. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::renderFilters' => '?',
  9400. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController::updateEntity' => '?',
  9401. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::autocomplete' => '?',
  9402. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::batchDelete' => '?',
  9403. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureActions' => '?',
  9404. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureAssets' => '?',
  9405. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureCrud' => '?',
  9406. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureFilters' => '?',
  9407. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::configureResponseParameters' => '?',
  9408. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::copyEntity' => '?',
  9409. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditForm' => '?',
  9410. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => '?',
  9411. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => '?',
  9412. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewForm' => '?',
  9413. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => '?',
  9414. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::delete' => '?',
  9415. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::deleteEntity' => '?',
  9416. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::detail' => '?',
  9417. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::edit' => '?',
  9418. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::index' => '?',
  9419. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::new' => '?',
  9420. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::persistEntity' => '?',
  9421. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::quizFromTopic' => '?',
  9422. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::renderFilters' => '?',
  9423. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::updateEntity' => '?',
  9424. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController::viewTemplates' => '?',
  9425. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => '?',
  9426. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => '?',
  9427. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => '?',
  9428. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => '?',
  9429. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => '?',
  9430. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => '?',
  9431. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => '?',
  9432. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => '?',
  9433. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => '?',
  9434. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => '?',
  9435. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => '?',
  9436. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => '?',
  9437. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => '?',
  9438. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::delete' => '?',
  9439. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => '?',
  9440. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::detail' => '?',
  9441. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::edit' => '?',
  9442. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::index' => '?',
  9443. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::new' => '?',
  9444. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => '?',
  9445. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => '?',
  9446. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => '?',
  9447. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => '?',
  9448. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => '?',
  9449. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::autocomplete' => '?',
  9450. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::batchDelete' => '?',
  9451. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureActions' => '?',
  9452. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureAssets' => '?',
  9453. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureCrud' => '?',
  9454. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureFilters' => '?',
  9455. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::configureResponseParameters' => '?',
  9456. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditForm' => '?',
  9457. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createEditFormBuilder' => '?',
  9458. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => '?',
  9459. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewForm' => '?',
  9460. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::createNewFormBuilder' => '?',
  9461. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::delete' => '?',
  9462. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::deleteEntity' => '?',
  9463. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::detail' => '?',
  9464. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::edit' => '?',
  9465. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::index' => '?',
  9466. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::inviteUser' => '?',
  9467. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::new' => '?',
  9468. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::persistEntity' => '?',
  9469. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::renderFilters' => '?',
  9470. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::toggleAdmins' => '?',
  9471. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController::updateEntity' => '?',
  9472. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::autocomplete' => '?',
  9473. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::batchDelete' => '?',
  9474. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureActions' => '?',
  9475. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureAssets' => '?',
  9476. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureCrud' => '?',
  9477. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureFilters' => '?',
  9478. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => '?',
  9479. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditForm' => '?',
  9480. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => '?',
  9481. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => '?',
  9482. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewForm' => '?',
  9483. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => '?',
  9484. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::delete' => '?',
  9485. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::deleteEntity' => '?',
  9486. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::detail' => '?',
  9487. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::edit' => '?',
  9488. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::index' => '?',
  9489. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::new' => '?',
  9490. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::persistEntity' => '?',
  9491. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::renderFilters' => '?',
  9492. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController::updateEntity' => '?',
  9493. 'App\\Controller\\Admin\\MathproblemController::addAction' => '?',
  9494. 'App\\Controller\\Admin\\MathproblemController::count' => '?',
  9495. 'App\\Controller\\Admin\\MathproblemController::createAction' => '?',
  9496. 'App\\Controller\\Admin\\MathproblemController::deleteAction' => '?',
  9497. 'App\\Controller\\Admin\\MathproblemController::deleteImageAction' => '?',
  9498. 'App\\Controller\\Admin\\MathproblemController::disable' => '?',
  9499. 'App\\Controller\\Admin\\MathproblemController::editAction' => '?',
  9500. 'App\\Controller\\Admin\\MathproblemController::mathproblemlookupAction' => '?',
  9501. 'App\\Controller\\Admin\\MathproblemController::overview' => '?',
  9502. 'App\\Controller\\Admin\\MathproblemController::showAction' => '?',
  9503. 'App\\Controller\\Admin\\MathproblemController::updateAction' => '?',
  9504. 'App\\Controller\\Admin\\ProblemController::edit' => '?',
  9505. 'App\\Controller\\Admin\\ResetPasswordController::reset' => '?',
  9506. 'App\\Controller\\Admin\\TagController::lookup' => '?',
  9507. 'App\\Controller\\Admin\\TemplateController::disable' => '?',
  9508. 'App\\Controller\\Admin\\TemplateController::overview' => '?',
  9509. 'App\\Controller\\Core\\API\\PollyController::textToSpeech' => '?',
  9510. 'App\\Controller\\Core\\API\\ProblemController::activeQuizSession' => '?',
  9511. 'App\\Controller\\Core\\API\\ProblemController::getProblems' => '?',
  9512. 'App\\Controller\\Core\\API\\ProblemController::getResults' => '?',
  9513. 'App\\Controller\\Core\\API\\ProblemController::resetQuestion' => '?',
  9514. 'App\\Controller\\Core\\API\\ProblemController::saveAnswer' => '?',
  9515. 'App\\Controller\\Core\\API\\ProblemController::startQuiz' => '?',
  9516. 'App\\Controller\\Core\\API\\SharedQuizController::archive' => '?',
  9517. 'App\\Controller\\Core\\API\\SharedQuizController::copyQuiz' => '?',
  9518. 'App\\Controller\\Core\\API\\SharedQuizController::create' => '?',
  9519. 'App\\Controller\\Core\\API\\SharedQuizController::edit' => '?',
  9520. 'App\\Controller\\Core\\API\\SharedQuizController::finishStudentQuizUnit' => '?',
  9521. 'App\\Controller\\Core\\API\\SharedQuizController::saveAnswer' => '?',
  9522. 'App\\Controller\\Core\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => '?',
  9523. 'App\\Controller\\Core\\API\\SharedQuizController::startStudentQuizUnit' => '?',
  9524. 'App\\Controller\\Core\\API\\SharedQuizController::studentGetProblems' => '?',
  9525. 'App\\Controller\\Core\\API\\SharedQuizController::studentOverviewQuizzes' => '?',
  9526. 'App\\Controller\\Core\\API\\SharedQuizController::studentQuizUnitResults' => '?',
  9527. 'App\\Controller\\Core\\API\\SharedQuizController::teacherActivateQuestion' => '?',
  9528. 'App\\Controller\\Core\\API\\SharedQuizController::teacherDeactivateQuestion' => '?',
  9529. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => '?',
  9530. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => '?',
  9531. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizUnit' => '?',
  9532. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzes' => '?',
  9533. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesPin' => '?',
  9534. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => '?',
  9535. 'App\\Controller\\Core\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => '?',
  9536. 'App\\Controller\\Core\\API\\SharedQuizController::unarchive' => '?',
  9537. 'App\\Controller\\Core\\BugReportController::reportMpBug' => '?',
  9538. 'App\\Controller\\Core\\DataController::refreshStudentClassroomPointPools' => '?',
  9539. 'App\\Controller\\Core\\DataController::refreshStudentSelfStudyPointPools' => '?',
  9540. 'App\\Controller\\Core\\DataController::refreshStudentSessions' => '?',
  9541. 'App\\Controller\\Core\\DataController::refreshStudentSessionsJSON' => '?',
  9542. 'App\\Controller\\Core\\DataController::refreshTeacherStudents' => '?',
  9543. 'App\\Controller\\Core\\EventLoggerController::log' => '?',
  9544. 'App\\Controller\\Core\\MathProblemController::getAudioFile' => '?',
  9545. 'App\\Controller\\Core\\ResultsController::crammingActivityResult' => '?',
  9546. 'App\\Controller\\Core\\ResultsController::quizResults' => '?',
  9547. 'App\\Controller\\Core\\TextbookController::fetchCategory' => '?',
  9548. 'App\\Controller\\Core\\TextbookController::getAudioFile' => '?',
  9549. 'App\\Controller\\Student\\ClassroomsController::index' => '?',
  9550. 'App\\Controller\\Student\\ClassroomsController::removeClassroom' => '?',
  9551. 'App\\Controller\\Student\\CrammingActivityController::checkAnswer' => '?',
  9552. 'App\\Controller\\Student\\CrammingActivityController::pauseActivityHomework' => '?',
  9553. 'App\\Controller\\Student\\CrammingActivityController::playActivityHomework' => '?',
  9554. 'App\\Controller\\Student\\CrammingActivityController::showMathProblem' => '?',
  9555. 'App\\Controller\\Student\\DashboardController::getTextAudio' => '?',
  9556. 'App\\Controller\\Student\\DashboardController::show' => '?',
  9557. 'App\\Controller\\Student\\DashboardController::topicTrainingResults' => '?',
  9558. 'App\\Controller\\Student\\DefaultController::clearImpersonation' => '?',
  9559. 'App\\Controller\\Student\\DefaultController::index' => '?',
  9560. 'App\\Controller\\Student\\HomeworkController::checkAnswer' => '?',
  9561. 'App\\Controller\\Student\\HomeworkController::pause' => '?',
  9562. 'App\\Controller\\Student\\HomeworkController::play' => '?',
  9563. 'App\\Controller\\Student\\HomeworkController::prepare' => '?',
  9564. 'App\\Controller\\Student\\HomeworkController::showMathproblem' => '?',
  9565. 'App\\Controller\\Student\\KvikMat\\SelfStudyController::start' => '?',
  9566. 'App\\Controller\\Student\\PeerSessionController::feedback' => '?',
  9567. 'App\\Controller\\Student\\PeerSessionController::mathproblem' => '?',
  9568. 'App\\Controller\\Student\\PeerSessionController::rate' => '?',
  9569. 'App\\Controller\\Student\\PerformanceController::crammingSummary' => '?',
  9570. 'App\\Controller\\Student\\PerformanceController::showDashboard' => '?',
  9571. 'App\\Controller\\Student\\PerformanceController::showDashboardJSON' => '?',
  9572. 'App\\Controller\\Student\\PerformanceController::trainingSummary' => '?',
  9573. 'App\\Controller\\Student\\PretestController::answerPretest' => '?',
  9574. 'App\\Controller\\Student\\PretestController::showPretest' => '?',
  9575. 'App\\Controller\\Student\\QuizSessionController::finish' => '?',
  9576. 'App\\Controller\\Student\\QuizSessionController::getProblem' => '?',
  9577. 'App\\Controller\\Student\\QuizSessionController::pause' => '?',
  9578. 'App\\Controller\\Student\\QuizSessionController::play' => '?',
  9579. 'App\\Controller\\Student\\QuizSessionController::saveAnswer' => '?',
  9580. 'App\\Controller\\Student\\QuizSessionController::showProblem' => '?',
  9581. 'App\\Controller\\Student\\ResultsController::homeworkResultsJSON' => '?',
  9582. 'App\\Controller\\Student\\ResultsController::trainingSessionResultsJSON' => '?',
  9583. 'App\\Controller\\Student\\StatisticsController::worksheetSessionResults' => '?',
  9584. 'App\\Controller\\Student\\TrainingController::checkAnswer' => '?',
  9585. 'App\\Controller\\Student\\TrainingController::prepare' => '?',
  9586. 'App\\Controller\\Student\\TrainingController::prepareJSON' => '?',
  9587. 'App\\Controller\\Student\\TrainingController::showMathproblem' => '?',
  9588. 'App\\Controller\\Student\\WorksheetSessionController::deleteFile' => '?',
  9589. 'App\\Controller\\Student\\WorksheetSessionController::showProblem' => '?',
  9590. 'App\\Controller\\Teacher\\API\\DictateActivityController::start' => '?',
  9591. 'App\\Controller\\Teacher\\API\\DictateActivityController::stop' => '?',
  9592. 'App\\Controller\\Teacher\\API\\HomeworkController::create' => '?',
  9593. 'App\\Controller\\Teacher\\API\\QuizTypeController::getQuizTypes' => '?',
  9594. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::start' => '?',
  9595. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController::stop' => '?',
  9596. 'App\\Controller\\Teacher\\API\\TagController::getTags' => '?',
  9597. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController::templateCount' => '?',
  9598. 'App\\Controller\\Teacher\\API\\TrainingActivityController::create' => '?',
  9599. 'App\\Controller\\Teacher\\API\\WorksheetController::pdfPrint' => '?',
  9600. 'App\\Controller\\Teacher\\ClassroomController::create' => '?',
  9601. 'App\\Controller\\Teacher\\ClassroomController::delete' => '?',
  9602. 'App\\Controller\\Teacher\\ClassroomController::edit' => '?',
  9603. 'App\\Controller\\Teacher\\ClassroomController::editPointPool' => '?',
  9604. 'App\\Controller\\Teacher\\ClassroomController::getClassesByInstitution' => '?',
  9605. 'App\\Controller\\Teacher\\ClassroomController::getPointPools' => '?',
  9606. 'App\\Controller\\Teacher\\ClassroomController::getStudents' => '?',
  9607. 'App\\Controller\\Teacher\\ClassroomController::join' => '?',
  9608. 'App\\Controller\\Teacher\\ClassroomController::overview' => '?',
  9609. 'App\\Controller\\Teacher\\ClassroomController::select' => '?',
  9610. 'App\\Controller\\Teacher\\ContentController::addProblem' => '?',
  9611. 'App\\Controller\\Teacher\\ContentController::copyMathProblem' => '?',
  9612. 'App\\Controller\\Teacher\\ContentController::disableMathProblem' => '?',
  9613. 'App\\Controller\\Teacher\\ContentController::editMathProblem' => '?',
  9614. 'App\\Controller\\Teacher\\ContentController::fetchProblems' => '?',
  9615. 'App\\Controller\\Teacher\\ContentController::getCompactView' => '?',
  9616. 'App\\Controller\\Teacher\\ContentController::getNextProblem' => '?',
  9617. 'App\\Controller\\Teacher\\ContentController::getProblems' => '?',
  9618. 'App\\Controller\\Teacher\\DefaultController::editProfile' => '?',
  9619. 'App\\Controller\\Teacher\\DefaultController::help' => '?',
  9620. 'App\\Controller\\Teacher\\DefaultController::index' => '?',
  9621. 'App\\Controller\\Teacher\\ExtendActivityController::extendActivity_' => '?',
  9622. 'App\\Controller\\Teacher\\HomeworkController::delete' => '?',
  9623. 'App\\Controller\\Teacher\\HomeworkController::start' => '?',
  9624. 'App\\Controller\\Teacher\\HomeworkController::stop' => '?',
  9625. 'App\\Controller\\Teacher\\HomeworkController::updateDeadline' => '?',
  9626. 'App\\Controller\\Teacher\\HomeworkController::updateStartTime' => '?',
  9627. 'App\\Controller\\Teacher\\PeerTrainingController::delete' => '?',
  9628. 'App\\Controller\\Teacher\\PeerTrainingController::start' => '?',
  9629. 'App\\Controller\\Teacher\\PeerTrainingController::updateStartTime' => '?',
  9630. 'App\\Controller\\Teacher\\QuizController::create' => '?',
  9631. 'App\\Controller\\Teacher\\QuizController::putQuiz' => '?',
  9632. 'App\\Controller\\Teacher\\QuizSessionController::start' => '?',
  9633. 'App\\Controller\\Teacher\\QuizSessionController::stop' => '?',
  9634. 'App\\Controller\\Teacher\\QuizSessionController::updateDeadline' => '?',
  9635. 'App\\Controller\\Teacher\\QuizSessionController::updateStartTime' => '?',
  9636. 'App\\Controller\\Teacher\\StudentController::add' => '?',
  9637. 'App\\Controller\\Teacher\\StudentController::edit' => '?',
  9638. 'App\\Controller\\Teacher\\WorksheetController::addScores' => '?',
  9639. 'App\\Controller\\Teacher\\WorksheetController::create' => '?',
  9640. 'App\\Controller\\Teacher\\WorksheetController::deleteSession' => '?',
  9641. 'App\\Controller\\Teacher\\WorksheetController::fetchWorksheetSolution' => '?',
  9642. 'App\\Controller\\Teacher\\WorksheetController::postWorksheet' => '?',
  9643. 'App\\Controller\\Teacher\\WorksheetController::print' => '?',
  9644. 'App\\Controller\\Teacher\\WorksheetController::printSolutions' => '?',
  9645. 'App\\Controller\\Teacher\\WorksheetController::putSolutionComment' => '?',
  9646. 'App\\Controller\\Teacher\\WorksheetController::putSolutionScore' => '?',
  9647. 'App\\Controller\\Teacher\\WorksheetController::putWorksheet' => '?',
  9648. 'App\\Controller\\Teacher\\WorksheetController::resetScores' => '?',
  9649. 'App\\Controller\\Teacher\\WorksheetController::results' => '?',
  9650. 'App\\Controller\\Teacher\\WorksheetController::resultsProblem' => '?',
  9651. 'App\\Controller\\Teacher\\WorksheetController::resultsUnit' => '?',
  9652. 'App\\Controller\\Teacher\\WorksheetSessionController::start' => '?',
  9653. 'App\\Controller\\Teacher\\WorksheetSessionController::stop' => '?',
  9654. 'App\\Controller\\Teacher\\WorksheetSessionController::updateDeadline' => '?',
  9655. 'App\\Controller\\Teacher\\WorksheetSessionController::updateStartTime' => '?',
  9656. 'App\\Controller\\User\\DefaultController::getParamRow' => '?',
  9657. 'App\\Controller\\User\\DefaultController::getParams' => '?',
  9658. 'App\\Controller\\User\\DefaultController::redirectUser' => '?',
  9659. 'App\\Controller\\User\\DefaultController::setParam' => '?',
  9660. 'App\\Controller\\User\\RegistrationController::register' => '?',
  9661. 'App\\Controller\\User\\RegistrationController::verifyUserEmail' => '?',
  9662. 'App\\Controller\\User\\ResetPasswordController::change' => '?',
  9663. 'App\\Controller\\User\\ResetPasswordController::request' => '?',
  9664. 'App\\Controller\\User\\ResetPasswordController::reset' => '?',
  9665. 'App\\Controller\\User\\SetupTwoFactorAuthController::qrCode' => '?',
  9666. 'App\\Controller\\User\\SetupTwoFactorAuthController::setup' => '?',
  9667. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getClassroomResults' => '?',
  9668. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service::getUnitResults' => '?',
  9669. 'App\\Services\\Teacher\\API\\DictateActivityService::create' => '?',
  9670. 'App\\Services\\Teacher\\API\\DictateActivityService::createUnit' => '?',
  9671. 'App\\Services\\Teacher\\API\\DictateActivityService::delete' => '?',
  9672. 'App\\Services\\Teacher\\API\\DictateActivityService::update' => '?',
  9673. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getClassroomResults' => '?',
  9674. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService::getUnitResults' => '?',
  9675. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getClassroomResults' => '?',
  9676. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::getUnitResults' => '?',
  9677. 'App\\Services\\Teacher\\API\\QuizActivityResultsService::setClassroomRepository' => '?',
  9678. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getClassroomResults' => '?',
  9679. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService::getUnitResults' => '?',
  9680. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService::getClassroomResults' => '?',
  9681. 'kernel::loadRoutes' => '?',
  9682. 'kernel::registerContainerConfiguration' => '?',
  9683. 'App\\Controller\\Admin\\BugReportsController:fetchBugReport' => '?',
  9684. 'App\\Controller\\Admin\\BugReportsController:fetchBugReports' => '?',
  9685. 'App\\Controller\\Admin\\BugReportsController:resolveBugReport' => '?',
  9686. 'App\\Controller\\Admin\\BugReportsController:show' => '?',
  9687. 'App\\Controller\\Admin\\ContentController:displayMathproblems' => '?',
  9688. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => '?',
  9689. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => '?',
  9690. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureActions' => '?',
  9691. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => '?',
  9692. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => '?',
  9693. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => '?',
  9694. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => '?',
  9695. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => '?',
  9696. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => '?',
  9697. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => '?',
  9698. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => '?',
  9699. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => '?',
  9700. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:delete' => '?',
  9701. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => '?',
  9702. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:detail' => '?',
  9703. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:edit' => '?',
  9704. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:index' => '?',
  9705. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:new' => '?',
  9706. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => '?',
  9707. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => '?',
  9708. 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => '?',
  9709. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:autocomplete' => '?',
  9710. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:batchDelete' => '?',
  9711. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureActions' => '?',
  9712. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureAssets' => '?',
  9713. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureCrud' => '?',
  9714. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureFilters' => '?',
  9715. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => '?',
  9716. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditForm' => '?',
  9717. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => '?',
  9718. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => '?',
  9719. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewForm' => '?',
  9720. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => '?',
  9721. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:delete' => '?',
  9722. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:deleteEntity' => '?',
  9723. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:detail' => '?',
  9724. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:edit' => '?',
  9725. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:index' => '?',
  9726. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:inviteUser' => '?',
  9727. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:new' => '?',
  9728. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:persistEntity' => '?',
  9729. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:renderFilters' => '?',
  9730. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:toggleAdmins' => '?',
  9731. 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController:updateEntity' => '?',
  9732. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:autocomplete' => '?',
  9733. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:batchDelete' => '?',
  9734. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureActions' => '?',
  9735. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureAssets' => '?',
  9736. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureCrud' => '?',
  9737. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureFilters' => '?',
  9738. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => '?',
  9739. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditForm' => '?',
  9740. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => '?',
  9741. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => '?',
  9742. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewForm' => '?',
  9743. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => '?',
  9744. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:delete' => '?',
  9745. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:deleteEntity' => '?',
  9746. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:detail' => '?',
  9747. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:edit' => '?',
  9748. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:index' => '?',
  9749. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:markAsResolved' => '?',
  9750. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:new' => '?',
  9751. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:persistEntity' => '?',
  9752. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:previewProblem' => '?',
  9753. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:renderFilters' => '?',
  9754. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showAllBugReports' => '?',
  9755. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => '?',
  9756. 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController:updateEntity' => '?',
  9757. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:autocomplete' => '?',
  9758. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:batchDelete' => '?',
  9759. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureActions' => '?',
  9760. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureAssets' => '?',
  9761. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureCrud' => '?',
  9762. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureFilters' => '?',
  9763. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => '?',
  9764. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditForm' => '?',
  9765. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => '?',
  9766. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => '?',
  9767. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewForm' => '?',
  9768. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => '?',
  9769. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:delete' => '?',
  9770. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:deleteEntity' => '?',
  9771. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:detail' => '?',
  9772. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:edit' => '?',
  9773. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:index' => '?',
  9774. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:new' => '?',
  9775. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:persistEntity' => '?',
  9776. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:renderFilters' => '?',
  9777. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:updateEntity' => '?',
  9778. 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController:viewTopics' => '?',
  9779. 'App\\Controller\\Admin\\EasyAdmin\\DashboardController:configureUserMenu' => '?',
  9780. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:autocomplete' => '?',
  9781. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:batchDelete' => '?',
  9782. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureActions' => '?',
  9783. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureAssets' => '?',
  9784. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureCrud' => '?',
  9785. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureFilters' => '?',
  9786. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:configureResponseParameters' => '?',
  9787. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditForm' => '?',
  9788. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => '?',
  9789. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => '?',
  9790. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewForm' => '?',
  9791. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => '?',
  9792. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:delete' => '?',
  9793. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:deleteEntity' => '?',
  9794. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:detail' => '?',
  9795. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:edit' => '?',
  9796. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:index' => '?',
  9797. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:inviteUser' => '?',
  9798. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:new' => '?',
  9799. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:persistEntity' => '?',
  9800. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:renderFilters' => '?',
  9801. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:toggleAdmins' => '?',
  9802. 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController:updateEntity' => '?',
  9803. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => '?',
  9804. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => '?',
  9805. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureActions' => '?',
  9806. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => '?',
  9807. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => '?',
  9808. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => '?',
  9809. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => '?',
  9810. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => '?',
  9811. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => '?',
  9812. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => '?',
  9813. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => '?',
  9814. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => '?',
  9815. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:delete' => '?',
  9816. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => '?',
  9817. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:detail' => '?',
  9818. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:edit' => '?',
  9819. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:index' => '?',
  9820. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:new' => '?',
  9821. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => '?',
  9822. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => '?',
  9823. 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => '?',
  9824. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:autocomplete' => '?',
  9825. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:batchDelete' => '?',
  9826. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureActions' => '?',
  9827. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureAssets' => '?',
  9828. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureCrud' => '?',
  9829. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureFilters' => '?',
  9830. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:configureResponseParameters' => '?',
  9831. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditForm' => '?',
  9832. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => '?',
  9833. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => '?',
  9834. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewForm' => '?',
  9835. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => '?',
  9836. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:delete' => '?',
  9837. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:deleteEntity' => '?',
  9838. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:detail' => '?',
  9839. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:edit' => '?',
  9840. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:index' => '?',
  9841. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:new' => '?',
  9842. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:persistEntity' => '?',
  9843. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:renderFilters' => '?',
  9844. 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController:updateEntity' => '?',
  9845. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:autocomplete' => '?',
  9846. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:batchDelete' => '?',
  9847. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureActions' => '?',
  9848. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureAssets' => '?',
  9849. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureCrud' => '?',
  9850. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureFilters' => '?',
  9851. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => '?',
  9852. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditForm' => '?',
  9853. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => '?',
  9854. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => '?',
  9855. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewForm' => '?',
  9856. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => '?',
  9857. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:delete' => '?',
  9858. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:deleteEntity' => '?',
  9859. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:detail' => '?',
  9860. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:edit' => '?',
  9861. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:index' => '?',
  9862. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:new' => '?',
  9863. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:persistEntity' => '?',
  9864. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:renderFilters' => '?',
  9865. 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController:updateEntity' => '?',
  9866. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:autocomplete' => '?',
  9867. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:batchDelete' => '?',
  9868. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureActions' => '?',
  9869. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureAssets' => '?',
  9870. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureCrud' => '?',
  9871. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureFilters' => '?',
  9872. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => '?',
  9873. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:copyEntity' => '?',
  9874. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditForm' => '?',
  9875. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => '?',
  9876. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => '?',
  9877. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewForm' => '?',
  9878. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => '?',
  9879. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:delete' => '?',
  9880. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:deleteEntity' => '?',
  9881. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:detail' => '?',
  9882. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:edit' => '?',
  9883. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:index' => '?',
  9884. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:new' => '?',
  9885. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:persistEntity' => '?',
  9886. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:renderFilters' => '?',
  9887. 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController:updateEntity' => '?',
  9888. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => '?',
  9889. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => '?',
  9890. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => '?',
  9891. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => '?',
  9892. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => '?',
  9893. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => '?',
  9894. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => '?',
  9895. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => '?',
  9896. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => '?',
  9897. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => '?',
  9898. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => '?',
  9899. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => '?',
  9900. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => '?',
  9901. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:delete' => '?',
  9902. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => '?',
  9903. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => '?',
  9904. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:detail' => '?',
  9905. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:edit' => '?',
  9906. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:index' => '?',
  9907. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:new' => '?',
  9908. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => '?',
  9909. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => '?',
  9910. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => '?',
  9911. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => '?',
  9912. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => '?',
  9913. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => '?',
  9914. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => '?',
  9915. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => '?',
  9916. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => '?',
  9917. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => '?',
  9918. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => '?',
  9919. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => '?',
  9920. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => '?',
  9921. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => '?',
  9922. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => '?',
  9923. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => '?',
  9924. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => '?',
  9925. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => '?',
  9926. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => '?',
  9927. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => '?',
  9928. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:index' => '?',
  9929. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:new' => '?',
  9930. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => '?',
  9931. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => '?',
  9932. 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => '?',
  9933. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:autocomplete' => '?',
  9934. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:batchDelete' => '?',
  9935. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureActions' => '?',
  9936. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureAssets' => '?',
  9937. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureCrud' => '?',
  9938. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureFilters' => '?',
  9939. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => '?',
  9940. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditForm' => '?',
  9941. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => '?',
  9942. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => '?',
  9943. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewForm' => '?',
  9944. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => '?',
  9945. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:delete' => '?',
  9946. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => '?',
  9947. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:detail' => '?',
  9948. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:edit' => '?',
  9949. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:index' => '?',
  9950. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:new' => '?',
  9951. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:persistEntity' => '?',
  9952. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:renderFilters' => '?',
  9953. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:updateEntity' => '?',
  9954. 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController:viewProblems' => '?',
  9955. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:autocomplete' => '?',
  9956. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:batchDelete' => '?',
  9957. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureActions' => '?',
  9958. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureAssets' => '?',
  9959. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureCrud' => '?',
  9960. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureFilters' => '?',
  9961. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => '?',
  9962. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => '?',
  9963. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditForm' => '?',
  9964. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => '?',
  9965. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => '?',
  9966. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewForm' => '?',
  9967. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => '?',
  9968. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:delete' => '?',
  9969. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:deleteEntity' => '?',
  9970. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:detail' => '?',
  9971. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:edit' => '?',
  9972. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:index' => '?',
  9973. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:new' => '?',
  9974. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:persistEntity' => '?',
  9975. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:renderFilters' => '?',
  9976. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:updateEntity' => '?',
  9977. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAudio' => '?',
  9978. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewAuthors' => '?',
  9979. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewImages' => '?',
  9980. 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController:viewQuizzes' => '?',
  9981. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => '?',
  9982. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => '?',
  9983. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => '?',
  9984. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => '?',
  9985. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => '?',
  9986. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => '?',
  9987. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => '?',
  9988. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => '?',
  9989. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => '?',
  9990. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => '?',
  9991. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => '?',
  9992. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => '?',
  9993. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => '?',
  9994. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => '?',
  9995. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => '?',
  9996. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => '?',
  9997. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => '?',
  9998. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:index' => '?',
  9999. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:new' => '?',
  10000. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => '?',
  10001. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => '?',
  10002. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => '?',
  10003. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => '?',
  10004. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => '?',
  10005. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => '?',
  10006. 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => '?',
  10007. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:autocomplete' => '?',
  10008. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:batchDelete' => '?',
  10009. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureActions' => '?',
  10010. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureAssets' => '?',
  10011. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureCrud' => '?',
  10012. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureFilters' => '?',
  10013. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => '?',
  10014. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditForm' => '?',
  10015. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => '?',
  10016. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => '?',
  10017. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewForm' => '?',
  10018. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => '?',
  10019. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:delete' => '?',
  10020. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:deleteEntity' => '?',
  10021. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:detail' => '?',
  10022. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:edit' => '?',
  10023. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:index' => '?',
  10024. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:new' => '?',
  10025. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:persistEntity' => '?',
  10026. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:renderFilters' => '?',
  10027. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:updateEntity' => '?',
  10028. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewEditors' => '?',
  10029. 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController:viewPublications' => '?',
  10030. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:autocomplete' => '?',
  10031. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:batchDelete' => '?',
  10032. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureActions' => '?',
  10033. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureAssets' => '?',
  10034. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureCrud' => '?',
  10035. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureFilters' => '?',
  10036. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:configureResponseParameters' => '?',
  10037. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:countEnabledProblems' => '?',
  10038. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditForm' => '?',
  10039. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => '?',
  10040. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => '?',
  10041. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewForm' => '?',
  10042. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => '?',
  10043. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:delete' => '?',
  10044. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:deleteEntity' => '?',
  10045. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:detail' => '?',
  10046. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:edit' => '?',
  10047. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:index' => '?',
  10048. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:new' => '?',
  10049. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:persistEntity' => '?',
  10050. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:problemsArePublished' => '?',
  10051. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:renderFilters' => '?',
  10052. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:updateEntity' => '?',
  10053. 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController:viewProblems' => '?',
  10054. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => '?',
  10055. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => '?',
  10056. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => '?',
  10057. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => '?',
  10058. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => '?',
  10059. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => '?',
  10060. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => '?',
  10061. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => '?',
  10062. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => '?',
  10063. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => '?',
  10064. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => '?',
  10065. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => '?',
  10066. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => '?',
  10067. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:delete' => '?',
  10068. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => '?',
  10069. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:detail' => '?',
  10070. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:edit' => '?',
  10071. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:index' => '?',
  10072. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:new' => '?',
  10073. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => '?',
  10074. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => '?',
  10075. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => '?',
  10076. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => '?',
  10077. 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => '?',
  10078. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:autocomplete' => '?',
  10079. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:batchDelete' => '?',
  10080. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureActions' => '?',
  10081. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureAssets' => '?',
  10082. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureCrud' => '?',
  10083. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureFilters' => '?',
  10084. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => '?',
  10085. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditForm' => '?',
  10086. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => '?',
  10087. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => '?',
  10088. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewForm' => '?',
  10089. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => '?',
  10090. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:delete' => '?',
  10091. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => '?',
  10092. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:detail' => '?',
  10093. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:edit' => '?',
  10094. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:index' => '?',
  10095. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:new' => '?',
  10096. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:persistEntity' => '?',
  10097. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:renderFilters' => '?',
  10098. 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController:updateEntity' => '?',
  10099. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => '?',
  10100. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => '?',
  10101. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => '?',
  10102. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => '?',
  10103. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => '?',
  10104. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => '?',
  10105. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => '?',
  10106. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => '?',
  10107. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => '?',
  10108. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => '?',
  10109. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => '?',
  10110. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => '?',
  10111. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => '?',
  10112. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => '?',
  10113. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => '?',
  10114. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => '?',
  10115. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => '?',
  10116. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => '?',
  10117. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => '?',
  10118. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => '?',
  10119. 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => '?',
  10120. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:autocomplete' => '?',
  10121. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:batchDelete' => '?',
  10122. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureActions' => '?',
  10123. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureAssets' => '?',
  10124. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureCrud' => '?',
  10125. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureFilters' => '?',
  10126. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:configureResponseParameters' => '?',
  10127. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditForm' => '?',
  10128. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createEditFormBuilder' => '?',
  10129. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => '?',
  10130. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewForm' => '?',
  10131. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:createNewFormBuilder' => '?',
  10132. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:delete' => '?',
  10133. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:deleteEntity' => '?',
  10134. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:detail' => '?',
  10135. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:edit' => '?',
  10136. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:index' => '?',
  10137. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:new' => '?',
  10138. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:persistEntity' => '?',
  10139. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:renderFilters' => '?',
  10140. 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController:updateEntity' => '?',
  10141. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:autocomplete' => '?',
  10142. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:batchDelete' => '?',
  10143. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureActions' => '?',
  10144. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureAssets' => '?',
  10145. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureCrud' => '?',
  10146. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureFilters' => '?',
  10147. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => '?',
  10148. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:copyEntity' => '?',
  10149. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditForm' => '?',
  10150. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => '?',
  10151. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => '?',
  10152. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewForm' => '?',
  10153. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => '?',
  10154. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:delete' => '?',
  10155. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:deleteEntity' => '?',
  10156. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:detail' => '?',
  10157. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:edit' => '?',
  10158. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:index' => '?',
  10159. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:new' => '?',
  10160. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:persistEntity' => '?',
  10161. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:renderFilters' => '?',
  10162. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:updateEntity' => '?',
  10163. 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController:viewProblems' => '?',
  10164. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => '?',
  10165. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => '?',
  10166. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => '?',
  10167. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => '?',
  10168. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => '?',
  10169. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => '?',
  10170. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => '?',
  10171. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => '?',
  10172. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => '?',
  10173. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => '?',
  10174. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => '?',
  10175. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => '?',
  10176. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => '?',
  10177. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:delete' => '?',
  10178. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => '?',
  10179. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:detail' => '?',
  10180. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:edit' => '?',
  10181. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:index' => '?',
  10182. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:new' => '?',
  10183. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => '?',
  10184. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => '?',
  10185. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => '?',
  10186. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => '?',
  10187. 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => '?',
  10188. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:autocomplete' => '?',
  10189. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:batchDelete' => '?',
  10190. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureActions' => '?',
  10191. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureAssets' => '?',
  10192. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureCrud' => '?',
  10193. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureFilters' => '?',
  10194. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => '?',
  10195. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditForm' => '?',
  10196. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => '?',
  10197. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => '?',
  10198. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewForm' => '?',
  10199. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => '?',
  10200. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:delete' => '?',
  10201. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => '?',
  10202. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:detail' => '?',
  10203. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:edit' => '?',
  10204. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:index' => '?',
  10205. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:new' => '?',
  10206. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:persistEntity' => '?',
  10207. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:renderFilters' => '?',
  10208. 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController:updateEntity' => '?',
  10209. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:autocomplete' => '?',
  10210. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:batchDelete' => '?',
  10211. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureActions' => '?',
  10212. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureAssets' => '?',
  10213. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureCrud' => '?',
  10214. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureFilters' => '?',
  10215. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:configureResponseParameters' => '?',
  10216. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:copyEntity' => '?',
  10217. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditForm' => '?',
  10218. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => '?',
  10219. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => '?',
  10220. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewForm' => '?',
  10221. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => '?',
  10222. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:delete' => '?',
  10223. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:deleteEntity' => '?',
  10224. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:detail' => '?',
  10225. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:edit' => '?',
  10226. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:index' => '?',
  10227. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:new' => '?',
  10228. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:persistEntity' => '?',
  10229. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:quizFromTopic' => '?',
  10230. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:renderFilters' => '?',
  10231. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:updateEntity' => '?',
  10232. 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController:viewTemplates' => '?',
  10233. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => '?',
  10234. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => '?',
  10235. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => '?',
  10236. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => '?',
  10237. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => '?',
  10238. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => '?',
  10239. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => '?',
  10240. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => '?',
  10241. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => '?',
  10242. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => '?',
  10243. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => '?',
  10244. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => '?',
  10245. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => '?',
  10246. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:delete' => '?',
  10247. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => '?',
  10248. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:detail' => '?',
  10249. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:edit' => '?',
  10250. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:index' => '?',
  10251. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:new' => '?',
  10252. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => '?',
  10253. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => '?',
  10254. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => '?',
  10255. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => '?',
  10256. 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => '?',
  10257. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:autocomplete' => '?',
  10258. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:batchDelete' => '?',
  10259. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureActions' => '?',
  10260. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureAssets' => '?',
  10261. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureCrud' => '?',
  10262. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureFilters' => '?',
  10263. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:configureResponseParameters' => '?',
  10264. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditForm' => '?',
  10265. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createEditFormBuilder' => '?',
  10266. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => '?',
  10267. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewForm' => '?',
  10268. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:createNewFormBuilder' => '?',
  10269. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:delete' => '?',
  10270. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:deleteEntity' => '?',
  10271. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:detail' => '?',
  10272. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:edit' => '?',
  10273. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:index' => '?',
  10274. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:inviteUser' => '?',
  10275. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:new' => '?',
  10276. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:persistEntity' => '?',
  10277. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:renderFilters' => '?',
  10278. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:toggleAdmins' => '?',
  10279. 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController:updateEntity' => '?',
  10280. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:autocomplete' => '?',
  10281. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:batchDelete' => '?',
  10282. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureActions' => '?',
  10283. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureAssets' => '?',
  10284. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureCrud' => '?',
  10285. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureFilters' => '?',
  10286. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => '?',
  10287. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditForm' => '?',
  10288. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => '?',
  10289. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => '?',
  10290. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewForm' => '?',
  10291. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => '?',
  10292. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:delete' => '?',
  10293. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:deleteEntity' => '?',
  10294. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:detail' => '?',
  10295. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:edit' => '?',
  10296. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:index' => '?',
  10297. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:new' => '?',
  10298. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:persistEntity' => '?',
  10299. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:renderFilters' => '?',
  10300. 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController:updateEntity' => '?',
  10301. 'App\\Controller\\Admin\\MathproblemController:addAction' => '?',
  10302. 'App\\Controller\\Admin\\MathproblemController:count' => '?',
  10303. 'App\\Controller\\Admin\\MathproblemController:createAction' => '?',
  10304. 'App\\Controller\\Admin\\MathproblemController:deleteAction' => '?',
  10305. 'App\\Controller\\Admin\\MathproblemController:deleteImageAction' => '?',
  10306. 'App\\Controller\\Admin\\MathproblemController:disable' => '?',
  10307. 'App\\Controller\\Admin\\MathproblemController:editAction' => '?',
  10308. 'App\\Controller\\Admin\\MathproblemController:mathproblemlookupAction' => '?',
  10309. 'App\\Controller\\Admin\\MathproblemController:overview' => '?',
  10310. 'App\\Controller\\Admin\\MathproblemController:showAction' => '?',
  10311. 'App\\Controller\\Admin\\MathproblemController:updateAction' => '?',
  10312. 'App\\Controller\\Admin\\ProblemController:edit' => '?',
  10313. 'App\\Controller\\Admin\\ResetPasswordController:reset' => '?',
  10314. 'App\\Controller\\Admin\\TagController:lookup' => '?',
  10315. 'App\\Controller\\Admin\\TemplateController:disable' => '?',
  10316. 'App\\Controller\\Admin\\TemplateController:overview' => '?',
  10317. 'App\\Controller\\Core\\API\\PollyController:textToSpeech' => '?',
  10318. 'App\\Controller\\Core\\API\\ProblemController:activeQuizSession' => '?',
  10319. 'App\\Controller\\Core\\API\\ProblemController:getProblems' => '?',
  10320. 'App\\Controller\\Core\\API\\ProblemController:getResults' => '?',
  10321. 'App\\Controller\\Core\\API\\ProblemController:resetQuestion' => '?',
  10322. 'App\\Controller\\Core\\API\\ProblemController:saveAnswer' => '?',
  10323. 'App\\Controller\\Core\\API\\ProblemController:startQuiz' => '?',
  10324. 'App\\Controller\\Core\\API\\SharedQuizController:archive' => '?',
  10325. 'App\\Controller\\Core\\API\\SharedQuizController:copyQuiz' => '?',
  10326. 'App\\Controller\\Core\\API\\SharedQuizController:create' => '?',
  10327. 'App\\Controller\\Core\\API\\SharedQuizController:edit' => '?',
  10328. 'App\\Controller\\Core\\API\\SharedQuizController:finishStudentQuizUnit' => '?',
  10329. 'App\\Controller\\Core\\API\\SharedQuizController:saveAnswer' => '?',
  10330. 'App\\Controller\\Core\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => '?',
  10331. 'App\\Controller\\Core\\API\\SharedQuizController:startStudentQuizUnit' => '?',
  10332. 'App\\Controller\\Core\\API\\SharedQuizController:studentGetProblems' => '?',
  10333. 'App\\Controller\\Core\\API\\SharedQuizController:studentOverviewQuizzes' => '?',
  10334. 'App\\Controller\\Core\\API\\SharedQuizController:studentQuizUnitResults' => '?',
  10335. 'App\\Controller\\Core\\API\\SharedQuizController:teacherActivateQuestion' => '?',
  10336. 'App\\Controller\\Core\\API\\SharedQuizController:teacherDeactivateQuestion' => '?',
  10337. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => '?',
  10338. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => '?',
  10339. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizUnit' => '?',
  10340. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzes' => '?',
  10341. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesPin' => '?',
  10342. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => '?',
  10343. 'App\\Controller\\Core\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => '?',
  10344. 'App\\Controller\\Core\\API\\SharedQuizController:unarchive' => '?',
  10345. 'App\\Controller\\Core\\BugReportController:reportMpBug' => '?',
  10346. 'App\\Controller\\Core\\DataController:refreshStudentClassroomPointPools' => '?',
  10347. 'App\\Controller\\Core\\DataController:refreshStudentSelfStudyPointPools' => '?',
  10348. 'App\\Controller\\Core\\DataController:refreshStudentSessions' => '?',
  10349. 'App\\Controller\\Core\\DataController:refreshStudentSessionsJSON' => '?',
  10350. 'App\\Controller\\Core\\DataController:refreshTeacherStudents' => '?',
  10351. 'App\\Controller\\Core\\EventLoggerController:log' => '?',
  10352. 'App\\Controller\\Core\\MathProblemController:getAudioFile' => '?',
  10353. 'App\\Controller\\Core\\ResultsController:crammingActivityResult' => '?',
  10354. 'App\\Controller\\Core\\ResultsController:quizResults' => '?',
  10355. 'App\\Controller\\Core\\TextbookController:fetchCategory' => '?',
  10356. 'App\\Controller\\Core\\TextbookController:getAudioFile' => '?',
  10357. 'App\\Controller\\Student\\ClassroomsController:index' => '?',
  10358. 'App\\Controller\\Student\\ClassroomsController:removeClassroom' => '?',
  10359. 'App\\Controller\\Student\\CrammingActivityController:checkAnswer' => '?',
  10360. 'App\\Controller\\Student\\CrammingActivityController:pauseActivityHomework' => '?',
  10361. 'App\\Controller\\Student\\CrammingActivityController:playActivityHomework' => '?',
  10362. 'App\\Controller\\Student\\CrammingActivityController:showMathProblem' => '?',
  10363. 'App\\Controller\\Student\\DashboardController:getTextAudio' => '?',
  10364. 'App\\Controller\\Student\\DashboardController:show' => '?',
  10365. 'App\\Controller\\Student\\DashboardController:topicTrainingResults' => '?',
  10366. 'App\\Controller\\Student\\DefaultController:clearImpersonation' => '?',
  10367. 'App\\Controller\\Student\\DefaultController:index' => '?',
  10368. 'App\\Controller\\Student\\HomeworkController:checkAnswer' => '?',
  10369. 'App\\Controller\\Student\\HomeworkController:pause' => '?',
  10370. 'App\\Controller\\Student\\HomeworkController:play' => '?',
  10371. 'App\\Controller\\Student\\HomeworkController:prepare' => '?',
  10372. 'App\\Controller\\Student\\HomeworkController:showMathproblem' => '?',
  10373. 'App\\Controller\\Student\\KvikMat\\SelfStudyController:start' => '?',
  10374. 'App\\Controller\\Student\\PeerSessionController:feedback' => '?',
  10375. 'App\\Controller\\Student\\PeerSessionController:mathproblem' => '?',
  10376. 'App\\Controller\\Student\\PeerSessionController:rate' => '?',
  10377. 'App\\Controller\\Student\\PerformanceController:crammingSummary' => '?',
  10378. 'App\\Controller\\Student\\PerformanceController:showDashboard' => '?',
  10379. 'App\\Controller\\Student\\PerformanceController:showDashboardJSON' => '?',
  10380. 'App\\Controller\\Student\\PerformanceController:trainingSummary' => '?',
  10381. 'App\\Controller\\Student\\PretestController:answerPretest' => '?',
  10382. 'App\\Controller\\Student\\PretestController:showPretest' => '?',
  10383. 'App\\Controller\\Student\\QuizSessionController:finish' => '?',
  10384. 'App\\Controller\\Student\\QuizSessionController:getProblem' => '?',
  10385. 'App\\Controller\\Student\\QuizSessionController:pause' => '?',
  10386. 'App\\Controller\\Student\\QuizSessionController:play' => '?',
  10387. 'App\\Controller\\Student\\QuizSessionController:saveAnswer' => '?',
  10388. 'App\\Controller\\Student\\QuizSessionController:showProblem' => '?',
  10389. 'App\\Controller\\Student\\ResultsController:homeworkResultsJSON' => '?',
  10390. 'App\\Controller\\Student\\ResultsController:trainingSessionResultsJSON' => '?',
  10391. 'App\\Controller\\Student\\StatisticsController:worksheetSessionResults' => '?',
  10392. 'App\\Controller\\Student\\TrainingController:checkAnswer' => '?',
  10393. 'App\\Controller\\Student\\TrainingController:prepare' => '?',
  10394. 'App\\Controller\\Student\\TrainingController:prepareJSON' => '?',
  10395. 'App\\Controller\\Student\\TrainingController:showMathproblem' => '?',
  10396. 'App\\Controller\\Student\\WorksheetSessionController:deleteFile' => '?',
  10397. 'App\\Controller\\Student\\WorksheetSessionController:showProblem' => '?',
  10398. 'App\\Controller\\Teacher\\API\\DictateActivityController:start' => '?',
  10399. 'App\\Controller\\Teacher\\API\\DictateActivityController:stop' => '?',
  10400. 'App\\Controller\\Teacher\\API\\HomeworkController:create' => '?',
  10401. 'App\\Controller\\Teacher\\API\\QuizTypeController:getQuizTypes' => '?',
  10402. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:start' => '?',
  10403. 'App\\Controller\\Teacher\\API\\ReadingTestActivityController:stop' => '?',
  10404. 'App\\Controller\\Teacher\\API\\TagController:getTags' => '?',
  10405. 'App\\Controller\\Teacher\\API\\TemplateMathproblemController:templateCount' => '?',
  10406. 'App\\Controller\\Teacher\\API\\TrainingActivityController:create' => '?',
  10407. 'App\\Controller\\Teacher\\API\\WorksheetController:pdfPrint' => '?',
  10408. 'App\\Controller\\Teacher\\ClassroomController:create' => '?',
  10409. 'App\\Controller\\Teacher\\ClassroomController:delete' => '?',
  10410. 'App\\Controller\\Teacher\\ClassroomController:edit' => '?',
  10411. 'App\\Controller\\Teacher\\ClassroomController:editPointPool' => '?',
  10412. 'App\\Controller\\Teacher\\ClassroomController:getClassesByInstitution' => '?',
  10413. 'App\\Controller\\Teacher\\ClassroomController:getPointPools' => '?',
  10414. 'App\\Controller\\Teacher\\ClassroomController:getStudents' => '?',
  10415. 'App\\Controller\\Teacher\\ClassroomController:join' => '?',
  10416. 'App\\Controller\\Teacher\\ClassroomController:overview' => '?',
  10417. 'App\\Controller\\Teacher\\ClassroomController:select' => '?',
  10418. 'App\\Controller\\Teacher\\ContentController:addProblem' => '?',
  10419. 'App\\Controller\\Teacher\\ContentController:copyMathProblem' => '?',
  10420. 'App\\Controller\\Teacher\\ContentController:disableMathProblem' => '?',
  10421. 'App\\Controller\\Teacher\\ContentController:editMathProblem' => '?',
  10422. 'App\\Controller\\Teacher\\ContentController:fetchProblems' => '?',
  10423. 'App\\Controller\\Teacher\\ContentController:getCompactView' => '?',
  10424. 'App\\Controller\\Teacher\\ContentController:getNextProblem' => '?',
  10425. 'App\\Controller\\Teacher\\ContentController:getProblems' => '?',
  10426. 'App\\Controller\\Teacher\\DefaultController:editProfile' => '?',
  10427. 'App\\Controller\\Teacher\\DefaultController:help' => '?',
  10428. 'App\\Controller\\Teacher\\DefaultController:index' => '?',
  10429. 'App\\Controller\\Teacher\\ExtendActivityController:extendActivity_' => '?',
  10430. 'App\\Controller\\Teacher\\HomeworkController:delete' => '?',
  10431. 'App\\Controller\\Teacher\\HomeworkController:start' => '?',
  10432. 'App\\Controller\\Teacher\\HomeworkController:stop' => '?',
  10433. 'App\\Controller\\Teacher\\HomeworkController:updateDeadline' => '?',
  10434. 'App\\Controller\\Teacher\\HomeworkController:updateStartTime' => '?',
  10435. 'App\\Controller\\Teacher\\PeerTrainingController:delete' => '?',
  10436. 'App\\Controller\\Teacher\\PeerTrainingController:start' => '?',
  10437. 'App\\Controller\\Teacher\\PeerTrainingController:updateStartTime' => '?',
  10438. 'App\\Controller\\Teacher\\QuizController:create' => '?',
  10439. 'App\\Controller\\Teacher\\QuizController:putQuiz' => '?',
  10440. 'App\\Controller\\Teacher\\QuizSessionController:start' => '?',
  10441. 'App\\Controller\\Teacher\\QuizSessionController:stop' => '?',
  10442. 'App\\Controller\\Teacher\\QuizSessionController:updateDeadline' => '?',
  10443. 'App\\Controller\\Teacher\\QuizSessionController:updateStartTime' => '?',
  10444. 'App\\Controller\\Teacher\\StudentController:add' => '?',
  10445. 'App\\Controller\\Teacher\\StudentController:edit' => '?',
  10446. 'App\\Controller\\Teacher\\WorksheetController:addScores' => '?',
  10447. 'App\\Controller\\Teacher\\WorksheetController:create' => '?',
  10448. 'App\\Controller\\Teacher\\WorksheetController:deleteSession' => '?',
  10449. 'App\\Controller\\Teacher\\WorksheetController:fetchWorksheetSolution' => '?',
  10450. 'App\\Controller\\Teacher\\WorksheetController:postWorksheet' => '?',
  10451. 'App\\Controller\\Teacher\\WorksheetController:print' => '?',
  10452. 'App\\Controller\\Teacher\\WorksheetController:printSolutions' => '?',
  10453. 'App\\Controller\\Teacher\\WorksheetController:putSolutionComment' => '?',
  10454. 'App\\Controller\\Teacher\\WorksheetController:putSolutionScore' => '?',
  10455. 'App\\Controller\\Teacher\\WorksheetController:putWorksheet' => '?',
  10456. 'App\\Controller\\Teacher\\WorksheetController:resetScores' => '?',
  10457. 'App\\Controller\\Teacher\\WorksheetController:results' => '?',
  10458. 'App\\Controller\\Teacher\\WorksheetController:resultsProblem' => '?',
  10459. 'App\\Controller\\Teacher\\WorksheetController:resultsUnit' => '?',
  10460. 'App\\Controller\\Teacher\\WorksheetSessionController:start' => '?',
  10461. 'App\\Controller\\Teacher\\WorksheetSessionController:stop' => '?',
  10462. 'App\\Controller\\Teacher\\WorksheetSessionController:updateDeadline' => '?',
  10463. 'App\\Controller\\Teacher\\WorksheetSessionController:updateStartTime' => '?',
  10464. 'App\\Controller\\User\\DefaultController:getParamRow' => '?',
  10465. 'App\\Controller\\User\\DefaultController:getParams' => '?',
  10466. 'App\\Controller\\User\\DefaultController:redirectUser' => '?',
  10467. 'App\\Controller\\User\\DefaultController:setParam' => '?',
  10468. 'App\\Controller\\User\\RegistrationController:register' => '?',
  10469. 'App\\Controller\\User\\RegistrationController:verifyUserEmail' => '?',
  10470. 'App\\Controller\\User\\ResetPasswordController:change' => '?',
  10471. 'App\\Controller\\User\\ResetPasswordController:request' => '?',
  10472. 'App\\Controller\\User\\ResetPasswordController:reset' => '?',
  10473. 'App\\Controller\\User\\SetupTwoFactorAuthController:qrCode' => '?',
  10474. 'App\\Controller\\User\\SetupTwoFactorAuthController:setup' => '?',
  10475. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getClassroomResults' => '?',
  10476. 'App\\Services\\Teacher\\API\\CrammingActivityResults\\Service:getUnitResults' => '?',
  10477. 'App\\Services\\Teacher\\API\\DictateActivityService:create' => '?',
  10478. 'App\\Services\\Teacher\\API\\DictateActivityService:createUnit' => '?',
  10479. 'App\\Services\\Teacher\\API\\DictateActivityService:delete' => '?',
  10480. 'App\\Services\\Teacher\\API\\DictateActivityService:update' => '?',
  10481. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getClassroomResults' => '?',
  10482. 'App\\Services\\Teacher\\API\\HomeworkActivityResultsService:getUnitResults' => '?',
  10483. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getClassroomResults' => '?',
  10484. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:getUnitResults' => '?',
  10485. 'App\\Services\\Teacher\\API\\QuizActivityResultsService:setClassroomRepository' => '?',
  10486. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getClassroomResults' => '?',
  10487. 'App\\Services\\Teacher\\API\\TrainingActivityResultsService:getUnitResults' => '?',
  10488. 'App\\Services\\Teacher\\API\\WorksheetActivityResultsService:getClassroomResults' => '?',
  10489. 'kernel:loadRoutes' => '?',
  10490. 'kernel:registerContainerConfiguration' => '?',
  10491. ]);
  10492. }
  10493. /**
  10494. * Gets the private '.service_locator.HpTxhXB' shared service.
  10495. *
  10496. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10497. */
  10498. protected function get_ServiceLocator_HpTxhXBService()
  10499. {
  10500. return $this->privates['.service_locator.HpTxhXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10501. 'mathProblemService' => ['privates', 'App\\Services\\Teacher\\MathProblemService', 'getMathProblemService2Service', false],
  10502. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  10503. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  10504. ], [
  10505. 'mathProblemService' => 'App\\Services\\Teacher\\MathProblemService',
  10506. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  10507. 'serializer' => '?',
  10508. ]);
  10509. }
  10510. /**
  10511. * Gets the private '.service_locator.IrH.2wH' shared service.
  10512. *
  10513. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10514. */
  10515. protected function get_ServiceLocator_IrH_2wHService()
  10516. {
  10517. return $this->privates['.service_locator.IrH.2wH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10518. '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.'],
  10519. '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.'],
  10520. ], [
  10521. 'session' => 'App\\Entity\\Core\\Dictate\\DictateSession',
  10522. 'student' => 'App\\Entity\\User\\User',
  10523. ]);
  10524. }
  10525. /**
  10526. * Gets the private '.service_locator.IxStZ1Y' shared service.
  10527. *
  10528. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10529. */
  10530. protected function get_ServiceLocator_IxStZ1YService()
  10531. {
  10532. return $this->privates['.service_locator.IxStZ1Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10533. '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.'],
  10534. ], [
  10535. 'teacher' => 'App\\Entity\\User\\User',
  10536. ]);
  10537. }
  10538. /**
  10539. * Gets the private '.service_locator.KjkRnGE' shared service.
  10540. *
  10541. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10542. */
  10543. protected function get_ServiceLocator_KjkRnGEService()
  10544. {
  10545. return $this->privates['.service_locator.KjkRnGE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10546. 'problemService' => ['services', 'App\\Services\\Core\\API\\ProblemService', 'getProblemServiceService', false],
  10547. ], [
  10548. 'problemService' => 'App\\Services\\Core\\API\\ProblemService',
  10549. ]);
  10550. }
  10551. /**
  10552. * Gets the private '.service_locator.N0jOcuE' shared service.
  10553. *
  10554. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10555. */
  10556. protected function get_ServiceLocator_N0jOcuEService()
  10557. {
  10558. return $this->privates['.service_locator.N0jOcuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10559. '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.'],
  10560. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  10561. ], [
  10562. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  10563. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  10564. ]);
  10565. }
  10566. /**
  10567. * Gets the private '.service_locator.Nw1aSRo' shared service.
  10568. *
  10569. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10570. */
  10571. protected function get_ServiceLocator_Nw1aSRoService()
  10572. {
  10573. return $this->privates['.service_locator.Nw1aSRo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10574. 'navigator' => ['privates', 'App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator', 'getPeerFeedback2ndNavigatorService', false],
  10575. ], [
  10576. 'navigator' => 'App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator',
  10577. ]);
  10578. }
  10579. /**
  10580. * Gets the private '.service_locator.OBk3l5b' shared service.
  10581. *
  10582. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10583. */
  10584. protected function get_ServiceLocator_OBk3l5bService()
  10585. {
  10586. return $this->privates['.service_locator.OBk3l5b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10587. 'authService' => ['privates', 'App\\Services\\Core\\AuthService', 'getAuthServiceService', false],
  10588. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  10589. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  10590. ], [
  10591. 'authService' => 'App\\Services\\Core\\AuthService',
  10592. 'em' => '?',
  10593. 'translator' => '?',
  10594. ]);
  10595. }
  10596. /**
  10597. * Gets the private '.service_locator.OGjUKCt' shared service.
  10598. *
  10599. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10600. */
  10601. protected function get_ServiceLocator_OGjUKCtService()
  10602. {
  10603. return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10604. '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.'],
  10605. ], [
  10606. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  10607. ]);
  10608. }
  10609. /**
  10610. * Gets the private '.service_locator.Onr.HJ7' shared service.
  10611. *
  10612. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10613. */
  10614. protected function get_ServiceLocator_Onr_HJ7Service()
  10615. {
  10616. return $this->privates['.service_locator.Onr.HJ7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10617. 'sessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  10618. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  10619. ], [
  10620. 'sessionService' => 'App\\Services\\Student\\QuizSessionService',
  10621. 'transform' => 'App\\Services\\Student\\Transform',
  10622. ]);
  10623. }
  10624. /**
  10625. * Gets the private '.service_locator.PGrF7XO' shared service.
  10626. *
  10627. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10628. */
  10629. protected function get_ServiceLocator_PGrF7XOService()
  10630. {
  10631. return $this->privates['.service_locator.PGrF7XO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10632. 'quizService' => ['privates', 'App\\Services\\Teacher\\QuizService', 'getQuizServiceService', false],
  10633. ], [
  10634. 'quizService' => 'App\\Services\\Teacher\\QuizService',
  10635. ]);
  10636. }
  10637. /**
  10638. * Gets the private '.service_locator.Pr9CDEy' shared service.
  10639. *
  10640. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10641. */
  10642. protected function get_ServiceLocator_Pr9CDEyService()
  10643. {
  10644. return $this->privates['.service_locator.Pr9CDEy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10645. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  10646. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  10647. ], [
  10648. 'em' => '?',
  10649. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  10650. ]);
  10651. }
  10652. /**
  10653. * Gets the private '.service_locator.R8Qy2_.' shared service.
  10654. *
  10655. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10656. */
  10657. protected function get_ServiceLocator_R8Qy2_Service()
  10658. {
  10659. return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10660. '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.'],
  10661. ], [
  10662. 'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  10663. ]);
  10664. }
  10665. /**
  10666. * Gets the private '.service_locator.SLoSmau' shared service.
  10667. *
  10668. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10669. */
  10670. protected function get_ServiceLocator_SLoSmauService()
  10671. {
  10672. return $this->privates['.service_locator.SLoSmau'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10673. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  10674. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  10675. 'textbookService' => ['services', 'App\\Services\\Core\\TextbookService', 'getTextbookServiceService', false],
  10676. ], [
  10677. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  10678. 'kernel' => '?',
  10679. 'textbookService' => 'App\\Services\\Core\\TextbookService',
  10680. ]);
  10681. }
  10682. /**
  10683. * Gets the private '.service_locator.UNE7Kl7' shared service.
  10684. *
  10685. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10686. */
  10687. protected function get_ServiceLocator_UNE7Kl7Service()
  10688. {
  10689. return $this->privates['.service_locator.UNE7Kl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10690. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  10691. 'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
  10692. 'security.event_dispatcher.api_gale' => ['privates', 'security.event_dispatcher.api_gale', 'getSecurity_EventDispatcher_ApiGaleService', false],
  10693. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  10694. ], [
  10695. 'event_dispatcher' => '?',
  10696. 'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10697. 'security.event_dispatcher.api_gale' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10698. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10699. ]);
  10700. }
  10701. /**
  10702. * Gets the private '.service_locator.UiRLfOd' shared service.
  10703. *
  10704. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10705. */
  10706. protected function get_ServiceLocator_UiRLfOdService()
  10707. {
  10708. return $this->privates['.service_locator.UiRLfOd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10709. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  10710. ], [
  10711. 'sessionService' => 'App\\Services\\Core\\SessionService',
  10712. ]);
  10713. }
  10714. /**
  10715. * Gets the private '.service_locator.UsdJSjt' shared service.
  10716. *
  10717. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10718. */
  10719. protected function get_ServiceLocator_UsdJSjtService()
  10720. {
  10721. return $this->privates['.service_locator.UsdJSjt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10722. 'contentService' => ['privates', 'App\\Services\\Teacher\\ContentService', 'getContentServiceService', false],
  10723. ], [
  10724. 'contentService' => 'App\\Services\\Teacher\\ContentService',
  10725. ]);
  10726. }
  10727. /**
  10728. * Gets the private '.service_locator.VrES72a' shared service.
  10729. *
  10730. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10731. */
  10732. protected function get_ServiceLocator_VrES72aService()
  10733. {
  10734. return $this->privates['.service_locator.VrES72a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10735. 'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
  10736. 'security.firewall.map.context.api_gale' => ['privates', 'security.firewall.map.context.api_gale', 'getSecurity_Firewall_Map_Context_ApiGaleService', false],
  10737. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  10738. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  10739. ], [
  10740. 'security.firewall.map.context.api_doc' => '?',
  10741. 'security.firewall.map.context.api_gale' => '?',
  10742. 'security.firewall.map.context.dev' => '?',
  10743. 'security.firewall.map.context.main' => '?',
  10744. ]);
  10745. }
  10746. /**
  10747. * Gets the private '.service_locator.W.c5h2_' shared service.
  10748. *
  10749. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10750. */
  10751. protected function get_ServiceLocator_W_C5h2Service()
  10752. {
  10753. return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10754. '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.'],
  10755. ], [
  10756. 'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  10757. ]);
  10758. }
  10759. /**
  10760. * Gets the private '.service_locator.WDXkV1e' shared service.
  10761. *
  10762. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10763. */
  10764. protected function get_ServiceLocator_WDXkV1eService()
  10765. {
  10766. return $this->privates['.service_locator.WDXkV1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10767. 'dataSessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  10768. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  10769. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  10770. 'sessionService' => ['services', 'App\\Services\\Student\\WorksheetSessionService', 'getWorksheetSessionServiceService', false],
  10771. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  10772. ], [
  10773. 'dataSessionService' => 'App\\Services\\Core\\SessionService',
  10774. 'em' => '?',
  10775. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  10776. 'sessionService' => 'App\\Services\\Student\\WorksheetSessionService',
  10777. 'translator' => '?',
  10778. ]);
  10779. }
  10780. /**
  10781. * Gets the private '.service_locator.WyXuWVF' shared service.
  10782. *
  10783. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10784. */
  10785. protected function get_ServiceLocator_WyXuWVFService()
  10786. {
  10787. return $this->privates['.service_locator.WyXuWVF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10788. '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.'],
  10789. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  10790. ], [
  10791. 'classroomStudent' => 'App\\Entity\\Core\\Classroom\\ClassroomStudent',
  10792. 'translator' => '?',
  10793. ]);
  10794. }
  10795. /**
  10796. * Gets the private '.service_locator.XdMPwIJ' shared service.
  10797. *
  10798. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10799. */
  10800. protected function get_ServiceLocator_XdMPwIJService()
  10801. {
  10802. return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10803. '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.'],
  10804. ], [
  10805. 'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  10806. ]);
  10807. }
  10808. /**
  10809. * Gets the private '.service_locator.XpfeRo6' shared service.
  10810. *
  10811. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10812. */
  10813. protected function get_ServiceLocator_XpfeRo6Service()
  10814. {
  10815. return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10816. '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.'],
  10817. ], [
  10818. 'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  10819. ]);
  10820. }
  10821. /**
  10822. * Gets the private '.service_locator.Yvg9s75' shared service.
  10823. *
  10824. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10825. */
  10826. protected function get_ServiceLocator_Yvg9s75Service()
  10827. {
  10828. return $this->privates['.service_locator.Yvg9s75'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10829. 'makeTeamsService' => ['privates', 'App\\Services\\Core\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  10830. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  10831. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  10832. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  10833. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  10834. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  10835. ], [
  10836. 'makeTeamsService' => 'App\\Services\\Core\\MakeTeamsService',
  10837. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  10838. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  10839. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  10840. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  10841. 'transform' => 'App\\Services\\Student\\Transform',
  10842. ]);
  10843. }
  10844. /**
  10845. * Gets the private '.service_locator.ZaCWgww' shared service.
  10846. *
  10847. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10848. */
  10849. protected function get_ServiceLocator_ZaCWgwwService()
  10850. {
  10851. return $this->privates['.service_locator.ZaCWgww'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10852. 'difficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  10853. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  10854. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  10855. ], [
  10856. 'difficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  10857. 'logger' => '?',
  10858. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  10859. ]);
  10860. }
  10861. /**
  10862. * Gets the private '.service_locator.aKM6MDa' shared service.
  10863. *
  10864. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10865. */
  10866. protected function get_ServiceLocator_AKM6MDaService()
  10867. {
  10868. return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10869. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  10870. ], [
  10871. 'entityManager' => '?',
  10872. ]);
  10873. }
  10874. /**
  10875. * Gets the private '.service_locator.cFsh_cq' shared service.
  10876. *
  10877. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10878. */
  10879. protected function get_ServiceLocator_CFshCqService()
  10880. {
  10881. return $this->privates['.service_locator.cFsh_cq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10882. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  10883. 'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
  10884. ], [
  10885. 'mailer' => '?',
  10886. 'validator' => '?',
  10887. ]);
  10888. }
  10889. /**
  10890. * Gets the private '.service_locator.cGeBdxZ' shared service.
  10891. *
  10892. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10893. */
  10894. protected function get_ServiceLocator_CGeBdxZService()
  10895. {
  10896. return $this->privates['.service_locator.cGeBdxZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10897. '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.'],
  10898. ], [
  10899. 'quiz' => 'App\\Entity\\Core\\Quiz\\Quiz',
  10900. ]);
  10901. }
  10902. /**
  10903. * Gets the private '.service_locator.cHbtwh5' shared service.
  10904. *
  10905. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10906. */
  10907. protected function get_ServiceLocator_CHbtwh5Service()
  10908. {
  10909. return $this->privates['.service_locator.cHbtwh5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10910. 'impersonator' => ['privates', 'App\\Security\\Authentication\\Impersonator', 'getImpersonatorService', false],
  10911. ], [
  10912. 'impersonator' => 'App\\Security\\Authentication\\Impersonator',
  10913. ]);
  10914. }
  10915. /**
  10916. * Gets the private '.service_locator.dahsTgx' shared service.
  10917. *
  10918. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10919. */
  10920. protected function get_ServiceLocator_DahsTgxService()
  10921. {
  10922. return $this->privates['.service_locator.dahsTgx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10923. 'categoryService' => ['services', 'App\\Services\\Teacher\\CategoryService', 'getCategoryServiceService', false],
  10924. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  10925. 'quizService' => ['privates', 'App\\Services\\Teacher\\QuizService', 'getQuizServiceService', false],
  10926. ], [
  10927. 'categoryService' => 'App\\Services\\Teacher\\CategoryService',
  10928. 'normalizer' => '?',
  10929. 'quizService' => 'App\\Services\\Teacher\\QuizService',
  10930. ]);
  10931. }
  10932. /**
  10933. * Gets the private '.service_locator.ed90f5Z' shared service.
  10934. *
  10935. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10936. */
  10937. protected function get_ServiceLocator_Ed90f5ZService()
  10938. {
  10939. return $this->privates['.service_locator.ed90f5Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10940. 'trainingSessionService' => ['services', 'App\\Services\\Core\\TrainingSessionService', 'getTrainingSessionServiceService', false],
  10941. ], [
  10942. 'trainingSessionService' => 'App\\Services\\Core\\TrainingSessionService',
  10943. ]);
  10944. }
  10945. /**
  10946. * Gets the private '.service_locator.esmk6IF' shared service.
  10947. *
  10948. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10949. */
  10950. protected function get_ServiceLocator_Esmk6IFService()
  10951. {
  10952. return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10953. '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.'],
  10954. '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.'],
  10955. ], [
  10956. 'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  10957. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  10958. ]);
  10959. }
  10960. /**
  10961. * Gets the private '.service_locator.g4keJn0' shared service.
  10962. *
  10963. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10964. */
  10965. protected function get_ServiceLocator_G4keJn0Service()
  10966. {
  10967. return $this->privates['.service_locator.g4keJn0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10968. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  10969. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  10970. 'selfStudyService' => ['privates', 'App\\Services\\Student\\Kvik\\SelfStudyService', 'getSelfStudyServiceService', false],
  10971. ], [
  10972. 'em' => '?',
  10973. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  10974. 'selfStudyService' => 'App\\Services\\Student\\Kvik\\SelfStudyService',
  10975. ]);
  10976. }
  10977. /**
  10978. * Gets the private '.service_locator.gdxv1R2' shared service.
  10979. *
  10980. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10981. */
  10982. protected function get_ServiceLocator_Gdxv1R2Service()
  10983. {
  10984. return $this->privates['.service_locator.gdxv1R2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10985. 'quizSessionService' => ['privates', 'App\\Services\\Teacher\\QuizSessionService', 'getQuizSessionService3Service', false],
  10986. ], [
  10987. 'quizSessionService' => 'App\\Services\\Teacher\\QuizSessionService',
  10988. ]);
  10989. }
  10990. /**
  10991. * Gets the private '.service_locator.h9o66ZI' shared service.
  10992. *
  10993. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10994. */
  10995. protected function get_ServiceLocator_H9o66ZIService()
  10996. {
  10997. return $this->privates['.service_locator.h9o66ZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10998. 'bugReportService' => ['privates', 'App\\Services\\Admin\\BugReportService', 'getBugReportServiceService', false],
  10999. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11000. ], [
  11001. 'bugReportService' => 'App\\Services\\Admin\\BugReportService',
  11002. 'em' => '?',
  11003. ]);
  11004. }
  11005. /**
  11006. * Gets the private '.service_locator.hAqb2En' shared service.
  11007. *
  11008. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11009. */
  11010. protected function get_ServiceLocator_HAqb2EnService()
  11011. {
  11012. return $this->privates['.service_locator.hAqb2En'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11013. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  11014. ], [
  11015. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  11016. ]);
  11017. }
  11018. /**
  11019. * Gets the private '.service_locator.hMfVZkt' shared service.
  11020. *
  11021. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11022. */
  11023. protected function get_ServiceLocator_HMfVZktService()
  11024. {
  11025. return $this->privates['.service_locator.hMfVZkt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11026. '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.'],
  11027. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  11028. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11029. 'problemEditorService' => ['privates', 'App\\Services\\Admin\\ProblemEditorService', 'getProblemEditorServiceService', false],
  11030. ], [
  11031. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  11032. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  11033. 'entityManager' => '?',
  11034. 'problemEditorService' => 'App\\Services\\Admin\\ProblemEditorService',
  11035. ]);
  11036. }
  11037. /**
  11038. * Gets the private '.service_locator.hT2Kv93' shared service.
  11039. *
  11040. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11041. */
  11042. protected function get_ServiceLocator_HT2Kv93Service()
  11043. {
  11044. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11045. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  11046. ], [
  11047. 'serializer' => '?',
  11048. ]);
  11049. }
  11050. /**
  11051. * Gets the private '.service_locator.hUibnJd' shared service.
  11052. *
  11053. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11054. */
  11055. protected function get_ServiceLocator_HUibnJdService()
  11056. {
  11057. return $this->privates['.service_locator.hUibnJd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11058. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  11059. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  11060. 'studentDifficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  11061. ], [
  11062. 'logger' => '?',
  11063. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  11064. 'studentDifficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  11065. ]);
  11066. }
  11067. /**
  11068. * Gets the private '.service_locator.jOc4lVD' shared service.
  11069. *
  11070. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11071. */
  11072. protected function get_ServiceLocator_JOc4lVDService()
  11073. {
  11074. return $this->privates['.service_locator.jOc4lVD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11075. 'scoreService' => ['services', 'App\\Services\\Core\\ScoreService', 'getScoreServiceService', false],
  11076. ], [
  11077. 'scoreService' => 'App\\Services\\Core\\ScoreService',
  11078. ]);
  11079. }
  11080. /**
  11081. * Gets the private '.service_locator.jRjCFoL' shared service.
  11082. *
  11083. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11084. */
  11085. protected function get_ServiceLocator_JRjCFoLService()
  11086. {
  11087. return $this->privates['.service_locator.jRjCFoL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11088. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11089. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  11090. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  11091. 'problemFinder' => ['privates', 'App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder', 'getRandomMathProblemFinderService', false],
  11092. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  11093. ], [
  11094. 'em' => '?',
  11095. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  11096. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  11097. 'problemFinder' => 'App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder',
  11098. 'sessionService' => 'App\\Services\\Core\\SessionService',
  11099. ]);
  11100. }
  11101. /**
  11102. * Gets the private '.service_locator.kEvhmk9' shared service.
  11103. *
  11104. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11105. */
  11106. protected function get_ServiceLocator_KEvhmk9Service()
  11107. {
  11108. return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11109. '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.'],
  11110. ], [
  11111. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  11112. ]);
  11113. }
  11114. /**
  11115. * Gets the private '.service_locator.kOpHpku' shared service.
  11116. *
  11117. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11118. */
  11119. protected function get_ServiceLocator_KOpHpkuService()
  11120. {
  11121. return $this->privates['.service_locator.kOpHpku'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11122. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityRepositoryInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  11123. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityUpdaterInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  11124. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Provider\\AdminContextProviderInterface' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  11125. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
  11126. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
  11127. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
  11128. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory', 'getFieldFactoryService', false],
  11129. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
  11130. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
  11131. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
  11132. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  11133. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  11134. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  11135. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
  11136. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  11137. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  11138. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  11139. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  11140. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  11141. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  11142. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  11143. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  11144. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  11145. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  11146. 'router' => ['services', 'router', 'getRouterService', false],
  11147. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  11148. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  11149. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  11150. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  11151. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  11152. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  11153. ], [
  11154. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityRepositoryInterface' => '?',
  11155. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Orm\\EntityUpdaterInterface' => '?',
  11156. 'EasyCorp\\Bundle\\EasyAdminBundle\\Contracts\\Provider\\AdminContextProviderInterface' => '?',
  11157. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  11158. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  11159. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  11160. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory',
  11161. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  11162. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  11163. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  11164. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => '?',
  11165. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => '?',
  11166. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => '?',
  11167. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  11168. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  11169. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGeneratorInterface' => '?',
  11170. 'doctrine' => '?',
  11171. 'event_dispatcher' => '?',
  11172. 'form.factory' => '?',
  11173. 'http_kernel' => '?',
  11174. 'message_bus' => '?',
  11175. 'messenger.default_bus' => '?',
  11176. 'parameter_bag' => '?',
  11177. 'request_stack' => '?',
  11178. 'router' => '?',
  11179. 'security.authorization_checker' => '?',
  11180. 'security.csrf.token_manager' => '?',
  11181. 'security.token_storage' => '?',
  11182. 'serializer' => '?',
  11183. 'session' => '.session.deprecated',
  11184. 'twig' => '?',
  11185. ]);
  11186. }
  11187. /**
  11188. * Gets the private '.service_locator.ka6LZ9G' shared service.
  11189. *
  11190. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11191. */
  11192. protected function get_ServiceLocator_Ka6LZ9GService()
  11193. {
  11194. return $this->privates['.service_locator.ka6LZ9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11195. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  11196. 'readingTestService' => ['privates', 'App\\Services\\Teacher\\ReadingTestService', 'getReadingTestServiceService', false],
  11197. ], [
  11198. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  11199. 'readingTestService' => 'App\\Services\\Teacher\\ReadingTestService',
  11200. ]);
  11201. }
  11202. /**
  11203. * Gets the private '.service_locator.kcAP.uF' shared service.
  11204. *
  11205. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11206. */
  11207. protected function get_ServiceLocator_KcAP_UFService()
  11208. {
  11209. return $this->privates['.service_locator.kcAP.uF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11210. 'awsPollyUtil' => ['services', 'App\\Util\\Core\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  11211. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  11212. 'mathProblemService' => ['privates', 'App\\Services\\Core\\MathProblemService', 'getMathProblemService3Service', false],
  11213. ], [
  11214. 'awsPollyUtil' => 'App\\Util\\Core\\Aws\\AwsPollyUtil',
  11215. 'kernel' => '?',
  11216. 'mathProblemService' => 'App\\Services\\Core\\MathProblemService',
  11217. ]);
  11218. }
  11219. /**
  11220. * Gets the private '.service_locator.kcy4_cM' shared service.
  11221. *
  11222. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11223. */
  11224. protected function get_ServiceLocator_Kcy4CMService()
  11225. {
  11226. return $this->privates['.service_locator.kcy4_cM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11227. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  11228. 'homeworkService' => ['privates', 'App\\Services\\Student\\CrammingActivityHomeworkService', 'getCrammingActivityHomeworkServiceService', false],
  11229. ], [
  11230. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  11231. 'homeworkService' => 'App\\Services\\Student\\CrammingActivityHomeworkService',
  11232. ]);
  11233. }
  11234. /**
  11235. * Gets the private '.service_locator.l1ZxSCx' shared service.
  11236. *
  11237. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11238. */
  11239. protected function get_ServiceLocator_L1ZxSCxService()
  11240. {
  11241. return $this->privates['.service_locator.l1ZxSCx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11242. 'classroomRepository' => ['services', 'App\\Entity\\Core\\Classroom\\ClassroomRepository', 'getClassroomRepositoryService', false],
  11243. ], [
  11244. 'classroomRepository' => '?',
  11245. ]);
  11246. }
  11247. /**
  11248. * Gets the private '.service_locator.lTiKd5O' shared service.
  11249. *
  11250. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11251. */
  11252. protected function get_ServiceLocator_LTiKd5OService()
  11253. {
  11254. return $this->privates['.service_locator.lTiKd5O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11255. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11256. 'worksheetService' => ['privates', 'App\\Services\\Teacher\\WorksheetService', 'getWorksheetServiceService', false],
  11257. ], [
  11258. 'em' => '?',
  11259. 'worksheetService' => 'App\\Services\\Teacher\\WorksheetService',
  11260. ]);
  11261. }
  11262. /**
  11263. * Gets the private '.service_locator.mx0UMmY' shared service.
  11264. *
  11265. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11266. */
  11267. protected function get_ServiceLocator_Mx0UMmYService()
  11268. {
  11269. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11270. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  11271. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  11272. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  11273. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  11274. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  11275. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  11276. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  11277. 'router' => ['services', 'router', 'getRouterService', false],
  11278. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  11279. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  11280. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  11281. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  11282. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  11283. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  11284. ], [
  11285. 'doctrine' => '?',
  11286. 'form.factory' => '?',
  11287. 'http_kernel' => '?',
  11288. 'message_bus' => '?',
  11289. 'messenger.default_bus' => '?',
  11290. 'parameter_bag' => '?',
  11291. 'request_stack' => '?',
  11292. 'router' => '?',
  11293. 'security.authorization_checker' => '?',
  11294. 'security.csrf.token_manager' => '?',
  11295. 'security.token_storage' => '?',
  11296. 'serializer' => '?',
  11297. 'session' => '.session.deprecated',
  11298. 'twig' => '?',
  11299. ]);
  11300. }
  11301. /**
  11302. * Gets the private '.service_locator.ou52ekk' shared service.
  11303. *
  11304. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11305. */
  11306. protected function get_ServiceLocator_Ou52ekkService()
  11307. {
  11308. return $this->privates['.service_locator.ou52ekk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11309. 'homeworkService' => ['privates', 'App\\Services\\Student\\HomeworkService', 'getHomeworkServiceService', false],
  11310. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  11311. 'performanceService' => ['privates', 'App\\Services\\Student\\PerformanceService', 'getPerformanceServiceService', false],
  11312. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  11313. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  11314. 'trainingService' => ['privates', 'App\\Services\\Teacher\\TrainingService', 'getTrainingServiceService', false],
  11315. 'transform' => ['services', 'App\\Services\\Student\\Transform', 'getTransformService', false],
  11316. ], [
  11317. 'homeworkService' => 'App\\Services\\Student\\HomeworkService',
  11318. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  11319. 'performanceService' => 'App\\Services\\Student\\PerformanceService',
  11320. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  11321. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  11322. 'trainingService' => 'App\\Services\\Teacher\\TrainingService',
  11323. 'transform' => 'App\\Services\\Student\\Transform',
  11324. ]);
  11325. }
  11326. /**
  11327. * Gets the private '.service_locator.out4noD' shared service.
  11328. *
  11329. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11330. */
  11331. protected function get_ServiceLocator_Out4noDService()
  11332. {
  11333. return $this->privates['.service_locator.out4noD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11334. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  11335. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  11336. 'problemDndService' => ['privates', 'App\\Services\\Student\\ProblemDndService', 'getProblemDndServiceService', false],
  11337. 'problemFreeTextService' => ['privates', 'App\\Services\\Student\\ProblemFreeTextService', 'getProblemFreeTextServiceService', false],
  11338. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  11339. ], [
  11340. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  11341. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  11342. 'problemDndService' => 'App\\Services\\Student\\ProblemDndService',
  11343. 'problemFreeTextService' => 'App\\Services\\Student\\ProblemFreeTextService',
  11344. 'sessionService' => 'App\\Services\\Core\\SessionService',
  11345. ]);
  11346. }
  11347. /**
  11348. * Gets the private '.service_locator.p9NOWd4' shared service.
  11349. *
  11350. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11351. */
  11352. protected function get_ServiceLocator_P9NOWd4Service()
  11353. {
  11354. return $this->privates['.service_locator.p9NOWd4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11355. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  11356. ], [
  11357. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  11358. ]);
  11359. }
  11360. /**
  11361. * Gets the private '.service_locator.pIgtJS9' shared service.
  11362. *
  11363. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11364. */
  11365. protected function get_ServiceLocator_PIgtJS9Service()
  11366. {
  11367. return $this->privates['.service_locator.pIgtJS9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11368. 'difficultyUpdater' => ['privates', 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  11369. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11370. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  11371. ], [
  11372. 'difficultyUpdater' => 'App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater',
  11373. 'em' => '?',
  11374. 'sessionService' => 'App\\Services\\Core\\SessionService',
  11375. ]);
  11376. }
  11377. /**
  11378. * Gets the private '.service_locator.pfJO2Ks' shared service.
  11379. *
  11380. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11381. */
  11382. protected function get_ServiceLocator_PfJO2KsService()
  11383. {
  11384. return $this->privates['.service_locator.pfJO2Ks'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11385. 'categoryService' => ['services', 'App\\Services\\Teacher\\CategoryService', 'getCategoryServiceService', false],
  11386. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11387. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  11388. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  11389. ], [
  11390. 'categoryService' => 'App\\Services\\Teacher\\CategoryService',
  11391. 'em' => '?',
  11392. 'normalizer' => '?',
  11393. 'translator' => '?',
  11394. ]);
  11395. }
  11396. /**
  11397. * Gets the private '.service_locator.q2ji3lu' shared service.
  11398. *
  11399. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11400. */
  11401. protected function get_ServiceLocator_Q2ji3luService()
  11402. {
  11403. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11404. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  11405. ], [
  11406. 'translator' => '?',
  11407. ]);
  11408. }
  11409. /**
  11410. * Gets the private '.service_locator.qwilqiL' shared service.
  11411. *
  11412. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11413. */
  11414. protected function get_ServiceLocator_QwilqiLService()
  11415. {
  11416. return $this->privates['.service_locator.qwilqiL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11417. 'userPasswordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  11418. ], [
  11419. 'userPasswordHasher' => '?',
  11420. ]);
  11421. }
  11422. /**
  11423. * Gets the private '.service_locator.rDMu6Zd' shared service.
  11424. *
  11425. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11426. */
  11427. protected function get_ServiceLocator_RDMu6ZdService()
  11428. {
  11429. return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11430. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  11431. ], [
  11432. 'passwordHasher' => '?',
  11433. ]);
  11434. }
  11435. /**
  11436. * Gets the private '.service_locator.riFbGaB' shared service.
  11437. *
  11438. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11439. */
  11440. protected function get_ServiceLocator_RiFbGaBService()
  11441. {
  11442. return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11443. '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.'],
  11444. '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.'],
  11445. '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.'],
  11446. ], [
  11447. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  11448. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  11449. 'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  11450. ]);
  11451. }
  11452. /**
  11453. * Gets the private '.service_locator.rkg.etM' shared service.
  11454. *
  11455. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11456. */
  11457. protected function get_ServiceLocator_Rkg_EtMService()
  11458. {
  11459. return $this->privates['.service_locator.rkg.etM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11460. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11461. 'gamificationService' => ['privates', 'App\\Services\\Core\\GamificationService', 'getGamificationServiceService', false],
  11462. ], [
  11463. 'em' => '?',
  11464. 'gamificationService' => 'App\\Services\\Core\\GamificationService',
  11465. ]);
  11466. }
  11467. /**
  11468. * Gets the private '.service_locator.st3ASTR' shared service.
  11469. *
  11470. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11471. */
  11472. protected function get_ServiceLocator_St3ASTRService()
  11473. {
  11474. return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11475. '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?'],
  11476. ], [
  11477. 'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  11478. ]);
  11479. }
  11480. /**
  11481. * Gets the private '.service_locator.t4pH54g' shared service.
  11482. *
  11483. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11484. */
  11485. protected function get_ServiceLocator_T4pH54gService()
  11486. {
  11487. return $this->privates['.service_locator.t4pH54g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11488. 'flashBag' => ['privates', 'session.flash_bag', 'getSession_FlashBagService', false],
  11489. ], [
  11490. 'flashBag' => '?',
  11491. ]);
  11492. }
  11493. /**
  11494. * Gets the private '.service_locator.t6i3vFk' shared service.
  11495. *
  11496. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11497. */
  11498. protected function get_ServiceLocator_T6i3vFkService()
  11499. {
  11500. return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11501. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11502. ], [
  11503. 'em' => '?',
  11504. ]);
  11505. }
  11506. /**
  11507. * Gets the private '.service_locator.tGIPPsp' shared service.
  11508. *
  11509. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11510. */
  11511. protected function get_ServiceLocator_TGIPPspService()
  11512. {
  11513. return $this->privates['.service_locator.tGIPPsp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11514. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  11515. 'peerActivityService' => ['privates', 'App\\Services\\Teacher\\PeerActivityService', 'getPeerActivityServiceService', false],
  11516. ], [
  11517. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  11518. 'peerActivityService' => 'App\\Services\\Teacher\\PeerActivityService',
  11519. ]);
  11520. }
  11521. /**
  11522. * Gets the private '.service_locator.tr1b7we' shared service.
  11523. *
  11524. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11525. */
  11526. protected function get_ServiceLocator_Tr1b7weService()
  11527. {
  11528. return $this->privates['.service_locator.tr1b7we'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11529. 'dictateService' => ['privates', 'App\\Services\\Teacher\\DictateService', 'getDictateServiceService', false],
  11530. 'eventLogger' => ['privates', 'App\\Services\\Core\\EventLogger', 'getEventLoggerService', false],
  11531. ], [
  11532. 'dictateService' => 'App\\Services\\Teacher\\DictateService',
  11533. 'eventLogger' => 'App\\Services\\Core\\EventLogger',
  11534. ]);
  11535. }
  11536. /**
  11537. * Gets the private '.service_locator.u40pKhm' shared service.
  11538. *
  11539. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11540. */
  11541. protected function get_ServiceLocator_U40pKhmService()
  11542. {
  11543. return $this->privates['.service_locator.u40pKhm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11544. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  11545. ], [
  11546. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  11547. ]);
  11548. }
  11549. /**
  11550. * Gets the private '.service_locator.wkddScO' shared service.
  11551. *
  11552. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11553. */
  11554. protected function get_ServiceLocator_WkddScOService()
  11555. {
  11556. return $this->privates['.service_locator.wkddScO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11557. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  11558. 'userManager' => ['privates', 'App\\Services\\User\\UserManager', 'getUserManagerService', false],
  11559. ], [
  11560. 'em' => '?',
  11561. 'userManager' => 'App\\Services\\User\\UserManager',
  11562. ]);
  11563. }
  11564. /**
  11565. * Gets the private '.service_locator.wtiH.Zk' shared service.
  11566. *
  11567. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11568. */
  11569. protected function get_ServiceLocator_WtiH_ZkService()
  11570. {
  11571. return $this->privates['.service_locator.wtiH.Zk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11572. 'quizSessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  11573. ], [
  11574. 'quizSessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  11575. ]);
  11576. }
  11577. /**
  11578. * Gets the private '.service_locator.wuBBQdn' shared service.
  11579. *
  11580. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11581. */
  11582. protected function get_ServiceLocator_WuBBQdnService()
  11583. {
  11584. return $this->privates['.service_locator.wuBBQdn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11585. 'sharedQuizService' => ['services', 'App\\Services\\Core\\API\\SharedQuizService', 'getSharedQuizServiceService', false],
  11586. ], [
  11587. 'sharedQuizService' => 'App\\Services\\Core\\API\\SharedQuizService',
  11588. ]);
  11589. }
  11590. /**
  11591. * Gets the private '.service_locator.xUrKPVU' shared service.
  11592. *
  11593. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11594. */
  11595. protected function get_ServiceLocator_XUrKPVUService()
  11596. {
  11597. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11598. '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".'],
  11599. ], [
  11600. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  11601. ]);
  11602. }
  11603. /**
  11604. * Gets the private '.service_locator.yTHu7le' shared service.
  11605. *
  11606. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11607. */
  11608. protected function get_ServiceLocator_YTHu7leService()
  11609. {
  11610. return $this->privates['.service_locator.yTHu7le'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11611. 'problemService' => ['privates', 'App\\Services\\Admin\\ProblemService', 'getProblemService2Service', false],
  11612. 'templateService' => ['privates', 'App\\Services\\Admin\\TemplateService', 'getTemplateServiceService', false],
  11613. ], [
  11614. 'problemService' => 'App\\Services\\Admin\\ProblemService',
  11615. 'templateService' => 'App\\Services\\Admin\\TemplateService',
  11616. ]);
  11617. }
  11618. /**
  11619. * Gets the private '.service_locator.yeIax27' shared service.
  11620. *
  11621. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11622. */
  11623. protected function get_ServiceLocator_YeIax27Service()
  11624. {
  11625. return $this->privates['.service_locator.yeIax27'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11626. 'quizSessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  11627. ], [
  11628. 'quizSessionService' => 'App\\Services\\Student\\QuizSessionService',
  11629. ]);
  11630. }
  11631. /**
  11632. * Gets the private '.service_locator.zN45KLS' shared service.
  11633. *
  11634. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11635. */
  11636. protected function get_ServiceLocator_ZN45KLSService()
  11637. {
  11638. return $this->privates['.service_locator.zN45KLS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11639. 'mathproblemService' => ['services', 'App\\Services\\Student\\MathproblemService', 'getMathproblemServiceService', false],
  11640. 'sessionPlayer' => ['services', 'App\\Session\\Core\\SessionPlayer', 'getSessionPlayerService', false],
  11641. 'sessionService' => ['services', 'App\\Services\\Student\\QuizSessionService', 'getQuizSessionServiceService', false],
  11642. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  11643. ], [
  11644. 'mathproblemService' => 'App\\Services\\Student\\MathproblemService',
  11645. 'sessionPlayer' => 'App\\Session\\Core\\SessionPlayer',
  11646. 'sessionService' => 'App\\Services\\Student\\QuizSessionService',
  11647. 'translator' => '?',
  11648. ]);
  11649. }
  11650. /**
  11651. * Gets the private '.service_locator.zQ6uf8A' shared service.
  11652. *
  11653. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11654. */
  11655. protected function get_ServiceLocator_ZQ6uf8AService()
  11656. {
  11657. return $this->privates['.service_locator.zQ6uf8A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11658. 'homeworkService' => ['privates', 'App\\Services\\Teacher\\HomeworkService', 'getHomeworkService2Service', false],
  11659. ], [
  11660. 'homeworkService' => 'App\\Services\\Teacher\\HomeworkService',
  11661. ]);
  11662. }
  11663. /**
  11664. * Gets the private '.service_locator.ziRJggc' shared service.
  11665. *
  11666. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11667. */
  11668. protected function get_ServiceLocator_ZiRJggcService()
  11669. {
  11670. return $this->privates['.service_locator.ziRJggc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11671. 'crammingActivityService' => ['privates', 'App\\Services\\Student\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  11672. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  11673. 'sessionService' => ['privates', 'App\\Services\\Core\\SessionService', 'getSessionServiceService', false],
  11674. ], [
  11675. 'crammingActivityService' => 'App\\Services\\Student\\CrammingActivityService',
  11676. 'logger' => '?',
  11677. 'sessionService' => 'App\\Services\\Core\\SessionService',
  11678. ]);
  11679. }
  11680. /**
  11681. * Gets the private '.session.deprecated' shared service.
  11682. *
  11683. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11684. */
  11685. protected function get_Session_DeprecatedService()
  11686. {
  11687. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  11688. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11689. 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();
  11690. }
  11691. /**
  11692. * Gets the private '.twig.command.debug.lazy' shared service.
  11693. *
  11694. * @return \Symfony\Component\Console\Command\LazyCommand
  11695. */
  11696. protected function get_Twig_Command_Debug_LazyService()
  11697. {
  11698. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11699. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11700. 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 {
  11701. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11702. });
  11703. }
  11704. /**
  11705. * Gets the private '.twig.command.lint.lazy' shared service.
  11706. *
  11707. * @return \Symfony\Component\Console\Command\LazyCommand
  11708. */
  11709. protected function get_Twig_Command_Lint_LazyService()
  11710. {
  11711. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11713. 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 {
  11714. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11715. });
  11716. }
  11717. /**
  11718. * Gets the private '.ux.twig_component.command.debug.lazy' shared service.
  11719. *
  11720. * @return \Symfony\Component\Console\Command\LazyCommand
  11721. */
  11722. protected function get_Ux_TwigComponent_Command_Debug_LazyService()
  11723. {
  11724. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11725. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11726. 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 {
  11727. return ($this->privates['ux.twig_component.command.debug'] ?? $this->getUx_TwigComponent_Command_DebugService());
  11728. });
  11729. }
  11730. /**
  11731. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11732. *
  11733. * @return \Symfony\Component\Console\Command\LazyCommand
  11734. */
  11735. protected function get_VarDumper_Command_ServerDump_LazyService()
  11736. {
  11737. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11738. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11739. 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 {
  11740. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11741. });
  11742. }
  11743. /**
  11744. * Gets the private '.vich_uploader.command.mapping_debug.lazy' shared service.
  11745. *
  11746. * @return \Symfony\Component\Console\Command\LazyCommand
  11747. */
  11748. protected function get_VichUploader_Command_MappingDebug_LazyService()
  11749. {
  11750. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11751. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11752. return $this->privates['.vich_uploader.command.mapping_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('vich:mapping:debug', [], 'Debug a mapping.', false, function (): \Vich\UploaderBundle\Command\MappingDebugCommand {
  11753. return ($this->privates['vich_uploader.command.mapping_debug'] ?? $this->getVichUploader_Command_MappingDebugService());
  11754. });
  11755. }
  11756. /**
  11757. * Gets the private '.vich_uploader.command.mapping_debug_class.lazy' shared service.
  11758. *
  11759. * @return \Symfony\Component\Console\Command\LazyCommand
  11760. */
  11761. protected function get_VichUploader_Command_MappingDebugClass_LazyService()
  11762. {
  11763. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11764. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11765. return $this->privates['.vich_uploader.command.mapping_debug_class.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('vich:mapping:debug-class', [], 'Debug a class.', false, function (): \Vich\UploaderBundle\Command\MappingDebugClassCommand {
  11766. return ($this->privates['vich_uploader.command.mapping_debug_class'] ?? $this->getVichUploader_Command_MappingDebugClassService());
  11767. });
  11768. }
  11769. /**
  11770. * Gets the private '.vich_uploader.command.mapping_list_classes.lazy' shared service.
  11771. *
  11772. * @return \Symfony\Component\Console\Command\LazyCommand
  11773. */
  11774. protected function get_VichUploader_Command_MappingListClasses_LazyService()
  11775. {
  11776. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11777. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  11778. return $this->privates['.vich_uploader.command.mapping_list_classes.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('vich:mapping:list-classes', [], 'Searches for uploadable classes.', false, function (): \Vich\UploaderBundle\Command\MappingListClassesCommand {
  11779. return ($this->privates['vich_uploader.command.mapping_list_classes'] ?? $this->getVichUploader_Command_MappingListClassesService());
  11780. });
  11781. }
  11782. /**
  11783. * Gets the private 'App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand' shared autowired service.
  11784. *
  11785. * @return \App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand
  11786. */
  11787. protected function getAbacusCopyAnonymizedProdDataToTestServerCommandService()
  11788. {
  11789. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11790. include_once \dirname(__DIR__, 4).'/src/Command/AbacusCopyAnonymizedProdDataToTestServerCommand.php';
  11791. $this->privates['App\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] = $instance = new \App\Command\AbacusCopyAnonymizedProdDataToTestServerCommand();
  11792. $instance->setName('abacus:copy-anonymized-prod-data-to-test-server');
  11793. $instance->setDescription('Copy anonymized data from the production server to the test server');
  11794. return $instance;
  11795. }
  11796. /**
  11797. * Gets the private 'App\Command\AbacusFetchSiteCommand' shared autowired service.
  11798. *
  11799. * @return \App\Command\AbacusFetchSiteCommand
  11800. */
  11801. protected function getAbacusFetchSiteCommandService()
  11802. {
  11803. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11804. include_once \dirname(__DIR__, 4).'/src/Command/AbacusFetchSiteCommand.php';
  11805. $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()));
  11806. $instance->setName('abacus:fetch-site');
  11807. $instance->setDescription('Fetch site database and/or media folder from test server');
  11808. return $instance;
  11809. }
  11810. /**
  11811. * Gets the private 'App\Command\AbacusLoadTestDataCommand' shared autowired service.
  11812. *
  11813. * @return \App\Command\AbacusLoadTestDataCommand
  11814. */
  11815. protected function getAbacusLoadTestDataCommandService()
  11816. {
  11817. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11818. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLoadTestDataCommand.php';
  11819. $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()));
  11820. $instance->setName('abacus:load-test-data');
  11821. $instance->setDescription('Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.');
  11822. return $instance;
  11823. }
  11824. /**
  11825. * Gets the private 'App\Command\AbacusLocateInlineImagesCommand' shared autowired service.
  11826. *
  11827. * @return \App\Command\AbacusLocateInlineImagesCommand
  11828. */
  11829. protected function getAbacusLocateInlineImagesCommandService()
  11830. {
  11831. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11832. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLocateInlineImagesCommand.php';
  11833. $this->privates['App\\Command\\AbacusLocateInlineImagesCommand'] = $instance = new \App\Command\AbacusLocateInlineImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11834. $instance->setName('abacus:locate-inline-images');
  11835. $instance->setDescription('Lists inline images across specific tables');
  11836. return $instance;
  11837. }
  11838. /**
  11839. * Gets the private 'App\Command\AbacusLocateMissingFilesCommand' shared autowired service.
  11840. *
  11841. * @return \App\Command\AbacusLocateMissingFilesCommand
  11842. */
  11843. protected function getAbacusLocateMissingFilesCommandService()
  11844. {
  11845. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11846. include_once \dirname(__DIR__, 4).'/src/Command/AbacusLocateMissingFilesCommand.php';
  11847. $this->privates['App\\Command\\AbacusLocateMissingFilesCommand'] = $instance = new \App\Command\AbacusLocateMissingFilesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11848. $instance->setName('abacus:locate-missing-files');
  11849. $instance->setDescription('Lists missing media files on various entity types');
  11850. return $instance;
  11851. }
  11852. /**
  11853. * Gets the private 'App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand' shared autowired service.
  11854. *
  11855. * @return \App\Command\AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand
  11856. */
  11857. protected function getAbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommandService()
  11858. {
  11859. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11860. include_once \dirname(__DIR__, 4).'/src/Command/AbacusMigrateSelfStudyTypicalExamProblemElementImagesToReferencesCommand.php';
  11861. $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()));
  11862. $instance->setName('abacus:migrate-self-study-typical-exam-problem-element-images-to-references');
  11863. $instance->setDescription('Migrate inline images in self_study_typical_exam_problem_element.content to image references');
  11864. return $instance;
  11865. }
  11866. /**
  11867. * Gets the private 'App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand' shared autowired service.
  11868. *
  11869. * @return \App\Command\AbacusMigrateTextbookElementImagesToReferencesCommand
  11870. */
  11871. protected function getAbacusMigrateTextbookElementImagesToReferencesCommandService()
  11872. {
  11873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11874. include_once \dirname(__DIR__, 4).'/src/Command/AbacusMigrateTextbookElementImagesToReferencesCommand.php';
  11875. $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()));
  11876. $instance->setName('abacus:migrate-textbook-element-images-to-references');
  11877. $instance->setDescription('Migrate textbook element images to references in Abacus');
  11878. return $instance;
  11879. }
  11880. /**
  11881. * Gets the private 'App\Command\AbacusRearrangeMathProblemsCommand' shared autowired service.
  11882. *
  11883. * @return \App\Command\AbacusRearrangeMathProblemsCommand
  11884. */
  11885. protected function getAbacusRearrangeMathProblemsCommandService()
  11886. {
  11887. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11888. include_once \dirname(__DIR__, 4).'/src/Command/AbacusRearrangeMathProblemsCommand.php';
  11889. $this->privates['App\\Command\\AbacusRearrangeMathProblemsCommand'] = $instance = new \App\Command\AbacusRearrangeMathProblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11890. $instance->setName('abacus:rearrange');
  11891. $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.');
  11892. return $instance;
  11893. }
  11894. /**
  11895. * Gets the private 'App\Command\AbacusValidateAllMathproblemsCommand' shared autowired service.
  11896. *
  11897. * @return \App\Command\AbacusValidateAllMathproblemsCommand
  11898. */
  11899. protected function getAbacusValidateAllMathproblemsCommandService()
  11900. {
  11901. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11902. include_once \dirname(__DIR__, 4).'/src/Command/AbacusValidateAllMathproblemsCommand.php';
  11903. $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()));
  11904. $instance->setName('abacus:validate-all-mathproblems');
  11905. $instance->setDescription('Re-validates all mathproblems');
  11906. return $instance;
  11907. }
  11908. /**
  11909. * Gets the private 'App\Command\AbacusValidateExistingMathproblemsCommand' shared autowired service.
  11910. *
  11911. * @return \App\Command\AbacusValidateExistingMathproblemsCommand
  11912. */
  11913. protected function getAbacusValidateExistingMathproblemsCommandService()
  11914. {
  11915. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11916. include_once \dirname(__DIR__, 4).'/src/Command/AbacusValidateExistingMathproblemsCommand.php';
  11917. $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()));
  11918. $instance->setName('abacus:validate-existing-mathproblems');
  11919. $instance->setDescription('Validates any valid mathproblem that is not yet marked as valid');
  11920. return $instance;
  11921. }
  11922. /**
  11923. * Gets the private 'App\Command\DispatchMigrateFilesToReferencesCommand' shared autowired service.
  11924. *
  11925. * @return \App\Command\DispatchMigrateFilesToReferencesCommand
  11926. */
  11927. protected function getDispatchMigrateFilesToReferencesCommandService()
  11928. {
  11929. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  11930. include_once \dirname(__DIR__, 4).'/src/Command/DispatchMigrateFilesToReferencesCommand.php';
  11931. $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()));
  11932. $instance->setName('abacus:dispatch-migrate-files');
  11933. $instance->setDescription('Migrate files to references in Abacus using Message bus');
  11934. return $instance;
  11935. }
  11936. /**
  11937. * Gets the private 'App\EventListener\Teacher\MathproblemListener' shared autowired service.
  11938. *
  11939. * @return \App\EventListener\Teacher\MathproblemListener
  11940. */
  11941. protected function getMathproblemListenerService()
  11942. {
  11943. include_once \dirname(__DIR__, 4).'/src/EventListener/Teacher/MathproblemListener.php';
  11944. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  11945. if (isset($this->privates['App\\EventListener\\Teacher\\MathproblemListener'])) {
  11946. return $this->privates['App\\EventListener\\Teacher\\MathproblemListener'];
  11947. }
  11948. return $this->privates['App\\EventListener\\Teacher\\MathproblemListener'] = new \App\EventListener\Teacher\MathproblemListener($a);
  11949. }
  11950. /**
  11951. * Gets the private 'App\Form\Admin\AnswerType' shared autowired service.
  11952. *
  11953. * @return \App\Form\Admin\AnswerType
  11954. */
  11955. protected function getAnswerTypeService()
  11956. {
  11957. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11958. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11959. include_once \dirname(__DIR__, 4).'/src/Form/Admin/AnswerType.php';
  11960. return $this->privates['App\\Form\\Admin\\AnswerType'] = new \App\Form\Admin\AnswerType();
  11961. }
  11962. /**
  11963. * Gets the private 'App\Form\Admin\BulkAudioUpload' shared autowired service.
  11964. *
  11965. * @return \App\Form\Admin\BulkAudioUpload
  11966. */
  11967. protected function getBulkAudioUploadService()
  11968. {
  11969. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11970. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11971. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkAudioUpload.php';
  11972. return $this->privates['App\\Form\\Admin\\BulkAudioUpload'] = new \App\Form\Admin\BulkAudioUpload();
  11973. }
  11974. /**
  11975. * Gets the private 'App\Form\Admin\BulkCsvUpload' shared autowired service.
  11976. *
  11977. * @return \App\Form\Admin\BulkCsvUpload
  11978. */
  11979. protected function getBulkCsvUploadService()
  11980. {
  11981. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11982. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11983. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkCsvUpload.php';
  11984. 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))));
  11985. }
  11986. /**
  11987. * Gets the private 'App\Form\Admin\BulkImageUpload' shared autowired service.
  11988. *
  11989. * @return \App\Form\Admin\BulkImageUpload
  11990. */
  11991. protected function getBulkImageUploadService()
  11992. {
  11993. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  11994. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  11995. include_once \dirname(__DIR__, 4).'/src/Form/Admin/BulkImageUpload.php';
  11996. return $this->privates['App\\Form\\Admin\\BulkImageUpload'] = new \App\Form\Admin\BulkImageUpload();
  11997. }
  11998. /**
  11999. * Gets the private 'App\Form\Admin\CsvUploadType' shared autowired service.
  12000. *
  12001. * @return \App\Form\Admin\CsvUploadType
  12002. */
  12003. protected function getCsvUploadTypeService()
  12004. {
  12005. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12006. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12007. include_once \dirname(__DIR__, 4).'/src/Form/Admin/CsvUploadType.php';
  12008. return $this->privates['App\\Form\\Admin\\CsvUploadType'] = new \App\Form\Admin\CsvUploadType();
  12009. }
  12010. /**
  12011. * Gets the private 'App\Form\Admin\ProblemFormType' shared autowired service.
  12012. *
  12013. * @return \App\Form\Admin\ProblemFormType
  12014. */
  12015. protected function getProblemFormTypeService()
  12016. {
  12017. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12018. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12019. include_once \dirname(__DIR__, 4).'/src/Form/Admin/ProblemFormType.php';
  12020. return $this->privates['App\\Form\\Admin\\ProblemFormType'] = new \App\Form\Admin\ProblemFormType();
  12021. }
  12022. /**
  12023. * Gets the private 'App\Form\Admin\SelectProblemType' shared autowired service.
  12024. *
  12025. * @return \App\Form\Admin\SelectProblemType
  12026. */
  12027. protected function getSelectProblemTypeService()
  12028. {
  12029. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12030. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12031. include_once \dirname(__DIR__, 4).'/src/Form/Admin/SelectProblemType.php';
  12032. return $this->privates['App\\Form\\Admin\\SelectProblemType'] = new \App\Form\Admin\SelectProblemType();
  12033. }
  12034. /**
  12035. * Gets the private 'App\Form\Admin\StatisticsType' shared autowired service.
  12036. *
  12037. * @return \App\Form\Admin\StatisticsType
  12038. */
  12039. protected function getStatisticsTypeService()
  12040. {
  12041. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12042. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12043. include_once \dirname(__DIR__, 4).'/src/Form/Admin/StatisticsType.php';
  12044. return $this->privates['App\\Form\\Admin\\StatisticsType'] = new \App\Form\Admin\StatisticsType();
  12045. }
  12046. /**
  12047. * Gets the private 'App\Form\Admin\Type\EasyAdmin\TemplateTypeFilterType' shared autowired service.
  12048. *
  12049. * @return \App\Form\Admin\Type\EasyAdmin\TemplateTypeFilterType
  12050. */
  12051. protected function getTemplateTypeFilterTypeService()
  12052. {
  12053. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12054. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12055. include_once \dirname(__DIR__, 4).'/src/Form/Admin/Type/EasyAdmin/TemplateTypeFilterType.php';
  12056. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12057. if (isset($this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  12058. return $this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  12059. }
  12060. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12061. if (isset($this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  12062. return $this->privates['App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  12063. }
  12064. 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);
  12065. }
  12066. /**
  12067. * Gets the private 'App\Form\Core\Type\ContactType' shared autowired service.
  12068. *
  12069. * @return \App\Form\Core\Type\ContactType
  12070. */
  12071. protected function getContactTypeService()
  12072. {
  12073. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12074. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12075. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/ContactType.php';
  12076. return $this->privates['App\\Form\\Core\\Type\\ContactType'] = new \App\Form\Core\Type\ContactType();
  12077. }
  12078. /**
  12079. * Gets the private 'App\Form\Student\PeerFeedback2ndType' shared autowired service.
  12080. *
  12081. * @return \App\Form\Student\PeerFeedback2ndType
  12082. */
  12083. protected function getPeerFeedback2ndTypeService()
  12084. {
  12085. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12086. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12087. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerFeedback2ndType.php';
  12088. return $this->privates['App\\Form\\Student\\PeerFeedback2ndType'] = new \App\Form\Student\PeerFeedback2ndType();
  12089. }
  12090. /**
  12091. * Gets the private 'App\Form\Student\PeerFeedbackType' shared autowired service.
  12092. *
  12093. * @return \App\Form\Student\PeerFeedbackType
  12094. */
  12095. protected function getPeerFeedbackTypeService()
  12096. {
  12097. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12098. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12099. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerFeedbackType.php';
  12100. return $this->privates['App\\Form\\Student\\PeerFeedbackType'] = new \App\Form\Student\PeerFeedbackType();
  12101. }
  12102. /**
  12103. * Gets the private 'App\Form\Student\PeerSolutionFileType' shared autowired service.
  12104. *
  12105. * @return \App\Form\Student\PeerSolutionFileType
  12106. */
  12107. protected function getPeerSolutionFileTypeService()
  12108. {
  12109. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12110. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12111. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerSolutionFileType.php';
  12112. return $this->privates['App\\Form\\Student\\PeerSolutionFileType'] = new \App\Form\Student\PeerSolutionFileType();
  12113. }
  12114. /**
  12115. * Gets the private 'App\Form\Student\PeerSolutionType' shared autowired service.
  12116. *
  12117. * @return \App\Form\Student\PeerSolutionType
  12118. */
  12119. protected function getPeerSolutionTypeService()
  12120. {
  12121. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12122. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12123. include_once \dirname(__DIR__, 4).'/src/Form/Student/PeerSolutionType.php';
  12124. return $this->privates['App\\Form\\Student\\PeerSolutionType'] = new \App\Form\Student\PeerSolutionType();
  12125. }
  12126. /**
  12127. * Gets the private 'App\Form\Student\RatingChoiceFeedback2ndType' shared autowired service.
  12128. *
  12129. * @return \App\Form\Student\RatingChoiceFeedback2ndType
  12130. */
  12131. protected function getRatingChoiceFeedback2ndTypeService()
  12132. {
  12133. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12134. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12135. include_once \dirname(__DIR__, 4).'/src/Form/Student/RatingChoiceFeedback2ndType.php';
  12136. return $this->privates['App\\Form\\Student\\RatingChoiceFeedback2ndType'] = new \App\Form\Student\RatingChoiceFeedback2ndType();
  12137. }
  12138. /**
  12139. * Gets the private 'App\Form\Student\RatingChoiceFeedbackType' shared autowired service.
  12140. *
  12141. * @return \App\Form\Student\RatingChoiceFeedbackType
  12142. */
  12143. protected function getRatingChoiceFeedbackTypeService()
  12144. {
  12145. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12146. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12147. include_once \dirname(__DIR__, 4).'/src/Form/Student/RatingChoiceFeedbackType.php';
  12148. return $this->privates['App\\Form\\Student\\RatingChoiceFeedbackType'] = new \App\Form\Student\RatingChoiceFeedbackType();
  12149. }
  12150. /**
  12151. * Gets the private 'App\Form\Student\StudentType' shared autowired service.
  12152. *
  12153. * @return \App\Form\Student\StudentType
  12154. */
  12155. protected function getStudentTypeService()
  12156. {
  12157. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12158. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12159. include_once \dirname(__DIR__, 4).'/src/Form/Student/StudentType.php';
  12160. return $this->privates['App\\Form\\Student\\StudentType'] = new \App\Form\Student\StudentType();
  12161. }
  12162. /**
  12163. * Gets the private 'App\Form\Student\WorksheetSolutionFileType' shared autowired service.
  12164. *
  12165. * @return \App\Form\Student\WorksheetSolutionFileType
  12166. */
  12167. protected function getWorksheetSolutionFileTypeService()
  12168. {
  12169. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12170. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12171. include_once \dirname(__DIR__, 4).'/src/Form/Student/WorksheetSolutionFileType.php';
  12172. return $this->privates['App\\Form\\Student\\WorksheetSolutionFileType'] = new \App\Form\Student\WorksheetSolutionFileType();
  12173. }
  12174. /**
  12175. * Gets the private 'App\Form\Student\WorksheetSolutionType' shared autowired service.
  12176. *
  12177. * @return \App\Form\Student\WorksheetSolutionType
  12178. */
  12179. protected function getWorksheetSolutionTypeService()
  12180. {
  12181. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12182. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12183. include_once \dirname(__DIR__, 4).'/src/Form/Student/WorksheetSolutionType.php';
  12184. return $this->privates['App\\Form\\Student\\WorksheetSolutionType'] = new \App\Form\Student\WorksheetSolutionType();
  12185. }
  12186. /**
  12187. * Gets the private 'App\Form\Teacher\AnswerType' shared autowired service.
  12188. *
  12189. * @return \App\Form\Teacher\AnswerType
  12190. */
  12191. protected function getAnswerType2Service()
  12192. {
  12193. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12194. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12195. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/AnswerType.php';
  12196. return $this->privates['App\\Form\\Teacher\\AnswerType'] = new \App\Form\Teacher\AnswerType();
  12197. }
  12198. /**
  12199. * Gets the private 'App\Form\User\Type\ChangePasswordFormType' shared autowired service.
  12200. *
  12201. * @return \App\Form\User\Type\ChangePasswordFormType
  12202. */
  12203. protected function getChangePasswordFormTypeService()
  12204. {
  12205. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12206. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12207. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/NewPasswordFormType.php';
  12208. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/ChangePasswordFormType.php';
  12209. return $this->privates['App\\Form\\User\\Type\\ChangePasswordFormType'] = new \App\Form\User\Type\ChangePasswordFormType();
  12210. }
  12211. /**
  12212. * Gets the private 'App\Form\User\Type\NewPasswordFormType' shared autowired service.
  12213. *
  12214. * @return \App\Form\User\Type\NewPasswordFormType
  12215. */
  12216. protected function getNewPasswordFormTypeService()
  12217. {
  12218. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12219. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12220. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/NewPasswordFormType.php';
  12221. return $this->privates['App\\Form\\User\\Type\\NewPasswordFormType'] = new \App\Form\User\Type\NewPasswordFormType();
  12222. }
  12223. /**
  12224. * Gets the private 'App\Form\User\Type\RegistrationFormType' shared autowired service.
  12225. *
  12226. * @return \App\Form\User\Type\RegistrationFormType
  12227. */
  12228. protected function getRegistrationFormTypeService()
  12229. {
  12230. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12231. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12232. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/RegistrationFormType.php';
  12233. return $this->privates['App\\Form\\User\\Type\\RegistrationFormType'] = new \App\Form\User\Type\RegistrationFormType();
  12234. }
  12235. /**
  12236. * Gets the private 'App\Form\User\Type\ResetPasswordRequestFormType' shared autowired service.
  12237. *
  12238. * @return \App\Form\User\Type\ResetPasswordRequestFormType
  12239. */
  12240. protected function getResetPasswordRequestFormTypeService()
  12241. {
  12242. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12243. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12244. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/ResetPasswordRequestFormType.php';
  12245. return $this->privates['App\\Form\\User\\Type\\ResetPasswordRequestFormType'] = new \App\Form\User\Type\ResetPasswordRequestFormType();
  12246. }
  12247. /**
  12248. * Gets the private 'App\Form\User\Type\UniLoginStudentType' shared autowired service.
  12249. *
  12250. * @return \App\Form\User\Type\UniLoginStudentType
  12251. */
  12252. protected function getUniLoginStudentTypeService()
  12253. {
  12254. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12255. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12256. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginType.php';
  12257. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginStudentType.php';
  12258. return $this->privates['App\\Form\\User\\Type\\UniLoginStudentType'] = new \App\Form\User\Type\UniLoginStudentType();
  12259. }
  12260. /**
  12261. * Gets the private 'App\Form\User\Type\UniLoginTeacherType' shared autowired service.
  12262. *
  12263. * @return \App\Form\User\Type\UniLoginTeacherType
  12264. */
  12265. protected function getUniLoginTeacherTypeService()
  12266. {
  12267. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  12268. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  12269. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginType.php';
  12270. include_once \dirname(__DIR__, 4).'/src/Form/User/Type/UniLoginTeacherType.php';
  12271. return $this->privates['App\\Form\\User\\Type\\UniLoginTeacherType'] = new \App\Form\User\Type\UniLoginTeacherType();
  12272. }
  12273. /**
  12274. * Gets the private 'App\Logger\Core\SessionRequestProcessor' shared autowired service.
  12275. *
  12276. * @return \App\Logger\Core\SessionRequestProcessor
  12277. */
  12278. protected function getSessionRequestProcessorService()
  12279. {
  12280. 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())));
  12281. }
  12282. /**
  12283. * Gets the private 'App\MathProblem\Core\Difficulty\StudentDifficultyUpdater' shared autowired service.
  12284. *
  12285. * @return \App\MathProblem\Core\Difficulty\StudentDifficultyUpdater
  12286. */
  12287. protected function getStudentDifficultyUpdaterService()
  12288. {
  12289. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Difficulty/StudentDifficultyUpdater.php';
  12290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  12291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  12292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  12293. include_once \dirname(__DIR__, 4).'/src/Entity/Core/StudentDifficultyRepository.php';
  12294. include_once \dirname(__DIR__, 4).'/src/Entity/Core/MathproblemRepository.php';
  12295. include_once \dirname(__DIR__, 4).'/src/Entity/Core/TemplateMathproblemRepository.php';
  12296. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Difficulty/DifficultyLevelCalculator.php';
  12297. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12298. if (isset($this->privates['App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater'])) {
  12299. return $this->privates['App\\MathProblem\\Core\\Difficulty\\StudentDifficultyUpdater'];
  12300. }
  12301. 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('kvik-mat'));
  12302. }
  12303. /**
  12304. * Gets the private 'App\MathProblem\Core\Selection\RandomMathProblemFinder' shared autowired service.
  12305. *
  12306. * @return \App\MathProblem\Core\Selection\RandomMathProblemFinder
  12307. */
  12308. protected function getRandomMathProblemFinderService()
  12309. {
  12310. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/RandomMathProblemFinder.php';
  12311. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/TopicSelector.php';
  12312. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/DifficultyResolver.php';
  12313. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/RandomTemplateMathProblemFinder.php';
  12314. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/UsedTemplateMathProblemProvider.php';
  12315. include_once \dirname(__DIR__, 4).'/src/MathProblem/Core/Selection/SessionRepositoryResolver.php';
  12316. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12317. if (isset($this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'])) {
  12318. return $this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'];
  12319. }
  12320. 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()));
  12321. }
  12322. /**
  12323. * Gets the private 'App\Security\ApiKeyAuthenticator' shared autowired service.
  12324. *
  12325. * @return \App\Security\ApiKeyAuthenticator
  12326. */
  12327. protected function getApiKeyAuthenticatorService()
  12328. {
  12329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  12330. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  12331. include_once \dirname(__DIR__, 4).'/src/Security/ApiKeyAuthenticator.php';
  12332. $a = ($this->services['App\\Services\\User\\GaleUserService'] ?? $this->getGaleUserServiceService());
  12333. if (isset($this->privates['App\\Security\\ApiKeyAuthenticator'])) {
  12334. return $this->privates['App\\Security\\ApiKeyAuthenticator'];
  12335. }
  12336. return $this->privates['App\\Security\\ApiKeyAuthenticator'] = new \App\Security\ApiKeyAuthenticator(($this->privates['App\\Services\\Core\\EventLogger'] ?? $this->getEventLoggerService()), $a, '$(GALE_API_SHARED_SECRET)', '$(GALE_API_JWT_PUBLIC_KEY)');
  12337. }
  12338. /**
  12339. * Gets the private 'App\Security\Authentication\Impersonator' shared autowired service.
  12340. *
  12341. * @return \App\Security\Authentication\Impersonator
  12342. */
  12343. protected function getImpersonatorService()
  12344. {
  12345. include_once \dirname(__DIR__, 4).'/src/Security/Authentication/Impersonator.php';
  12346. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12347. if (isset($this->privates['App\\Security\\Authentication\\Impersonator'])) {
  12348. return $this->privates['App\\Security\\Authentication\\Impersonator'];
  12349. }
  12350. 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);
  12351. }
  12352. /**
  12353. * Gets the private 'App\Services\Admin\BugReportService' shared autowired service.
  12354. *
  12355. * @return \App\Services\Admin\BugReportService
  12356. */
  12357. protected function getBugReportServiceService()
  12358. {
  12359. include_once \dirname(__DIR__, 4).'/src/Services/Admin/BugReportService.php';
  12360. return $this->privates['App\\Services\\Admin\\BugReportService'] = new \App\Services\Admin\BugReportService(($this->services['translator'] ?? $this->getTranslatorService()));
  12361. }
  12362. /**
  12363. * Gets the private 'App\Services\Admin\CsvImportService' shared autowired service.
  12364. *
  12365. * @return \App\Services\Admin\CsvImportService
  12366. */
  12367. protected function getCsvImportServiceService()
  12368. {
  12369. include_once \dirname(__DIR__, 4).'/src/Services/Admin/CsvImportService.php';
  12370. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  12371. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  12372. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12373. if (isset($this->privates['App\\Services\\Admin\\CsvImportService'])) {
  12374. return $this->privates['App\\Services\\Admin\\CsvImportService'];
  12375. }
  12376. $b = ($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService());
  12377. if (isset($this->privates['App\\Services\\Admin\\CsvImportService'])) {
  12378. return $this->privates['App\\Services\\Admin\\CsvImportService'];
  12379. }
  12380. 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, 'kvik-mat', $b, ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  12381. }
  12382. /**
  12383. * Gets the private 'App\Services\Admin\EasyAdminService' shared autowired service.
  12384. *
  12385. * @return \App\Services\Admin\EasyAdminService
  12386. */
  12387. protected function getEasyAdminServiceService()
  12388. {
  12389. include_once \dirname(__DIR__, 4).'/src/Services/Admin/EasyAdminService.php';
  12390. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12391. if (isset($this->privates['App\\Services\\Admin\\EasyAdminService'])) {
  12392. return $this->privates['App\\Services\\Admin\\EasyAdminService'];
  12393. }
  12394. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  12395. if (isset($this->privates['App\\Services\\Admin\\EasyAdminService'])) {
  12396. return $this->privates['App\\Services\\Admin\\EasyAdminService'];
  12397. }
  12398. 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))));
  12399. }
  12400. /**
  12401. * Gets the private 'App\Services\Admin\InstitutionService' shared autowired service.
  12402. *
  12403. * @return \App\Services\Admin\InstitutionService
  12404. */
  12405. protected function getInstitutionServiceService()
  12406. {
  12407. include_once \dirname(__DIR__, 4).'/src/Services/Admin/InstitutionService.php';
  12408. return $this->privates['App\\Services\\Admin\\InstitutionService'] = new \App\Services\Admin\InstitutionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12409. }
  12410. /**
  12411. * Gets the private 'App\Services\Admin\MediaService' shared autowired service.
  12412. *
  12413. * @return \App\Services\Admin\MediaService
  12414. */
  12415. protected function getMediaServiceService()
  12416. {
  12417. include_once \dirname(__DIR__, 4).'/src/Services/Admin/MediaService.php';
  12418. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12419. if (isset($this->privates['App\\Services\\Admin\\MediaService'])) {
  12420. return $this->privates['App\\Services\\Admin\\MediaService'];
  12421. }
  12422. 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()));
  12423. }
  12424. /**
  12425. * Gets the private 'App\Services\Admin\ProblemEditorService' shared autowired service.
  12426. *
  12427. * @return \App\Services\Admin\ProblemEditorService
  12428. */
  12429. protected function getProblemEditorServiceService()
  12430. {
  12431. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemEditorService.php';
  12432. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  12433. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12434. if (isset($this->privates['App\\Services\\Admin\\ProblemEditorService'])) {
  12435. return $this->privates['App\\Services\\Admin\\ProblemEditorService'];
  12436. }
  12437. 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())));
  12438. }
  12439. /**
  12440. * Gets the private 'App\Services\Admin\ProblemService' shared autowired service.
  12441. *
  12442. * @return \App\Services\Admin\ProblemService
  12443. */
  12444. protected function getProblemService2Service()
  12445. {
  12446. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemService.php';
  12447. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12448. if (isset($this->privates['App\\Services\\Admin\\ProblemService'])) {
  12449. return $this->privates['App\\Services\\Admin\\ProblemService'];
  12450. }
  12451. $b = ($this->privates['App\\Services\\Teacher\\ProblemDndService'] ?? $this->getProblemDndService2Service());
  12452. if (isset($this->privates['App\\Services\\Admin\\ProblemService'])) {
  12453. return $this->privates['App\\Services\\Admin\\ProblemService'];
  12454. }
  12455. 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()));
  12456. }
  12457. /**
  12458. * Gets the private 'App\Services\Admin\TemplateService' shared autowired service.
  12459. *
  12460. * @return \App\Services\Admin\TemplateService
  12461. */
  12462. protected function getTemplateServiceService()
  12463. {
  12464. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateService.php';
  12465. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TemplateCloningService.php';
  12466. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12467. if (isset($this->privates['App\\Services\\Admin\\TemplateService'])) {
  12468. return $this->privates['App\\Services\\Admin\\TemplateService'];
  12469. }
  12470. 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())));
  12471. }
  12472. /**
  12473. * Gets the private 'App\Services\Admin\TopicService' shared autowired service.
  12474. *
  12475. * @return \App\Services\Admin\TopicService
  12476. */
  12477. protected function getTopicServiceService()
  12478. {
  12479. include_once \dirname(__DIR__, 4).'/src/Services/Admin/TopicService.php';
  12480. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12481. if (isset($this->privates['App\\Services\\Admin\\TopicService'])) {
  12482. return $this->privates['App\\Services\\Admin\\TopicService'];
  12483. }
  12484. return $this->privates['App\\Services\\Admin\\TopicService'] = new \App\Services\Admin\TopicService($a, ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService()));
  12485. }
  12486. /**
  12487. * Gets the private 'App\Services\Core\API\CrammingActivityResultsService' shared autowired service.
  12488. *
  12489. * @return \App\Services\Core\API\CrammingActivityResultsService
  12490. */
  12491. protected function getCrammingActivityResultsServiceService()
  12492. {
  12493. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/CrammingActivityResultsService.php';
  12494. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12495. 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('kvik-mat'))));
  12496. }
  12497. /**
  12498. * Gets the private 'App\Services\Core\API\ExtractProblemAnswers' shared autowired service.
  12499. *
  12500. * @return \App\Services\Core\API\ExtractProblemAnswers
  12501. */
  12502. protected function getExtractProblemAnswersService()
  12503. {
  12504. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ExtractProblemAnswers.php';
  12505. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12506. if (isset($this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'])) {
  12507. return $this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'];
  12508. }
  12509. return $this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'] = new \App\Services\Core\API\ExtractProblemAnswers($a);
  12510. }
  12511. /**
  12512. * Gets the private 'App\Services\Core\API\HomeworkActivityResultsService' shared autowired service.
  12513. *
  12514. * @return \App\Services\Core\API\HomeworkActivityResultsService
  12515. */
  12516. protected function getHomeworkActivityResultsService2Service()
  12517. {
  12518. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/HomeworkActivityResultsService.php';
  12519. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12520. 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('kvik-mat'))), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()));
  12521. }
  12522. /**
  12523. * Gets the private 'App\Services\Core\API\QuizActivityResultsService' shared autowired service.
  12524. *
  12525. * @return \App\Services\Core\API\QuizActivityResultsService
  12526. */
  12527. protected function getQuizActivityResultsService2Service()
  12528. {
  12529. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/QuizActivityResultsService.php';
  12530. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12531. 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('kvik-mat'))), ($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  12532. }
  12533. /**
  12534. * Gets the private 'App\Services\Core\API\TrainingActivityResultsService' shared autowired service.
  12535. *
  12536. * @return \App\Services\Core\API\TrainingActivityResultsService
  12537. */
  12538. protected function getTrainingActivityResultsService2Service()
  12539. {
  12540. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/TrainingActivityResultsService.php';
  12541. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/AnswerService.php';
  12542. 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('kvik-mat'))), ($this->privates['App\\Services\\Core\\GamificationService'] ?? $this->getGamificationServiceService()));
  12543. }
  12544. /**
  12545. * Gets the private 'App\Services\Core\ActivityDisplayService' shared autowired service.
  12546. *
  12547. * @return \App\Services\Core\ActivityDisplayService
  12548. */
  12549. protected function getActivityDisplayServiceService()
  12550. {
  12551. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityDisplayService.php';
  12552. return $this->privates['App\\Services\\Core\\ActivityDisplayService'] = new \App\Services\Core\ActivityDisplayService('kvik-mat', $this->parameters['abacus.activity_types'], ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12553. }
  12554. /**
  12555. * Gets the private 'App\Services\Core\ActivityRoutingService' shared autowired service.
  12556. *
  12557. * @return \App\Services\Core\ActivityRoutingService
  12558. */
  12559. protected function getActivityRoutingServiceService()
  12560. {
  12561. include_once \dirname(__DIR__, 4).'/src/Services/Core/ActivityRoutingService.php';
  12562. $a = ($this->services['router'] ?? $this->getRouterService());
  12563. if (isset($this->privates['App\\Services\\Core\\ActivityRoutingService'])) {
  12564. return $this->privates['App\\Services\\Core\\ActivityRoutingService'];
  12565. }
  12566. return $this->privates['App\\Services\\Core\\ActivityRoutingService'] = new \App\Services\Core\ActivityRoutingService($this->parameters['abacus.activity_types'], $a);
  12567. }
  12568. /**
  12569. * Gets the private 'App\Services\Core\AuthService' shared autowired service.
  12570. *
  12571. * @return \App\Services\Core\AuthService
  12572. */
  12573. protected function getAuthServiceService()
  12574. {
  12575. include_once \dirname(__DIR__, 4).'/src/Services/Core/AuthService.php';
  12576. include_once \dirname(__DIR__, 4).'/src/Security/Core/SSO/ProviderInterface.php';
  12577. include_once \dirname(__DIR__, 4).'/src/Security/Core/SSO/GyldendalProvider.php';
  12578. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12579. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12580. return $this->privates['App\\Services\\Core\\AuthService'];
  12581. }
  12582. $b = ($this->services['eight_points_guzzle.client.loginconnector'] ?? $this->getEightPointsGuzzle_Client_LoginconnectorService());
  12583. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12584. return $this->privates['App\\Services\\Core\\AuthService'];
  12585. }
  12586. $c = ($this->services['eight_points_guzzle.client.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Client_GyldendalaccessserviceService());
  12587. if (isset($this->privates['App\\Services\\Core\\AuthService'])) {
  12588. return $this->privates['App\\Services\\Core\\AuthService'];
  12589. }
  12590. 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, $this->parameters['abacus.loginconnector.isbns']), 'gyldendal');
  12591. }
  12592. /**
  12593. * Gets the private 'App\Services\Core\DataService' shared autowired service.
  12594. *
  12595. * @return \App\Services\Core\DataService
  12596. */
  12597. protected function getDataServiceService()
  12598. {
  12599. include_once \dirname(__DIR__, 4).'/src/Services/Core/DataService.php';
  12600. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerSessionTimeStatusResolver.php';
  12601. include_once \dirname(__DIR__, 4).'/src/Services/Core/ScoreService.php';
  12602. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12603. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12604. return $this->privates['App\\Services\\Core\\DataService'];
  12605. }
  12606. $b = ($this->privates['App\\Services\\Student\\CrammingActivityService'] ?? $this->getCrammingActivityServiceService());
  12607. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12608. return $this->privates['App\\Services\\Core\\DataService'];
  12609. }
  12610. $c = ($this->services['App\\Session\\Core\\SessionPlayer'] ?? $this->getSessionPlayerService());
  12611. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12612. return $this->privates['App\\Services\\Core\\DataService'];
  12613. }
  12614. $d = ($this->privates['App\\Services\\Teacher\\CrammingActivityService'] ?? $this->getCrammingActivityService2Service());
  12615. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12616. return $this->privates['App\\Services\\Core\\DataService'];
  12617. }
  12618. $e = ($this->privates['App\\Services\\Admin\\TemplateService'] ?? $this->getTemplateServiceService());
  12619. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12620. return $this->privates['App\\Services\\Core\\DataService'];
  12621. }
  12622. $f = ($this->privates['App\\Services\\Student\\DictateService'] ?? $this->getDictateService2Service());
  12623. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12624. return $this->privates['App\\Services\\Core\\DataService'];
  12625. }
  12626. $g = ($this->privates['App\\Services\\Student\\ReadingTestService'] ?? $this->getReadingTestService2Service());
  12627. if (isset($this->privates['App\\Services\\Core\\DataService'])) {
  12628. return $this->privates['App\\Services\\Core\\DataService'];
  12629. }
  12630. 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);
  12631. }
  12632. /**
  12633. * Gets the private 'App\Services\Core\EventLogger' shared autowired service.
  12634. *
  12635. * @return \App\Services\Core\EventLogger
  12636. */
  12637. protected function getEventLoggerService()
  12638. {
  12639. include_once \dirname(__DIR__, 4).'/src/Services/Core/EventLogger.php';
  12640. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12641. if (isset($this->privates['App\\Services\\Core\\EventLogger'])) {
  12642. return $this->privates['App\\Services\\Core\\EventLogger'];
  12643. }
  12644. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12645. if (isset($this->privates['App\\Services\\Core\\EventLogger'])) {
  12646. return $this->privates['App\\Services\\Core\\EventLogger'];
  12647. }
  12648. 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())));
  12649. }
  12650. /**
  12651. * Gets the private 'App\Services\Core\GamificationService' shared autowired service.
  12652. *
  12653. * @return \App\Services\Core\GamificationService
  12654. */
  12655. protected function getGamificationServiceService()
  12656. {
  12657. include_once \dirname(__DIR__, 4).'/src/Services/Core/GamificationService.php';
  12658. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12659. if (isset($this->privates['App\\Services\\Core\\GamificationService'])) {
  12660. return $this->privates['App\\Services\\Core\\GamificationService'];
  12661. }
  12662. return $this->privates['App\\Services\\Core\\GamificationService'] = new \App\Services\Core\GamificationService($a, true);
  12663. }
  12664. /**
  12665. * Gets the private 'App\Services\Core\MakeTeamsService' shared autowired service.
  12666. *
  12667. * @return \App\Services\Core\MakeTeamsService
  12668. */
  12669. protected function getMakeTeamsServiceService()
  12670. {
  12671. include_once \dirname(__DIR__, 4).'/src/Services/Core/MakeTeamsService.php';
  12672. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12673. if (isset($this->privates['App\\Services\\Core\\MakeTeamsService'])) {
  12674. return $this->privates['App\\Services\\Core\\MakeTeamsService'];
  12675. }
  12676. return $this->privates['App\\Services\\Core\\MakeTeamsService'] = new \App\Services\Core\MakeTeamsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  12677. }
  12678. /**
  12679. * Gets the private 'App\Services\Core\MathProblemService' shared autowired service.
  12680. *
  12681. * @return \App\Services\Core\MathProblemService
  12682. */
  12683. protected function getMathProblemService3Service()
  12684. {
  12685. include_once \dirname(__DIR__, 4).'/src/Services/Core/MathProblemService.php';
  12686. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12687. if (isset($this->privates['App\\Services\\Core\\MathProblemService'])) {
  12688. return $this->privates['App\\Services\\Core\\MathProblemService'];
  12689. }
  12690. return $this->privates['App\\Services\\Core\\MathProblemService'] = new \App\Services\Core\MathProblemService($a);
  12691. }
  12692. /**
  12693. * Gets the private 'App\Services\Core\PartialInputDataService' shared autowired service.
  12694. *
  12695. * @return \App\Services\Core\PartialInputDataService
  12696. */
  12697. protected function getPartialInputDataServiceService()
  12698. {
  12699. include_once \dirname(__DIR__, 4).'/src/Services/Core/PartialInputDataService.php';
  12700. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12701. if (isset($this->privates['App\\Services\\Core\\PartialInputDataService'])) {
  12702. return $this->privates['App\\Services\\Core\\PartialInputDataService'];
  12703. }
  12704. return $this->privates['App\\Services\\Core\\PartialInputDataService'] = new \App\Services\Core\PartialInputDataService($a);
  12705. }
  12706. /**
  12707. * Gets the private 'App\Services\Core\QuizCorrectPercentageService' shared autowired service.
  12708. *
  12709. * @return \App\Services\Core\QuizCorrectPercentageService
  12710. */
  12711. protected function getQuizCorrectPercentageServiceService()
  12712. {
  12713. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizCorrectPercentageService.php';
  12714. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12715. if (isset($this->privates['App\\Services\\Core\\QuizCorrectPercentageService'])) {
  12716. return $this->privates['App\\Services\\Core\\QuizCorrectPercentageService'];
  12717. }
  12718. return $this->privates['App\\Services\\Core\\QuizCorrectPercentageService'] = new \App\Services\Core\QuizCorrectPercentageService($a, ($this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'] ?? $this->getExtractProblemAnswersService()), ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['App\\Services\\Student\\MathproblemService'] ?? $this->getMathproblemServiceService()));
  12719. }
  12720. /**
  12721. * Gets the private 'App\Services\Core\QuizSessionService' shared autowired service.
  12722. *
  12723. * @return \App\Services\Core\QuizSessionService
  12724. */
  12725. protected function getQuizSessionService2Service()
  12726. {
  12727. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizSessionService.php';
  12728. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12729. if (isset($this->privates['App\\Services\\Core\\QuizSessionService'])) {
  12730. return $this->privates['App\\Services\\Core\\QuizSessionService'];
  12731. }
  12732. return $this->privates['App\\Services\\Core\\QuizSessionService'] = new \App\Services\Core\QuizSessionService($a, ($this->privates['App\\Services\\Core\\API\\ExtractProblemAnswers'] ?? $this->getExtractProblemAnswersService()));
  12733. }
  12734. /**
  12735. * Gets the private 'App\Services\Core\QuizUnitService' shared autowired service.
  12736. *
  12737. * @return \App\Services\Core\QuizUnitService
  12738. */
  12739. protected function getQuizUnitServiceService()
  12740. {
  12741. include_once \dirname(__DIR__, 4).'/src/Services/Core/QuizUnitService.php';
  12742. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12743. if (isset($this->privates['App\\Services\\Core\\QuizUnitService'])) {
  12744. return $this->privates['App\\Services\\Core\\QuizUnitService'];
  12745. }
  12746. return $this->privates['App\\Services\\Core\\QuizUnitService'] = new \App\Services\Core\QuizUnitService($a);
  12747. }
  12748. /**
  12749. * Gets the private 'App\Services\Core\SelfStudyVoterService' shared autowired service.
  12750. *
  12751. * @return \App\Services\Core\SelfStudyVoterService
  12752. */
  12753. protected function getSelfStudyVoterServiceService()
  12754. {
  12755. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12756. if (isset($this->privates['App\\Services\\Core\\SelfStudyVoterService'])) {
  12757. return $this->privates['App\\Services\\Core\\SelfStudyVoterService'];
  12758. }
  12759. return $this->privates['App\\Services\\Core\\SelfStudyVoterService'] = new \App\Services\Core\SelfStudyVoterService($a, 'primaryschool');
  12760. }
  12761. /**
  12762. * Gets the private 'App\Services\Core\SessionService' shared autowired service.
  12763. *
  12764. * @return \App\Services\Core\SessionService
  12765. */
  12766. protected function getSessionServiceService()
  12767. {
  12768. include_once \dirname(__DIR__, 4).'/src/Services/Core/SessionService.php';
  12769. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12770. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12771. return $this->privates['App\\Services\\Core\\SessionService'];
  12772. }
  12773. $b = ($this->privates['App\\MathProblem\\Core\\Selection\\RandomMathProblemFinder'] ?? $this->getRandomMathProblemFinderService());
  12774. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12775. return $this->privates['App\\Services\\Core\\SessionService'];
  12776. }
  12777. $c = ($this->privates['App\\Services\\Student\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService());
  12778. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12779. return $this->privates['App\\Services\\Core\\SessionService'];
  12780. }
  12781. $d = ($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService());
  12782. if (isset($this->privates['App\\Services\\Core\\SessionService'])) {
  12783. return $this->privates['App\\Services\\Core\\SessionService'];
  12784. }
  12785. 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, 'kvik-mat');
  12786. }
  12787. /**
  12788. * Gets the private 'App\Services\Core\TextbookVoterService' shared autowired service.
  12789. *
  12790. * @return \App\Services\Core\TextbookVoterService
  12791. */
  12792. protected function getTextbookVoterServiceService()
  12793. {
  12794. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12795. if (isset($this->privates['App\\Services\\Core\\TextbookVoterService'])) {
  12796. return $this->privates['App\\Services\\Core\\TextbookVoterService'];
  12797. }
  12798. return $this->privates['App\\Services\\Core\\TextbookVoterService'] = new \App\Services\Core\TextbookVoterService($a, 'primaryschool');
  12799. }
  12800. /**
  12801. * Gets the private 'App\Services\ProblemEditors\ProblemEditorFactory' shared autowired service.
  12802. *
  12803. * @return \App\Services\ProblemEditors\ProblemEditorFactory
  12804. */
  12805. protected function getProblemEditorFactoryService()
  12806. {
  12807. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditorFactory.php';
  12808. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditorInterface.php';
  12809. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ProblemEditor.php';
  12810. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/RadioButtonEditor.php';
  12811. include_once \dirname(__DIR__, 4).'/src/Services/Admin/ProblemValidationService.php';
  12812. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/CheckboxEditor.php';
  12813. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/ParagraphEditor.php';
  12814. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TextEditor.php';
  12815. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/DropDownEditor.php';
  12816. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/WordOptionsEditor.php';
  12817. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/DragAndDropEditor.php';
  12818. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/GridRadiobuttonEditor.php';
  12819. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/GridCheckboxEditor.php';
  12820. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TableTextEditor.php';
  12821. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/TableDropdownEditor.php';
  12822. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/MarkEditor.php';
  12823. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/NumberEditor.php';
  12824. include_once \dirname(__DIR__, 4).'/src/Services/ProblemEditors/FormulaEditor.php';
  12825. include_once \dirname(__DIR__, 4).'/src/Helpers/Core/ValidationHelper.php';
  12826. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12827. if (isset($this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'])) {
  12828. return $this->privates['App\\Services\\ProblemEditors\\ProblemEditorFactory'];
  12829. }
  12830. $b = new \App\Services\Admin\ProblemValidationService($a, ($this->services['App\\Helpers\\Core\\ValidationHelper'] ?? ($this->services['App\\Helpers\\Core\\ValidationHelper'] = new \App\Helpers\Core\ValidationHelper())));
  12831. $c = ($this->privates['App\\Services\\Admin\\ProblemEditorService'] ?? $this->getProblemEditorServiceService());
  12832. $d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  12833. 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));
  12834. }
  12835. /**
  12836. * Gets the private 'App\Services\Student\API\AssignSymbolProblemService' shared autowired service.
  12837. *
  12838. * @return \App\Services\Student\API\AssignSymbolProblemService
  12839. */
  12840. protected function getAssignSymbolProblemServiceService()
  12841. {
  12842. include_once \dirname(__DIR__, 4).'/src/Services/Student/API/AssignSymbolProblemService.php';
  12843. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12844. if (isset($this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'])) {
  12845. return $this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'];
  12846. }
  12847. return $this->privates['App\\Services\\Student\\API\\AssignSymbolProblemService'] = new \App\Services\Student\API\AssignSymbolProblemService($a);
  12848. }
  12849. /**
  12850. * Gets the private 'App\Services\Student\ClassroomSignUpService' shared autowired service.
  12851. *
  12852. * @return \App\Services\Student\ClassroomSignUpService
  12853. */
  12854. protected function getClassroomSignUpServiceService()
  12855. {
  12856. include_once \dirname(__DIR__, 4).'/src/Services/Student/ClassroomSignUpService.php';
  12857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  12858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  12859. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  12860. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Quiz/QuizSessionRepository.php';
  12861. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Session/SessionRepositoryInterface.php';
  12862. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Homework/HomeworkRepository.php';
  12863. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Session/SessionRepository.php';
  12864. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Worksheet/WorksheetSessionRepository.php';
  12865. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12866. if (isset($this->privates['App\\Services\\Student\\ClassroomSignUpService'])) {
  12867. return $this->privates['App\\Services\\Student\\ClassroomSignUpService'];
  12868. }
  12869. 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'));
  12870. }
  12871. /**
  12872. * Gets the private 'App\Services\Student\CrammingActivityHomeworkService' shared autowired service.
  12873. *
  12874. * @return \App\Services\Student\CrammingActivityHomeworkService
  12875. */
  12876. protected function getCrammingActivityHomeworkServiceService()
  12877. {
  12878. include_once \dirname(__DIR__, 4).'/src/Services/Student/CrammingActivityHomeworkService.php';
  12879. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12880. if (isset($this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'])) {
  12881. return $this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'];
  12882. }
  12883. return $this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'] = new \App\Services\Student\CrammingActivityHomeworkService($a);
  12884. }
  12885. /**
  12886. * Gets the private 'App\Services\Student\CrammingActivityService' shared autowired service.
  12887. *
  12888. * @return \App\Services\Student\CrammingActivityService
  12889. */
  12890. protected function getCrammingActivityServiceService()
  12891. {
  12892. include_once \dirname(__DIR__, 4).'/src/Services/Student/CrammingActivityService.php';
  12893. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12894. if (isset($this->privates['App\\Services\\Student\\CrammingActivityService'])) {
  12895. return $this->privates['App\\Services\\Student\\CrammingActivityService'];
  12896. }
  12897. $b = ($this->privates['App\\Services\\Student\\CrammingActivityHomeworkService'] ?? $this->getCrammingActivityHomeworkServiceService());
  12898. if (isset($this->privates['App\\Services\\Student\\CrammingActivityService'])) {
  12899. return $this->privates['App\\Services\\Student\\CrammingActivityService'];
  12900. }
  12901. return $this->privates['App\\Services\\Student\\CrammingActivityService'] = new \App\Services\Student\CrammingActivityService($a, $b);
  12902. }
  12903. /**
  12904. * Gets the private 'App\Services\Student\DictateService' shared autowired service.
  12905. *
  12906. * @return \App\Services\Student\DictateService
  12907. */
  12908. protected function getDictateService2Service()
  12909. {
  12910. include_once \dirname(__DIR__, 4).'/src/Services/Student/DictateService.php';
  12911. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12912. if (isset($this->privates['App\\Services\\Student\\DictateService'])) {
  12913. return $this->privates['App\\Services\\Student\\DictateService'];
  12914. }
  12915. return $this->privates['App\\Services\\Student\\DictateService'] = new \App\Services\Student\DictateService($a);
  12916. }
  12917. /**
  12918. * Gets the private 'App\Services\Student\HomeworkService' shared autowired service.
  12919. *
  12920. * @return \App\Services\Student\HomeworkService
  12921. */
  12922. protected function getHomeworkServiceService()
  12923. {
  12924. include_once \dirname(__DIR__, 4).'/src/Services/Student/HomeworkService.php';
  12925. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12926. if (isset($this->privates['App\\Services\\Student\\HomeworkService'])) {
  12927. return $this->privates['App\\Services\\Student\\HomeworkService'];
  12928. }
  12929. return $this->privates['App\\Services\\Student\\HomeworkService'] = new \App\Services\Student\HomeworkService($a);
  12930. }
  12931. /**
  12932. * Gets the private 'App\Services\Student\Kvik\SelfStudyService' shared autowired service.
  12933. *
  12934. * @return \App\Services\Student\Kvik\SelfStudyService
  12935. */
  12936. protected function getSelfStudyServiceService()
  12937. {
  12938. include_once \dirname(__DIR__, 4).'/src/Services/Student/Kvik/SelfStudyService.php';
  12939. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12940. if (isset($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'])) {
  12941. return $this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'];
  12942. }
  12943. return $this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] = new \App\Services\Student\Kvik\SelfStudyService($a);
  12944. }
  12945. /**
  12946. * Gets the private 'App\Services\Student\PerformanceService' shared autowired service.
  12947. *
  12948. * @return \App\Services\Student\PerformanceService
  12949. */
  12950. protected function getPerformanceServiceService()
  12951. {
  12952. include_once \dirname(__DIR__, 4).'/src/Services/Student/PerformanceService.php';
  12953. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12954. if (isset($this->privates['App\\Services\\Student\\PerformanceService'])) {
  12955. return $this->privates['App\\Services\\Student\\PerformanceService'];
  12956. }
  12957. $b = ($this->privates['App\\Services\\Student\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyServiceService());
  12958. if (isset($this->privates['App\\Services\\Student\\PerformanceService'])) {
  12959. return $this->privates['App\\Services\\Student\\PerformanceService'];
  12960. }
  12961. return $this->privates['App\\Services\\Student\\PerformanceService'] = new \App\Services\Student\PerformanceService($a, $b);
  12962. }
  12963. /**
  12964. * Gets the private 'App\Services\Student\ProblemDndService' shared autowired service.
  12965. *
  12966. * @return \App\Services\Student\ProblemDndService
  12967. */
  12968. protected function getProblemDndServiceService()
  12969. {
  12970. include_once \dirname(__DIR__, 4).'/src/Services/Student/ProblemDndService.php';
  12971. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12972. if (isset($this->privates['App\\Services\\Student\\ProblemDndService'])) {
  12973. return $this->privates['App\\Services\\Student\\ProblemDndService'];
  12974. }
  12975. return $this->privates['App\\Services\\Student\\ProblemDndService'] = new \App\Services\Student\ProblemDndService($a);
  12976. }
  12977. /**
  12978. * Gets the private 'App\Services\Student\ProblemFreeTextService' shared autowired service.
  12979. *
  12980. * @return \App\Services\Student\ProblemFreeTextService
  12981. */
  12982. protected function getProblemFreeTextServiceService()
  12983. {
  12984. include_once \dirname(__DIR__, 4).'/src/Services/Student/ProblemFreeTextService.php';
  12985. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  12986. if (isset($this->privates['App\\Services\\Student\\ProblemFreeTextService'])) {
  12987. return $this->privates['App\\Services\\Student\\ProblemFreeTextService'];
  12988. }
  12989. return $this->privates['App\\Services\\Student\\ProblemFreeTextService'] = new \App\Services\Student\ProblemFreeTextService($a);
  12990. }
  12991. /**
  12992. * Gets the private 'App\Services\Student\ReadingTestService' shared autowired service.
  12993. *
  12994. * @return \App\Services\Student\ReadingTestService
  12995. */
  12996. protected function getReadingTestService2Service()
  12997. {
  12998. include_once \dirname(__DIR__, 4).'/src/Services/Student/ReadingTestService.php';
  12999. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13000. if (isset($this->privates['App\\Services\\Student\\ReadingTestService'])) {
  13001. return $this->privates['App\\Services\\Student\\ReadingTestService'];
  13002. }
  13003. return $this->privates['App\\Services\\Student\\ReadingTestService'] = new \App\Services\Student\ReadingTestService($a);
  13004. }
  13005. /**
  13006. * Gets the private 'App\Services\Teacher\API\ActivityMetadataService' shared autowired service.
  13007. *
  13008. * @return \App\Services\Teacher\API\ActivityMetadataService
  13009. */
  13010. protected function getActivityMetadataServiceService()
  13011. {
  13012. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ActivityMetadataService.php';
  13013. 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()));
  13014. }
  13015. /**
  13016. * Gets the private 'App\Services\Teacher\API\ClassroomReportService' shared autowired service.
  13017. *
  13018. * @return \App\Services\Teacher\API\ClassroomReportService
  13019. */
  13020. protected function getClassroomReportServiceService()
  13021. {
  13022. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ClassroomReportService.php';
  13023. 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()));
  13024. }
  13025. /**
  13026. * Gets the private 'App\Services\Teacher\API\QuizActivityService' shared autowired service.
  13027. *
  13028. * @return \App\Services\Teacher\API\QuizActivityService
  13029. */
  13030. protected function getQuizActivityServiceService()
  13031. {
  13032. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/QuizActivityService.php';
  13033. 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()));
  13034. }
  13035. /**
  13036. * Gets the private 'App\Services\Teacher\API\ReadingTestActivityService' shared autowired service.
  13037. *
  13038. * @return \App\Services\Teacher\API\ReadingTestActivityService
  13039. */
  13040. protected function getReadingTestActivityServiceService()
  13041. {
  13042. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/ReadingTestActivityService.php';
  13043. include_once \dirname(__DIR__, 4).'/src/Services/Core/API/ReadingTestResultsService.php';
  13044. 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())));
  13045. }
  13046. /**
  13047. * Gets the private 'App\Services\Teacher\API\StudentReportService' shared autowired service.
  13048. *
  13049. * @return \App\Services\Teacher\API\StudentReportService
  13050. */
  13051. protected function getStudentReportServiceService()
  13052. {
  13053. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/API/StudentReportService.php';
  13054. 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()));
  13055. }
  13056. /**
  13057. * Gets the private 'App\Services\Teacher\ContentService' shared autowired service.
  13058. *
  13059. * @return \App\Services\Teacher\ContentService
  13060. */
  13061. protected function getContentServiceService()
  13062. {
  13063. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ContentService.php';
  13064. return $this->privates['App\\Services\\Teacher\\ContentService'] = new \App\Services\Teacher\ContentService();
  13065. }
  13066. /**
  13067. * Gets the private 'App\Services\Teacher\CrammingActivityService' shared autowired service.
  13068. *
  13069. * @return \App\Services\Teacher\CrammingActivityService
  13070. */
  13071. protected function getCrammingActivityService2Service()
  13072. {
  13073. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/CrammingActivityService.php';
  13074. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13075. if (isset($this->privates['App\\Services\\Teacher\\CrammingActivityService'])) {
  13076. return $this->privates['App\\Services\\Teacher\\CrammingActivityService'];
  13077. }
  13078. return $this->privates['App\\Services\\Teacher\\CrammingActivityService'] = new \App\Services\Teacher\CrammingActivityService($a);
  13079. }
  13080. /**
  13081. * Gets the private 'App\Services\Teacher\DictateService' shared autowired service.
  13082. *
  13083. * @return \App\Services\Teacher\DictateService
  13084. */
  13085. protected function getDictateServiceService()
  13086. {
  13087. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/DictateService.php';
  13088. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13089. if (isset($this->privates['App\\Services\\Teacher\\DictateService'])) {
  13090. return $this->privates['App\\Services\\Teacher\\DictateService'];
  13091. }
  13092. return $this->privates['App\\Services\\Teacher\\DictateService'] = new \App\Services\Teacher\DictateService($a, ($this->privates['App\\Services\\Student\\DictateService'] ?? $this->getDictateService2Service()));
  13093. }
  13094. /**
  13095. * Gets the private 'App\Services\Teacher\HomeworkService' shared autowired service.
  13096. *
  13097. * @return \App\Services\Teacher\HomeworkService
  13098. */
  13099. protected function getHomeworkService2Service()
  13100. {
  13101. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/HomeworkService.php';
  13102. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13103. if (isset($this->privates['App\\Services\\Teacher\\HomeworkService'])) {
  13104. return $this->privates['App\\Services\\Teacher\\HomeworkService'];
  13105. }
  13106. return $this->privates['App\\Services\\Teacher\\HomeworkService'] = new \App\Services\Teacher\HomeworkService($a);
  13107. }
  13108. /**
  13109. * Gets the private 'App\Services\Teacher\MathProblemService' shared autowired service.
  13110. *
  13111. * @return \App\Services\Teacher\MathProblemService
  13112. */
  13113. protected function getMathProblemService2Service()
  13114. {
  13115. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/MathProblemService.php';
  13116. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13117. if (isset($this->privates['App\\Services\\Teacher\\MathProblemService'])) {
  13118. return $this->privates['App\\Services\\Teacher\\MathProblemService'];
  13119. }
  13120. $b = ($this->privates['App\\Services\\Core\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService());
  13121. if (isset($this->privates['App\\Services\\Teacher\\MathProblemService'])) {
  13122. return $this->privates['App\\Services\\Teacher\\MathProblemService'];
  13123. }
  13124. return $this->privates['App\\Services\\Teacher\\MathProblemService'] = new \App\Services\Teacher\MathProblemService($a, $b);
  13125. }
  13126. /**
  13127. * Gets the private 'App\Services\Teacher\PeerActivityService' shared autowired service.
  13128. *
  13129. * @return \App\Services\Teacher\PeerActivityService
  13130. */
  13131. protected function getPeerActivityServiceService()
  13132. {
  13133. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/PeerActivityService.php';
  13134. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13135. if (isset($this->privates['App\\Services\\Teacher\\PeerActivityService'])) {
  13136. return $this->privates['App\\Services\\Teacher\\PeerActivityService'];
  13137. }
  13138. return $this->privates['App\\Services\\Teacher\\PeerActivityService'] = new \App\Services\Teacher\PeerActivityService($a);
  13139. }
  13140. /**
  13141. * Gets the private 'App\Services\Teacher\ProblemDndService' shared autowired service.
  13142. *
  13143. * @return \App\Services\Teacher\ProblemDndService
  13144. */
  13145. protected function getProblemDndService2Service()
  13146. {
  13147. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ProblemDndService.php';
  13148. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13149. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13150. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13151. }
  13152. $b = ($this->privates['App\\Services\\Student\\ProblemDndService'] ?? $this->getProblemDndServiceService());
  13153. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13154. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13155. }
  13156. $c = ($this->privates['App\\Services\\Core\\SessionService'] ?? $this->getSessionServiceService());
  13157. if (isset($this->privates['App\\Services\\Teacher\\ProblemDndService'])) {
  13158. return $this->privates['App\\Services\\Teacher\\ProblemDndService'];
  13159. }
  13160. return $this->privates['App\\Services\\Teacher\\ProblemDndService'] = new \App\Services\Teacher\ProblemDndService($a, $b, $c);
  13161. }
  13162. /**
  13163. * Gets the private 'App\Services\Teacher\QuizService' shared autowired service.
  13164. *
  13165. * @return \App\Services\Teacher\QuizService
  13166. */
  13167. protected function getQuizServiceService()
  13168. {
  13169. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/QuizService.php';
  13170. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13171. if (isset($this->privates['App\\Services\\Teacher\\QuizService'])) {
  13172. return $this->privates['App\\Services\\Teacher\\QuizService'];
  13173. }
  13174. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13175. if (isset($this->privates['App\\Services\\Teacher\\QuizService'])) {
  13176. return $this->privates['App\\Services\\Teacher\\QuizService'];
  13177. }
  13178. 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);
  13179. }
  13180. /**
  13181. * Gets the private 'App\Services\Teacher\QuizSessionService' shared autowired service.
  13182. *
  13183. * @return \App\Services\Teacher\QuizSessionService
  13184. */
  13185. protected function getQuizSessionService3Service()
  13186. {
  13187. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/QuizSessionService.php';
  13188. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13189. if (isset($this->privates['App\\Services\\Teacher\\QuizSessionService'])) {
  13190. return $this->privates['App\\Services\\Teacher\\QuizSessionService'];
  13191. }
  13192. return $this->privates['App\\Services\\Teacher\\QuizSessionService'] = new \App\Services\Teacher\QuizSessionService($a);
  13193. }
  13194. /**
  13195. * Gets the private 'App\Services\Teacher\ReadingTestService' shared autowired service.
  13196. *
  13197. * @return \App\Services\Teacher\ReadingTestService
  13198. */
  13199. protected function getReadingTestServiceService()
  13200. {
  13201. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/ReadingTestService.php';
  13202. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13203. if (isset($this->privates['App\\Services\\Teacher\\ReadingTestService'])) {
  13204. return $this->privates['App\\Services\\Teacher\\ReadingTestService'];
  13205. }
  13206. return $this->privates['App\\Services\\Teacher\\ReadingTestService'] = new \App\Services\Teacher\ReadingTestService($a);
  13207. }
  13208. /**
  13209. * Gets the private 'App\Services\Teacher\TrainingService' shared autowired service.
  13210. *
  13211. * @return \App\Services\Teacher\TrainingService
  13212. */
  13213. protected function getTrainingServiceService()
  13214. {
  13215. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/TrainingService.php';
  13216. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13217. if (isset($this->privates['App\\Services\\Teacher\\TrainingService'])) {
  13218. return $this->privates['App\\Services\\Teacher\\TrainingService'];
  13219. }
  13220. return $this->privates['App\\Services\\Teacher\\TrainingService'] = new \App\Services\Teacher\TrainingService($a);
  13221. }
  13222. /**
  13223. * Gets the private 'App\Services\Teacher\WorksheetService' shared autowired service.
  13224. *
  13225. * @return \App\Services\Teacher\WorksheetService
  13226. */
  13227. protected function getWorksheetServiceService()
  13228. {
  13229. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/WorksheetService.php';
  13230. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13231. if (isset($this->privates['App\\Services\\Teacher\\WorksheetService'])) {
  13232. return $this->privates['App\\Services\\Teacher\\WorksheetService'];
  13233. }
  13234. return $this->privates['App\\Services\\Teacher\\WorksheetService'] = new \App\Services\Teacher\WorksheetService($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  13235. }
  13236. /**
  13237. * Gets the private 'App\Services\Teacher\WorksheetSessionService' shared autowired service.
  13238. *
  13239. * @return \App\Services\Teacher\WorksheetSessionService
  13240. */
  13241. protected function getWorksheetSessionService2Service()
  13242. {
  13243. include_once \dirname(__DIR__, 4).'/src/Services/Teacher/WorksheetSessionService.php';
  13244. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13245. if (isset($this->privates['App\\Services\\Teacher\\WorksheetSessionService'])) {
  13246. return $this->privates['App\\Services\\Teacher\\WorksheetSessionService'];
  13247. }
  13248. return $this->privates['App\\Services\\Teacher\\WorksheetSessionService'] = new \App\Services\Teacher\WorksheetSessionService($a);
  13249. }
  13250. /**
  13251. * Gets the private 'App\Services\User\UserManager' shared autowired service.
  13252. *
  13253. * @return \App\Services\User\UserManager
  13254. */
  13255. protected function getUserManagerService()
  13256. {
  13257. include_once \dirname(__DIR__, 4).'/src/Services/User/UserManager.php';
  13258. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13259. if (isset($this->privates['App\\Services\\User\\UserManager'])) {
  13260. return $this->privates['App\\Services\\User\\UserManager'];
  13261. }
  13262. return $this->privates['App\\Services\\User\\UserManager'] = new \App\Services\User\UserManager($a);
  13263. }
  13264. /**
  13265. * Gets the private 'App\Session\Core\Peer\PeerFeedback2ndNavigator' shared autowired service.
  13266. *
  13267. * @return \App\Session\Core\Peer\PeerFeedback2ndNavigator
  13268. */
  13269. protected function getPeerFeedback2ndNavigatorService()
  13270. {
  13271. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerFeedback2ndNavigator.php';
  13272. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  13273. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13274. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13275. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Peer/PeerFeedback2ndRepository.php';
  13276. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13277. if (isset($this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'])) {
  13278. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'];
  13279. }
  13280. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedback2ndNavigator'] = new \App\Session\Core\Peer\PeerFeedback2ndNavigator($a->getRepository('App\\Entity\\Core\\Peer\\PeerFeedback2nd'));
  13281. }
  13282. /**
  13283. * Gets the private 'App\Session\Core\Peer\PeerFeedbackNavigator' shared autowired service.
  13284. *
  13285. * @return \App\Session\Core\Peer\PeerFeedbackNavigator
  13286. */
  13287. protected function getPeerFeedbackNavigatorService()
  13288. {
  13289. include_once \dirname(__DIR__, 4).'/src/Session/Core/Peer/PeerFeedbackNavigator.php';
  13290. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  13291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  13292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  13293. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Peer/PeerFeedbackRepository.php';
  13294. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13295. if (isset($this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'])) {
  13296. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'];
  13297. }
  13298. return $this->privates['App\\Session\\Core\\Peer\\PeerFeedbackNavigator'] = new \App\Session\Core\Peer\PeerFeedbackNavigator($a->getRepository('App\\Entity\\Core\\Peer\\PeerFeedback'));
  13299. }
  13300. /**
  13301. * Gets the private 'App\Validator\Constraints\EmailConstraintValidator' shared autowired service.
  13302. *
  13303. * @return \App\Validator\Constraints\EmailConstraintValidator
  13304. */
  13305. protected function getEmailConstraintValidatorService()
  13306. {
  13307. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13308. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  13309. include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/EmailConstraintValidator.php';
  13310. return $this->privates['App\\Validator\\Constraints\\EmailConstraintValidator'] = new \App\Validator\Constraints\EmailConstraintValidator();
  13311. }
  13312. /**
  13313. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  13314. *
  13315. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  13316. */
  13317. protected function getManagerRegistryAwareConnectionProviderService()
  13318. {
  13319. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  13320. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  13321. 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'));
  13322. }
  13323. /**
  13324. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  13325. *
  13326. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  13327. */
  13328. protected function getRunSqlCommandService()
  13329. {
  13330. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13331. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  13332. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  13333. $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()));
  13334. $instance->setName('dbal:run-sql');
  13335. return $instance;
  13336. }
  13337. /**
  13338. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage' shared service.
  13339. *
  13340. * @return \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage
  13341. */
  13342. protected function getAssetPackageService()
  13343. {
  13344. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Asset/AssetPackage.php';
  13345. 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())));
  13346. }
  13347. /**
  13348. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  13349. *
  13350. * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  13351. */
  13352. protected function getCacheWarmer2Service()
  13353. {
  13354. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13355. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  13356. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  13357. }
  13358. /**
  13359. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  13360. *
  13361. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  13362. */
  13363. protected function getAdminRouterSubscriberService()
  13364. {
  13365. $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  13366. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13367. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13368. }
  13369. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  13370. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13371. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13372. }
  13373. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13374. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13375. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13376. }
  13377. $d = ($this->services['router'] ?? $this->getRouterService());
  13378. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  13379. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  13380. }
  13381. $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Translation\\EntityTranslationIdGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Translation\EntityTranslationIdGenerator()));
  13382. $f = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\AdminControllerRegistry'] ?? $this->getAdminControllerRegistryService());
  13383. 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' => '9cf4f9f', 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController' => 'dd70499', 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController' => '53ce778', 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController' => '0f044f1', 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController' => 'b7b5abf', 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController' => '5352c42', 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController' => '8dfa472', 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController' => 'd352bee', 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController' => 'b583639', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController' => '5ab4869', 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController' => '0a75aa8', 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController' => '914decd', 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController' => 'f302425', 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController' => 'a5b935e', 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController' => 'c80cb02', 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController' => '90d0ec0', 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController' => '712d24b', 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController' => '6c3137c', 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'c494611', 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController' => '49e63a7', 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController' => '1f39b33', 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController' => 'd7e3ac7', 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController' => 'edc60c3', 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController' => '1943769', 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController' => '0692d98', 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController' => '6940744', 'App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController' => 'ddb6aed'], ['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'], ['9cf4f9f' => 'App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController', 'dd70499' => 'App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController', '53ce778' => 'App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController', '0f044f1' => 'App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController', 'b7b5abf' => 'App\\Controller\\Admin\\EasyAdmin\\EditorCrudController', '5352c42' => 'App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController', '8dfa472' => 'App\\Controller\\Admin\\EasyAdmin\\InfoCrudController', 'd352bee' => 'App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController', 'b583639' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController', '5ab4869' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController', '0a75aa8' => 'App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController', '914decd' => 'App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController', 'f302425' => 'App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController', 'a5b935e' => 'App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController', 'c80cb02' => 'App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController', '90d0ec0' => 'App\\Controller\\Admin\\EasyAdmin\\QuizCrudController', '712d24b' => 'App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController', '6c3137c' => 'App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController', 'c494611' => 'App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController', '49e63a7' => 'App\\Controller\\Admin\\EasyAdmin\\TagCrudController', '1f39b33' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController', 'd7e3ac7' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController', 'edc60c3' => 'App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController', 1943769 => 'App\\Controller\\Admin\\EasyAdmin\\TopicCrudController', '0692d98' => 'App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController', 6940744 => 'App\\Controller\\Admin\\EasyAdmin\\UserCrudController', 'ddb6aed' => '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);
  13384. }
  13385. /**
  13386. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  13387. *
  13388. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  13389. */
  13390. protected function getCrudResponseListenerService()
  13391. {
  13392. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  13393. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13394. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
  13395. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
  13396. }
  13397. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  13398. }
  13399. /**
  13400. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  13401. *
  13402. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  13403. */
  13404. protected function getExceptionListenerService()
  13405. {
  13406. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  13407. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13408. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
  13409. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
  13410. }
  13411. 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()));
  13412. }
  13413. /**
  13414. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  13415. *
  13416. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  13417. */
  13418. protected function getActionFactoryService()
  13419. {
  13420. 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 () {
  13421. return new \EmptyIterator();
  13422. }, 0));
  13423. }
  13424. /**
  13425. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  13426. *
  13427. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  13428. */
  13429. protected function getControllerFactoryService()
  13430. {
  13431. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  13432. }
  13433. /**
  13434. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  13435. *
  13436. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  13437. */
  13438. protected function getEntityFactoryService()
  13439. {
  13440. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13441. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  13442. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  13443. }
  13444. 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);
  13445. }
  13446. /**
  13447. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory' shared service.
  13448. *
  13449. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory
  13450. */
  13451. protected function getFieldFactoryService()
  13452. {
  13453. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  13454. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  13455. 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 () {
  13456. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  13457. 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()));
  13458. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  13459. 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()));
  13460. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  13461. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  13462. 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()));
  13463. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  13464. 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()));
  13465. 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()));
  13466. 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()));
  13467. 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))));
  13468. 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()));
  13469. 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()));
  13470. 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()));
  13471. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  13472. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  13473. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->getPercentConfiguratorService());
  13474. 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()));
  13475. 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()));
  13476. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->getCollectionConfiguratorService());
  13477. 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()));
  13478. 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()));
  13479. 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()));
  13480. 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()));
  13481. 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()));
  13482. yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  13483. }, 27), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory(($this->services['translator'] ?? $this->getTranslatorService())));
  13484. }
  13485. /**
  13486. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  13487. *
  13488. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  13489. */
  13490. protected function getFilterFactoryService()
  13491. {
  13492. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  13493. 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 () {
  13494. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? $this->getCommonConfiguratorService());
  13495. 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()));
  13496. 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()));
  13497. 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()));
  13498. 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()));
  13499. 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()));
  13500. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? $this->getEntityConfiguratorService());
  13501. 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()));
  13502. 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()));
  13503. 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()));
  13504. 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()));
  13505. 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()));
  13506. 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()));
  13507. }, 13));
  13508. }
  13509. /**
  13510. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  13511. *
  13512. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  13513. */
  13514. protected function getFormFactoryService()
  13515. {
  13516. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  13517. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  13518. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'])) {
  13519. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'];
  13520. }
  13521. 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()));
  13522. }
  13523. /**
  13524. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  13525. *
  13526. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  13527. */
  13528. protected function getPaginatorFactoryService()
  13529. {
  13530. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  13531. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  13532. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  13533. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13534. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  13535. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  13536. }
  13537. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13538. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  13539. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  13540. }
  13541. 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));
  13542. }
  13543. /**
  13544. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  13545. *
  13546. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  13547. */
  13548. protected function getAssociationConfiguratorService()
  13549. {
  13550. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13551. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  13552. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13553. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  13554. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  13555. }
  13556. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] ?? $this->getFieldFactoryService());
  13557. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  13558. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  13559. }
  13560. 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);
  13561. }
  13562. /**
  13563. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  13564. *
  13565. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  13566. */
  13567. protected function getBooleanConfiguratorService()
  13568. {
  13569. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13570. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  13571. 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()));
  13572. }
  13573. /**
  13574. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator' shared service.
  13575. *
  13576. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator
  13577. */
  13578. protected function getCollectionConfiguratorService()
  13579. {
  13580. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13581. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CollectionConfigurator.php';
  13582. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13583. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  13584. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  13585. }
  13586. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FieldFactory'] ?? $this->getFieldFactoryService());
  13587. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  13588. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  13589. }
  13590. 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);
  13591. }
  13592. /**
  13593. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  13594. *
  13595. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  13596. */
  13597. protected function getCommonPostConfiguratorService()
  13598. {
  13599. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13600. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  13601. 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');
  13602. }
  13603. /**
  13604. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  13605. *
  13606. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  13607. */
  13608. protected function getCommonPreConfiguratorService()
  13609. {
  13610. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13611. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  13612. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13613. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'])) {
  13614. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'];
  13615. }
  13616. 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())));
  13617. }
  13618. /**
  13619. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  13620. *
  13621. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  13622. */
  13623. protected function getCountryConfiguratorService()
  13624. {
  13625. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13626. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  13627. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13628. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'])) {
  13629. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'];
  13630. }
  13631. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator($a);
  13632. }
  13633. /**
  13634. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  13635. *
  13636. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  13637. */
  13638. protected function getDateTimeConfiguratorService()
  13639. {
  13640. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13641. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  13642. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13643. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13644. 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())));
  13645. }
  13646. /**
  13647. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  13648. *
  13649. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  13650. */
  13651. protected function getMoneyConfiguratorService()
  13652. {
  13653. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13654. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  13655. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13656. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13657. 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()));
  13658. }
  13659. /**
  13660. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  13661. *
  13662. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  13663. */
  13664. protected function getNumberConfiguratorService()
  13665. {
  13666. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13667. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  13668. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13669. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13670. 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())));
  13671. }
  13672. /**
  13673. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator' shared service.
  13674. *
  13675. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator
  13676. */
  13677. protected function getPercentConfiguratorService()
  13678. {
  13679. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  13680. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/PercentConfigurator.php';
  13681. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Intl/IntlFormatterInterface.php';
  13682. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  13683. 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())));
  13684. }
  13685. /**
  13686. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator' shared service.
  13687. *
  13688. * @return \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator
  13689. */
  13690. protected function getCommonConfiguratorService()
  13691. {
  13692. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Filter/FilterConfiguratorInterface.php';
  13693. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Filter/Configurator/CommonConfigurator.php';
  13694. 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())));
  13695. }
  13696. /**
  13697. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator' shared service.
  13698. *
  13699. * @return \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator
  13700. */
  13701. protected function getEntityConfiguratorService()
  13702. {
  13703. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Filter/FilterConfiguratorInterface.php';
  13704. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Filter/Configurator/EntityConfigurator.php';
  13705. 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()));
  13706. }
  13707. /**
  13708. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  13709. *
  13710. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  13711. */
  13712. protected function getEaCrudFormTypeExtensionService()
  13713. {
  13714. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  13715. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  13716. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  13717. 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()));
  13718. }
  13719. /**
  13720. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType' shared service.
  13721. *
  13722. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType
  13723. */
  13724. protected function getCrudAutocompleteTypeService()
  13725. {
  13726. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13727. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13728. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  13729. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudAutocompleteType.php';
  13730. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13731. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'])) {
  13732. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'];
  13733. }
  13734. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType($a);
  13735. }
  13736. /**
  13737. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  13738. *
  13739. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  13740. */
  13741. protected function getCrudFormTypeService()
  13742. {
  13743. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13744. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13745. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  13746. 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()));
  13747. }
  13748. /**
  13749. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  13750. *
  13751. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  13752. */
  13753. protected function getFileUploadTypeService()
  13754. {
  13755. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13756. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13757. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  13758. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  13759. 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())));
  13760. }
  13761. /**
  13762. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  13763. *
  13764. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  13765. */
  13766. protected function getFiltersFormTypeService()
  13767. {
  13768. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13769. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13770. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  13771. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  13772. }
  13773. /**
  13774. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  13775. *
  13776. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  13777. */
  13778. protected function getEntityRepositoryService()
  13779. {
  13780. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  13781. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  13782. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  13783. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13784. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13785. }
  13786. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService());
  13787. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13788. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13789. }
  13790. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13791. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  13792. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  13793. }
  13794. 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);
  13795. }
  13796. /**
  13797. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  13798. *
  13799. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  13800. */
  13801. protected function getEntityUpdaterService()
  13802. {
  13803. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  13804. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  13805. 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()));
  13806. }
  13807. /**
  13808. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  13809. *
  13810. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  13811. */
  13812. protected function getAdminContextProviderService()
  13813. {
  13814. 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())));
  13815. }
  13816. /**
  13817. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  13818. *
  13819. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  13820. */
  13821. protected function getFieldProviderService()
  13822. {
  13823. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  13824. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  13825. }
  13826. /**
  13827. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry' shared service.
  13828. *
  13829. * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\AdminControllerRegistry
  13830. */
  13831. protected function getAdminControllerRegistryService()
  13832. {
  13833. 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']);
  13834. }
  13835. /**
  13836. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator' shared service.
  13837. *
  13838. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
  13839. */
  13840. protected function getAdminRouteGeneratorService()
  13841. {
  13842. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator(new RewindableGenerator(function () {
  13843. yield 0 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\DashboardController'] ?? $this->getDashboardControllerService());
  13844. }, 1), new RewindableGenerator(function () {
  13845. yield 0 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\AudioReferenceCrudController'] ?? $this->getAudioReferenceCrudControllerService());
  13846. yield 1 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\AuthorCrudController'] ?? $this->getAuthorCrudControllerService());
  13847. yield 2 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\BugReportCrudController'] ?? $this->getBugReportCrudControllerService());
  13848. yield 3 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\CategoryCrudController'] ?? $this->getCategoryCrudControllerService());
  13849. yield 4 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\EditorCrudController'] ?? $this->getEditorCrudControllerService());
  13850. yield 5 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ImageReferenceCrudController'] ?? $this->getImageReferenceCrudControllerService());
  13851. yield 6 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\InfoCrudController'] ?? $this->getInfoCrudControllerService());
  13852. yield 7 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\InvitationCrudController'] ?? $this->getInvitationCrudControllerService());
  13853. yield 8 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemCrudController'] ?? $this->getProblemCrudControllerService());
  13854. yield 9 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromQuizCrudController'] ?? $this->getProblemFromQuizCrudControllerService());
  13855. yield 10 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProblemFromTemplateCrudController'] ?? $this->getProblemFromTemplateCrudControllerService());
  13856. yield 11 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\ProductQuizCrudController'] ?? $this->getProductQuizCrudControllerService());
  13857. yield 12 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationCrudController'] ?? $this->getPublicationCrudControllerService());
  13858. yield 13 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublicationFromPublisherCrudController'] ?? $this->getPublicationFromPublisherCrudControllerService());
  13859. yield 14 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\PublisherCrudController'] ?? $this->getPublisherCrudControllerService());
  13860. yield 15 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizCrudController'] ?? $this->getQuizCrudControllerService());
  13861. yield 16 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizFromPublicationCrudController'] ?? $this->getQuizFromPublicationCrudControllerService());
  13862. yield 17 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\QuizTypeCrudController'] ?? $this->getQuizTypeCrudControllerService());
  13863. yield 18 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\SelfStudyExamQuizCrudController'] ?? $this->getSelfStudyExamQuizCrudControllerService());
  13864. yield 19 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TagCrudController'] ?? $this->getTagCrudControllerService());
  13865. yield 20 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateCrudController'] ?? $this->getTemplateCrudControllerService());
  13866. yield 21 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateFromTopicCrudController'] ?? $this->getTemplateFromTopicCrudControllerService());
  13867. yield 22 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TemplateSetCrudController'] ?? $this->getTemplateSetCrudControllerService());
  13868. yield 23 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicCrudController'] ?? $this->getTopicCrudControllerService());
  13869. yield 24 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\TopicFromCategoryCrudController'] ?? $this->getTopicFromCategoryCrudControllerService());
  13870. yield 25 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\UserCrudController'] ?? $this->getUserCrudControllerService());
  13871. yield 26 => ($this->services['App\\Controller\\Admin\\EasyAdmin\\WorksheetCrudController'] ?? $this->getWorksheetCrudControllerService());
  13872. }, 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 () {
  13873. return new \EmptyIterator();
  13874. }, 0));
  13875. }
  13876. /**
  13877. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  13878. *
  13879. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  13880. */
  13881. protected function getAdminUrlGeneratorService()
  13882. {
  13883. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  13884. $a = ($this->services['router'] ?? $this->getRouterService());
  13885. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  13886. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  13887. }
  13888. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  13889. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  13890. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  13891. }
  13892. 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()));
  13893. };
  13894. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  13895. }
  13896. /**
  13897. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  13898. *
  13899. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  13900. */
  13901. protected function getAuthorizationCheckerService()
  13902. {
  13903. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13904. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  13905. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  13906. }
  13907. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  13908. }
  13909. /**
  13910. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert' service.
  13911. *
  13912. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert
  13913. */
  13914. protected function getAlertService()
  13915. {
  13916. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Alert.php';
  13917. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert'] = function () {
  13918. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert();
  13919. };
  13920. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert']();
  13921. }
  13922. /**
  13923. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag' service.
  13924. *
  13925. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag
  13926. */
  13927. protected function getFlagService()
  13928. {
  13929. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Flag.php';
  13930. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag'] = function () {
  13931. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag();
  13932. };
  13933. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag']();
  13934. }
  13935. /**
  13936. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon' service.
  13937. *
  13938. * @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon
  13939. */
  13940. protected function getIconService()
  13941. {
  13942. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/Component/Icon.php';
  13943. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon'] = function () {
  13944. return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  13945. };
  13946. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon']();
  13947. }
  13948. /**
  13949. * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  13950. *
  13951. * @return \Sentry\SentryBundle\Command\SentryTestCommand
  13952. */
  13953. protected function getSentryTestCommandService()
  13954. {
  13955. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13956. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  13957. $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13958. $instance->setName('sentry:test');
  13959. return $instance;
  13960. }
  13961. /**
  13962. * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  13963. *
  13964. * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  13965. */
  13966. protected function getConsoleListenerService()
  13967. {
  13968. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  13969. return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  13970. }
  13971. /**
  13972. * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  13973. *
  13974. * @return \Sentry\SentryBundle\EventListener\ErrorListener
  13975. */
  13976. protected function getErrorListenerService()
  13977. {
  13978. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  13979. return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  13980. }
  13981. /**
  13982. * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  13983. *
  13984. * @return \Sentry\SentryBundle\EventListener\LoginListener
  13985. */
  13986. protected function getLoginListenerService()
  13987. {
  13988. 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()));
  13989. }
  13990. /**
  13991. * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  13992. *
  13993. * @return \Sentry\SentryBundle\EventListener\MessengerListener
  13994. */
  13995. protected function getMessengerListenerService()
  13996. {
  13997. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  13998. return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  13999. }
  14000. /**
  14001. * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  14002. *
  14003. * @return \Sentry\SentryBundle\EventListener\RequestListener
  14004. */
  14005. protected function getRequestListenerService()
  14006. {
  14007. return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14008. }
  14009. /**
  14010. * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  14011. *
  14012. * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  14013. */
  14014. protected function getSubRequestListenerService()
  14015. {
  14016. return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14017. }
  14018. /**
  14019. * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  14020. *
  14021. * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  14022. */
  14023. protected function getTracingConsoleListenerService()
  14024. {
  14025. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  14026. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
  14027. }
  14028. /**
  14029. * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  14030. *
  14031. * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  14032. */
  14033. protected function getTracingRequestListenerService()
  14034. {
  14035. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14036. }
  14037. /**
  14038. * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  14039. *
  14040. * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  14041. */
  14042. protected function getTracingSubRequestListenerService()
  14043. {
  14044. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14045. }
  14046. /**
  14047. * Gets the private 'Sentry\State\HubInterface' shared service.
  14048. *
  14049. * @return \Sentry\State\HubInterface
  14050. */
  14051. protected function getHubInterfaceService()
  14052. {
  14053. $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  14054. $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' => []]);
  14055. $b = new \Sentry\ClientBuilder($a);
  14056. $c = new \Http\Discovery\Psr17Factory();
  14057. $b->setSdkIdentifier('sentry.php.symfony');
  14058. $b->setSdkVersion('4.14.0');
  14059. $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
  14060. $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  14061. $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  14062. if ($this->has('Psr\\Log\\NullLogger')) {
  14063. $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  14064. }
  14065. $instance->bindClient($b->getClient());
  14066. return $instance;
  14067. }
  14068. /**
  14069. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  14070. *
  14071. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  14072. */
  14073. protected function getResetPasswordRemoveExpiredCommandService()
  14074. {
  14075. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14076. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  14077. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  14078. $instance->setName('reset-password:remove-expired');
  14079. return $instance;
  14080. }
  14081. /**
  14082. * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  14083. *
  14084. * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  14085. */
  14086. protected function getCacheWarmer3Service()
  14087. {
  14088. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14089. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  14090. 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()));
  14091. }
  14092. /**
  14093. * Gets the private 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared autowired service.
  14094. *
  14095. * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  14096. */
  14097. protected function getCurrentDateTimeDirectoryNamerService()
  14098. {
  14099. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  14100. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  14101. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  14102. return $this->privates['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14103. }
  14104. /**
  14105. * Gets the private 'Vich\UploaderBundle\Naming\OrignameNamer' shared autowired service.
  14106. *
  14107. * @return \Vich\UploaderBundle\Naming\OrignameNamer
  14108. */
  14109. protected function getOrignameNamerService()
  14110. {
  14111. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  14112. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  14113. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  14114. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  14115. return $this->privates['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  14116. }
  14117. /**
  14118. * Gets the private 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared autowired service.
  14119. *
  14120. * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  14121. */
  14122. protected function getPropertyDirectoryNamerService()
  14123. {
  14124. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  14125. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  14126. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  14127. return $this->privates['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  14128. }
  14129. /**
  14130. * Gets the private 'Vich\UploaderBundle\Naming\PropertyNamer' shared autowired service.
  14131. *
  14132. * @return \Vich\UploaderBundle\Naming\PropertyNamer
  14133. */
  14134. protected function getPropertyNamerService()
  14135. {
  14136. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  14137. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  14138. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  14139. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  14140. return $this->privates['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  14141. }
  14142. /**
  14143. * Gets the private 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared autowired service.
  14144. *
  14145. * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  14146. */
  14147. protected function getSmartUniqueNamerService()
  14148. {
  14149. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  14150. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  14151. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  14152. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  14153. return $this->privates['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  14154. }
  14155. /**
  14156. * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  14157. *
  14158. * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  14159. */
  14160. protected function getUploaderExtensionRuntimeService()
  14161. {
  14162. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14163. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  14164. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  14165. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  14166. 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())));
  14167. }
  14168. /**
  14169. * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  14170. *
  14171. * @return \Vich\UploaderBundle\Util\Transliterator
  14172. */
  14173. protected function getTransliteratorService()
  14174. {
  14175. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  14176. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14177. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14178. 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'))));
  14179. }
  14180. /**
  14181. * Gets the private 'abacus.add_problem.form.type' shared autowired service.
  14182. *
  14183. * @return \App\Form\Teacher\AddProblemType
  14184. */
  14185. protected function getAbacus_AddProblem_Form_TypeService()
  14186. {
  14187. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14188. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14189. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/AddProblemType.php';
  14190. 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()), 9, 'kvik-mat');
  14191. }
  14192. /**
  14193. * Gets the private 'abacus.addclassroom2student.form.type' shared autowired service.
  14194. *
  14195. * @return \App\Form\Student\AddClassroomStudentType
  14196. */
  14197. protected function getAbacus_Addclassroom2student_Form_TypeService()
  14198. {
  14199. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14200. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14201. include_once \dirname(__DIR__, 4).'/src/Form/Student/AddClassroomStudentType.php';
  14202. return $this->privates['abacus.addclassroom2student.form.type'] = new \App\Form\Student\AddClassroomStudentType(($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] ?? $this->getClassroomRepositoryService()));
  14203. }
  14204. /**
  14205. * Gets the private 'abacus.edit_user.form.type' shared autowired service.
  14206. *
  14207. * @return \App\Form\Teacher\EditUserType
  14208. */
  14209. protected function getAbacus_EditUser_Form_TypeService()
  14210. {
  14211. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14212. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14213. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/EditUserType.php';
  14214. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14215. if (isset($this->privates['abacus.edit_user.form.type'])) {
  14216. return $this->privates['abacus.edit_user.form.type'];
  14217. }
  14218. return $this->privates['abacus.edit_user.form.type'] = new \App\Form\Teacher\EditUserType($a, 'primaryschool');
  14219. }
  14220. /**
  14221. * Gets the private 'abacus.mathproblemoverview.form.type' shared autowired service.
  14222. *
  14223. * @return \App\Form\Teacher\MathproblemOverviewType
  14224. */
  14225. protected function getAbacus_Mathproblemoverview_Form_TypeService()
  14226. {
  14227. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14228. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14229. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/MathproblemOverviewType.php';
  14230. 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()));
  14231. }
  14232. /**
  14233. * Gets the private 'abacus.teacher.form.classroom' shared autowired service.
  14234. *
  14235. * @return \App\Form\Teacher\ClassroomType
  14236. */
  14237. protected function getAbacus_Teacher_Form_ClassroomService()
  14238. {
  14239. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14240. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14241. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/ClassroomType.php';
  14242. return $this->privates['abacus.teacher.form.classroom'] = new \App\Form\Teacher\ClassroomType();
  14243. }
  14244. /**
  14245. * Gets the private 'abacus.teacher.form.type' shared autowired service.
  14246. *
  14247. * @return \App\Form\Teacher\TeacherType
  14248. */
  14249. protected function getAbacus_Teacher_Form_TypeService()
  14250. {
  14251. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14252. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14253. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/TeacherType.php';
  14254. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14255. if (isset($this->privates['abacus.teacher.form.type'])) {
  14256. return $this->privates['abacus.teacher.form.type'];
  14257. }
  14258. return $this->privates['abacus.teacher.form.type'] = new \App\Form\Teacher\TeacherType($a);
  14259. }
  14260. /**
  14261. * Gets the private 'abacus.textbook_session.form.type' shared autowired service.
  14262. *
  14263. * @return \App\Form\Teacher\TextbookSessionType
  14264. */
  14265. protected function getAbacus_TextbookSession_Form_TypeService()
  14266. {
  14267. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14268. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14269. include_once \dirname(__DIR__, 4).'/src/Form/Teacher/TextbookSessionType.php';
  14270. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14271. if (isset($this->privates['abacus.textbook_session.form.type'])) {
  14272. return $this->privates['abacus.textbook_session.form.type'];
  14273. }
  14274. 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()));
  14275. }
  14276. /**
  14277. * Gets the private 'abacus.user.unilogin.form.type' shared autowired service.
  14278. *
  14279. * @return \Form\User\Type\UniLoginType
  14280. */
  14281. protected function getAbacus_User_Unilogin_Form_TypeService()
  14282. {
  14283. return $this->privates['abacus.user.unilogin.form.type'] = new \Form\User\Type\UniLoginType();
  14284. }
  14285. /**
  14286. * Gets the private 'abacus_core.create_demo_classroom' shared autowired service.
  14287. *
  14288. * @return \App\Services\Core\CreateDemoClassroom
  14289. */
  14290. protected function getAbacusCore_CreateDemoClassroomService()
  14291. {
  14292. include_once \dirname(__DIR__, 4).'/src/Services/Core/CreateDemoClassroom.php';
  14293. $a = ($this->services['App\\Entity\\Core\\Classroom\\ClassroomRepository'] ?? $this->getClassroomRepositoryService());
  14294. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14295. return $this->privates['abacus_core.create_demo_classroom'];
  14296. }
  14297. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14298. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  14299. return $this->privates['abacus_core.create_demo_classroom'];
  14300. }
  14301. return $this->privates['abacus_core.create_demo_classroom'] = new \App\Services\Core\CreateDemoClassroom($a, $b, 'primaryschool', 'kvik-mat');
  14302. }
  14303. /**
  14304. * Gets the private 'abacus_core.form.type.date_time' shared autowired service.
  14305. *
  14306. * @return \App\Form\Core\Type\DateTimeType
  14307. */
  14308. protected function getAbacusCore_Form_Type_DateTimeService()
  14309. {
  14310. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14311. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14312. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/DateTimeType.php';
  14313. return $this->privates['abacus_core.form.type.date_time'] = new \App\Form\Core\Type\DateTimeType();
  14314. }
  14315. /**
  14316. * Gets the private 'abacus_core.type.entity_hidden_type' shared autowired service.
  14317. *
  14318. * @return \App\Form\Core\Type\EntityHiddenType
  14319. */
  14320. protected function getAbacusCore_Type_EntityHiddenTypeService()
  14321. {
  14322. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14323. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14324. include_once \dirname(__DIR__, 4).'/src/Form/Core/Type/EntityHiddenType.php';
  14325. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14326. if (isset($this->privates['abacus_core.type.entity_hidden_type'])) {
  14327. return $this->privates['abacus_core.type.entity_hidden_type'];
  14328. }
  14329. return $this->privates['abacus_core.type.entity_hidden_type'] = new \App\Form\Core\Type\EntityHiddenType($a);
  14330. }
  14331. /**
  14332. * Gets the private 'abacus_exception_handler.listener' shared autowired service.
  14333. *
  14334. * @return \App\Event\ExceptionListener
  14335. */
  14336. protected function getAbacusExceptionHandler_ListenerService()
  14337. {
  14338. include_once \dirname(__DIR__, 4).'/src/Event/ExceptionListener.php';
  14339. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14340. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14341. return $this->privates['abacus_exception_handler.listener'];
  14342. }
  14343. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14344. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14345. return $this->privates['abacus_exception_handler.listener'];
  14346. }
  14347. $c = ($this->services['router'] ?? $this->getRouterService());
  14348. if (isset($this->privates['abacus_exception_handler.listener'])) {
  14349. return $this->privates['abacus_exception_handler.listener'];
  14350. }
  14351. 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);
  14352. }
  14353. /**
  14354. * Gets the private 'abacus_request.listener' shared autowired service.
  14355. *
  14356. * @return \App\Event\RequestListener
  14357. */
  14358. protected function getAbacusRequest_ListenerService()
  14359. {
  14360. return $this->privates['abacus_request.listener'] = new \App\Event\RequestListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14361. }
  14362. /**
  14363. * Gets the private 'annotations.cache_adapter' shared service.
  14364. *
  14365. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  14366. */
  14367. protected function getAnnotations_CacheAdapterService()
  14368. {
  14369. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  14370. }
  14371. /**
  14372. * Gets the private 'annotations.cache_warmer' shared service.
  14373. *
  14374. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  14375. */
  14376. protected function getAnnotations_CacheWarmerService()
  14377. {
  14378. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14379. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14380. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  14381. 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);
  14382. }
  14383. /**
  14384. * Gets the private 'annotations.cached_reader' shared service.
  14385. *
  14386. * @return \Doctrine\Common\Annotations\PsrCachedReader
  14387. */
  14388. protected function getAnnotations_CachedReaderService()
  14389. {
  14390. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  14391. }
  14392. /**
  14393. * Gets the private 'annotations.reader' shared service.
  14394. *
  14395. * @return \Doctrine\Common\Annotations\AnnotationReader
  14396. */
  14397. protected function getAnnotations_ReaderService()
  14398. {
  14399. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  14400. $instance->addGlobalIgnoredName('required', NULL);
  14401. return $instance;
  14402. }
  14403. /**
  14404. * Gets the private 'cache.annotations.traceable' shared service.
  14405. *
  14406. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14407. */
  14408. protected function getCache_Annotations_TraceableService()
  14409. {
  14410. 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('DY8VkzLH31', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14411. }
  14412. /**
  14413. * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  14414. *
  14415. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14416. */
  14417. protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  14418. {
  14419. 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()));
  14420. }
  14421. /**
  14422. * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  14423. *
  14424. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14425. */
  14426. protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  14427. {
  14428. 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()));
  14429. }
  14430. /**
  14431. * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  14432. *
  14433. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14434. */
  14435. protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  14436. {
  14437. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('CExMqEe2yD', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  14438. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14439. 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));
  14440. }
  14441. /**
  14442. * Gets the private 'cache.property_info.traceable' shared service.
  14443. *
  14444. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14445. */
  14446. protected function getCache_PropertyInfo_TraceableService()
  14447. {
  14448. 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('gOOZLtx-IJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14449. }
  14450. /**
  14451. * Gets the private 'cache.security_expression_language.traceable' shared service.
  14452. *
  14453. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14454. */
  14455. protected function getCache_SecurityExpressionLanguage_TraceableService()
  14456. {
  14457. 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('w3yT-BHwj2', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14458. }
  14459. /**
  14460. * Gets the private 'cache.security_token_verifier.traceable' shared service.
  14461. *
  14462. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14463. */
  14464. protected function getCache_SecurityTokenVerifier_TraceableService()
  14465. {
  14466. 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('fyXYX3zHDJ', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14467. }
  14468. /**
  14469. * Gets the private 'cache.serializer.traceable' shared service.
  14470. *
  14471. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14472. */
  14473. protected function getCache_Serializer_TraceableService()
  14474. {
  14475. 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('bbsPkl7e7-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14476. }
  14477. /**
  14478. * Gets the private 'cache.ux.twig_component.traceable' shared service.
  14479. *
  14480. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14481. */
  14482. protected function getCache_Ux_TwigComponent_TraceableService()
  14483. {
  14484. 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('Ep6rAlGN26', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14485. }
  14486. /**
  14487. * Gets the private 'cache.validator.traceable' shared service.
  14488. *
  14489. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14490. */
  14491. protected function getCache_Validator_TraceableService()
  14492. {
  14493. 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('cm46tDppUB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  14494. }
  14495. /**
  14496. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  14497. *
  14498. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  14499. */
  14500. protected function getCachePoolClearer_CacheWarmerService()
  14501. {
  14502. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14503. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  14504. 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']);
  14505. }
  14506. /**
  14507. * Gets the private 'config_builder.warmer' shared service.
  14508. *
  14509. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  14510. */
  14511. protected function getConfigBuilder_WarmerService()
  14512. {
  14513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14514. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  14515. 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()));
  14516. }
  14517. /**
  14518. * Gets the private 'config_cache_factory' shared service.
  14519. *
  14520. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  14521. */
  14522. protected function getConfigCacheFactoryService()
  14523. {
  14524. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  14525. 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)));
  14526. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  14527. }, 2));
  14528. }
  14529. /**
  14530. * Gets the private 'console.command.about' shared service.
  14531. *
  14532. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  14533. */
  14534. protected function getConsole_Command_AboutService()
  14535. {
  14536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14537. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  14538. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  14539. $instance->setName('about');
  14540. $instance->setDescription('Display information about the current project');
  14541. return $instance;
  14542. }
  14543. /**
  14544. * Gets the private 'console.command.assets_install' shared service.
  14545. *
  14546. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  14547. */
  14548. protected function getConsole_Command_AssetsInstallService()
  14549. {
  14550. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14551. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  14552. $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));
  14553. $instance->setName('assets:install');
  14554. $instance->setDescription('Install bundle\'s web assets under a public directory');
  14555. return $instance;
  14556. }
  14557. /**
  14558. * Gets the private 'console.command.cache_clear' shared service.
  14559. *
  14560. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  14561. */
  14562. protected function getConsole_Command_CacheClearService()
  14563. {
  14564. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14565. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  14566. $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())));
  14567. $instance->setName('cache:clear');
  14568. $instance->setDescription('Clear the cache');
  14569. return $instance;
  14570. }
  14571. /**
  14572. * Gets the private 'console.command.cache_pool_clear' shared service.
  14573. *
  14574. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  14575. */
  14576. protected function getConsole_Command_CachePoolClearService()
  14577. {
  14578. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14579. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  14580. $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']);
  14581. $instance->setName('cache:pool:clear');
  14582. $instance->setDescription('Clear cache pools');
  14583. return $instance;
  14584. }
  14585. /**
  14586. * Gets the private 'console.command.cache_pool_delete' shared service.
  14587. *
  14588. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  14589. */
  14590. protected function getConsole_Command_CachePoolDeleteService()
  14591. {
  14592. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14593. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  14594. $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']);
  14595. $instance->setName('cache:pool:delete');
  14596. $instance->setDescription('Delete an item from a cache pool');
  14597. return $instance;
  14598. }
  14599. /**
  14600. * Gets the private 'console.command.cache_pool_list' shared service.
  14601. *
  14602. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  14603. */
  14604. protected function getConsole_Command_CachePoolListService()
  14605. {
  14606. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14607. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  14608. $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']);
  14609. $instance->setName('cache:pool:list');
  14610. $instance->setDescription('List available cache pools');
  14611. return $instance;
  14612. }
  14613. /**
  14614. * Gets the private 'console.command.cache_pool_prune' shared service.
  14615. *
  14616. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  14617. */
  14618. protected function getConsole_Command_CachePoolPruneService()
  14619. {
  14620. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14621. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  14622. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  14623. yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  14624. yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  14625. yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  14626. yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  14627. yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  14628. yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  14629. yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  14630. yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  14631. yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  14632. yield 'cache.ux.twig_component.traceable' => ($this->privates['cache.ux.twig_component.traceable'] ?? $this->getCache_Ux_TwigComponent_TraceableService());
  14633. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  14634. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  14635. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  14636. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  14637. }, 14));
  14638. $instance->setName('cache:pool:prune');
  14639. $instance->setDescription('Prune cache pools');
  14640. return $instance;
  14641. }
  14642. /**
  14643. * Gets the private 'console.command.cache_warmup' shared service.
  14644. *
  14645. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  14646. */
  14647. protected function getConsole_Command_CacheWarmupService()
  14648. {
  14649. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14650. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  14651. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  14652. $instance->setName('cache:warmup');
  14653. $instance->setDescription('Warm up an empty cache');
  14654. return $instance;
  14655. }
  14656. /**
  14657. * Gets the private 'console.command.config_debug' shared service.
  14658. *
  14659. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  14660. */
  14661. protected function getConsole_Command_ConfigDebugService()
  14662. {
  14663. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14664. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14665. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14666. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14667. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  14668. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  14669. $instance->setName('debug:config');
  14670. $instance->setDescription('Dump the current configuration for an extension');
  14671. return $instance;
  14672. }
  14673. /**
  14674. * Gets the private 'console.command.config_dump_reference' shared service.
  14675. *
  14676. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  14677. */
  14678. protected function getConsole_Command_ConfigDumpReferenceService()
  14679. {
  14680. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14681. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14682. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14683. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14684. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  14685. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  14686. $instance->setName('config:dump-reference');
  14687. $instance->setDescription('Dump the default configuration for an extension');
  14688. return $instance;
  14689. }
  14690. /**
  14691. * Gets the private 'console.command.container_debug' shared service.
  14692. *
  14693. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  14694. */
  14695. protected function getConsole_Command_ContainerDebugService()
  14696. {
  14697. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14698. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14699. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14700. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  14701. $instance->setName('debug:container');
  14702. $instance->setDescription('Display current services for an application');
  14703. return $instance;
  14704. }
  14705. /**
  14706. * Gets the private 'console.command.container_lint' shared service.
  14707. *
  14708. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  14709. */
  14710. protected function getConsole_Command_ContainerLintService()
  14711. {
  14712. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14713. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  14714. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  14715. $instance->setName('lint:container');
  14716. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  14717. return $instance;
  14718. }
  14719. /**
  14720. * Gets the private 'console.command.debug_autowiring' shared service.
  14721. *
  14722. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  14723. */
  14724. protected function getConsole_Command_DebugAutowiringService()
  14725. {
  14726. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14727. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14728. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14729. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  14730. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14731. $instance->setName('debug:autowiring');
  14732. $instance->setDescription('List classes/interfaces you can use for autowiring');
  14733. return $instance;
  14734. }
  14735. /**
  14736. * Gets the private 'console.command.dotenv_debug' shared service.
  14737. *
  14738. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  14739. */
  14740. protected function getConsole_Command_DotenvDebugService()
  14741. {
  14742. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14743. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  14744. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  14745. $instance->setName('debug:dotenv');
  14746. $instance->setDescription('Lists all dotenv files with variables and values');
  14747. return $instance;
  14748. }
  14749. /**
  14750. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  14751. *
  14752. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  14753. */
  14754. protected function getConsole_Command_EventDispatcherDebugService()
  14755. {
  14756. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14757. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  14758. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()));
  14759. $instance->setName('debug:event-dispatcher');
  14760. $instance->setDescription('Display configured listeners for an application');
  14761. return $instance;
  14762. }
  14763. /**
  14764. * Gets the private 'console.command.form_debug' shared service.
  14765. *
  14766. * @return \Symfony\Component\Form\Command\DebugCommand
  14767. */
  14768. protected function getConsole_Command_FormDebugService()
  14769. {
  14770. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14771. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  14772. $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\\ProblemFormType', 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()));
  14773. $instance->setName('debug:form');
  14774. $instance->setDescription('Display form type information');
  14775. return $instance;
  14776. }
  14777. /**
  14778. * Gets the private 'console.command.messenger_consume_messages' shared service.
  14779. *
  14780. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  14781. */
  14782. protected function getConsole_Command_MessengerConsumeMessagesService()
  14783. {
  14784. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14785. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  14786. $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']);
  14787. $instance->setName('messenger:consume');
  14788. $instance->setDescription('Consume messages');
  14789. return $instance;
  14790. }
  14791. /**
  14792. * Gets the private 'console.command.messenger_debug' shared service.
  14793. *
  14794. * @return \Symfony\Component\Messenger\Command\DebugCommand
  14795. */
  14796. protected function getConsole_Command_MessengerDebugService()
  14797. {
  14798. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14799. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  14800. $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 => []]]]]);
  14801. $instance->setName('debug:messenger');
  14802. $instance->setDescription('List messages you can dispatch using the message buses');
  14803. return $instance;
  14804. }
  14805. /**
  14806. * Gets the private 'console.command.messenger_setup_transports' shared service.
  14807. *
  14808. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  14809. */
  14810. protected function getConsole_Command_MessengerSetupTransportsService()
  14811. {
  14812. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14813. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  14814. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
  14815. $instance->setName('messenger:setup-transports');
  14816. $instance->setDescription('Prepare the required infrastructure for the transport');
  14817. return $instance;
  14818. }
  14819. /**
  14820. * Gets the private 'console.command.messenger_stop_workers' shared service.
  14821. *
  14822. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  14823. */
  14824. protected function getConsole_Command_MessengerStopWorkersService()
  14825. {
  14826. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14827. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  14828. $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()));
  14829. $instance->setName('messenger:stop-workers');
  14830. $instance->setDescription('Stop workers after their current message');
  14831. return $instance;
  14832. }
  14833. /**
  14834. * Gets the private 'console.command.router_debug' shared service.
  14835. *
  14836. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  14837. */
  14838. protected function getConsole_Command_RouterDebugService()
  14839. {
  14840. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14841. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14842. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  14843. $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()));
  14844. $instance->setName('debug:router');
  14845. $instance->setDescription('Display current routes for an application');
  14846. return $instance;
  14847. }
  14848. /**
  14849. * Gets the private 'console.command.router_match' shared service.
  14850. *
  14851. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  14852. */
  14853. protected function getConsole_Command_RouterMatchService()
  14854. {
  14855. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14856. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  14857. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  14858. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  14859. }, 1));
  14860. $instance->setName('router:match');
  14861. $instance->setDescription('Help debug routes by simulating a path info match');
  14862. return $instance;
  14863. }
  14864. /**
  14865. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  14866. *
  14867. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  14868. */
  14869. protected function getConsole_Command_SecretsDecryptToLocalService()
  14870. {
  14871. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14872. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  14873. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14874. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14875. $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')))));
  14876. $instance->setName('secrets:decrypt-to-local');
  14877. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  14878. return $instance;
  14879. }
  14880. /**
  14881. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  14882. *
  14883. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  14884. */
  14885. protected function getConsole_Command_SecretsEncryptFromLocalService()
  14886. {
  14887. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14888. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  14889. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14890. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14891. $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')))));
  14892. $instance->setName('secrets:encrypt-from-local');
  14893. $instance->setDescription('Encrypt all local secrets to the vault');
  14894. return $instance;
  14895. }
  14896. /**
  14897. * Gets the private 'console.command.secrets_generate_key' shared service.
  14898. *
  14899. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  14900. */
  14901. protected function getConsole_Command_SecretsGenerateKeyService()
  14902. {
  14903. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14904. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  14905. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14906. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14907. $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')))));
  14908. $instance->setName('secrets:generate-keys');
  14909. $instance->setDescription('Generate new encryption keys');
  14910. return $instance;
  14911. }
  14912. /**
  14913. * Gets the private 'console.command.secrets_list' shared service.
  14914. *
  14915. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  14916. */
  14917. protected function getConsole_Command_SecretsListService()
  14918. {
  14919. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14920. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  14921. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14922. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14923. $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')))));
  14924. $instance->setName('secrets:list');
  14925. $instance->setDescription('List all secrets');
  14926. return $instance;
  14927. }
  14928. /**
  14929. * Gets the private 'console.command.secrets_remove' shared service.
  14930. *
  14931. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  14932. */
  14933. protected function getConsole_Command_SecretsRemoveService()
  14934. {
  14935. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14936. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  14937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14938. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14939. $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')))));
  14940. $instance->setName('secrets:remove');
  14941. $instance->setDescription('Remove a secret from the vault');
  14942. return $instance;
  14943. }
  14944. /**
  14945. * Gets the private 'console.command.secrets_set' shared service.
  14946. *
  14947. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  14948. */
  14949. protected function getConsole_Command_SecretsSetService()
  14950. {
  14951. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14952. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  14953. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14954. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14955. $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')))));
  14956. $instance->setName('secrets:set');
  14957. $instance->setDescription('Set a secret in the vault');
  14958. return $instance;
  14959. }
  14960. /**
  14961. * Gets the private 'console.command.translation_debug' shared service.
  14962. *
  14963. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  14964. */
  14965. protected function getConsole_Command_TranslationDebugService()
  14966. {
  14967. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14968. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  14969. $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')], []);
  14970. $instance->setName('debug:translation');
  14971. $instance->setDescription('Display translation messages information');
  14972. return $instance;
  14973. }
  14974. /**
  14975. * Gets the private 'console.command.translation_extract' shared service.
  14976. *
  14977. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  14978. */
  14979. protected function getConsole_Command_TranslationExtractService()
  14980. {
  14981. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14982. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  14983. $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')], []);
  14984. $instance->setName('translation:extract');
  14985. $instance->setAliases([0 => 'translation:update']);
  14986. $instance->setDescription('Extract missing translations keys from code to translation files.');
  14987. return $instance;
  14988. }
  14989. /**
  14990. * Gets the private 'console.command.translation_pull' shared service.
  14991. *
  14992. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  14993. */
  14994. protected function getConsole_Command_TranslationPullService()
  14995. {
  14996. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14997. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  14998. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  14999. $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', [], []);
  15000. $instance->setName('translation:pull');
  15001. $instance->setDescription('Pull translations from a given provider.');
  15002. return $instance;
  15003. }
  15004. /**
  15005. * Gets the private 'console.command.translation_push' shared service.
  15006. *
  15007. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  15008. */
  15009. protected function getConsole_Command_TranslationPushService()
  15010. {
  15011. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15012. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15013. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  15014. $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()), [], []);
  15015. $instance->setName('translation:push');
  15016. $instance->setDescription('Push translations to a given provider.');
  15017. return $instance;
  15018. }
  15019. /**
  15020. * Gets the private 'console.command.validator_debug' shared service.
  15021. *
  15022. * @return \Symfony\Component\Validator\Command\DebugCommand
  15023. */
  15024. protected function getConsole_Command_ValidatorDebugService()
  15025. {
  15026. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15027. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  15028. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15029. $instance->setName('debug:validator');
  15030. $instance->setDescription('Display validation constraints for classes');
  15031. return $instance;
  15032. }
  15033. /**
  15034. * Gets the private 'console.command.xliff_lint' shared service.
  15035. *
  15036. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  15037. */
  15038. protected function getConsole_Command_XliffLintService()
  15039. {
  15040. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15041. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  15042. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  15043. $instance->setName('lint:xliff');
  15044. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  15045. return $instance;
  15046. }
  15047. /**
  15048. * Gets the private 'console.command.yaml_lint' shared service.
  15049. *
  15050. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  15051. */
  15052. protected function getConsole_Command_YamlLintService()
  15053. {
  15054. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15055. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  15056. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  15057. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  15058. $instance->setName('lint:yaml');
  15059. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  15060. return $instance;
  15061. }
  15062. /**
  15063. * Gets the private 'console.error_listener' shared service.
  15064. *
  15065. * @return \Symfony\Component\Console\EventListener\ErrorListener
  15066. */
  15067. protected function getConsole_ErrorListenerService()
  15068. {
  15069. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  15070. $a = new \Symfony\Bridge\Monolog\Logger('console');
  15071. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15072. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15073. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15074. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15075. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  15076. }
  15077. /**
  15078. * Gets the private 'container.env_var_processor' shared service.
  15079. *
  15080. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  15081. */
  15082. protected function getContainer_EnvVarProcessorService()
  15083. {
  15084. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  15085. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  15086. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  15087. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  15088. }, 1));
  15089. }
  15090. /**
  15091. * Gets the private 'container.getenv' shared service.
  15092. *
  15093. * @return \Closure
  15094. */
  15095. protected function getContainer_GetenvService()
  15096. {
  15097. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  15098. }
  15099. /**
  15100. * Gets the private 'core.twig_runtime' shared autowired service.
  15101. *
  15102. * @return \App\Twig\Core\AppRuntime
  15103. */
  15104. protected function getCore_TwigRuntimeService()
  15105. {
  15106. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15107. include_once \dirname(__DIR__, 4).'/src/Twig/Core/AppRuntime.php';
  15108. return $this->privates['core.twig_runtime'] = new \App\Twig\Core\AppRuntime('c9ca7eda-8abd-4574-9359-a603ab883612');
  15109. }
  15110. /**
  15111. * Gets the private 'data_collector.form' shared service.
  15112. *
  15113. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  15114. */
  15115. protected function getDataCollector_FormService()
  15116. {
  15117. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  15118. }
  15119. /**
  15120. * Gets the private 'data_collector.request' shared service.
  15121. *
  15122. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  15123. */
  15124. protected function getDataCollector_RequestService()
  15125. {
  15126. 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())));
  15127. }
  15128. /**
  15129. * Gets the private 'data_collector.request.session_collector' shared service.
  15130. *
  15131. * @return \Closure
  15132. */
  15133. protected function getDataCollector_Request_SessionCollectorService()
  15134. {
  15135. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  15136. }
  15137. /**
  15138. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  15139. *
  15140. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15141. */
  15142. protected function getAdminContextResolverService()
  15143. {
  15144. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15145. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15146. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  15147. 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))));
  15148. }
  15149. /**
  15150. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  15151. *
  15152. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15153. */
  15154. protected function getBatchActionDtoResolverService()
  15155. {
  15156. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15157. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15158. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  15159. 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))));
  15160. }
  15161. /**
  15162. * Gets the private 'debug.argument_resolver.default' shared service.
  15163. *
  15164. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15165. */
  15166. protected function getDebug_ArgumentResolver_DefaultService()
  15167. {
  15168. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15170. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  15171. 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))));
  15172. }
  15173. /**
  15174. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  15175. *
  15176. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15177. */
  15178. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  15179. {
  15180. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15181. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15182. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  15183. $a = ($this->privates['.service_locator.HpST_4u'] ?? $this->get_ServiceLocator_HpST4uService());
  15184. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  15185. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  15186. }
  15187. 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))));
  15188. }
  15189. /**
  15190. * Gets the private 'debug.argument_resolver.request' shared service.
  15191. *
  15192. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15193. */
  15194. protected function getDebug_ArgumentResolver_RequestService()
  15195. {
  15196. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15197. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15198. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  15199. 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))));
  15200. }
  15201. /**
  15202. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  15203. *
  15204. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15205. */
  15206. protected function getDebug_ArgumentResolver_RequestAttributeService()
  15207. {
  15208. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15209. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15210. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  15211. 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))));
  15212. }
  15213. /**
  15214. * Gets the private 'debug.argument_resolver.service' shared service.
  15215. *
  15216. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15217. */
  15218. protected function getDebug_ArgumentResolver_ServiceService()
  15219. {
  15220. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15221. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15222. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  15223. $a = ($this->privates['.service_locator.HpST_4u'] ?? $this->get_ServiceLocator_HpST4uService());
  15224. if (isset($this->privates['debug.argument_resolver.service'])) {
  15225. return $this->privates['debug.argument_resolver.service'];
  15226. }
  15227. 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))));
  15228. }
  15229. /**
  15230. * Gets the private 'debug.argument_resolver.session' shared service.
  15231. *
  15232. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15233. */
  15234. protected function getDebug_ArgumentResolver_SessionService()
  15235. {
  15236. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15237. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15238. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  15239. 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))));
  15240. }
  15241. /**
  15242. * Gets the private 'debug.argument_resolver.variadic' shared service.
  15243. *
  15244. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15245. */
  15246. protected function getDebug_ArgumentResolver_VariadicService()
  15247. {
  15248. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15249. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15250. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  15251. 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))));
  15252. }
  15253. /**
  15254. * Gets the private 'debug.controller_resolver' shared service.
  15255. *
  15256. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  15257. */
  15258. protected function getDebug_ControllerResolverService()
  15259. {
  15260. 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))));
  15261. }
  15262. /**
  15263. * Gets the private 'debug.debug_handlers_listener' shared service.
  15264. *
  15265. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  15266. */
  15267. protected function getDebug_DebugHandlersListenerService()
  15268. {
  15269. $a = new \Symfony\Bridge\Monolog\Logger('php');
  15270. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15271. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15272. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15273. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15274. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15275. 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()));
  15276. }
  15277. /**
  15278. * Gets the private 'debug.dump_listener' shared service.
  15279. *
  15280. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  15281. */
  15282. protected function getDebug_DumpListenerService()
  15283. {
  15284. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  15285. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  15286. 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()));
  15287. }
  15288. /**
  15289. * Gets the private 'debug.file_link_formatter' shared service.
  15290. *
  15291. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  15292. */
  15293. protected function getDebug_FileLinkFormatterService()
  15294. {
  15295. 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 () {
  15296. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  15297. });
  15298. }
  15299. /**
  15300. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  15301. *
  15302. * @return \string
  15303. */
  15304. protected function getDebug_FileLinkFormatter_UrlFormatService()
  15305. {
  15306. $a = ($this->services['router'] ?? $this->getRouterService());
  15307. if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  15308. return $this->privates['debug.file_link_formatter.url_format'];
  15309. }
  15310. 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');
  15311. }
  15312. /**
  15313. * Gets the private 'debug.log_processor' shared service.
  15314. *
  15315. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  15316. */
  15317. protected function getDebug_LogProcessorService()
  15318. {
  15319. 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())));
  15320. }
  15321. /**
  15322. * Gets the private 'debug.security.access.decision_manager' shared service.
  15323. *
  15324. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  15325. */
  15326. protected function getDebug_Security_Access_DecisionManagerService()
  15327. {
  15328. 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 () {
  15329. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  15330. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  15331. yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  15332. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  15333. yield 4 => ($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'] ?? $this->getProblemVoterService());
  15334. yield 5 => ($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'] ?? $this->getPublicationVoterService());
  15335. yield 6 => ($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'] ?? $this->getPublisherVoterService());
  15336. yield 7 => ($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'] ?? $this->getQuizVoterService());
  15337. yield 8 => ($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'] ?? $this->getSelfStudyVoterService());
  15338. yield 9 => ($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'] ?? $this->getTextbookVoterService());
  15339. yield 10 => ($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'] ?? $this->getUserVoterService());
  15340. yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  15341. }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  15342. }
  15343. /**
  15344. * Gets the private 'debug.security.firewall' shared service.
  15345. *
  15346. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  15347. */
  15348. protected function getDebug_Security_FirewallService()
  15349. {
  15350. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  15351. if (isset($this->privates['debug.security.firewall'])) {
  15352. return $this->privates['debug.security.firewall'];
  15353. }
  15354. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15355. if (isset($this->privates['debug.security.firewall'])) {
  15356. return $this->privates['debug.security.firewall'];
  15357. }
  15358. $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  15359. if (isset($this->privates['debug.security.firewall'])) {
  15360. return $this->privates['debug.security.firewall'];
  15361. }
  15362. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
  15363. }
  15364. /**
  15365. * Gets the private 'debug.security.firewall.authenticator.api_doc' shared service.
  15366. *
  15367. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15368. */
  15369. protected function getDebug_Security_Firewall_Authenticator_ApiDocService()
  15370. {
  15371. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15372. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15373. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15374. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15375. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15376. $a = ($this->privates['security.event_dispatcher.api_doc'] ?? $this->getSecurity_EventDispatcher_ApiDocService());
  15377. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  15378. return $this->privates['debug.security.firewall.authenticator.api_doc'];
  15379. }
  15380. 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, [])));
  15381. }
  15382. /**
  15383. * Gets the private 'debug.security.firewall.authenticator.api_gale' shared service.
  15384. *
  15385. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15386. */
  15387. protected function getDebug_Security_Firewall_Authenticator_ApiGaleService()
  15388. {
  15389. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15390. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15391. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15392. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15393. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15394. $a = ($this->privates['App\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService());
  15395. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15396. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15397. }
  15398. $b = ($this->privates['security.event_dispatcher.api_gale'] ?? $this->getSecurity_EventDispatcher_ApiGaleService());
  15399. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  15400. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  15401. }
  15402. 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, [])));
  15403. }
  15404. /**
  15405. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  15406. *
  15407. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15408. */
  15409. protected function getDebug_Security_Firewall_Authenticator_MainService()
  15410. {
  15411. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15412. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15413. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15414. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15415. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15416. $a = ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService());
  15417. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15418. return $this->privates['debug.security.firewall.authenticator.main'];
  15419. }
  15420. $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  15421. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  15422. return $this->privates['debug.security.firewall.authenticator.main'];
  15423. }
  15424. 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, [])));
  15425. }
  15426. /**
  15427. * Gets the private 'debug.security.user_value_resolver' shared service.
  15428. *
  15429. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15430. */
  15431. protected function getDebug_Security_UserValueResolverService()
  15432. {
  15433. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15434. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15435. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  15436. 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))));
  15437. }
  15438. /**
  15439. * Gets the private 'debug.security.voter.App\Security\Core\ProblemVoter' shared service.
  15440. *
  15441. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15442. */
  15443. protected function getProblemVoterService()
  15444. {
  15445. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15446. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15447. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15448. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15449. include_once \dirname(__DIR__, 4).'/src/Security/Core/ProblemVoter.php';
  15450. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15451. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15452. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15453. }
  15454. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15455. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15456. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15457. }
  15458. $c = ($this->privates['App\\Services\\Admin\\EasyAdminService'] ?? $this->getEasyAdminServiceService());
  15459. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15460. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15461. }
  15462. $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15463. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'])) {
  15464. return $this->privates['debug.security.voter.App\\Security\\Core\\ProblemVoter'];
  15465. }
  15466. 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);
  15467. }
  15468. /**
  15469. * Gets the private 'debug.security.voter.App\Security\Core\PublicationVoter' shared service.
  15470. *
  15471. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15472. */
  15473. protected function getPublicationVoterService()
  15474. {
  15475. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15476. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15477. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15478. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15479. include_once \dirname(__DIR__, 4).'/src/Security/Core/PublicationVoter.php';
  15480. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15481. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15482. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15483. }
  15484. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15485. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15486. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15487. }
  15488. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15489. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'])) {
  15490. return $this->privates['debug.security.voter.App\\Security\\Core\\PublicationVoter'];
  15491. }
  15492. 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);
  15493. }
  15494. /**
  15495. * Gets the private 'debug.security.voter.App\Security\Core\PublisherVoter' shared service.
  15496. *
  15497. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15498. */
  15499. protected function getPublisherVoterService()
  15500. {
  15501. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15502. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15503. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15504. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15505. include_once \dirname(__DIR__, 4).'/src/Security/Core/PublisherVoter.php';
  15506. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15507. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15508. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15509. }
  15510. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15511. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15512. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15513. }
  15514. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15515. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'])) {
  15516. return $this->privates['debug.security.voter.App\\Security\\Core\\PublisherVoter'];
  15517. }
  15518. 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);
  15519. }
  15520. /**
  15521. * Gets the private 'debug.security.voter.App\Security\Core\QuizVoter' shared service.
  15522. *
  15523. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15524. */
  15525. protected function getQuizVoterService()
  15526. {
  15527. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15528. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15529. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15530. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15531. include_once \dirname(__DIR__, 4).'/src/Security/Core/QuizVoter.php';
  15532. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15533. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'])) {
  15534. return $this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'];
  15535. }
  15536. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15537. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'])) {
  15538. return $this->privates['debug.security.voter.App\\Security\\Core\\QuizVoter'];
  15539. }
  15540. 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);
  15541. }
  15542. /**
  15543. * Gets the private 'debug.security.voter.App\Security\Core\SelfStudyVoter' shared service.
  15544. *
  15545. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15546. */
  15547. protected function getSelfStudyVoterService()
  15548. {
  15549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15550. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15551. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15552. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15553. include_once \dirname(__DIR__, 4).'/src/Security/Core/SelfStudyVoter.php';
  15554. $a = ($this->privates['App\\Services\\Core\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService());
  15555. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'])) {
  15556. return $this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'];
  15557. }
  15558. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15559. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'])) {
  15560. return $this->privates['debug.security.voter.App\\Security\\Core\\SelfStudyVoter'];
  15561. }
  15562. 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);
  15563. }
  15564. /**
  15565. * Gets the private 'debug.security.voter.App\Security\Core\TextbookVoter' shared service.
  15566. *
  15567. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15568. */
  15569. protected function getTextbookVoterService()
  15570. {
  15571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15575. include_once \dirname(__DIR__, 4).'/src/Security/Core/TextbookVoter.php';
  15576. $a = ($this->privates['App\\Services\\Core\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService());
  15577. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'])) {
  15578. return $this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'];
  15579. }
  15580. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15581. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'])) {
  15582. return $this->privates['debug.security.voter.App\\Security\\Core\\TextbookVoter'];
  15583. }
  15584. 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);
  15585. }
  15586. /**
  15587. * Gets the private 'debug.security.voter.App\Security\Core\UserVoter' shared service.
  15588. *
  15589. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15590. */
  15591. protected function getUserVoterService()
  15592. {
  15593. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15594. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15595. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15596. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15597. include_once \dirname(__DIR__, 4).'/src/Security/Core/UserVoter.php';
  15598. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15599. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15600. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15601. }
  15602. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  15603. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15604. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15605. }
  15606. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15607. if (isset($this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'])) {
  15608. return $this->privates['debug.security.voter.App\\Security\\Core\\UserVoter'];
  15609. }
  15610. 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);
  15611. }
  15612. /**
  15613. * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  15614. *
  15615. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15616. */
  15617. protected function getSecurityVoterService()
  15618. {
  15619. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15620. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15621. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15622. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15623. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  15624. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  15625. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15626. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15627. }
  15628. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15629. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  15630. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  15631. }
  15632. 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);
  15633. }
  15634. /**
  15635. * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  15636. *
  15637. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15638. */
  15639. protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  15640. {
  15641. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15642. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15643. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15644. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  15645. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15646. if (isset($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'])) {
  15647. return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'];
  15648. }
  15649. 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);
  15650. }
  15651. /**
  15652. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  15653. *
  15654. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15655. */
  15656. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  15657. {
  15658. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15659. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15660. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15661. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  15662. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15663. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  15664. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  15665. }
  15666. 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);
  15667. }
  15668. /**
  15669. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  15670. *
  15671. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15672. */
  15673. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  15674. {
  15675. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15676. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15677. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15678. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  15679. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  15680. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  15681. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  15682. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  15683. return $this->privates['debug.security.voter.security.access.expression_voter'];
  15684. }
  15685. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15686. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  15687. return $this->privates['debug.security.voter.security.access.expression_voter'];
  15688. }
  15689. 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);
  15690. }
  15691. /**
  15692. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  15693. *
  15694. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15695. */
  15696. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  15697. {
  15698. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15699. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15700. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15701. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  15702. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  15703. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15704. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  15705. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  15706. }
  15707. 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);
  15708. }
  15709. /**
  15710. * Gets the private 'debug.security.voter.vote_listener' shared service.
  15711. *
  15712. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  15713. */
  15714. protected function getDebug_Security_Voter_VoteListenerService()
  15715. {
  15716. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  15717. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  15718. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  15719. return $this->privates['debug.security.voter.vote_listener'];
  15720. }
  15721. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  15722. }
  15723. /**
  15724. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  15725. *
  15726. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  15727. */
  15728. protected function getDoctrine_CacheClearMetadataCommandService()
  15729. {
  15730. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15731. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15732. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15733. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  15734. $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()));
  15735. $instance->setName('doctrine:cache:clear-metadata');
  15736. return $instance;
  15737. }
  15738. /**
  15739. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  15740. *
  15741. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  15742. */
  15743. protected function getDoctrine_CacheClearQueryCacheCommandService()
  15744. {
  15745. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15746. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15747. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15748. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  15749. $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()));
  15750. $instance->setName('doctrine:cache:clear-query');
  15751. return $instance;
  15752. }
  15753. /**
  15754. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  15755. *
  15756. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  15757. */
  15758. protected function getDoctrine_CacheClearResultCommandService()
  15759. {
  15760. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15761. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15762. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15763. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  15764. $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()));
  15765. $instance->setName('doctrine:cache:clear-result');
  15766. return $instance;
  15767. }
  15768. /**
  15769. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  15770. *
  15771. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  15772. */
  15773. protected function getDoctrine_CacheCollectionRegionCommandService()
  15774. {
  15775. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15776. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15777. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15778. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  15779. $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()));
  15780. $instance->setName('doctrine:cache:clear-collection-region');
  15781. return $instance;
  15782. }
  15783. /**
  15784. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  15785. *
  15786. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  15787. */
  15788. protected function getDoctrine_ClearEntityRegionCommandService()
  15789. {
  15790. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15791. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15792. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15793. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  15794. $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()));
  15795. $instance->setName('doctrine:cache:clear-entity-region');
  15796. return $instance;
  15797. }
  15798. /**
  15799. * Gets the private 'doctrine.clear_query_region_command' shared service.
  15800. *
  15801. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  15802. */
  15803. protected function getDoctrine_ClearQueryRegionCommandService()
  15804. {
  15805. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15806. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15807. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15808. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  15809. $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()));
  15810. $instance->setName('doctrine:cache:clear-query-region');
  15811. return $instance;
  15812. }
  15813. /**
  15814. * Gets the private 'doctrine.database_create_command' shared service.
  15815. *
  15816. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  15817. */
  15818. protected function getDoctrine_DatabaseCreateCommandService()
  15819. {
  15820. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15821. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  15822. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  15823. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15824. $instance->setName('doctrine:database:create');
  15825. return $instance;
  15826. }
  15827. /**
  15828. * Gets the private 'doctrine.database_drop_command' shared service.
  15829. *
  15830. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  15831. */
  15832. protected function getDoctrine_DatabaseDropCommandService()
  15833. {
  15834. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15835. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  15836. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  15837. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15838. $instance->setName('doctrine:database:drop');
  15839. return $instance;
  15840. }
  15841. /**
  15842. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  15843. *
  15844. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  15845. */
  15846. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  15847. {
  15848. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15849. 'App\\EventListener\\Teacher\\MathproblemListener' => ['privates', 'App\\EventListener\\Teacher\\MathproblemListener', 'getMathproblemListenerService', false],
  15850. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  15851. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  15852. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  15853. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  15854. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
  15855. 'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', false],
  15856. 'vich_uploader.listener.clean.peer_solution_file' => ['privates', 'vich_uploader.listener.clean.peer_solution_file', 'getVichUploader_Listener_Clean_PeerSolutionFileService', false],
  15857. 'vich_uploader.listener.clean.worksheet_solution_file' => ['privates', 'vich_uploader.listener.clean.worksheet_solution_file', 'getVichUploader_Listener_Clean_WorksheetSolutionFileService', false],
  15858. 'vich_uploader.listener.remove.peer_solution_file' => ['privates', 'vich_uploader.listener.remove.peer_solution_file', 'getVichUploader_Listener_Remove_PeerSolutionFileService', false],
  15859. 'vich_uploader.listener.remove.worksheet_solution_file' => ['privates', 'vich_uploader.listener.remove.worksheet_solution_file', 'getVichUploader_Listener_Remove_WorksheetSolutionFileService', false],
  15860. 'vich_uploader.listener.upload.peer_solution_file' => ['privates', 'vich_uploader.listener.upload.peer_solution_file', 'getVichUploader_Listener_Upload_PeerSolutionFileService', false],
  15861. 'vich_uploader.listener.upload.worksheet_solution_file' => ['privates', 'vich_uploader.listener.upload.worksheet_solution_file', 'getVichUploader_Listener_Upload_WorksheetSolutionFileService', false],
  15862. ], [
  15863. 'App\\EventListener\\Teacher\\MathproblemListener' => '?',
  15864. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  15865. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  15866. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  15867. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  15868. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  15869. 'stof_doctrine_extensions.listener.sortable' => '?',
  15870. 'vich_uploader.listener.clean.peer_solution_file' => '?',
  15871. 'vich_uploader.listener.clean.worksheet_solution_file' => '?',
  15872. 'vich_uploader.listener.remove.peer_solution_file' => '?',
  15873. 'vich_uploader.listener.remove.worksheet_solution_file' => '?',
  15874. 'vich_uploader.listener.upload.peer_solution_file' => '?',
  15875. 'vich_uploader.listener.upload.worksheet_solution_file' => '?',
  15876. ]), [0 => [0 => [0 => 'preUpdate'], 1 => 'vich_uploader.listener.clean.peer_solution_file'], 1 => [0 => [0 => 'preUpdate'], 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 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\Teacher\\MathproblemListener'], 7 => [0 => [0 => 'preUpdate'], 1 => 'App\\EventListener\\Teacher\\MathproblemListener'], 8 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 9 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sortable'], 11 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 12 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 13 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.sortable'], 14 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.sortable'], 15 => [0 => [0 => 'postFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 16 => [0 => [0 => 'preRemove'], 1 => 'vich_uploader.listener.remove.peer_solution_file'], 17 => [0 => [0 => 'postFlush'], 1 => 'vich_uploader.listener.remove.peer_solution_file'], 18 => [0 => [0 => 'prePersist'], 1 => 'vich_uploader.listener.upload.peer_solution_file'], 19 => [0 => [0 => 'preUpdate'], 1 => 'vich_uploader.listener.upload.peer_solution_file'], 20 => [0 => [0 => 'preRemove'], 1 => 'vich_uploader.listener.remove.worksheet_solution_file'], 21 => [0 => [0 => 'postFlush'], 1 => 'vich_uploader.listener.remove.worksheet_solution_file'], 22 => [0 => [0 => 'prePersist'], 1 => 'vich_uploader.listener.upload.worksheet_solution_file'], 23 => [0 => [0 => 'preUpdate'], 1 => 'vich_uploader.listener.upload.worksheet_solution_file']]);
  15877. }
  15878. /**
  15879. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  15880. *
  15881. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  15882. */
  15883. protected function getDoctrine_EnsureProductionSettingsCommandService()
  15884. {
  15885. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15886. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15887. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15888. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  15889. $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()));
  15890. $instance->setName('doctrine:ensure-production-settings');
  15891. return $instance;
  15892. }
  15893. /**
  15894. * Gets the private 'doctrine.mapping_convert_command' shared service.
  15895. *
  15896. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  15897. */
  15898. protected function getDoctrine_MappingConvertCommandService()
  15899. {
  15900. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15901. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15902. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15903. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  15904. $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()));
  15905. $instance->setName('doctrine:mapping:convert');
  15906. return $instance;
  15907. }
  15908. /**
  15909. * Gets the private 'doctrine.mapping_import_command' shared service.
  15910. *
  15911. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  15912. */
  15913. protected function getDoctrine_MappingImportCommandService()
  15914. {
  15915. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15916. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  15917. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  15918. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  15919. $instance->setName('doctrine:mapping:import');
  15920. return $instance;
  15921. }
  15922. /**
  15923. * Gets the private 'doctrine.mapping_info_command' shared service.
  15924. *
  15925. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  15926. */
  15927. protected function getDoctrine_MappingInfoCommandService()
  15928. {
  15929. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15930. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15931. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  15932. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  15933. $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()));
  15934. $instance->setName('doctrine:mapping:info');
  15935. return $instance;
  15936. }
  15937. /**
  15938. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  15939. *
  15940. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  15941. */
  15942. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  15943. {
  15944. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  15945. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  15946. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  15947. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  15948. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  15949. }
  15950. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  15951. }
  15952. /**
  15953. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  15954. *
  15955. * @return \Doctrine\Migrations\DependencyFactory
  15956. */
  15957. protected function getDoctrine_Migrations_DependencyFactoryService()
  15958. {
  15959. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  15960. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  15961. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  15962. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  15963. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  15964. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  15965. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  15966. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  15967. $a = new \Doctrine\Migrations\Configuration\Configuration();
  15968. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  15969. $a->setAllOrNothing(false);
  15970. $a->setCheckDatabasePlatform(true);
  15971. $a->setTransactional(true);
  15972. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  15973. $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()));
  15974. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  15975. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  15976. });
  15977. return $instance;
  15978. }
  15979. /**
  15980. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  15981. *
  15982. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  15983. */
  15984. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  15985. {
  15986. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  15987. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  15988. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15989. }
  15990. /**
  15991. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  15992. *
  15993. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  15994. */
  15995. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  15996. {
  15997. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  15998. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15999. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  16000. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  16001. }
  16002. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  16003. }
  16004. /**
  16005. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  16006. *
  16007. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  16008. */
  16009. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  16010. {
  16011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  16012. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  16013. }
  16014. /**
  16015. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  16016. *
  16017. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  16018. */
  16019. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  16020. {
  16021. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16022. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  16023. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  16024. }
  16025. /**
  16026. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  16027. *
  16028. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  16029. */
  16030. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  16031. {
  16032. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16033. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  16034. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16035. yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  16036. }, 1));
  16037. }
  16038. /**
  16039. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  16040. *
  16041. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  16042. */
  16043. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  16044. {
  16045. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16046. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  16047. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  16048. }
  16049. /**
  16050. * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  16051. *
  16052. * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  16053. */
  16054. protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  16055. {
  16056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16057. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  16058. return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16059. yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  16060. }, 1));
  16061. }
  16062. /**
  16063. * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  16064. *
  16065. * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  16066. */
  16067. protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  16068. {
  16069. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  16070. return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16071. }
  16072. /**
  16073. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  16074. *
  16075. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  16076. */
  16077. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  16078. {
  16079. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16080. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  16081. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16082. }
  16083. /**
  16084. * Gets the private 'doctrine.orm.validator.unique' shared service.
  16085. *
  16086. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  16087. */
  16088. protected function getDoctrine_Orm_Validator_UniqueService()
  16089. {
  16090. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16091. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  16092. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  16093. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16094. }
  16095. /**
  16096. * Gets the private 'doctrine.query_dql_command' shared service.
  16097. *
  16098. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  16099. */
  16100. protected function getDoctrine_QueryDqlCommandService()
  16101. {
  16102. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16103. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16104. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16105. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  16106. $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()));
  16107. $instance->setName('doctrine:query:dql');
  16108. return $instance;
  16109. }
  16110. /**
  16111. * Gets the private 'doctrine.query_sql_command' shared service.
  16112. *
  16113. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  16114. */
  16115. protected function getDoctrine_QuerySqlCommandService()
  16116. {
  16117. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16118. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  16119. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  16120. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  16121. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  16122. $instance->setName('doctrine:query:sql');
  16123. return $instance;
  16124. }
  16125. /**
  16126. * Gets the private 'doctrine.schema_create_command' shared service.
  16127. *
  16128. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  16129. */
  16130. protected function getDoctrine_SchemaCreateCommandService()
  16131. {
  16132. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16133. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16134. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16135. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16136. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  16137. $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()));
  16138. $instance->setName('doctrine:schema:create');
  16139. return $instance;
  16140. }
  16141. /**
  16142. * Gets the private 'doctrine.schema_drop_command' shared service.
  16143. *
  16144. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  16145. */
  16146. protected function getDoctrine_SchemaDropCommandService()
  16147. {
  16148. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16149. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16150. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16151. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16152. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  16153. $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()));
  16154. $instance->setName('doctrine:schema:drop');
  16155. return $instance;
  16156. }
  16157. /**
  16158. * Gets the private 'doctrine.schema_update_command' shared service.
  16159. *
  16160. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  16161. */
  16162. protected function getDoctrine_SchemaUpdateCommandService()
  16163. {
  16164. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16165. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16166. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16167. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  16168. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  16169. $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()));
  16170. $instance->setName('doctrine:schema:update');
  16171. return $instance;
  16172. }
  16173. /**
  16174. * Gets the private 'doctrine.schema_validate_command' shared service.
  16175. *
  16176. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  16177. */
  16178. protected function getDoctrine_SchemaValidateCommandService()
  16179. {
  16180. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16181. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  16184. $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()));
  16185. $instance->setName('doctrine:schema:validate');
  16186. return $instance;
  16187. }
  16188. /**
  16189. * Gets the private 'doctrine.ulid_generator' shared service.
  16190. *
  16191. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  16192. */
  16193. protected function getDoctrine_UlidGeneratorService()
  16194. {
  16195. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16196. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  16197. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  16198. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  16199. }
  16200. /**
  16201. * Gets the private 'doctrine.uuid_generator' shared service.
  16202. *
  16203. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  16204. */
  16205. protected function getDoctrine_UuidGeneratorService()
  16206. {
  16207. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  16208. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  16209. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  16210. 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));
  16211. }
  16212. /**
  16213. * Gets the private 'doctrine_migrations.current_command' shared service.
  16214. *
  16215. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  16216. */
  16217. protected function getDoctrineMigrations_CurrentCommandService()
  16218. {
  16219. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16220. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16221. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  16222. $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');
  16223. $instance->setName('doctrine:migrations:current');
  16224. $instance->setDescription('Outputs the current version');
  16225. return $instance;
  16226. }
  16227. /**
  16228. * Gets the private 'doctrine_migrations.diff_command' shared service.
  16229. *
  16230. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  16231. */
  16232. protected function getDoctrineMigrations_DiffCommandService()
  16233. {
  16234. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16235. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16236. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  16237. $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');
  16238. $instance->setName('doctrine:migrations:diff');
  16239. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  16240. return $instance;
  16241. }
  16242. /**
  16243. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  16244. *
  16245. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  16246. */
  16247. protected function getDoctrineMigrations_DumpSchemaCommandService()
  16248. {
  16249. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16250. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16251. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  16252. $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');
  16253. $instance->setName('doctrine:migrations:dump-schema');
  16254. $instance->setDescription('Dump the schema for your database to a migration.');
  16255. return $instance;
  16256. }
  16257. /**
  16258. * Gets the private 'doctrine_migrations.execute_command' shared service.
  16259. *
  16260. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  16261. */
  16262. protected function getDoctrineMigrations_ExecuteCommandService()
  16263. {
  16264. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16265. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16266. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  16267. $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');
  16268. $instance->setName('doctrine:migrations:execute');
  16269. $instance->setDescription('Execute one or more migration versions up or down manually.');
  16270. return $instance;
  16271. }
  16272. /**
  16273. * Gets the private 'doctrine_migrations.generate_command' shared service.
  16274. *
  16275. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  16276. */
  16277. protected function getDoctrineMigrations_GenerateCommandService()
  16278. {
  16279. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16280. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16281. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  16282. $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');
  16283. $instance->setName('doctrine:migrations:generate');
  16284. $instance->setDescription('Generate a blank migration class.');
  16285. return $instance;
  16286. }
  16287. /**
  16288. * Gets the private 'doctrine_migrations.latest_command' shared service.
  16289. *
  16290. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  16291. */
  16292. protected function getDoctrineMigrations_LatestCommandService()
  16293. {
  16294. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16295. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16296. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  16297. $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');
  16298. $instance->setName('doctrine:migrations:latest');
  16299. $instance->setDescription('Outputs the latest version');
  16300. return $instance;
  16301. }
  16302. /**
  16303. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  16304. *
  16305. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  16306. */
  16307. protected function getDoctrineMigrations_MigrateCommandService()
  16308. {
  16309. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16310. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16311. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  16312. $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');
  16313. $instance->setName('doctrine:migrations:migrate');
  16314. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  16315. return $instance;
  16316. }
  16317. /**
  16318. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  16319. *
  16320. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  16321. */
  16322. protected function getDoctrineMigrations_RollupCommandService()
  16323. {
  16324. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16325. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16326. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  16327. $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');
  16328. $instance->setName('doctrine:migrations:rollup');
  16329. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  16330. return $instance;
  16331. }
  16332. /**
  16333. * Gets the private 'doctrine_migrations.status_command' shared service.
  16334. *
  16335. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  16336. */
  16337. protected function getDoctrineMigrations_StatusCommandService()
  16338. {
  16339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16340. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16341. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  16342. $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');
  16343. $instance->setName('doctrine:migrations:status');
  16344. $instance->setDescription('View the status of a set of migrations.');
  16345. return $instance;
  16346. }
  16347. /**
  16348. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  16349. *
  16350. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  16351. */
  16352. protected function getDoctrineMigrations_SyncMetadataCommandService()
  16353. {
  16354. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16355. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16356. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  16357. $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');
  16358. $instance->setName('doctrine:migrations:sync-metadata-storage');
  16359. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  16360. return $instance;
  16361. }
  16362. /**
  16363. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  16364. *
  16365. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  16366. */
  16367. protected function getDoctrineMigrations_UpToDateCommandService()
  16368. {
  16369. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16370. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16371. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  16372. $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');
  16373. $instance->setName('doctrine:migrations:up-to-date');
  16374. $instance->setDescription('Tells you if your schema is up-to-date.');
  16375. return $instance;
  16376. }
  16377. /**
  16378. * Gets the private 'doctrine_migrations.version_command' shared service.
  16379. *
  16380. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  16381. */
  16382. protected function getDoctrineMigrations_VersionCommandService()
  16383. {
  16384. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16385. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16386. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  16387. $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');
  16388. $instance->setName('doctrine:migrations:version');
  16389. $instance->setDescription('Manually add and delete migration versions from the version table.');
  16390. return $instance;
  16391. }
  16392. /**
  16393. * Gets the private 'doctrine_migrations.versions_command' shared service.
  16394. *
  16395. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  16396. */
  16397. protected function getDoctrineMigrations_VersionsCommandService()
  16398. {
  16399. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16400. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  16401. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  16402. $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');
  16403. $instance->setName('doctrine:migrations:list');
  16404. $instance->setDescription('Display a list of all available migrations and their status.');
  16405. return $instance;
  16406. }
  16407. /**
  16408. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  16409. *
  16410. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  16411. */
  16412. protected function getEightPointsGuzzle_DataCollectorService()
  16413. {
  16414. 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);
  16415. }
  16416. /**
  16417. * Gets the private 'error_handler.error_renderer.html' shared service.
  16418. *
  16419. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  16420. */
  16421. protected function getErrorHandler_ErrorRenderer_HtmlService()
  16422. {
  16423. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16424. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  16425. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16426. 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()));
  16427. }
  16428. /**
  16429. * Gets the private 'exception_listener' shared service.
  16430. *
  16431. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  16432. */
  16433. protected function getExceptionListener2Service()
  16434. {
  16435. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  16436. }
  16437. /**
  16438. * Gets the private 'form.choice_list_factory.cached' shared service.
  16439. *
  16440. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  16441. */
  16442. protected function getForm_ChoiceListFactory_CachedService()
  16443. {
  16444. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  16445. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  16446. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  16447. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  16448. 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())));
  16449. }
  16450. /**
  16451. * Gets the private 'form.registry' shared service.
  16452. *
  16453. * @return \Symfony\Component\Form\FormRegistry
  16454. */
  16455. protected function getForm_RegistryService()
  16456. {
  16457. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  16458. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  16459. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  16460. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  16461. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  16462. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  16463. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  16464. 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, [
  16465. 'App\\Form\\Admin\\AnswerType' => ['privates', 'App\\Form\\Admin\\AnswerType', 'getAnswerTypeService', false],
  16466. 'App\\Form\\Admin\\BulkAudioUpload' => ['privates', 'App\\Form\\Admin\\BulkAudioUpload', 'getBulkAudioUploadService', false],
  16467. 'App\\Form\\Admin\\BulkCsvUpload' => ['privates', 'App\\Form\\Admin\\BulkCsvUpload', 'getBulkCsvUploadService', false],
  16468. 'App\\Form\\Admin\\BulkImageUpload' => ['privates', 'App\\Form\\Admin\\BulkImageUpload', 'getBulkImageUploadService', false],
  16469. 'App\\Form\\Admin\\CsvUploadType' => ['privates', 'App\\Form\\Admin\\CsvUploadType', 'getCsvUploadTypeService', false],
  16470. 'App\\Form\\Admin\\ProblemFormType' => ['privates', 'App\\Form\\Admin\\ProblemFormType', 'getProblemFormTypeService', false],
  16471. 'App\\Form\\Admin\\SelectProblemType' => ['privates', 'App\\Form\\Admin\\SelectProblemType', 'getSelectProblemTypeService', false],
  16472. 'App\\Form\\Admin\\StatisticsType' => ['privates', 'App\\Form\\Admin\\StatisticsType', 'getStatisticsTypeService', false],
  16473. 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType' => ['privates', 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType', 'getTemplateTypeFilterTypeService', false],
  16474. 'App\\Form\\Core\\Type\\ContactType' => ['privates', 'App\\Form\\Core\\Type\\ContactType', 'getContactTypeService', false],
  16475. 'App\\Form\\Core\\Type\\DateTimeType' => ['privates', 'abacus_core.form.type.date_time', 'getAbacusCore_Form_Type_DateTimeService', false],
  16476. 'App\\Form\\Core\\Type\\EntityHiddenType' => ['privates', 'abacus_core.type.entity_hidden_type', 'getAbacusCore_Type_EntityHiddenTypeService', false],
  16477. 'App\\Form\\Student\\AddClassroomStudentType' => ['privates', 'abacus.addclassroom2student.form.type', 'getAbacus_Addclassroom2student_Form_TypeService', false],
  16478. 'App\\Form\\Student\\PeerFeedback2ndType' => ['privates', 'App\\Form\\Student\\PeerFeedback2ndType', 'getPeerFeedback2ndTypeService', false],
  16479. 'App\\Form\\Student\\PeerFeedbackType' => ['privates', 'App\\Form\\Student\\PeerFeedbackType', 'getPeerFeedbackTypeService', false],
  16480. 'App\\Form\\Student\\PeerSolutionFileType' => ['privates', 'App\\Form\\Student\\PeerSolutionFileType', 'getPeerSolutionFileTypeService', false],
  16481. 'App\\Form\\Student\\PeerSolutionType' => ['privates', 'App\\Form\\Student\\PeerSolutionType', 'getPeerSolutionTypeService', false],
  16482. 'App\\Form\\Student\\RatingChoiceFeedback2ndType' => ['privates', 'App\\Form\\Student\\RatingChoiceFeedback2ndType', 'getRatingChoiceFeedback2ndTypeService', false],
  16483. 'App\\Form\\Student\\RatingChoiceFeedbackType' => ['privates', 'App\\Form\\Student\\RatingChoiceFeedbackType', 'getRatingChoiceFeedbackTypeService', false],
  16484. 'App\\Form\\Student\\StudentType' => ['privates', 'App\\Form\\Student\\StudentType', 'getStudentTypeService', false],
  16485. 'App\\Form\\Student\\WorksheetSolutionFileType' => ['privates', 'App\\Form\\Student\\WorksheetSolutionFileType', 'getWorksheetSolutionFileTypeService', false],
  16486. 'App\\Form\\Student\\WorksheetSolutionType' => ['privates', 'App\\Form\\Student\\WorksheetSolutionType', 'getWorksheetSolutionTypeService', false],
  16487. 'App\\Form\\Teacher\\AddProblemType' => ['privates', 'abacus.add_problem.form.type', 'getAbacus_AddProblem_Form_TypeService', false],
  16488. 'App\\Form\\Teacher\\AnswerType' => ['privates', 'App\\Form\\Teacher\\AnswerType', 'getAnswerType2Service', false],
  16489. 'App\\Form\\Teacher\\ClassroomType' => ['privates', 'abacus.teacher.form.classroom', 'getAbacus_Teacher_Form_ClassroomService', false],
  16490. 'App\\Form\\Teacher\\EditUserType' => ['privates', 'abacus.edit_user.form.type', 'getAbacus_EditUser_Form_TypeService', false],
  16491. 'App\\Form\\Teacher\\MathproblemOverviewType' => ['privates', 'abacus.mathproblemoverview.form.type', 'getAbacus_Mathproblemoverview_Form_TypeService', false],
  16492. 'App\\Form\\Teacher\\TeacherType' => ['privates', 'abacus.teacher.form.type', 'getAbacus_Teacher_Form_TypeService', false],
  16493. 'App\\Form\\Teacher\\TextbookSessionType' => ['privates', 'abacus.textbook_session.form.type', 'getAbacus_TextbookSession_Form_TypeService', false],
  16494. 'App\\Form\\User\\Type\\ChangePasswordFormType' => ['privates', 'App\\Form\\User\\Type\\ChangePasswordFormType', 'getChangePasswordFormTypeService', false],
  16495. 'App\\Form\\User\\Type\\NewPasswordFormType' => ['privates', 'App\\Form\\User\\Type\\NewPasswordFormType', 'getNewPasswordFormTypeService', false],
  16496. 'App\\Form\\User\\Type\\RegistrationFormType' => ['privates', 'App\\Form\\User\\Type\\RegistrationFormType', 'getRegistrationFormTypeService', false],
  16497. 'App\\Form\\User\\Type\\ResetPasswordRequestFormType' => ['privates', 'App\\Form\\User\\Type\\ResetPasswordRequestFormType', 'getResetPasswordRequestFormTypeService', false],
  16498. 'App\\Form\\User\\Type\\UniLoginStudentType' => ['privates', 'App\\Form\\User\\Type\\UniLoginStudentType', 'getUniLoginStudentTypeService', false],
  16499. 'App\\Form\\User\\Type\\UniLoginTeacherType' => ['privates', 'App\\Form\\User\\Type\\UniLoginTeacherType', 'getUniLoginTeacherTypeService', false],
  16500. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType', 'getCrudAutocompleteTypeService', false],
  16501. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
  16502. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
  16503. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
  16504. 'Form\\User\\Type\\UniLoginType' => ['privates', 'abacus.user.unilogin.form.type', 'getAbacus_User_Unilogin_Form_TypeService', false],
  16505. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  16506. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  16507. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  16508. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  16509. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  16510. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
  16511. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
  16512. ], [
  16513. 'App\\Form\\Admin\\AnswerType' => '?',
  16514. 'App\\Form\\Admin\\BulkAudioUpload' => '?',
  16515. 'App\\Form\\Admin\\BulkCsvUpload' => '?',
  16516. 'App\\Form\\Admin\\BulkImageUpload' => '?',
  16517. 'App\\Form\\Admin\\CsvUploadType' => '?',
  16518. 'App\\Form\\Admin\\ProblemFormType' => '?',
  16519. 'App\\Form\\Admin\\SelectProblemType' => '?',
  16520. 'App\\Form\\Admin\\StatisticsType' => '?',
  16521. 'App\\Form\\Admin\\Type\\EasyAdmin\\TemplateTypeFilterType' => '?',
  16522. 'App\\Form\\Core\\Type\\ContactType' => '?',
  16523. 'App\\Form\\Core\\Type\\DateTimeType' => '?',
  16524. 'App\\Form\\Core\\Type\\EntityHiddenType' => '?',
  16525. 'App\\Form\\Student\\AddClassroomStudentType' => '?',
  16526. 'App\\Form\\Student\\PeerFeedback2ndType' => '?',
  16527. 'App\\Form\\Student\\PeerFeedbackType' => '?',
  16528. 'App\\Form\\Student\\PeerSolutionFileType' => '?',
  16529. 'App\\Form\\Student\\PeerSolutionType' => '?',
  16530. 'App\\Form\\Student\\RatingChoiceFeedback2ndType' => '?',
  16531. 'App\\Form\\Student\\RatingChoiceFeedbackType' => '?',
  16532. 'App\\Form\\Student\\StudentType' => '?',
  16533. 'App\\Form\\Student\\WorksheetSolutionFileType' => '?',
  16534. 'App\\Form\\Student\\WorksheetSolutionType' => '?',
  16535. 'App\\Form\\Teacher\\AddProblemType' => '?',
  16536. 'App\\Form\\Teacher\\AnswerType' => '?',
  16537. 'App\\Form\\Teacher\\ClassroomType' => '?',
  16538. 'App\\Form\\Teacher\\EditUserType' => '?',
  16539. 'App\\Form\\Teacher\\MathproblemOverviewType' => '?',
  16540. 'App\\Form\\Teacher\\TeacherType' => '?',
  16541. 'App\\Form\\Teacher\\TextbookSessionType' => '?',
  16542. 'App\\Form\\User\\Type\\ChangePasswordFormType' => '?',
  16543. 'App\\Form\\User\\Type\\NewPasswordFormType' => '?',
  16544. 'App\\Form\\User\\Type\\RegistrationFormType' => '?',
  16545. 'App\\Form\\User\\Type\\ResetPasswordRequestFormType' => '?',
  16546. 'App\\Form\\User\\Type\\UniLoginStudentType' => '?',
  16547. 'App\\Form\\User\\Type\\UniLoginTeacherType' => '?',
  16548. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudAutocompleteType' => '?',
  16549. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  16550. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  16551. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  16552. 'Form\\User\\Type\\UniLoginType' => '?',
  16553. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  16554. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  16555. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  16556. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  16557. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  16558. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  16559. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  16560. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  16561. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  16562. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  16563. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  16564. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  16565. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  16566. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  16567. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  16568. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  16569. }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  16570. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  16571. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  16572. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  16573. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  16574. 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()));
  16575. }, 1)], new RewindableGenerator(function () {
  16576. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  16577. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  16578. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  16579. }
  16580. /**
  16581. * Gets the private 'form.server_params' shared service.
  16582. *
  16583. * @return \Symfony\Component\Form\Util\ServerParams
  16584. */
  16585. protected function getForm_ServerParamsService()
  16586. {
  16587. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  16588. 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())));
  16589. }
  16590. /**
  16591. * Gets the private 'form.type.choice' shared service.
  16592. *
  16593. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  16594. */
  16595. protected function getForm_Type_ChoiceService()
  16596. {
  16597. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16598. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16599. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  16600. 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()));
  16601. }
  16602. /**
  16603. * Gets the private 'form.type.color' shared service.
  16604. *
  16605. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  16606. */
  16607. protected function getForm_Type_ColorService()
  16608. {
  16609. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16610. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16611. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  16612. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  16613. }
  16614. /**
  16615. * Gets the private 'form.type.entity' shared service.
  16616. *
  16617. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  16618. */
  16619. protected function getForm_Type_EntityService()
  16620. {
  16621. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16622. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16623. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  16624. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  16625. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16626. }
  16627. /**
  16628. * Gets the private 'form.type.form' shared service.
  16629. *
  16630. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  16631. */
  16632. protected function getForm_Type_FormService()
  16633. {
  16634. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  16635. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  16636. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  16637. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  16638. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  16639. }
  16640. /**
  16641. * Gets the private 'form.type_extension.csrf' shared service.
  16642. *
  16643. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  16644. */
  16645. protected function getForm_TypeExtension_CsrfService()
  16646. {
  16647. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16648. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16649. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  16650. 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()));
  16651. }
  16652. /**
  16653. * Gets the private 'form.type_extension.form.data_collector' shared service.
  16654. *
  16655. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  16656. */
  16657. protected function getForm_TypeExtension_Form_DataCollectorService()
  16658. {
  16659. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16660. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16661. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  16662. 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()));
  16663. }
  16664. /**
  16665. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  16666. *
  16667. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  16668. */
  16669. protected function getForm_TypeExtension_Form_HttpFoundationService()
  16670. {
  16671. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16672. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16673. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  16674. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  16675. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  16676. 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())));
  16677. }
  16678. /**
  16679. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  16680. *
  16681. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  16682. */
  16683. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  16684. {
  16685. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16686. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16687. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  16688. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16689. }
  16690. /**
  16691. * Gets the private 'form.type_extension.form.validator' shared service.
  16692. *
  16693. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  16694. */
  16695. protected function getForm_TypeExtension_Form_ValidatorService()
  16696. {
  16697. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16698. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16699. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  16700. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  16701. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16702. if (isset($this->privates['form.type_extension.form.validator'])) {
  16703. return $this->privates['form.type_extension.form.validator'];
  16704. }
  16705. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  16706. if (isset($this->privates['form.type_extension.form.validator'])) {
  16707. return $this->privates['form.type_extension.form.validator'];
  16708. }
  16709. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  16710. }
  16711. /**
  16712. * Gets the private 'form.type_extension.upload.validator' shared service.
  16713. *
  16714. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  16715. */
  16716. protected function getForm_TypeExtension_Upload_ValidatorService()
  16717. {
  16718. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16719. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16720. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  16721. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16722. }
  16723. /**
  16724. * Gets the private 'form.type_guesser.doctrine' shared service.
  16725. *
  16726. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  16727. */
  16728. protected function getForm_TypeGuesser_DoctrineService()
  16729. {
  16730. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16731. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  16732. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16733. }
  16734. /**
  16735. * Gets the private 'form.type_guesser.validator' shared service.
  16736. *
  16737. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  16738. */
  16739. protected function getForm_TypeGuesser_ValidatorService()
  16740. {
  16741. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16742. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  16743. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16744. }
  16745. /**
  16746. * Gets the private 'fragment.listener' shared service.
  16747. *
  16748. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  16749. */
  16750. protected function getFragment_ListenerService()
  16751. {
  16752. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('C33wX44QaajyoEtbn8WV2HbFr76x9M'))), '/_fragment');
  16753. }
  16754. /**
  16755. * Gets the private 'fragment.renderer.hinclude' shared service.
  16756. *
  16757. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  16758. */
  16759. protected function getFragment_Renderer_HincludeService()
  16760. {
  16761. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16762. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16763. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  16764. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16765. if (isset($this->privates['fragment.renderer.hinclude'])) {
  16766. return $this->privates['fragment.renderer.hinclude'];
  16767. }
  16768. $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('C33wX44QaajyoEtbn8WV2HbFr76x9M'))), NULL);
  16769. $instance->setFragmentPath('/_fragment');
  16770. return $instance;
  16771. }
  16772. /**
  16773. * Gets the private 'fragment.renderer.inline' shared service.
  16774. *
  16775. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  16776. */
  16777. protected function getFragment_Renderer_InlineService()
  16778. {
  16779. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16780. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16781. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  16782. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  16783. if (isset($this->privates['fragment.renderer.inline'])) {
  16784. return $this->privates['fragment.renderer.inline'];
  16785. }
  16786. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16787. if (isset($this->privates['fragment.renderer.inline'])) {
  16788. return $this->privates['fragment.renderer.inline'];
  16789. }
  16790. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  16791. $instance->setFragmentPath('/_fragment');
  16792. return $instance;
  16793. }
  16794. /**
  16795. * Gets the private 'kernel.listener.login_listener' shared autowired service.
  16796. *
  16797. * @return \App\Event\LoginListener
  16798. */
  16799. protected function getKernel_Listener_LoginListenerService()
  16800. {
  16801. include_once \dirname(__DIR__, 4).'/src/Event/LoginListener.php';
  16802. $a = ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService());
  16803. if (isset($this->privates['kernel.listener.login_listener'])) {
  16804. return $this->privates['kernel.listener.login_listener'];
  16805. }
  16806. return $this->privates['kernel.listener.login_listener'] = new \App\Event\LoginListener($a);
  16807. }
  16808. /**
  16809. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16810. *
  16811. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16812. */
  16813. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16814. {
  16815. 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]);
  16816. }
  16817. /**
  16818. * Gets the private 'locale_aware_listener' shared service.
  16819. *
  16820. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  16821. */
  16822. protected function getLocaleAwareListenerService()
  16823. {
  16824. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  16825. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da')));
  16826. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  16827. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16828. }
  16829. /**
  16830. * Gets the private 'locale_listener' shared service.
  16831. *
  16832. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  16833. */
  16834. protected function getLocaleListenerService()
  16835. {
  16836. $a = ($this->services['router'] ?? $this->getRouterService());
  16837. if (isset($this->privates['locale_listener'])) {
  16838. return $this->privates['locale_listener'];
  16839. }
  16840. 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, []);
  16841. }
  16842. /**
  16843. * Gets the private 'mailer.mailer' shared service.
  16844. *
  16845. * @return \Symfony\Component\Mailer\Mailer
  16846. */
  16847. protected function getMailer_MailerService()
  16848. {
  16849. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  16850. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  16851. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  16852. if (isset($this->privates['mailer.mailer'])) {
  16853. return $this->privates['mailer.mailer'];
  16854. }
  16855. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  16856. if (isset($this->privates['mailer.mailer'])) {
  16857. return $this->privates['mailer.mailer'];
  16858. }
  16859. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16860. if (isset($this->privates['mailer.mailer'])) {
  16861. return $this->privates['mailer.mailer'];
  16862. }
  16863. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  16864. }
  16865. /**
  16866. * Gets the private 'mailer.transport_factory.native' shared service.
  16867. *
  16868. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  16869. */
  16870. protected function getMailer_TransportFactory_NativeService()
  16871. {
  16872. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16873. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16874. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  16875. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16876. if (isset($this->privates['mailer.transport_factory.native'])) {
  16877. return $this->privates['mailer.transport_factory.native'];
  16878. }
  16879. 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()));
  16880. }
  16881. /**
  16882. * Gets the private 'mailer.transport_factory.null' shared service.
  16883. *
  16884. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  16885. */
  16886. protected function getMailer_TransportFactory_NullService()
  16887. {
  16888. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16889. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16890. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  16891. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16892. if (isset($this->privates['mailer.transport_factory.null'])) {
  16893. return $this->privates['mailer.transport_factory.null'];
  16894. }
  16895. 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()));
  16896. }
  16897. /**
  16898. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  16899. *
  16900. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  16901. */
  16902. protected function getMailer_TransportFactory_SendmailService()
  16903. {
  16904. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16905. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16906. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  16907. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16908. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  16909. return $this->privates['mailer.transport_factory.sendmail'];
  16910. }
  16911. 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()));
  16912. }
  16913. /**
  16914. * Gets the private 'mailer.transport_factory.smtp' shared service.
  16915. *
  16916. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  16917. */
  16918. protected function getMailer_TransportFactory_SmtpService()
  16919. {
  16920. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16921. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16922. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  16923. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16924. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  16925. return $this->privates['mailer.transport_factory.smtp'];
  16926. }
  16927. 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()));
  16928. }
  16929. /**
  16930. * Gets the private 'mailer.transports' shared service.
  16931. *
  16932. * @return \Symfony\Component\Mailer\Transport\Transports
  16933. */
  16934. protected function getMailer_TransportsService()
  16935. {
  16936. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  16937. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  16938. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  16939. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  16940. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  16941. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  16942. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  16943. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  16944. }, 4)))->fromStrings(['main' => 'smtp://smtprelay.gyldendal.dk:25?verify_peer=0']);
  16945. }
  16946. /**
  16947. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  16948. *
  16949. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  16950. */
  16951. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  16952. {
  16953. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16954. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  16955. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  16956. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  16957. $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 () {
  16958. yield 0 => ($this->privates['.messenger.handler_descriptor.WlOCJPB'] ?? $this->get_Messenger_HandlerDescriptor_WlOCJPBService());
  16959. yield 1 => ($this->privates['.messenger.handler_descriptor.WlOCJPB'] ?? $this->get_Messenger_HandlerDescriptor_WlOCJPBService());
  16960. }, 2), 'App\\Message\\Core\\ValidateMathproblemMessage' => new RewindableGenerator(function () {
  16961. yield 0 => ($this->privates['.messenger.handler_descriptor.1ZnfUJQ'] ?? $this->get_Messenger_HandlerDescriptor_1ZnfUJQService());
  16962. yield 1 => ($this->privates['.messenger.handler_descriptor.1ZnfUJQ'] ?? $this->get_Messenger_HandlerDescriptor_1ZnfUJQService());
  16963. }, 2), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  16964. yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  16965. }, 1)]));
  16966. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  16967. return $instance;
  16968. }
  16969. /**
  16970. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  16971. *
  16972. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  16973. */
  16974. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  16975. {
  16976. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16977. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  16978. 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');
  16979. }
  16980. /**
  16981. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  16982. *
  16983. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  16984. */
  16985. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  16986. {
  16987. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  16988. 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()));
  16989. }
  16990. /**
  16991. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  16992. *
  16993. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  16994. */
  16995. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  16996. {
  16997. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  16998. 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()));
  16999. }
  17000. /**
  17001. * Gets the private 'messenger.middleware.send_message' shared service.
  17002. *
  17003. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  17004. */
  17005. protected function getMessenger_Middleware_SendMessageService()
  17006. {
  17007. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17008. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  17009. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  17010. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  17011. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17012. if (isset($this->privates['messenger.middleware.send_message'])) {
  17013. return $this->privates['messenger.middleware.send_message'];
  17014. }
  17015. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17016. if (isset($this->privates['messenger.middleware.send_message'])) {
  17017. return $this->privates['messenger.middleware.send_message'];
  17018. }
  17019. $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);
  17020. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17021. return $instance;
  17022. }
  17023. /**
  17024. * Gets the private 'messenger.receiver_locator' shared service.
  17025. *
  17026. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17027. */
  17028. protected function getMessenger_ReceiverLocatorService()
  17029. {
  17030. return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17031. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17032. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  17033. ], [
  17034. 'async' => '?',
  17035. 'messenger.transport.async' => '?',
  17036. ]);
  17037. }
  17038. /**
  17039. * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  17040. *
  17041. * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17042. */
  17043. protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  17044. {
  17045. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17046. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17047. return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
  17048. }
  17049. /**
  17050. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  17051. *
  17052. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  17053. */
  17054. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  17055. {
  17056. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  17057. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  17058. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17059. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17060. }
  17061. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17062. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  17063. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  17064. }
  17065. 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, [
  17066. 'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
  17067. ], [
  17068. 'async' => '?',
  17069. ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  17070. }
  17071. /**
  17072. * Gets the private 'messenger.routable_message_bus' shared service.
  17073. *
  17074. * @return \Symfony\Component\Messenger\RoutableMessageBus
  17075. */
  17076. protected function getMessenger_RoutableMessageBusService()
  17077. {
  17078. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  17079. $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17080. if (isset($this->privates['messenger.routable_message_bus'])) {
  17081. return $this->privates['messenger.routable_message_bus'];
  17082. }
  17083. return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17084. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  17085. ], [
  17086. 'messenger.bus.default' => '?',
  17087. ]), $a);
  17088. }
  17089. /**
  17090. * Gets the private 'messenger.transport.async' shared service.
  17091. *
  17092. * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17093. */
  17094. protected function getMessenger_Transport_AsyncService()
  17095. {
  17096. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17097. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17098. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17099. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17100. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17101. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17102. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17103. return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17104. yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  17105. yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  17106. yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17107. yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17108. yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
  17109. }, 5)))->createTransport('doctrine://default', ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  17110. }
  17111. /**
  17112. * Gets the private 'messenger.transport.doctrine.factory' shared service.
  17113. *
  17114. * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  17115. */
  17116. protected function getMessenger_Transport_Doctrine_FactoryService()
  17117. {
  17118. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17119. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  17120. return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17121. }
  17122. /**
  17123. * Gets the private 'messenger.transport.sync.factory' shared service.
  17124. *
  17125. * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  17126. */
  17127. protected function getMessenger_Transport_Sync_FactoryService()
  17128. {
  17129. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17130. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  17131. $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  17132. if (isset($this->privates['messenger.transport.sync.factory'])) {
  17133. return $this->privates['messenger.transport.sync.factory'];
  17134. }
  17135. return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  17136. }
  17137. /**
  17138. * Gets the private 'mime_types' shared service.
  17139. *
  17140. * @return \Symfony\Component\Mime\MimeTypes
  17141. */
  17142. protected function getMimeTypesService()
  17143. {
  17144. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  17145. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  17146. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  17147. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17148. $instance->setDefault($instance);
  17149. return $instance;
  17150. }
  17151. /**
  17152. * Gets the private 'monolog.command.server_log' shared service.
  17153. *
  17154. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  17155. */
  17156. protected function getMonolog_Command_ServerLogService()
  17157. {
  17158. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17159. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  17160. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  17161. $instance->setName('server:log');
  17162. $instance->setDescription('Start a log server that displays logs in real time');
  17163. return $instance;
  17164. }
  17165. /**
  17166. * Gets the private 'monolog.handler.console' shared service.
  17167. *
  17168. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  17169. */
  17170. protected function getMonolog_Handler_ConsoleService()
  17171. {
  17172. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  17173. }
  17174. /**
  17175. * Gets the private 'monolog.handler.main' shared service.
  17176. *
  17177. * @return \Monolog\Handler\StreamHandler
  17178. */
  17179. protected function getMonolog_Handler_MainService()
  17180. {
  17181. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 'debug', true, NULL, false);
  17182. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  17183. return $instance;
  17184. }
  17185. /**
  17186. * Gets the private 'monolog.logger' shared service.
  17187. *
  17188. * @return \Symfony\Bridge\Monolog\Logger
  17189. */
  17190. protected function getMonolog_LoggerService()
  17191. {
  17192. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  17193. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17194. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17195. $instance->useMicrosecondTimestamps(true);
  17196. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17197. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17198. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17199. return $instance;
  17200. }
  17201. /**
  17202. * Gets the private 'monolog.logger.cache' shared service.
  17203. *
  17204. * @return \Symfony\Bridge\Monolog\Logger
  17205. */
  17206. protected function getMonolog_Logger_CacheService()
  17207. {
  17208. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  17209. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17210. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17211. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17212. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17213. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17214. return $instance;
  17215. }
  17216. /**
  17217. * Gets the private 'monolog.logger.mailer' shared service.
  17218. *
  17219. * @return \Symfony\Bridge\Monolog\Logger
  17220. */
  17221. protected function getMonolog_Logger_MailerService()
  17222. {
  17223. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  17224. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17225. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17226. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17227. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17228. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17229. return $instance;
  17230. }
  17231. /**
  17232. * Gets the private 'monolog.logger.messenger' shared service.
  17233. *
  17234. * @return \Symfony\Bridge\Monolog\Logger
  17235. */
  17236. protected function getMonolog_Logger_MessengerService()
  17237. {
  17238. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  17239. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17240. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17241. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17242. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17243. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17244. return $instance;
  17245. }
  17246. /**
  17247. * Gets the private 'monolog.logger.request' shared service.
  17248. *
  17249. * @return \Symfony\Bridge\Monolog\Logger
  17250. */
  17251. protected function getMonolog_Logger_RequestService()
  17252. {
  17253. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  17254. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17255. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17256. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17257. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17258. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17259. return $instance;
  17260. }
  17261. /**
  17262. * Gets the private 'monolog.logger.security' shared service.
  17263. *
  17264. * @return \Symfony\Bridge\Monolog\Logger
  17265. */
  17266. protected function getMonolog_Logger_SecurityService()
  17267. {
  17268. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  17269. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17270. $instance->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  17271. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17272. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17273. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17274. return $instance;
  17275. }
  17276. /**
  17277. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  17278. *
  17279. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  17280. */
  17281. protected function getNelmioApiDoc_Describers_ConfigService()
  17282. {
  17283. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  17284. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  17285. 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' => []]]]]]]);
  17286. }
  17287. /**
  17288. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  17289. *
  17290. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  17291. */
  17292. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  17293. {
  17294. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  17295. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  17296. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17297. 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()));
  17298. }
  17299. /**
  17300. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  17301. *
  17302. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  17303. */
  17304. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  17305. {
  17306. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  17307. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17308. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17309. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  17310. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17311. 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 () {
  17312. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  17313. 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()));
  17314. 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()));
  17315. }, 3));
  17316. }
  17317. /**
  17318. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  17319. *
  17320. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  17321. */
  17322. protected function getNelmioApiDoc_ModelDescribers_FormService()
  17323. {
  17324. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  17325. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17326. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17327. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  17328. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  17329. 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);
  17330. }
  17331. /**
  17332. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  17333. *
  17334. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  17335. */
  17336. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  17337. {
  17338. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  17339. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17340. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17341. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  17342. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  17343. 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()));
  17344. }
  17345. /**
  17346. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  17347. *
  17348. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  17349. */
  17350. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  17351. {
  17352. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  17353. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17354. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17355. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  17356. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  17357. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  17358. 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()));
  17359. 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()));
  17360. 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()));
  17361. 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()));
  17362. 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()));
  17363. 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()));
  17364. 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()));
  17365. 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()));
  17366. 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()));
  17367. 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()));
  17368. 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()));
  17369. }, 12));
  17370. }
  17371. /**
  17372. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  17373. *
  17374. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  17375. */
  17376. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  17377. {
  17378. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  17379. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  17380. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  17381. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  17382. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  17383. 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 () {
  17384. return new \EmptyIterator();
  17385. }, 0));
  17386. }
  17387. /**
  17388. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  17389. *
  17390. * @return \Symfony\Component\Routing\RouteCollection
  17391. */
  17392. protected function getNelmioApiDoc_Routes_DefaultService()
  17393. {
  17394. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  17395. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  17396. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  17397. 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());
  17398. }
  17399. /**
  17400. * Gets the private 'nelmio_cors.cors_listener' shared service.
  17401. *
  17402. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  17403. */
  17404. protected function getNelmioCors_CorsListenerService()
  17405. {
  17406. 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'])]));
  17407. }
  17408. /**
  17409. * Gets the private 'parameter_bag' shared service.
  17410. *
  17411. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  17412. */
  17413. protected function getParameterBagService()
  17414. {
  17415. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  17416. }
  17417. /**
  17418. * Gets the private 'profiler_listener' shared service.
  17419. *
  17420. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  17421. */
  17422. protected function getProfilerListenerService()
  17423. {
  17424. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  17425. if (isset($this->privates['profiler_listener'])) {
  17426. return $this->privates['profiler_listener'];
  17427. }
  17428. 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);
  17429. }
  17430. /**
  17431. * Gets the private 'property_accessor' shared service.
  17432. *
  17433. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  17434. */
  17435. protected function getPropertyAccessorService()
  17436. {
  17437. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  17438. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  17439. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  17440. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  17441. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  17442. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  17443. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17444. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  17445. }
  17446. /**
  17447. * Gets the private 'property_info' shared service.
  17448. *
  17449. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  17450. */
  17451. protected function getPropertyInfoService()
  17452. {
  17453. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  17454. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  17455. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17456. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17457. }, 3), new RewindableGenerator(function () {
  17458. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17459. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  17460. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17461. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17462. }, 4), new RewindableGenerator(function () {
  17463. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  17464. }, 1), new RewindableGenerator(function () {
  17465. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  17466. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17467. }, 2), new RewindableGenerator(function () {
  17468. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  17469. }, 1));
  17470. }
  17471. /**
  17472. * Gets the private 'property_info.serializer_extractor' shared service.
  17473. *
  17474. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  17475. */
  17476. protected function getPropertyInfo_SerializerExtractorService()
  17477. {
  17478. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  17479. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  17480. }
  17481. /**
  17482. * Gets the private 'router.cache_warmer' shared service.
  17483. *
  17484. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  17485. */
  17486. protected function getRouter_CacheWarmerService()
  17487. {
  17488. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17489. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  17490. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17491. 'router' => ['services', 'router', 'getRouterService', false],
  17492. ], [
  17493. 'router' => '?',
  17494. ]))->withContext('router.cache_warmer', $this));
  17495. }
  17496. /**
  17497. * Gets the private 'router.expression_language_provider' shared service.
  17498. *
  17499. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  17500. */
  17501. protected function getRouter_ExpressionLanguageProviderService()
  17502. {
  17503. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17504. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  17505. ], [
  17506. 'env' => 'Closure',
  17507. ]));
  17508. }
  17509. /**
  17510. * Gets the private 'router.request_context' shared service.
  17511. *
  17512. * @return \Symfony\Component\Routing\RequestContext
  17513. */
  17514. protected function getRouter_RequestContextService()
  17515. {
  17516. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  17517. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  17518. return $instance;
  17519. }
  17520. /**
  17521. * Gets the private 'router_listener' shared service.
  17522. *
  17523. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  17524. */
  17525. protected function getRouterListenerService()
  17526. {
  17527. $a = ($this->services['router'] ?? $this->getRouterService());
  17528. if (isset($this->privates['router_listener'])) {
  17529. return $this->privates['router_listener'];
  17530. }
  17531. 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);
  17532. }
  17533. /**
  17534. * Gets the private 'scheb_two_factor.authenticated_token_condition' shared service.
  17535. *
  17536. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition
  17537. */
  17538. protected function getSchebTwoFactor_AuthenticatedTokenConditionService($lazyLoad = true)
  17539. {
  17540. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  17541. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/AuthenticatedTokenCondition.php';
  17542. return $this->privates['scheb_two_factor.authenticated_token_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition($this->parameters['scheb_two_factor.security_tokens']);
  17543. }
  17544. /**
  17545. * Gets the private 'scheb_two_factor.condition_registry' shared service.
  17546. *
  17547. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry
  17548. */
  17549. protected function getSchebTwoFactor_ConditionRegistryService($lazyLoad = true)
  17550. {
  17551. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionRegistry.php';
  17552. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry(new RewindableGenerator(function () {
  17553. yield 0 => ($this->privates['scheb_two_factor.authenticated_token_condition'] ?? $this->getSchebTwoFactor_AuthenticatedTokenConditionService());
  17554. yield 1 => ($this->privates['scheb_two_factor.ip_whitelist_condition'] ?? $this->getSchebTwoFactor_IpWhitelistConditionService());
  17555. }, 2));
  17556. }
  17557. /**
  17558. * Gets the private 'scheb_two_factor.ip_whitelist_condition' shared service.
  17559. *
  17560. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition
  17561. */
  17562. protected function getSchebTwoFactor_IpWhitelistConditionService($lazyLoad = true)
  17563. {
  17564. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  17565. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/IpWhitelistCondition.php';
  17566. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  17567. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  17568. return $this->privates['scheb_two_factor.ip_whitelist_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition(new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  17569. }
  17570. /**
  17571. * Gets the private 'scheb_two_factor.provider_initiator' shared service.
  17572. *
  17573. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator
  17574. */
  17575. protected function getSchebTwoFactor_ProviderInitiatorService($lazyLoad = true)
  17576. {
  17577. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInitiator.php';
  17578. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  17579. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  17580. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17581. if (isset($this->privates['scheb_two_factor.provider_initiator'])) {
  17582. return $this->privates['scheb_two_factor.provider_initiator'];
  17583. }
  17584. return $this->privates['scheb_two_factor.provider_initiator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator($a, new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
  17585. }
  17586. /**
  17587. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  17588. *
  17589. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  17590. */
  17591. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  17592. {
  17593. 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()));
  17594. }
  17595. /**
  17596. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  17597. *
  17598. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  17599. */
  17600. protected function getSchebTwoFactor_ProviderRegistryService()
  17601. {
  17602. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  17603. yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  17604. }, 1));
  17605. }
  17606. /**
  17607. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  17608. *
  17609. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  17610. */
  17611. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  17612. {
  17613. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  17614. }
  17615. /**
  17616. * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  17617. *
  17618. * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  17619. */
  17620. protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  17621. {
  17622. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  17623. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  17624. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17625. if (isset($this->privates['scheb_two_factor.security.listener.check_two_factor_code'])) {
  17626. return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'];
  17627. }
  17628. 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);
  17629. }
  17630. /**
  17631. * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  17632. *
  17633. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  17634. */
  17635. protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad = true)
  17636. {
  17637. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  17638. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  17639. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17640. if (isset($this->privates['scheb_two_factor.security.totp.default_form_renderer'])) {
  17641. return $this->privates['scheb_two_factor.security.totp.default_form_renderer'];
  17642. }
  17643. 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');
  17644. }
  17645. /**
  17646. * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  17647. *
  17648. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  17649. */
  17650. protected function getSchebTwoFactor_Security_Totp_ProviderService()
  17651. {
  17652. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  17653. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  17654. $a = ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService());
  17655. if (isset($this->privates['scheb_two_factor.security.totp.provider'])) {
  17656. return $this->privates['scheb_two_factor.security.totp.provider'];
  17657. }
  17658. 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);
  17659. }
  17660. /**
  17661. * Gets the private 'secrets.vault' shared service.
  17662. *
  17663. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  17664. */
  17665. protected function getSecrets_VaultService()
  17666. {
  17667. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  17668. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  17669. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  17670. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  17671. 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'));
  17672. }
  17673. /**
  17674. * Gets the private 'security.access_listener' shared service.
  17675. *
  17676. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  17677. */
  17678. protected function getSecurity_AccessListenerService()
  17679. {
  17680. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  17681. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17682. if (isset($this->privates['security.access_listener'])) {
  17683. return $this->privates['security.access_listener'];
  17684. }
  17685. 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);
  17686. }
  17687. /**
  17688. * Gets the private 'security.access_map' shared service.
  17689. *
  17690. * @return \Symfony\Component\Security\Http\AccessMap
  17691. */
  17692. protected function getSecurity_AccessMapService()
  17693. {
  17694. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  17695. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  17696. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  17697. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  17698. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  17699. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/administrator/'), [0 => 'ROLE_ADMIN'], NULL);
  17700. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/easyadmin/'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_EDITOR', 2 => 'ROLE_AUTHOR'], NULL);
  17701. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  17702. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  17703. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/student/'), [0 => 'ROLE_STUDENT'], NULL);
  17704. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(refresh|json)/student'), [0 => 'ROLE_STUDENT'], NULL);
  17705. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/classroom'), [0 => 'ROLE_TEACHER', 1 => 'ROLE_ADMIN'], NULL);
  17706. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  17707. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/unilogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  17708. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/testlogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  17709. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cms'), [0 => 'PUBLIC_ACCESS'], NULL);
  17710. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/register'), [0 => 'PUBLIC_ACCESS'], NULL);
  17711. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/verify-email'), [0 => 'PUBLIC_ACCESS'], NULL);
  17712. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset-password'), [0 => 'PUBLIC_ACCESS'], NULL);
  17713. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/select-existing'), [0 => 'PUBLIC_ACCESS'], NULL);
  17714. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  17715. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17716. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/2fa'), [0 => 'ROLE_ADMIN'], NULL);
  17717. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  17718. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)'), [0 => 'ROLE_API'], NULL);
  17719. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  17720. return $instance;
  17721. }
  17722. /**
  17723. * Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
  17724. *
  17725. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  17726. */
  17727. protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
  17728. {
  17729. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  17730. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  17731. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17732. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  17733. return $this->privates['security.authentication.access_listener.two_factor.main'];
  17734. }
  17735. $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  17736. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  17737. return $this->privates['security.authentication.access_listener.two_factor.main'];
  17738. }
  17739. 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));
  17740. }
  17741. /**
  17742. * Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
  17743. *
  17744. * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  17745. */
  17746. protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
  17747. {
  17748. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  17749. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17750. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  17751. 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()));
  17752. }
  17753. /**
  17754. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  17755. *
  17756. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  17757. */
  17758. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  17759. {
  17760. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17761. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  17762. return $this->privates['security.authentication.form_listener.two_factor.main'];
  17763. }
  17764. 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);
  17765. }
  17766. /**
  17767. * Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
  17768. *
  17769. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  17770. */
  17771. protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
  17772. {
  17773. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  17774. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17775. if (isset($this->privates['security.authentication.kernel_exception_listener.two_factor.main'])) {
  17776. return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'];
  17777. }
  17778. 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);
  17779. }
  17780. /**
  17781. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  17782. *
  17783. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  17784. */
  17785. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  17786. {
  17787. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  17788. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  17789. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  17790. }
  17791. 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);
  17792. }
  17793. /**
  17794. * Gets the private 'security.authentication.session_strategy' shared service.
  17795. *
  17796. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  17797. */
  17798. protected function getSecurity_Authentication_SessionStrategyService()
  17799. {
  17800. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  17801. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  17802. 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()));
  17803. }
  17804. /**
  17805. * Gets the private 'security.authentication.switchuser_listener.main' shared autowired service.
  17806. *
  17807. * @return \App\Security\Firewall\SwitchUserListener
  17808. */
  17809. protected function getSecurity_Authentication_SwitchuserListener_MainService()
  17810. {
  17811. include_once \dirname(__DIR__, 4).'/src/Security/Firewall/SwitchUserListener.php';
  17812. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/ObjectRepository.php';
  17813. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  17814. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  17815. include_once \dirname(__DIR__, 4).'/src/Entity/Core/Classroom/ClassroomStudentRepository.php';
  17816. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17817. include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
  17818. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  17819. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17820. return $this->privates['security.authentication.switchuser_listener.main'];
  17821. }
  17822. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17823. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17824. return $this->privates['security.authentication.switchuser_listener.main'];
  17825. }
  17826. $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17827. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17828. return $this->privates['security.authentication.switchuser_listener.main'];
  17829. }
  17830. $d = ($this->services['router'] ?? $this->getRouterService());
  17831. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  17832. return $this->privates['security.authentication.switchuser_listener.main'];
  17833. }
  17834. 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);
  17835. }
  17836. /**
  17837. * Gets the private 'security.authentication.token_created_listener.two_factor.main' shared service.
  17838. *
  17839. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener
  17840. */
  17841. protected function getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService()
  17842. {
  17843. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/AuthenticationTokenListener.php';
  17844. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  17845. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  17846. $a = ($this->privates['scheb_two_factor.provider_initiator'] ?? $this->getSchebTwoFactor_ProviderInitiatorService());
  17847. if (isset($this->privates['security.authentication.token_created_listener.two_factor.main'])) {
  17848. return $this->privates['security.authentication.token_created_listener.two_factor.main'];
  17849. }
  17850. 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())));
  17851. }
  17852. /**
  17853. * Gets the private 'security.authenticator.form_login.main' shared service.
  17854. *
  17855. * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  17856. */
  17857. protected function getSecurity_Authenticator_FormLogin_MainService()
  17858. {
  17859. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17860. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  17861. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  17862. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17863. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  17864. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  17865. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17866. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17867. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  17868. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17869. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  17870. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17871. if (isset($this->privates['security.authenticator.form_login.main'])) {
  17872. return $this->privates['security.authenticator.form_login.main'];
  17873. }
  17874. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17875. $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17876. $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]);
  17877. $c->setFirewallName('main');
  17878. $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  17879. $d->setOptions(['login_path' => 'login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
  17880. 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]);
  17881. }
  17882. /**
  17883. * Gets the private 'security.authenticator.remember_me.main' shared service.
  17884. *
  17885. * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  17886. */
  17887. protected function getSecurity_Authenticator_RememberMe_MainService()
  17888. {
  17889. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17890. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17891. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  17892. 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()), 'C33wX44QaajyoEtbn8WV2HbFr76x9M', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  17893. }
  17894. /**
  17895. * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  17896. *
  17897. * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  17898. */
  17899. protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  17900. {
  17901. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  17902. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  17903. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  17904. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  17905. 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'], 'C33wX44QaajyoEtbn8WV2HbFr76x9M', 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' => 'C33wX44QaajyoEtbn8WV2HbFr76x9M', '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()));
  17906. }
  17907. /**
  17908. * Gets the private 'security.authenticator.two_factor.main' shared service.
  17909. *
  17910. * @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
  17911. */
  17912. protected function getSecurity_Authenticator_TwoFactor_MainService()
  17913. {
  17914. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  17915. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  17916. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php';
  17917. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  17918. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  17919. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  17920. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  17921. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  17922. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17923. if (isset($this->privates['security.authenticator.two_factor.main'])) {
  17924. return $this->privates['security.authenticator.two_factor.main'];
  17925. }
  17926. $b = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  17927. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  17928. 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()));
  17929. }
  17930. /**
  17931. * Gets the private 'security.channel_listener' shared service.
  17932. *
  17933. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  17934. */
  17935. protected function getSecurity_ChannelListenerService()
  17936. {
  17937. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  17938. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17939. 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());
  17940. }
  17941. /**
  17942. * Gets the private 'security.command.debug_firewall' shared service.
  17943. *
  17944. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  17945. */
  17946. protected function getSecurity_Command_DebugFirewallService()
  17947. {
  17948. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17949. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  17950. $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);
  17951. $instance->setName('debug:firewall');
  17952. $instance->setDescription('Display information about your security firewall(s)');
  17953. return $instance;
  17954. }
  17955. /**
  17956. * Gets the private 'security.command.user_password_encoder' shared service.
  17957. *
  17958. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  17959. *
  17960. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  17961. */
  17962. protected function getSecurity_Command_UserPasswordEncoderService()
  17963. {
  17964. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  17965. $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']);
  17966. $instance->setName('security:encode-password');
  17967. $instance->setDescription('Encode a password');
  17968. return $instance;
  17969. }
  17970. /**
  17971. * Gets the private 'security.command.user_password_hash' shared service.
  17972. *
  17973. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  17974. */
  17975. protected function getSecurity_Command_UserPasswordHashService()
  17976. {
  17977. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17978. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  17979. $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']);
  17980. $instance->setName('security:hash-password');
  17981. $instance->setDescription('Hash a user password');
  17982. return $instance;
  17983. }
  17984. /**
  17985. * Gets the private 'security.context_listener.0' shared service.
  17986. *
  17987. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  17988. */
  17989. protected function getSecurity_ContextListener_0Service()
  17990. {
  17991. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  17992. if (isset($this->privates['security.context_listener.0'])) {
  17993. return $this->privates['security.context_listener.0'];
  17994. }
  17995. 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 () {
  17996. yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  17997. }, 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']);
  17998. }
  17999. /**
  18000. * Gets the private 'security.csrf.token_storage' shared service.
  18001. *
  18002. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  18003. */
  18004. protected function getSecurity_Csrf_TokenStorageService()
  18005. {
  18006. 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())));
  18007. }
  18008. /**
  18009. * Gets the private 'security.encoder_factory.generic' shared service.
  18010. *
  18011. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18012. *
  18013. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18014. */
  18015. protected function getSecurity_EncoderFactory_GenericService()
  18016. {
  18017. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18018. 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]]);
  18019. }
  18020. /**
  18021. * Gets the private 'security.event_dispatcher.api_doc' shared service.
  18022. *
  18023. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18024. */
  18025. protected function getSecurity_EventDispatcher_ApiDocService()
  18026. {
  18027. $this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18028. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18029. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18030. }, 1 => 'preCheckCredentials'], 256);
  18031. $instance->addListener('security.authentication.success', [0 => function () {
  18032. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  18033. }, 1 => 'postCheckCredentials'], 256);
  18034. $instance->addListener('security.interactive_login', [0 => function () {
  18035. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18036. }, 1 => 'onLogin'], 0);
  18037. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18038. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18039. }, 1 => 'checkPassport'], 1024);
  18040. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18041. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18042. }, 1 => 'handleLoginSuccessEvent'], 0);
  18043. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18044. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18045. }, 1 => 'onLogout'], 0);
  18046. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18047. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18048. }, 1 => 'checkPassport'], 0);
  18049. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18050. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18051. }, 1 => 'onLoginSuccess'], 0);
  18052. $instance->addListener('security.authentication.success', [0 => function () {
  18053. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18054. }, 1 => 'onLogin'], 9223372036854775807);
  18055. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18056. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18057. }, 1 => 'checkPassport'], 0);
  18058. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18059. 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()));
  18060. }, 1 => 'onSuccessfulLogin'], -63);
  18061. $instance->addListener('security.authentication.success', [0 => function () {
  18062. 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()));
  18063. }, 1 => 'onLogin'], 9223372036854775806);
  18064. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18065. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18066. }, 1 => 'checkPassport'], 512);
  18067. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18068. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18069. }, 1 => 'onLogout'], 0);
  18070. return $instance;
  18071. }
  18072. /**
  18073. * Gets the private 'security.event_dispatcher.api_gale' shared service.
  18074. *
  18075. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18076. */
  18077. protected function getSecurity_EventDispatcher_ApiGaleService()
  18078. {
  18079. $this->privates['security.event_dispatcher.api_gale'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18080. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18081. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18082. }, 1 => 'preCheckCredentials'], 256);
  18083. $instance->addListener('security.authentication.success', [0 => function () {
  18084. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  18085. }, 1 => 'postCheckCredentials'], 256);
  18086. $instance->addListener('security.interactive_login', [0 => function () {
  18087. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18088. }, 1 => 'onLogin'], 0);
  18089. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18090. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18091. }, 1 => 'checkPassport'], 1024);
  18092. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18093. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18094. }, 1 => 'handleLoginSuccessEvent'], 0);
  18095. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18096. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18097. }, 1 => 'onLogout'], 0);
  18098. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18099. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18100. }, 1 => 'checkPassport'], 0);
  18101. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18102. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18103. }, 1 => 'onLoginSuccess'], 0);
  18104. $instance->addListener('security.authentication.success', [0 => function () {
  18105. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18106. }, 1 => 'onLogin'], 9223372036854775807);
  18107. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18108. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18109. }, 1 => 'checkPassport'], 0);
  18110. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18111. 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()));
  18112. }, 1 => 'onSuccessfulLogin'], -63);
  18113. $instance->addListener('security.authentication.success', [0 => function () {
  18114. 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()));
  18115. }, 1 => 'onLogin'], 9223372036854775806);
  18116. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18117. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18118. }, 1 => 'checkPassport'], 512);
  18119. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18120. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18121. }, 1 => 'onLogout'], 0);
  18122. return $instance;
  18123. }
  18124. /**
  18125. * Gets the private 'security.event_dispatcher.main' shared service.
  18126. *
  18127. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18128. */
  18129. protected function getSecurity_EventDispatcher_MainService()
  18130. {
  18131. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18132. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18133. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  18134. }, 1 => 'onSuccessfulLogin'], 0);
  18135. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18136. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  18137. }, 1 => 'onLogout'], 64);
  18138. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18139. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  18140. }, 1 => 'onLogout'], 0);
  18141. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  18142. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService());
  18143. }, 1 => 'onAuthenticationTokenCreated'], 0);
  18144. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18145. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  18146. }, 1 => 'onSuccessfulLogin'], -32);
  18147. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18148. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18149. }, 1 => 'onSuccessfulLogin'], -64);
  18150. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  18151. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18152. }, 1 => 'clearCookie'], 0);
  18153. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18154. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18155. }, 1 => 'clearCookie'], 0);
  18156. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  18157. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  18158. }, 1 => 'clearCookie'], 0);
  18159. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18160. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18161. }, 1 => 'preCheckCredentials'], 256);
  18162. $instance->addListener('security.authentication.success', [0 => function () {
  18163. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18164. }, 1 => 'postCheckCredentials'], 256);
  18165. $instance->addListener('security.interactive_login', [0 => function () {
  18166. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  18167. }, 1 => 'onLogin'], 0);
  18168. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18169. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18170. }, 1 => 'checkPassport'], 1024);
  18171. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18172. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  18173. }, 1 => 'handleLoginSuccessEvent'], 0);
  18174. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18175. return ($this->services['App\\EventListener\\User\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18176. }, 1 => 'onLogout'], 0);
  18177. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18178. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18179. }, 1 => 'checkPassport'], 0);
  18180. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18181. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18182. }, 1 => 'onLoginSuccess'], 0);
  18183. $instance->addListener('security.authentication.success', [0 => function () {
  18184. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  18185. }, 1 => 'onLogin'], 9223372036854775807);
  18186. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18187. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  18188. }, 1 => 'checkPassport'], 0);
  18189. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  18190. 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()));
  18191. }, 1 => 'onSuccessfulLogin'], -63);
  18192. $instance->addListener('security.authentication.success', [0 => function () {
  18193. 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()));
  18194. }, 1 => 'onLogin'], 9223372036854775806);
  18195. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  18196. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18197. }, 1 => 'checkPassport'], 512);
  18198. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  18199. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18200. }, 1 => 'onLogout'], 0);
  18201. return $instance;
  18202. }
  18203. /**
  18204. * Gets the private 'security.firewall.map' shared service.
  18205. *
  18206. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  18207. */
  18208. protected function getSecurity_Firewall_MapService()
  18209. {
  18210. $a = ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService());
  18211. if (isset($this->privates['security.firewall.map'])) {
  18212. return $this->privates['security.firewall.map'];
  18213. }
  18214. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  18215. 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')));
  18216. 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/)')));
  18217. 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)/')));
  18218. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  18219. }, 4));
  18220. }
  18221. /**
  18222. * Gets the private 'security.firewall.map.context.api_doc' shared service.
  18223. *
  18224. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18225. */
  18226. protected function getSecurity_Firewall_Map_Context_ApiDocService()
  18227. {
  18228. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18229. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18230. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18231. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18232. $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18233. if (isset($this->privates['security.firewall.map.context.api_doc'])) {
  18234. return $this->privates['security.firewall.map.context.api_doc'];
  18235. }
  18236. return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18237. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18238. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiDocService());
  18239. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18240. }, 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));
  18241. }
  18242. /**
  18243. * Gets the private 'security.firewall.map.context.api_gale' shared service.
  18244. *
  18245. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18246. */
  18247. protected function getSecurity_Firewall_Map_Context_ApiGaleService()
  18248. {
  18249. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18250. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18251. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18252. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  18253. include_once \dirname(__DIR__, 4).'/src/Security/ApiAccessDeniedHandler.php';
  18254. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18255. return $this->privates['security.firewall.map.context.api_gale'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18256. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18257. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiGaleService());
  18258. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18259. }, 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));
  18260. }
  18261. /**
  18262. * Gets the private 'security.firewall.map.context.dev' shared service.
  18263. *
  18264. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18265. */
  18266. protected function getSecurity_Firewall_Map_Context_DevService()
  18267. {
  18268. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18269. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18270. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18271. return new \EmptyIterator();
  18272. }, 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));
  18273. }
  18274. /**
  18275. * Gets the private 'security.firewall.map.context.main' shared service.
  18276. *
  18277. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18278. */
  18279. protected function getSecurity_Firewall_Map_Context_MainService()
  18280. {
  18281. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18282. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18283. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18284. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  18285. include_once \dirname(__DIR__, 4).'/src/Security/Core/AccessDeniedHandler.php';
  18286. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  18287. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18288. $a = ($this->services['router'] ?? $this->getRouterService());
  18289. if (isset($this->privates['security.firewall.map.context.main'])) {
  18290. return $this->privates['security.firewall.map.context.main'];
  18291. }
  18292. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  18293. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18294. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18295. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18296. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  18297. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  18298. yield 3 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  18299. yield 4 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
  18300. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18301. }, 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']));
  18302. }
  18303. /**
  18304. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  18305. *
  18306. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  18307. */
  18308. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  18309. {
  18310. 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());
  18311. }
  18312. /**
  18313. * Gets the private 'security.helper' shared service.
  18314. *
  18315. * @return \Symfony\Component\Security\Core\Security
  18316. */
  18317. protected function getSecurity_HelperService()
  18318. {
  18319. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  18320. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18321. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  18322. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  18323. ], [
  18324. 'security.authorization_checker' => '?',
  18325. 'security.token_storage' => '?',
  18326. ]));
  18327. }
  18328. /**
  18329. * Gets the private 'security.http_utils' shared service.
  18330. *
  18331. * @return \Symfony\Component\Security\Http\HttpUtils
  18332. */
  18333. protected function getSecurity_HttpUtilsService()
  18334. {
  18335. $a = ($this->services['router'] ?? $this->getRouterService());
  18336. if (isset($this->privates['security.http_utils'])) {
  18337. return $this->privates['security.http_utils'];
  18338. }
  18339. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
  18340. }
  18341. /**
  18342. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  18343. *
  18344. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  18345. */
  18346. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  18347. {
  18348. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  18349. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18350. }
  18351. /**
  18352. * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  18353. *
  18354. * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  18355. */
  18356. protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  18357. {
  18358. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  18359. 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()));
  18360. }
  18361. /**
  18362. * Gets the private 'security.listener.csrf_protection' shared service.
  18363. *
  18364. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  18365. */
  18366. protected function getSecurity_Listener_CsrfProtectionService()
  18367. {
  18368. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  18369. 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()));
  18370. }
  18371. /**
  18372. * Gets the private 'security.listener.password_migrating' shared service.
  18373. *
  18374. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  18375. */
  18376. protected function getSecurity_Listener_PasswordMigratingService()
  18377. {
  18378. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  18379. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18380. }
  18381. /**
  18382. * Gets the private 'security.listener.remember_me.main' shared service.
  18383. *
  18384. * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  18385. */
  18386. protected function getSecurity_Listener_RememberMe_MainService()
  18387. {
  18388. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  18389. 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()));
  18390. }
  18391. /**
  18392. * Gets the private 'security.listener.session.main' shared service.
  18393. *
  18394. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  18395. */
  18396. protected function getSecurity_Listener_Session_MainService()
  18397. {
  18398. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  18399. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  18400. }
  18401. /**
  18402. * Gets the private 'security.listener.user_checker.api_doc' shared service.
  18403. *
  18404. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18405. */
  18406. protected function getSecurity_Listener_UserChecker_ApiDocService()
  18407. {
  18408. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18409. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18410. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18411. 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())));
  18412. }
  18413. /**
  18414. * Gets the private 'security.listener.user_checker.api_gale' shared service.
  18415. *
  18416. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18417. */
  18418. protected function getSecurity_Listener_UserChecker_ApiGaleService()
  18419. {
  18420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18422. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18423. 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())));
  18424. }
  18425. /**
  18426. * Gets the private 'security.listener.user_checker.main' shared service.
  18427. *
  18428. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18429. */
  18430. protected function getSecurity_Listener_UserChecker_MainService()
  18431. {
  18432. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18433. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18434. include_once \dirname(__DIR__, 4).'/src/Security/UserChecker.php';
  18435. 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())));
  18436. }
  18437. /**
  18438. * Gets the private 'security.listener.user_provider' shared service.
  18439. *
  18440. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18441. */
  18442. protected function getSecurity_Listener_UserProviderService()
  18443. {
  18444. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18445. 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()));
  18446. }
  18447. /**
  18448. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  18449. *
  18450. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  18451. */
  18452. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  18453. {
  18454. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  18455. 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()));
  18456. }
  18457. /**
  18458. * Gets the private 'security.logout.listener.default.main' shared service.
  18459. *
  18460. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  18461. */
  18462. protected function getSecurity_Logout_Listener_Default_MainService()
  18463. {
  18464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  18465. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  18466. }
  18467. /**
  18468. * Gets the private 'security.logout_url_generator' shared service.
  18469. *
  18470. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  18471. */
  18472. protected function getSecurity_LogoutUrlGeneratorService()
  18473. {
  18474. $a = ($this->services['router'] ?? $this->getRouterService());
  18475. if (isset($this->privates['security.logout_url_generator'])) {
  18476. return $this->privates['security.logout_url_generator'];
  18477. }
  18478. $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()));
  18479. $instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
  18480. return $instance;
  18481. }
  18482. /**
  18483. * Gets the private 'security.password_hasher_factory' shared service.
  18484. *
  18485. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  18486. */
  18487. protected function getSecurity_PasswordHasherFactoryService()
  18488. {
  18489. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18490. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  18491. 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]]);
  18492. }
  18493. /**
  18494. * Gets the private 'security.role_hierarchy' shared service.
  18495. *
  18496. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  18497. */
  18498. protected function getSecurity_RoleHierarchyService()
  18499. {
  18500. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  18501. }
  18502. /**
  18503. * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  18504. *
  18505. * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  18506. */
  18507. protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  18508. {
  18509. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  18510. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  18511. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  18512. 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);
  18513. }
  18514. /**
  18515. * Gets the private 'security.user_password_hasher' shared service.
  18516. *
  18517. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  18518. */
  18519. protected function getSecurity_UserPasswordHasherService()
  18520. {
  18521. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  18522. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  18523. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18524. }
  18525. /**
  18526. * Gets the private 'security.validator.user_password' shared service.
  18527. *
  18528. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  18529. */
  18530. protected function getSecurity_Validator_UserPasswordService()
  18531. {
  18532. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18533. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  18534. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  18535. 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()));
  18536. }
  18537. /**
  18538. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  18539. *
  18540. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  18541. */
  18542. protected function getSerializer_Mapping_CacheWarmerService()
  18543. {
  18544. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18545. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18546. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  18547. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  18548. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  18549. 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'));
  18550. }
  18551. /**
  18552. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  18553. *
  18554. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  18555. */
  18556. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  18557. {
  18558. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  18559. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  18560. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  18561. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  18562. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  18563. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  18564. 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()))]));
  18565. }
  18566. /**
  18567. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  18568. *
  18569. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  18570. */
  18571. protected function getSerializer_NameConverter_MetadataAwareService()
  18572. {
  18573. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  18574. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  18575. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  18576. 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()));
  18577. }
  18578. /**
  18579. * Gets the private 'session.factory' shared service.
  18580. *
  18581. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  18582. */
  18583. protected function getSession_FactoryService()
  18584. {
  18585. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  18586. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  18587. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  18588. if (isset($this->privates['session.factory'])) {
  18589. return $this->privates['session.factory'];
  18590. }
  18591. 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']);
  18592. }
  18593. /**
  18594. * Gets the private 'session.flash_bag' shared service.
  18595. *
  18596. * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  18597. *
  18598. * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  18599. */
  18600. protected function getSession_FlashBagService()
  18601. {
  18602. trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  18603. return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  18604. }
  18605. /**
  18606. * Gets the private 'session.storage.factory.service' shared service.
  18607. *
  18608. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  18609. *
  18610. * @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.
  18611. */
  18612. protected function getSession_Storage_Factory_ServiceService()
  18613. {
  18614. 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.');
  18615. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  18616. }
  18617. /**
  18618. * Gets the private 'session.storage.metadata_bag' shared service.
  18619. *
  18620. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  18621. *
  18622. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  18623. */
  18624. protected function getSession_Storage_MetadataBagService()
  18625. {
  18626. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  18627. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  18628. }
  18629. /**
  18630. * Gets the private 'session.storage.native' shared service.
  18631. *
  18632. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  18633. *
  18634. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  18635. */
  18636. protected function getSession_Storage_NativeService()
  18637. {
  18638. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  18639. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  18640. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  18641. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  18642. 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());
  18643. }
  18644. /**
  18645. * Gets the private 'session_listener' shared service.
  18646. *
  18647. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  18648. */
  18649. protected function getSessionListenerService()
  18650. {
  18651. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18652. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  18653. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  18654. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  18655. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  18656. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  18657. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  18658. ], [
  18659. 'initialized_session' => '?',
  18660. 'logger' => '?',
  18661. 'request_stack' => '?',
  18662. 'session' => '?',
  18663. 'session_collector' => '?',
  18664. 'session_factory' => '?',
  18665. ]), true, $this->parameters['session.storage.options']);
  18666. }
  18667. /**
  18668. * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  18669. *
  18670. * @return \Gedmo\Sortable\SortableListener
  18671. */
  18672. protected function getStofDoctrineExtensions_Listener_SortableService()
  18673. {
  18674. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18675. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  18676. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  18677. $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  18678. $instance->setCacheItemPool(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  18679. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  18680. return $instance;
  18681. }
  18682. /**
  18683. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  18684. *
  18685. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  18686. */
  18687. protected function getSymfonycasts_ResetPassword_CleanerService()
  18688. {
  18689. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  18690. return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->services['App\\Repository\\User\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  18691. }
  18692. /**
  18693. * Gets the private 'translation.extractor' shared service.
  18694. *
  18695. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  18696. */
  18697. protected function getTranslation_ExtractorService()
  18698. {
  18699. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  18700. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  18701. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  18702. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  18703. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  18704. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  18705. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  18706. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  18707. return $instance;
  18708. }
  18709. /**
  18710. * Gets the private 'translation.loader.csv' shared service.
  18711. *
  18712. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  18713. */
  18714. protected function getTranslation_Loader_CsvService()
  18715. {
  18716. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18717. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18718. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18719. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18720. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  18721. }
  18722. /**
  18723. * Gets the private 'translation.loader.dat' shared service.
  18724. *
  18725. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  18726. */
  18727. protected function getTranslation_Loader_DatService()
  18728. {
  18729. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18730. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18731. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18732. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  18733. }
  18734. /**
  18735. * Gets the private 'translation.loader.ini' shared service.
  18736. *
  18737. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  18738. */
  18739. protected function getTranslation_Loader_IniService()
  18740. {
  18741. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18742. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18743. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18744. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18745. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  18746. }
  18747. /**
  18748. * Gets the private 'translation.loader.json' shared service.
  18749. *
  18750. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  18751. */
  18752. protected function getTranslation_Loader_JsonService()
  18753. {
  18754. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18755. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18756. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18757. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18758. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  18759. }
  18760. /**
  18761. * Gets the private 'translation.loader.mo' shared service.
  18762. *
  18763. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  18764. */
  18765. protected function getTranslation_Loader_MoService()
  18766. {
  18767. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18768. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18769. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18770. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18771. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  18772. }
  18773. /**
  18774. * Gets the private 'translation.loader.php' shared service.
  18775. *
  18776. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  18777. */
  18778. protected function getTranslation_Loader_PhpService()
  18779. {
  18780. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18781. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18782. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18783. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18784. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  18785. }
  18786. /**
  18787. * Gets the private 'translation.loader.po' shared service.
  18788. *
  18789. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  18790. */
  18791. protected function getTranslation_Loader_PoService()
  18792. {
  18793. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18794. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18795. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18796. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18797. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  18798. }
  18799. /**
  18800. * Gets the private 'translation.loader.qt' shared service.
  18801. *
  18802. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  18803. */
  18804. protected function getTranslation_Loader_QtService()
  18805. {
  18806. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18807. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18808. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  18809. }
  18810. /**
  18811. * Gets the private 'translation.loader.res' shared service.
  18812. *
  18813. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  18814. */
  18815. protected function getTranslation_Loader_ResService()
  18816. {
  18817. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18818. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18819. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  18820. }
  18821. /**
  18822. * Gets the private 'translation.loader.xliff' shared service.
  18823. *
  18824. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  18825. */
  18826. protected function getTranslation_Loader_XliffService()
  18827. {
  18828. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18829. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18830. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  18831. }
  18832. /**
  18833. * Gets the private 'translation.loader.yml' shared service.
  18834. *
  18835. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  18836. */
  18837. protected function getTranslation_Loader_YmlService()
  18838. {
  18839. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18840. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18841. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18842. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18843. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  18844. }
  18845. /**
  18846. * Gets the private 'translation.provider_collection' shared service.
  18847. *
  18848. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  18849. */
  18850. protected function getTranslation_ProviderCollectionService()
  18851. {
  18852. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  18853. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  18854. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  18855. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  18856. }, 1), []))->fromConfig([]);
  18857. }
  18858. /**
  18859. * Gets the private 'translation.reader' shared service.
  18860. *
  18861. * @return \Symfony\Component\Translation\Reader\TranslationReader
  18862. */
  18863. protected function getTranslation_ReaderService()
  18864. {
  18865. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  18866. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  18867. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  18868. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  18869. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  18870. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  18871. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  18872. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  18873. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  18874. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  18875. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  18876. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  18877. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  18878. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  18879. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  18880. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  18881. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  18882. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  18883. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  18884. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  18885. $instance->addLoader('yaml', $a);
  18886. $instance->addLoader('yml', $a);
  18887. $instance->addLoader('xlf', $b);
  18888. $instance->addLoader('xliff', $b);
  18889. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  18890. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  18891. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  18892. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  18893. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  18894. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  18895. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  18896. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  18897. return $instance;
  18898. }
  18899. /**
  18900. * Gets the private 'translation.warmer' shared service.
  18901. *
  18902. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  18903. */
  18904. protected function getTranslation_WarmerService()
  18905. {
  18906. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18907. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  18908. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18909. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  18910. ], [
  18911. 'translator' => '?',
  18912. ]))->withContext('translation.warmer', $this));
  18913. }
  18914. /**
  18915. * Gets the private 'translation.writer' shared service.
  18916. *
  18917. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  18918. */
  18919. protected function getTranslation_WriterService()
  18920. {
  18921. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  18922. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  18923. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  18924. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  18925. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  18926. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  18927. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  18928. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  18929. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  18930. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  18931. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  18932. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  18933. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  18934. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  18935. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  18936. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  18937. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  18938. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  18939. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  18940. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  18941. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  18942. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  18943. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  18944. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  18945. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  18946. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  18947. return $instance;
  18948. }
  18949. /**
  18950. * Gets the private 'translator.default' shared service.
  18951. *
  18952. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  18953. */
  18954. protected function getTranslator_DefaultService()
  18955. {
  18956. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18957. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  18958. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  18959. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  18960. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  18961. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  18962. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  18963. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  18964. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  18965. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  18966. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  18967. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  18968. ], [
  18969. 'translation.loader.csv' => '?',
  18970. 'translation.loader.dat' => '?',
  18971. 'translation.loader.ini' => '?',
  18972. 'translation.loader.json' => '?',
  18973. 'translation.loader.mo' => '?',
  18974. 'translation.loader.php' => '?',
  18975. 'translation.loader.po' => '?',
  18976. 'translation.loader.qt' => '?',
  18977. 'translation.loader.res' => '?',
  18978. 'translation.loader.xliff' => '?',
  18979. 'translation.loader.yml' => '?',
  18980. ]), 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']]], []);
  18981. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  18982. $instance->setFallbackLocales([0 => 'dk', 1 => 'en']);
  18983. return $instance;
  18984. }
  18985. /**
  18986. * Gets the private 'twig.command.debug' shared service.
  18987. *
  18988. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  18989. */
  18990. protected function getTwig_Command_DebugService()
  18991. {
  18992. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18993. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  18994. $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()));
  18995. $instance->setName('debug:twig');
  18996. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  18997. return $instance;
  18998. }
  18999. /**
  19000. * Gets the private 'twig.command.lint' shared service.
  19001. *
  19002. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  19003. */
  19004. protected function getTwig_Command_LintService()
  19005. {
  19006. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19007. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  19008. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  19009. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19010. $instance->setName('lint:twig');
  19011. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  19012. return $instance;
  19013. }
  19014. /**
  19015. * Gets the private 'twig.form.engine' shared service.
  19016. *
  19017. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  19018. */
  19019. protected function getTwig_Form_EngineService()
  19020. {
  19021. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  19022. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  19023. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  19024. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19025. if (isset($this->privates['twig.form.engine'])) {
  19026. return $this->privates['twig.form.engine'];
  19027. }
  19028. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  19029. }
  19030. /**
  19031. * Gets the private 'twig.form.renderer' shared service.
  19032. *
  19033. * @return \Symfony\Component\Form\FormRenderer
  19034. */
  19035. protected function getTwig_Form_RendererService()
  19036. {
  19037. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  19038. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  19039. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  19040. if (isset($this->privates['twig.form.renderer'])) {
  19041. return $this->privates['twig.form.renderer'];
  19042. }
  19043. 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()));
  19044. }
  19045. /**
  19046. * Gets the private 'twig.loader.native_filesystem' shared service.
  19047. *
  19048. * @return \Twig\Loader\FilesystemLoader
  19049. */
  19050. protected function getTwig_Loader_NativeFilesystemService()
  19051. {
  19052. $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  19053. $instance->addPath('templates/bundles/EasyAdminBundle/', 'ea');
  19054. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/../templates/'), 'ea');
  19055. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  19056. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  19057. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  19058. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  19059. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  19060. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  19061. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  19062. $instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  19063. $instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  19064. $instance->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  19065. $instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  19066. $instance->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  19067. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  19068. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  19069. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  19070. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  19071. $instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  19072. $instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  19073. $instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  19074. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), 'EasyAdmin');
  19075. $instance->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), '!EasyAdmin');
  19076. $instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  19077. $instance->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  19078. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  19079. $instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  19080. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), 'TwigComponent');
  19081. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/templates'), '!TwigComponent');
  19082. $instance->addPath((\dirname(__DIR__, 4).'/templates'));
  19083. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  19084. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  19085. $instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  19086. return $instance;
  19087. }
  19088. /**
  19089. * Gets the private 'twig.mailer.message_listener' shared service.
  19090. *
  19091. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  19092. */
  19093. protected function getTwig_Mailer_MessageListenerService()
  19094. {
  19095. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  19096. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  19097. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  19098. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19099. if (isset($this->privates['twig.mailer.message_listener'])) {
  19100. return $this->privates['twig.mailer.message_listener'];
  19101. }
  19102. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  19103. }
  19104. /**
  19105. * Gets the private 'twig.runtime.httpkernel' shared service.
  19106. *
  19107. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19108. */
  19109. protected function getTwig_Runtime_HttpkernelService()
  19110. {
  19111. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19112. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19113. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19114. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19115. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19116. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19117. 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, [
  19118. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  19119. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  19120. ], [
  19121. 'hinclude' => '?',
  19122. 'inline' => '?',
  19123. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('C33wX44QaajyoEtbn8WV2HbFr76x9M'))), $a));
  19124. }
  19125. /**
  19126. * Gets the private 'twig.runtime.security_csrf' shared service.
  19127. *
  19128. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  19129. */
  19130. protected function getTwig_Runtime_SecurityCsrfService()
  19131. {
  19132. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  19133. 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()));
  19134. }
  19135. /**
  19136. * Gets the private 'twig.runtime.serializer' shared service.
  19137. *
  19138. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19139. */
  19140. protected function getTwig_Runtime_SerializerService()
  19141. {
  19142. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19143. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19144. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  19145. }
  19146. /**
  19147. * Gets the private 'twig.template_cache_warmer' shared service.
  19148. *
  19149. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19150. */
  19151. protected function getTwig_TemplateCacheWarmerService()
  19152. {
  19153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19154. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19155. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19156. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19157. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  19158. ], [
  19159. 'twig' => '?',
  19160. ]))->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')));
  19161. }
  19162. /**
  19163. * Gets the private 'ux.twig_component.cache_warmer' shared service.
  19164. *
  19165. * @return \Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer
  19166. */
  19167. protected function getUx_TwigComponent_CacheWarmerService()
  19168. {
  19169. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19170. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/CacheWarmer/TwigComponentCacheWarmer.php';
  19171. return $this->privates['ux.twig_component.cache_warmer'] = new \Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19172. 'ux.twig_component.component_properties' => ['privates', 'ux.twig_component.component_properties', 'getUx_TwigComponent_ComponentPropertiesService', false],
  19173. ], [
  19174. 'ux.twig_component.component_properties' => 'Symfony\\UX\\TwigComponent\\ComponentProperties',
  19175. ]))->withContext('ux.twig_component.cache_warmer', $this));
  19176. }
  19177. /**
  19178. * Gets the private 'ux.twig_component.command.debug' shared service.
  19179. *
  19180. * @return \Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand
  19181. */
  19182. protected function getUx_TwigComponent_Command_DebugService()
  19183. {
  19184. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19185. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Command/TwigComponentDebugCommand.php';
  19186. $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/');
  19187. $instance->setName('debug:twig-component');
  19188. $instance->setDescription('Display components and them usages for an application');
  19189. return $instance;
  19190. }
  19191. /**
  19192. * Gets the private 'ux.twig_component.component_factory' shared service.
  19193. *
  19194. * @return \Symfony\UX\TwigComponent\ComponentFactory
  19195. */
  19196. protected function getUx_TwigComponent_ComponentFactoryService()
  19197. {
  19198. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  19199. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
  19200. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
  19201. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19202. if (isset($this->privates['ux.twig_component.component_factory'])) {
  19203. return $this->privates['ux.twig_component.component_factory'];
  19204. }
  19205. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19206. if (isset($this->privates['ux.twig_component.component_factory'])) {
  19207. return $this->privates['ux.twig_component.component_factory'];
  19208. }
  19209. 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, [
  19210. 'ea:Alert' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Alert', 'getAlertService', false],
  19211. 'ea:Flag' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Flag', 'getFlagService', false],
  19212. 'ea:Icon' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'getIconService', false],
  19213. ], [
  19214. 'ea:Alert' => '?',
  19215. 'ea:Flag' => '?',
  19216. 'ea:Icon' => '?',
  19217. ]), ($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);
  19218. }
  19219. /**
  19220. * Gets the private 'ux.twig_component.component_properties' shared service.
  19221. *
  19222. * @return \Symfony\UX\TwigComponent\ComponentProperties
  19223. */
  19224. protected function getUx_TwigComponent_ComponentPropertiesService()
  19225. {
  19226. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentProperties.php';
  19227. 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()));
  19228. }
  19229. /**
  19230. * Gets the private 'ux.twig_component.component_renderer' shared service.
  19231. *
  19232. * @return \Symfony\UX\TwigComponent\ComponentRenderer
  19233. */
  19234. protected function getUx_TwigComponent_ComponentRendererService()
  19235. {
  19236. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  19237. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  19238. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  19239. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19240. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19241. return $this->privates['ux.twig_component.component_renderer'];
  19242. }
  19243. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19244. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19245. return $this->privates['ux.twig_component.component_renderer'];
  19246. }
  19247. $c = ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService());
  19248. if (isset($this->privates['ux.twig_component.component_renderer'])) {
  19249. return $this->privates['ux.twig_component.component_renderer'];
  19250. }
  19251. 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());
  19252. }
  19253. /**
  19254. * Gets the private 'ux.twig_component.twig.component_runtime' shared service.
  19255. *
  19256. * @return \Symfony\UX\TwigComponent\Twig\ComponentRuntime
  19257. */
  19258. protected function getUx_TwigComponent_Twig_ComponentRuntimeService()
  19259. {
  19260. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentRuntime.php';
  19261. $a = ($this->privates['ux.twig_component.component_renderer'] ?? $this->getUx_TwigComponent_ComponentRendererService());
  19262. if (isset($this->privates['ux.twig_component.twig.component_runtime'])) {
  19263. return $this->privates['ux.twig_component.twig.component_runtime'];
  19264. }
  19265. return $this->privates['ux.twig_component.twig.component_runtime'] = new \Symfony\UX\TwigComponent\Twig\ComponentRuntime($a, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  19266. }
  19267. /**
  19268. * Gets the private 'validator.builder' shared service.
  19269. *
  19270. * @return \Symfony\Component\Validator\ValidatorBuilder
  19271. */
  19272. protected function getValidator_BuilderService()
  19273. {
  19274. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  19275. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  19276. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19277. 'App\\Validator\\Constraints\\EmailConstraintValidator' => ['privates', 'App\\Validator\\Constraints\\EmailConstraintValidator', 'getEmailConstraintValidatorService', false],
  19278. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  19279. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  19280. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  19281. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  19282. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  19283. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  19284. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  19285. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  19286. ], [
  19287. 'App\\Validator\\Constraints\\EmailConstraintValidator' => '?',
  19288. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  19289. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  19290. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  19291. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  19292. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  19293. 'doctrine.orm.validator.unique' => '?',
  19294. 'security.validator.user_password' => '?',
  19295. 'validator.expression' => '?',
  19296. ])));
  19297. if ($this->has('translator')) {
  19298. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  19299. }
  19300. $instance->setTranslationDomain('validators');
  19301. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  19302. $instance->enableAnnotationMapping(true);
  19303. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19304. $instance->addMethodMapping('loadValidatorMetadata');
  19305. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  19306. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^src\\\\Entity\\\\Core$}'));
  19307. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^src\\\\Entity\\\\Core$}'));
  19308. return $instance;
  19309. }
  19310. /**
  19311. * Gets the private 'validator.email' shared service.
  19312. *
  19313. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  19314. */
  19315. protected function getValidator_EmailService()
  19316. {
  19317. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19318. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19319. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  19320. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  19321. }
  19322. /**
  19323. * Gets the private 'validator.expression' shared service.
  19324. *
  19325. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  19326. */
  19327. protected function getValidator_ExpressionService()
  19328. {
  19329. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19330. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19331. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  19332. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  19333. 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())));
  19334. }
  19335. /**
  19336. * Gets the private 'validator.mapping.cache_warmer' shared service.
  19337. *
  19338. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  19339. */
  19340. protected function getValidator_Mapping_CacheWarmerService()
  19341. {
  19342. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19343. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19344. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  19345. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  19346. }
  19347. /**
  19348. * Gets the private 'validator.not_compromised_password' shared service.
  19349. *
  19350. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  19351. */
  19352. protected function getValidator_NotCompromisedPasswordService()
  19353. {
  19354. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19355. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  19356. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  19357. 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);
  19358. }
  19359. /**
  19360. * Gets the private 'var_dumper.command.server_dump' shared service.
  19361. *
  19362. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  19363. */
  19364. protected function getVarDumper_Command_ServerDumpService()
  19365. {
  19366. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19367. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  19368. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  19369. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  19370. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  19371. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  19372. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  19373. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19374. $a->pushProcessor(($this->privates['App\\Logger\\Core\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  19375. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  19376. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19377. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19378. $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()))]);
  19379. $instance->setName('server:dump');
  19380. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  19381. return $instance;
  19382. }
  19383. /**
  19384. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  19385. *
  19386. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  19387. */
  19388. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  19389. {
  19390. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  19391. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19392. return $instance;
  19393. }
  19394. /**
  19395. * Gets the private 'var_dumper.html_dumper' shared service.
  19396. *
  19397. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  19398. */
  19399. protected function getVarDumper_HtmlDumperService()
  19400. {
  19401. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  19402. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19403. return $instance;
  19404. }
  19405. /**
  19406. * Gets the private 'var_dumper.server_connection' shared service.
  19407. *
  19408. * @return \Symfony\Component\VarDumper\Server\Connection
  19409. */
  19410. protected function getVarDumper_ServerConnectionService()
  19411. {
  19412. 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()]);
  19413. }
  19414. /**
  19415. * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  19416. *
  19417. * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  19418. */
  19419. protected function getVichUploader_Command_MappingDebugService()
  19420. {
  19421. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19422. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  19423. $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  19424. $instance->setName('vich:mapping:debug');
  19425. $instance->setDescription('Debug a mapping.');
  19426. return $instance;
  19427. }
  19428. /**
  19429. * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  19430. *
  19431. * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  19432. */
  19433. protected function getVichUploader_Command_MappingDebugClassService()
  19434. {
  19435. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19436. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  19437. $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  19438. $instance->setName('vich:mapping:debug-class');
  19439. $instance->setDescription('Debug a class.');
  19440. return $instance;
  19441. }
  19442. /**
  19443. * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  19444. *
  19445. * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  19446. */
  19447. protected function getVichUploader_Command_MappingListClassesService()
  19448. {
  19449. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19450. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  19451. $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  19452. $instance->setName('vich:mapping:list-classes');
  19453. $instance->setDescription('Searches for uploadable classes.');
  19454. return $instance;
  19455. }
  19456. /**
  19457. * Gets the private 'vich_uploader.listener.clean.peer_solution_file' shared service.
  19458. *
  19459. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  19460. */
  19461. protected function getVichUploader_Listener_Clean_PeerSolutionFileService()
  19462. {
  19463. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19464. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  19465. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19466. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19467. 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()));
  19468. }
  19469. /**
  19470. * Gets the private 'vich_uploader.listener.clean.worksheet_solution_file' shared service.
  19471. *
  19472. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  19473. */
  19474. protected function getVichUploader_Listener_Clean_WorksheetSolutionFileService()
  19475. {
  19476. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19477. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  19478. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19479. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19480. 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()));
  19481. }
  19482. /**
  19483. * Gets the private 'vich_uploader.listener.remove.peer_solution_file' shared service.
  19484. *
  19485. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  19486. */
  19487. protected function getVichUploader_Listener_Remove_PeerSolutionFileService()
  19488. {
  19489. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19490. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  19491. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19492. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19493. 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()));
  19494. }
  19495. /**
  19496. * Gets the private 'vich_uploader.listener.remove.worksheet_solution_file' shared service.
  19497. *
  19498. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  19499. */
  19500. protected function getVichUploader_Listener_Remove_WorksheetSolutionFileService()
  19501. {
  19502. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19503. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  19504. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19505. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19506. 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()));
  19507. }
  19508. /**
  19509. * Gets the private 'vich_uploader.listener.upload.peer_solution_file' shared service.
  19510. *
  19511. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  19512. */
  19513. protected function getVichUploader_Listener_Upload_PeerSolutionFileService()
  19514. {
  19515. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19516. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  19517. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19518. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19519. 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()));
  19520. }
  19521. /**
  19522. * Gets the private 'vich_uploader.listener.upload.worksheet_solution_file' shared service.
  19523. *
  19524. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  19525. */
  19526. protected function getVichUploader_Listener_Upload_WorksheetSolutionFileService()
  19527. {
  19528. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  19529. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  19530. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  19531. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  19532. 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()));
  19533. }
  19534. /**
  19535. * Gets the private 'vich_uploader.metadata_reader' shared service.
  19536. *
  19537. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  19538. */
  19539. protected function getVichUploader_MetadataReaderService()
  19540. {
  19541. $a = new \Metadata\Driver\FileLocator([]);
  19542. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AttributeDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [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);
  19543. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  19544. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  19545. }
  19546. /**
  19547. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  19548. *
  19549. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  19550. */
  19551. protected function getVichUploader_PropertyMappingFactoryService()
  19552. {
  19553. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  19554. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingResolverInterface.php';
  19555. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingResolver.php';
  19556. return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), new \Vich\UploaderBundle\Mapping\PropertyMappingResolver(new RewindableGenerator(function () {
  19557. yield 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\UniqidNamer'] ?? ($this->privates['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer()));
  19558. yield 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\PropertyNamer'] ?? $this->getPropertyNamerService());
  19559. yield 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\OrignameNamer'] ?? $this->getOrignameNamerService());
  19560. yield 'Vich\\UploaderBundle\\Naming\\HashNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\HashNamer'] ?? ($this->privates['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer()));
  19561. yield 'Vich\\UploaderBundle\\Naming\\Base64Namer' => ($this->privates['Vich\\UploaderBundle\\Naming\\Base64Namer'] ?? ($this->privates['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer()));
  19562. yield 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] ?? $this->getSmartUniqueNamerService());
  19563. }, 6), new RewindableGenerator(function () {
  19564. yield 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] ?? ($this->privates['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer()));
  19565. yield 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] ?? $this->getPropertyDirectoryNamerService());
  19566. yield 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] ?? $this->getCurrentDateTimeDirectoryNamerService());
  19567. yield 'Vich\\UploaderBundle\\Naming\\ConfigurableDirectoryNamer' => ($this->privates['Vich\\UploaderBundle\\Naming\\ConfigurableDirectoryNamer'] ?? ($this->privates['Vich\\UploaderBundle\\Naming\\ConfigurableDirectoryNamer'] = new \Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer()));
  19568. }, 4), $this->parameters['vich_uploader.mappings'], '_name'));
  19569. }
  19570. /**
  19571. * Gets the private 'vich_uploader.storage.file_system' shared service.
  19572. *
  19573. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  19574. */
  19575. protected function getVichUploader_Storage_FileSystemService()
  19576. {
  19577. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  19578. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  19579. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  19580. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  19581. }
  19582. /**
  19583. * Gets the private 'web_profiler.csp.handler' shared service.
  19584. *
  19585. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  19586. */
  19587. protected function getWebProfiler_Csp_HandlerService()
  19588. {
  19589. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  19590. }
  19591. /**
  19592. * Gets the private 'web_profiler.debug_toolbar' shared service.
  19593. *
  19594. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  19595. */
  19596. protected function getWebProfiler_DebugToolbarService()
  19597. {
  19598. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19599. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19600. return $this->privates['web_profiler.debug_toolbar'];
  19601. }
  19602. $b = ($this->services['router'] ?? $this->getRouterService());
  19603. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  19604. return $this->privates['web_profiler.debug_toolbar'];
  19605. }
  19606. 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()));
  19607. }
  19608. /**
  19609. * Gets the public 'cache_clearer' alias.
  19610. *
  19611. * @return object The ".container.private.cache_clearer" service.
  19612. */
  19613. protected function getCacheClearerService()
  19614. {
  19615. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  19616. return $this->get('.container.private.cache_clearer');
  19617. }
  19618. /**
  19619. * Gets the public 'filesystem' alias.
  19620. *
  19621. * @return object The ".container.private.filesystem" service.
  19622. */
  19623. protected function getFilesystemService()
  19624. {
  19625. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  19626. return $this->get('.container.private.filesystem');
  19627. }
  19628. /**
  19629. * Gets the public 'serializer' alias.
  19630. *
  19631. * @return object The ".container.private.serializer" service.
  19632. */
  19633. protected function getSerializerService()
  19634. {
  19635. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  19636. return $this->get('.container.private.serializer');
  19637. }
  19638. /**
  19639. * Gets the public 'security.csrf.token_manager' alias.
  19640. *
  19641. * @return object The ".container.private.security.csrf.token_manager" service.
  19642. */
  19643. protected function getSecurity_Csrf_TokenManagerService()
  19644. {
  19645. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  19646. return $this->get('.container.private.security.csrf.token_manager');
  19647. }
  19648. /**
  19649. * Gets the public 'form.factory' alias.
  19650. *
  19651. * @return object The ".container.private.form.factory" service.
  19652. */
  19653. protected function getForm_FactoryService()
  19654. {
  19655. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  19656. return $this->get('.container.private.form.factory');
  19657. }
  19658. /**
  19659. * Gets the public 'form.type.file' alias.
  19660. *
  19661. * @return object The ".container.private.form.type.file" service.
  19662. */
  19663. protected function getForm_Type_FileService()
  19664. {
  19665. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  19666. return $this->get('.container.private.form.type.file');
  19667. }
  19668. /**
  19669. * Gets the public 'profiler' alias.
  19670. *
  19671. * @return object The ".container.private.profiler" service.
  19672. */
  19673. protected function getProfilerService()
  19674. {
  19675. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  19676. return $this->get('.container.private.profiler');
  19677. }
  19678. /**
  19679. * Gets the public 'security.authorization_checker' alias.
  19680. *
  19681. * @return object The ".container.private.security.authorization_checker" service.
  19682. */
  19683. protected function getSecurity_AuthorizationCheckerService()
  19684. {
  19685. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  19686. return $this->get('.container.private.security.authorization_checker');
  19687. }
  19688. /**
  19689. * Gets the public 'security.token_storage' alias.
  19690. *
  19691. * @return object The ".container.private.security.token_storage" service.
  19692. */
  19693. protected function getSecurity_TokenStorageService()
  19694. {
  19695. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  19696. return $this->get('.container.private.security.token_storage');
  19697. }
  19698. /**
  19699. * Gets the public 'twig' alias.
  19700. *
  19701. * @return object The ".container.private.twig" service.
  19702. */
  19703. protected function getTwigService()
  19704. {
  19705. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  19706. return $this->get('.container.private.twig');
  19707. }
  19708. /**
  19709. * Gets the public 'security.password_encoder' alias.
  19710. *
  19711. * @return object The ".container.private.security.password_encoder" service.
  19712. */
  19713. protected function getSecurity_PasswordEncoderService()
  19714. {
  19715. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  19716. return $this->get('.container.private.security.password_encoder');
  19717. }
  19718. /**
  19719. * Gets the public 'session' alias.
  19720. *
  19721. * @return object The ".container.private.session" service.
  19722. */
  19723. protected function getSessionService()
  19724. {
  19725. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  19726. return $this->get('.container.private.session');
  19727. }
  19728. /**
  19729. * Gets the public 'validator' alias.
  19730. *
  19731. * @return object The ".container.private.validator" service.
  19732. */
  19733. protected function getValidatorService()
  19734. {
  19735. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  19736. return $this->get('.container.private.validator');
  19737. }
  19738. /**
  19739. * @return array|bool|float|int|string|\UnitEnum|null
  19740. */
  19741. public function getParameter(string $name)
  19742. {
  19743. if (isset($this->buildParameters[$name])) {
  19744. return $this->buildParameters[$name];
  19745. }
  19746. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  19747. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  19748. }
  19749. if (isset($this->loadedDynamicParameters[$name])) {
  19750. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19751. }
  19752. return $this->parameters[$name];
  19753. }
  19754. public function hasParameter(string $name): bool
  19755. {
  19756. if (isset($this->buildParameters[$name])) {
  19757. return true;
  19758. }
  19759. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  19760. }
  19761. public function setParameter(string $name, $value): void
  19762. {
  19763. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  19764. }
  19765. public function getParameterBag(): ParameterBagInterface
  19766. {
  19767. if (null === $this->parameterBag) {
  19768. $parameters = $this->parameters;
  19769. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  19770. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  19771. }
  19772. foreach ($this->buildParameters as $name => $value) {
  19773. $parameters[$name] = $value;
  19774. }
  19775. $this->parameterBag = new FrozenParameterBag($parameters);
  19776. }
  19777. return $this->parameterBag;
  19778. }
  19779. private $loadedDynamicParameters = [
  19780. 'kernel.runtime_environment' => false,
  19781. 'kernel.build_dir' => false,
  19782. 'kernel.cache_dir' => false,
  19783. 'debug.container.dump' => false,
  19784. 'serializer.mapping.cache.file' => false,
  19785. 'validator.mapping.cache.file' => false,
  19786. 'profiler.storage.dsn' => false,
  19787. 'doctrine.orm.proxy_dir' => false,
  19788. ];
  19789. private $dynamicParameters = [];
  19790. private function getDynamicParameter(string $name)
  19791. {
  19792. switch ($name) {
  19793. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  19794. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  19795. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  19796. case 'debug.container.dump': $value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  19797. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  19798. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  19799. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  19800. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  19801. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  19802. }
  19803. $this->loadedDynamicParameters[$name] = true;
  19804. return $this->dynamicParameters[$name] = $value;
  19805. }
  19806. protected function getDefaultParameters(): array
  19807. {
  19808. return [
  19809. 'kernel.project_dir' => \dirname(__DIR__, 4),
  19810. 'kernel.environment' => 'dev',
  19811. 'kernel.debug' => true,
  19812. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
  19813. 'kernel.bundles' => [
  19814. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  19815. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  19816. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  19817. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  19818. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  19819. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  19820. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  19821. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  19822. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  19823. 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  19824. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  19825. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  19826. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  19827. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  19828. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  19829. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  19830. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  19831. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  19832. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  19833. 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  19834. 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  19835. ],
  19836. 'kernel.bundles_metadata' => [
  19837. 'FrameworkBundle' => [
  19838. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  19839. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  19840. ],
  19841. 'SecurityBundle' => [
  19842. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  19843. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  19844. ],
  19845. 'TwigBundle' => [
  19846. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  19847. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  19848. ],
  19849. 'MonologBundle' => [
  19850. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  19851. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  19852. ],
  19853. 'DoctrineBundle' => [
  19854. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  19855. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  19856. ],
  19857. 'StofDoctrineExtensionsBundle' => [
  19858. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  19859. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  19860. ],
  19861. 'KnpPaginatorBundle' => [
  19862. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  19863. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  19864. ],
  19865. 'VichUploaderBundle' => [
  19866. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  19867. 'namespace' => 'Vich\\UploaderBundle',
  19868. ],
  19869. 'EightPointsGuzzleBundle' => [
  19870. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  19871. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  19872. ],
  19873. 'SentryBundle' => [
  19874. 'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
  19875. 'namespace' => 'Sentry\\SentryBundle',
  19876. ],
  19877. 'WebProfilerBundle' => [
  19878. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  19879. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  19880. ],
  19881. 'DebugBundle' => [
  19882. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  19883. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  19884. ],
  19885. 'NelmioApiDocBundle' => [
  19886. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  19887. 'namespace' => 'Nelmio\\ApiDocBundle',
  19888. ],
  19889. 'NelmioCorsBundle' => [
  19890. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  19891. 'namespace' => 'Nelmio\\CorsBundle',
  19892. ],
  19893. 'EasyAdminBundle' => [
  19894. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle'),
  19895. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  19896. ],
  19897. 'SymfonyCastsVerifyEmailBundle' => [
  19898. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  19899. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  19900. ],
  19901. 'SymfonyCastsResetPasswordBundle' => [
  19902. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  19903. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  19904. ],
  19905. 'SchebTwoFactorBundle' => [
  19906. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  19907. 'namespace' => 'Scheb\\TwoFactorBundle',
  19908. ],
  19909. 'DoctrineMigrationsBundle' => [
  19910. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  19911. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  19912. ],
  19913. 'TwigExtraBundle' => [
  19914. 'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
  19915. 'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  19916. ],
  19917. 'TwigComponentBundle' => [
  19918. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component'),
  19919. 'namespace' => 'Symfony\\UX\\TwigComponent',
  19920. ],
  19921. ],
  19922. 'kernel.charset' => 'UTF-8',
  19923. 'kernel.container_class' => 'KernelDevDebugContainer',
  19924. 'container.dumper.inline_class_loader' => true,
  19925. 'container.dumper.inline_factories' => true,
  19926. 'database_driver' => 'pdo_mysql',
  19927. 'database_host' => '127.0.0.1',
  19928. 'database_port' => NULL,
  19929. 'database_name' => 'kvikmat_test2',
  19930. 'database_user' => 'symfony',
  19931. 'database_password' => 'nscc752ja8TZxKwYkzyNhSYP',
  19932. 'mailer_transport' => 'smtp',
  19933. 'mailer_host' => '127.0.0.1',
  19934. 'mailer_user' => 'test@test.dk',
  19935. 'mailer_password' => NULL,
  19936. 'locale' => 'da',
  19937. 'secret' => 'C33wX44QaajyoEtbn8WV2HbFr76x9M',
  19938. 'abacus_environment' => 'primaryschool',
  19939. 'abacus.scope' => 'kvik-mat',
  19940. 'abacus.publisher' => 'gyldendal',
  19941. 'abacus.use_mathjax' => true,
  19942. 'abacus.use_aws_polly' => true,
  19943. 'abacus.use_editor_features' => true,
  19944. 'abacus.use_bug_report' => true,
  19945. 'abacus.show_self_study' => true,
  19946. 'abacus.show_textbook' => true,
  19947. 'abacus.show_aids_option' => true,
  19948. 'abacus.max_difficulty' => 9,
  19949. 'abacus.use_gamification' => true,
  19950. 'abacus.hotjar_enabled' => false,
  19951. 'abacus.activity_types' => [
  19952. 'peer' => true,
  19953. 'textbook' => true,
  19954. 'worksheet' => true,
  19955. 'quiz' => true,
  19956. 'adaptive' => true,
  19957. 'cramming' => false,
  19958. 'dictate' => false,
  19959. 'reading_test' => false,
  19960. 'screening' => '$(ABACUS_ACTIVITIES_SCREENING)',
  19961. ],
  19962. 'abacus_testmode' => 0,
  19963. 'abacus_base_url' => 'https://kvikmat.test.tibalo.dk',
  19964. 'abacus_filter_content_name' => 0,
  19965. 'abacus.loginconnector.base_url' => 'https://test-loginconnector.gyldendal.dk',
  19966. 'abacus.loginconnector.api_key' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137',
  19967. 'abacus.loginconnector.client_name' => 'gu-abacus',
  19968. 'abacus.loginconnector.shared_secret' => 'gu-abac-437a-404',
  19969. 'abacus.loginconnector.require_license' => 0,
  19970. 'abacus.loginconnector.isbns' => [
  19971. 0 => 9788762518124,
  19972. 1 => 9788762519756,
  19973. 2 => 9788762519749,
  19974. ],
  19975. 'abacus.gas.api_key' => 'e6fe017f95f041dd950fa882bdc7e8a5',
  19976. 'abacus.gas.base_url' => 'https://dev-apim.gyldendal.dk',
  19977. 'abacus.gas.v3_product_path' => '/GAS-v3-Test/v3',
  19978. 'abacus.gas.v4_product_path' => '/GAS-v4-Test/v4',
  19979. 'abacus.gas.api_key_header_name' => 'Ocp-Apim-Subscription-Key',
  19980. 'abacus_logout_success_url' => 'https://kvikmat.gyldendal.dk/',
  19981. 'hashids_salt' => 'c9ca7eda-8abd-4574-9359-a603ab883612',
  19982. 'maxstudents_resultpages' => 100,
  19983. 'aws_sdk' => [
  19984. 'version' => 'latest',
  19985. 'region' => 'eu-west-2',
  19986. 'credentials' => [
  19987. 'key' => 'AKIAXK54U276X656SIO4',
  19988. 'secret' => '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',
  19989. ],
  19990. ],
  19991. 'system_topic' => 'math',
  19992. 'sentry_dsn' => 'https://ebdcaaba70f54691957b4d4907ec95f7@o454508.ingest.sentry.io/4504010041720832',
  19993. 'allow_sentry_logging' => 1,
  19994. 'allow_two_attempts_in_cramming' => 1,
  19995. 'abacus.systime.require_license' => 0,
  19996. 'abacus.appendices_dir' => '/appendices/',
  19997. 'gale_api_shared_secret' => '$(GALE_API_SHARED_SECRET)',
  19998. 'gale_api_jwt_public_key' => '$(GALE_API_JWT_PUBLIC_KEY)',
  19999. 'gale_users.base_url' => 'default value',
  20000. 'gale_users.api_key' => 'default value',
  20001. 'systime_users.base_url' => 'default value',
  20002. 'systime_users.api_key' => 'default value',
  20003. 'systime_users.sha256_hash_key' => 'default value',
  20004. 'systime_users.isbn' => 'default value',
  20005. 'clickstream.api.url' => '',
  20006. 'clickstream.api.key' => '',
  20007. 'clickstream.isbn' => '9788762518124',
  20008. 'event_dispatcher.event_aliases' => [
  20009. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  20010. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  20011. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  20012. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  20013. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  20014. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  20015. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  20016. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  20017. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  20018. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  20019. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  20020. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  20021. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  20022. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  20023. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  20024. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  20025. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  20026. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  20027. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  20028. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  20029. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  20030. ],
  20031. 'fragment.renderer.hinclude.global_template' => NULL,
  20032. 'fragment.path' => '/_fragment',
  20033. 'kernel.secret' => 'C33wX44QaajyoEtbn8WV2HbFr76x9M',
  20034. 'kernel.http_method_override' => true,
  20035. 'kernel.trusted_hosts' => [
  20036. ],
  20037. 'kernel.default_locale' => 'da',
  20038. 'kernel.enabled_locales' => [
  20039. ],
  20040. 'kernel.error_controller' => 'error_controller',
  20041. 'debug.file_link_format' => NULL,
  20042. 'asset.request_context.base_path' => NULL,
  20043. 'asset.request_context.secure' => NULL,
  20044. 'translator.logging' => false,
  20045. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  20046. 'debug.error_handler.throw_at' => -1,
  20047. 'router.request_context.host' => 'localhost',
  20048. 'router.request_context.scheme' => 'http',
  20049. 'router.request_context.base_url' => '',
  20050. 'router.resource' => 'kernel::loadRoutes',
  20051. 'request_listener.http_port' => 80,
  20052. 'request_listener.https_port' => 443,
  20053. 'session.metadata.storage_key' => '_sf2_meta',
  20054. 'session.storage.options' => [
  20055. 'cache_limiter' => '0',
  20056. 'cookie_lifetime' => 31536000,
  20057. 'cookie_httponly' => true,
  20058. 'gc_maxlifetime' => 31536000,
  20059. 'gc_probability' => 0,
  20060. ],
  20061. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  20062. 'session.metadata.update_threshold' => 0,
  20063. 'form.type_extension.csrf.enabled' => true,
  20064. 'form.type_extension.csrf.field_name' => '_token',
  20065. 'validator.translation_domain' => 'validators',
  20066. 'profiler_listener.only_exceptions' => false,
  20067. 'profiler_listener.only_main_requests' => false,
  20068. 'security.role_hierarchy.roles' => [
  20069. 'ROLE_SUPER_ADMIN' => [
  20070. 0 => 'ROLE_ADMIN',
  20071. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20072. ],
  20073. 'ROLE_ADMIN' => [
  20074. 0 => 'ROLE_USER',
  20075. 1 => 'ROLE_EDITOR',
  20076. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  20077. 3 => 'ROLE_TEACHER',
  20078. ],
  20079. 'ROLE_EDITOR' => [
  20080. 0 => 'ROLE_USER',
  20081. 1 => 'ROLE_AUTHOR',
  20082. ],
  20083. 'ROLE_AUTHOR' => [
  20084. 0 => 'ROLE_USER',
  20085. ],
  20086. 'ROLE_TEACHER' => [
  20087. 0 => 'ROLE_USER',
  20088. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20089. ],
  20090. 'ROLE_STUDENT' => [
  20091. 0 => 'ROLE_USER',
  20092. ],
  20093. 'ROLE_SINGLE_STUDENT' => [
  20094. 0 => 'ROLE_USER',
  20095. ],
  20096. 'ROLE_API_CREATOR' => [
  20097. 0 => 'ROLE_API',
  20098. ],
  20099. 'ROLE_API_TEACHER' => [
  20100. 0 => 'ROLE_API',
  20101. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  20102. ],
  20103. 'ROLE_API_STUDENT' => [
  20104. 0 => 'ROLE_API',
  20105. ],
  20106. 'ROLE_API' => [
  20107. 0 => 'ROLE_USER',
  20108. ],
  20109. ],
  20110. 'security.access.denied_url' => NULL,
  20111. 'security.authentication.manager.erase_credentials' => true,
  20112. 'security.authentication.session_strategy.strategy' => 'migrate',
  20113. 'security.access.always_authenticate_before_granting' => false,
  20114. 'security.authentication.hide_user_not_found' => true,
  20115. 'security.firewalls' => [
  20116. 0 => 'api_doc',
  20117. 1 => 'api_gale',
  20118. 2 => 'dev',
  20119. 3 => 'main',
  20120. ],
  20121. 'twig.form.resources' => [
  20122. 0 => '@VichUploader/Form/fields.html.twig',
  20123. 1 => 'form_div_layout.html.twig',
  20124. ],
  20125. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  20126. 'monolog.use_microseconds' => true,
  20127. 'monolog.swift_mailer.handlers' => [
  20128. ],
  20129. 'monolog.handlers_to_channels' => [
  20130. 'monolog.handler.console' => [
  20131. 'type' => 'exclusive',
  20132. 'elements' => [
  20133. 0 => 'event',
  20134. 1 => 'doctrine',
  20135. 2 => 'console',
  20136. ],
  20137. ],
  20138. 'monolog.handler.main' => [
  20139. 'type' => 'exclusive',
  20140. 'elements' => [
  20141. 0 => 'event',
  20142. ],
  20143. ],
  20144. ],
  20145. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  20146. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  20147. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  20148. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  20149. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  20150. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  20151. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  20152. 'doctrine.entity_managers' => [
  20153. 'default' => 'doctrine.orm.default_entity_manager',
  20154. ],
  20155. 'doctrine.default_entity_manager' => 'default',
  20156. 'doctrine.dbal.connection_factory.types' => [
  20157. 'uuid' => [
  20158. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  20159. ],
  20160. 'ulid' => [
  20161. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  20162. ],
  20163. ],
  20164. 'doctrine.connections' => [
  20165. 'default' => 'doctrine.dbal.default_connection',
  20166. ],
  20167. 'doctrine.default_connection' => 'default',
  20168. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  20169. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  20170. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  20171. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  20172. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  20173. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  20174. 'doctrine.orm.cache.memcache_host' => 'localhost',
  20175. 'doctrine.orm.cache.memcache_port' => 11211,
  20176. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  20177. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  20178. 'doctrine.orm.cache.memcached_host' => 'localhost',
  20179. 'doctrine.orm.cache.memcached_port' => 11211,
  20180. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  20181. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  20182. 'doctrine.orm.cache.redis_host' => 'localhost',
  20183. 'doctrine.orm.cache.redis_port' => 6379,
  20184. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  20185. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  20186. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  20187. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  20188. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  20189. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  20190. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  20191. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  20192. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  20193. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  20194. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  20195. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  20196. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  20197. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  20198. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  20199. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  20200. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  20201. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  20202. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  20203. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  20204. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  20205. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  20206. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  20207. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  20208. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  20209. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  20210. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  20211. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  20212. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  20213. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  20214. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  20215. 'doctrine.orm.auto_generate_proxy_classes' => true,
  20216. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  20217. 'doctrine.orm.proxy_namespace' => 'Proxies',
  20218. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  20219. 'stof_doctrine_extensions.default_locale' => 'en',
  20220. 'stof_doctrine_extensions.translation_fallback' => false,
  20221. 'stof_doctrine_extensions.persist_default_translation' => false,
  20222. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  20223. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  20224. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  20225. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  20226. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  20227. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  20228. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  20229. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  20230. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  20231. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  20232. 'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:sliding.html.twig',
  20233. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  20234. 'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  20235. 'knp_paginator.page_range' => 5,
  20236. 'knp_paginator.page_limit' => NULL,
  20237. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  20238. 'vich_uploader.mappings' => [
  20239. 'peer_solution_file' => [
  20240. 'uri_prefix' => '/uploads/peer_solution_files',
  20241. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/peer_solution_files'),
  20242. 'namer' => [
  20243. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file',
  20244. 'options' => [
  20245. ],
  20246. ],
  20247. 'directory_namer' => [
  20248. 'service' => NULL,
  20249. 'options' => NULL,
  20250. ],
  20251. 'delete_on_remove' => true,
  20252. 'erase_fields' => true,
  20253. 'delete_on_update' => true,
  20254. 'inject_on_load' => false,
  20255. 'namer_keep_extension' => false,
  20256. 'db_driver' => 'orm',
  20257. ],
  20258. 'worksheet_solution_file' => [
  20259. 'uri_prefix' => '/uploads/worksheet_solution_files',
  20260. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/worksheet_solution_files'),
  20261. 'namer' => [
  20262. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file',
  20263. 'options' => [
  20264. ],
  20265. ],
  20266. 'directory_namer' => [
  20267. 'service' => NULL,
  20268. 'options' => NULL,
  20269. ],
  20270. 'delete_on_remove' => true,
  20271. 'erase_fields' => true,
  20272. 'delete_on_update' => true,
  20273. 'inject_on_load' => false,
  20274. 'namer_keep_extension' => false,
  20275. 'db_driver' => 'orm',
  20276. ],
  20277. ],
  20278. 'vich_uploader.use_flysystem_to_resolve_uri' => false,
  20279. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  20280. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20281. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  20282. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  20283. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  20284. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  20285. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  20286. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  20287. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  20288. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  20289. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  20290. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  20291. 'eight_points_guzzle.plugin.header.headers' => [
  20292. ],
  20293. 'env(SENTRY_RELEASE)' => 'dev-9448df849035ff8bf73a38fe202011a838bf687d@9448df8',
  20294. 'sentry.tracing.enabled' => true,
  20295. 'sentry.tracing.dbal.enabled' => true,
  20296. 'sentry.tracing.dbal.connections' => [
  20297. ],
  20298. 'sentry.tracing.cache.enabled' => true,
  20299. 'sentry.tracing.http_client.enabled' => true,
  20300. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  20301. 'web_profiler.debug_toolbar.mode' => 2,
  20302. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  20303. 'nelmio_api_doc.areas' => [
  20304. 0 => 'default',
  20305. ],
  20306. 'nelmio_api_doc.use_validation_groups' => false,
  20307. 'nelmio_cors.map' => [
  20308. '^/api/' => [
  20309. 'allow_origin' => true,
  20310. 'allow_headers' => [
  20311. 0 => 'origin',
  20312. 1 => 'content-type',
  20313. 2 => 'userid',
  20314. 3 => 'hmac',
  20315. 4 => 'myaccountid',
  20316. 5 => 'authorization',
  20317. 6 => 'external-user-id',
  20318. 7 => 'is-external',
  20319. ],
  20320. 'allow_methods' => [
  20321. 0 => 'POST',
  20322. 1 => 'PUT',
  20323. 2 => 'GET',
  20324. 3 => 'OPTIONS',
  20325. 4 => 'DELETE',
  20326. 5 => 'PATCH',
  20327. ],
  20328. 'allow_credentials' => true,
  20329. 'max_age' => 3600,
  20330. ],
  20331. ],
  20332. 'nelmio_cors.defaults' => [
  20333. 'allow_origin' => [
  20334. ],
  20335. 'allow_credentials' => false,
  20336. 'allow_headers' => [
  20337. ],
  20338. 'allow_private_network' => false,
  20339. 'expose_headers' => [
  20340. ],
  20341. 'allow_methods' => [
  20342. ],
  20343. 'max_age' => 0,
  20344. 'hosts' => [
  20345. ],
  20346. 'origin_regex' => false,
  20347. 'skip_same_as_origin' => true,
  20348. 'forced_allow_origin_value' => NULL,
  20349. ],
  20350. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  20351. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  20352. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  20353. 'scheb_two_factor.model_manager_name' => NULL,
  20354. 'scheb_two_factor.security_tokens' => [
  20355. 0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  20356. 1 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  20357. ],
  20358. 'scheb_two_factor.ip_whitelist' => [
  20359. ],
  20360. 'scheb_two_factor.totp.issuer' => NULL,
  20361. 'scheb_two_factor.totp.server_name' => NULL,
  20362. 'scheb_two_factor.totp.window' => 1,
  20363. 'scheb_two_factor.totp.parameters' => [
  20364. ],
  20365. 'scheb_two_factor.totp.template' => 'User/Security/totp_login.html.twig',
  20366. 'scheb_two_factor.totp.leeway' => NULL,
  20367. 'scheb_two_factor.trusted_device.enabled' => false,
  20368. 'doctrine.migrations.preferred_em' => NULL,
  20369. 'doctrine.migrations.preferred_connection' => NULL,
  20370. 'data_collector.templates' => [
  20371. 'data_collector.request' => [
  20372. 0 => 'request',
  20373. 1 => '@WebProfiler/Collector/request.html.twig',
  20374. ],
  20375. 'data_collector.time' => [
  20376. 0 => 'time',
  20377. 1 => '@WebProfiler/Collector/time.html.twig',
  20378. ],
  20379. 'data_collector.memory' => [
  20380. 0 => 'memory',
  20381. 1 => '@WebProfiler/Collector/memory.html.twig',
  20382. ],
  20383. 'data_collector.validator' => [
  20384. 0 => 'validator',
  20385. 1 => '@WebProfiler/Collector/validator.html.twig',
  20386. ],
  20387. 'data_collector.ajax' => [
  20388. 0 => 'ajax',
  20389. 1 => '@WebProfiler/Collector/ajax.html.twig',
  20390. ],
  20391. 'data_collector.form' => [
  20392. 0 => 'form',
  20393. 1 => '@WebProfiler/Collector/form.html.twig',
  20394. ],
  20395. 'data_collector.exception' => [
  20396. 0 => 'exception',
  20397. 1 => '@WebProfiler/Collector/exception.html.twig',
  20398. ],
  20399. 'data_collector.logger' => [
  20400. 0 => 'logger',
  20401. 1 => '@WebProfiler/Collector/logger.html.twig',
  20402. ],
  20403. 'data_collector.events' => [
  20404. 0 => 'events',
  20405. 1 => '@WebProfiler/Collector/events.html.twig',
  20406. ],
  20407. 'data_collector.router' => [
  20408. 0 => 'router',
  20409. 1 => '@WebProfiler/Collector/router.html.twig',
  20410. ],
  20411. 'data_collector.cache' => [
  20412. 0 => 'cache',
  20413. 1 => '@WebProfiler/Collector/cache.html.twig',
  20414. ],
  20415. 'data_collector.translation' => [
  20416. 0 => 'translation',
  20417. 1 => '@WebProfiler/Collector/translation.html.twig',
  20418. ],
  20419. 'data_collector.security' => [
  20420. 0 => 'security',
  20421. 1 => '@Security/Collector/security.html.twig',
  20422. ],
  20423. 'data_collector.twig' => [
  20424. 0 => 'twig',
  20425. 1 => '@WebProfiler/Collector/twig.html.twig',
  20426. ],
  20427. 'ux.twig_component.data_collector' => [
  20428. 0 => 'twig_component',
  20429. 1 => '@TwigComponent/Collector/twig_component.html.twig',
  20430. ],
  20431. 'data_collector.http_client' => [
  20432. 0 => 'http_client',
  20433. 1 => '@WebProfiler/Collector/http_client.html.twig',
  20434. ],
  20435. 'data_collector.doctrine' => [
  20436. 0 => 'db',
  20437. 1 => '@Doctrine/Collector/db.html.twig',
  20438. ],
  20439. 'data_collector.dump' => [
  20440. 0 => 'dump',
  20441. 1 => '@Debug/Profiler/dump.html.twig',
  20442. ],
  20443. 'data_collector.messenger' => [
  20444. 0 => 'messenger',
  20445. 1 => '@WebProfiler/Collector/messenger.html.twig',
  20446. ],
  20447. 'mailer.data_collector' => [
  20448. 0 => 'mailer',
  20449. 1 => '@WebProfiler/Collector/mailer.html.twig',
  20450. ],
  20451. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  20452. 0 => 'vich_uploader.mapping_collector',
  20453. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  20454. ],
  20455. 'eight_points_guzzle.data_collector' => [
  20456. 0 => 'eight_points_guzzle',
  20457. 1 => '@EightPointsGuzzle/debug.html.twig',
  20458. ],
  20459. 'EasyCorp\\Bundle\\EasyAdminBundle\\DataCollector\\EasyAdminDataCollector' => [
  20460. 0 => 'easyadmin',
  20461. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  20462. ],
  20463. 'data_collector.config' => [
  20464. 0 => 'config',
  20465. 1 => '@WebProfiler/Collector/config.html.twig',
  20466. ],
  20467. ],
  20468. 'console.command.ids' => [
  20469. 0 => 'console.command.public_alias.App\\Command\\AbacusProblemdndMigrateCommand',
  20470. 1 => 'console.command.public_alias.App\\Command\\DeleteOldLogEventsCommand',
  20471. 2 => 'console.command.public_alias.App\\Command\\FulfilDeletionRequestsCommand',
  20472. 3 => 'console.command.public_alias.App\\Command\\GaleDuplicateProblemDataFix',
  20473. 4 => 'console.command.public_alias.App\\Command\\MigrateWordOptionsCommand',
  20474. 5 => 'console.command.public_alias.App\\Command\\RemoveEndToEndTestDataCommand',
  20475. 6 => 'console.command.public_alias.App\\Command\\RemoveStudentFromClassroomsCommand',
  20476. 7 => 'console.command.public_alias.App\\Command\\RetentionCleanupCommand',
  20477. 8 => 'console.command.public_alias.App\\Command\\SetupEndToEndTestDataCommand',
  20478. 9 => 'App\\Command\\UpdateSystimeUsersCommand',
  20479. ],
  20480. ];
  20481. }
  20482. protected function throw($message)
  20483. {
  20484. throw new RuntimeException($message);
  20485. }
  20486. }